gdb.dwarf2/dwzbuildid.exp: Avoid reserved variable name
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
4 `debugdir'.
5
6 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
7
8 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
9 tests and update expected error message.
10 (test_watch_register_location): New tests.
11 (do_tests): Call test_watch_register_location.
12 * gdb.base/watchpoints.exp: Update expected error message.
13
14 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
15
16 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
17 the patterns in gdb_test_multiple.
18
19 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
20
21 * gdb.base/sym-file-lib.c: New file.
22 * gdb.base/sym-file-loader.c: New file.
23 * gdb.base/sym-file-loader.h: New file.
24 * gdb.base/sym-file-main.c: New file.
25 * gdb.base/sym-file.exp: New file.
26 * lib/gdb.exp (is_elf_target): New function.
27
28 2013-10-29 Pedro Alves <palves@redhat.com>
29
30 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
31 variable setting change-log-default-name to ChangeLog-mi.
32
33 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
34
35 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
36 Expect <unavailable> pattern.
37
38 2013-10-28 Tom de Vries <tom@codesourcery.com>
39
40 * gdb.arch/thumb2-it.S (it_8): Fix typo.
41
42 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
43
44 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
45 remote stubs where exit() behaviour is unreliable.
46
47 2013-10-25 Pedro Alves <palves@redhat.com>
48
49 * gdb.cp/m-static.exp: Adjust expected output of printing a
50 nonexistent or optimized out static field. Also test printing the
51 the "container" object.
52
53 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
54
55 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
56 if in the persistent mode.
57 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
58
59 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
60
61 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
62 support core file generation" reply.
63
64 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
65
66 PR gdb/15986
67 * gdb.base/run.c (main): gdb_get_line_number tag added for
68 commands.exp.
69 (factorial): Likewise.
70
71 * gdb.base/commands.exp (watchpoint_command_test): Use
72 gdb_get_line_number in order to determine the locations in run.c
73 where local_var is detected to go out of scope.
74
75 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
76
77 * gdb.base/gnu_vector.exp: Care about endianness when casting
78 scalars to vectors.
79
80 2013-10-18 Tom Tromey <tromey@redhat.com>
81
82 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
83 of "binfile".
84
85 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
86
87 * gdb.base/watchpoints.exp: Add test for setting software
88 watchpoints of different types before starting the inferior.
89
90 2013-10-18 Pedro Alves <palves@redhat.com>
91
92 PR gdb/16062
93 * gdb.threads/stepi-random-signal.c: New file.
94 * gdb.threads/stepi-random-signal.exp: New file.
95
96 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
97
98 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
99 Fix comment typo.
100 * lib/gdb.exp (gdb_init): Likewise.
101
102 2013-10-17 Tom Tromey <tromey@redhat.com>
103
104 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
105
106 2013-10-14 Tom Tromey <tromey@redhat.com>
107
108 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
109 name to gdb_test_no_output.
110
111 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
112
113 Canonicalize directories for EXEC_FILENAME.
114 * gdb.base/argv0-symlink.exp
115 (kept file symbolic link name for info inferiors): New.
116 (kept directory symbolic link name): Setup kfail.
117 (kept directory symbolic link name for info inferiors): New.
118
119 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
120
121 * gdb.arch/s390-multiarch.exp: New file.
122 * gdb.arch/s390-multiarch.c: New file.
123
124 2013-10-11 Joel Brobecker <brobecker@adacore.com>
125
126 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
127 use the appropriate GDB/MI command instead, and verify
128 the test output.
129
130 2013-10-11 Joel Brobecker <brobecker@adacore.com>
131
132 * gdb.base/source-nofile.gdb: New file.
133 * gdb.base/source.exp: Add two tests verifying the behavior when
134 the "source" command is given a non-existant filename.
135
136 2013-10-11 Yao Qi <yao@codesourcery.com>
137
138 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
139 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
140 and 'dlclose'.
141 [!__WIN32__]: Include "dlfcn.h".
142 * gdb.mi/mi-catch-load.exp: Set up kfail.
143
144 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
145
146 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
147 generated corefile" by argument "$test".
148
149 2013-10-09 Pedro Alves <palves@redhat.com>
150
151 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
152 output.
153
154 2013-10-09 Pedro Alves <palves@redhat.com>
155
156 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
157 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
158 (test_catch_syscall_with_wrong_args)
159 (test_catch_syscall_restarting_inferior)
160 (test_catch_syscall_fail_nodatadir)
161 (test_catch_syscall_without_args_noxml)
162 (test_catch_syscall_with_args_noxml)
163 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
164
165 2013-10-08 Tom Tromey <tromey@redhat.com>
166
167 * gdb.dwarf2/dwzbuildid.exp: New file.
168 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
169 parameters.
170 (Dwarf::_defer_output): Change "section" parameter to
171 "section_spec"; update.
172 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
173 procs.
174
175 2013-10-08 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
178
179 2013-10-07 Tom Tromey <tromey@redhat.com>
180
181 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
182 to 0.
183
184 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
185
186 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
187 $_exitcode is void when opening a corefile.
188 * gdb.base/exitsignal.exp: New file.
189 * gdb.base/segv.c: Likewise.
190 * gdb.base/normal.c: Likewise.
191
192 2013-10-04 Joel Brobecker <brobecker@adacore.com>
193
194 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
195
196 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
197
198 * gdb.trace/entry-values.exp: Modify regular expression to scan for
199 'bl' instruction instead of 'call' for ARM and AArch64 targets.
200
201 2013-10-02 Pedro Alves <palves@redhat.com>
202
203 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
204 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
205 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
206 (not_saved_pattern): New.
207 Replace use of the former with the latter.
208
209 2013-10-02 Pedro Alves <palves@redhat.com>
210
211 * README (Board Settings): Document "exit_is_reliable".
212 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
213 running to exit reliably reports program exits.
214 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
215 info.
216 * boards/native-stdio-gdbserver.exp: Likewise.
217
218 2013-10-01 Doug Evans <dje@google.com>
219
220 * gdb.python/python.exp: Remove redundant print-stack tests.
221 Make all print-stack test names unique. Fix spelling of print-stack.
222
223 2013-09-29 Yao Qi <yao@codesourcery.com>
224
225 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
226 is remote.
227
228 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
229
230 PR shlibs/8882
231 * gdb.base/corefile.exp: Add a check to assure warning-free
232 core-file load.
233
234 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
235
236 * gdb.dwarf2/dwp-symlink.c: New file.
237 * gdb.dwarf2/dwp-symlink.exp: New file.
238
239 2013-09-20 Doug Evans <dje@google.com>
240
241 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
242 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
243 file.
244 * gdb.dwarf2/fission-loclists.S: Ditto.
245 * gdb.dwarf2/fission-reread.S: Ditto.
246 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
247 build_executable_from_fission_assembler.
248 * gdb.dwarf2/fission-loclists.exp: Ditto.
249 * gdb.dwarf2/fission-reread.exp: Ditto.
250
251 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
252 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
253 (gdb_gnu_strip_debug): Ditto.
254 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
255 * gdb.arch/altivec-abi.exp: Ditto.
256 * gdb.base/attach-pie-misread.exp: Ditto.
257 * gdb.base/comprdebug.exp: Ditto.
258 * gdb.base/dup-sect.exp: Ditto.
259 * gdb.base/gnu-debugdata.exp: Ditto.
260 * gdb.base/step-symless.exp: Ditto.
261 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
262 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
263 * gdb.dwarf2/gdb-index.exp: Ditto.
264
265 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
266
267 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
268 register to "<optimized out>", and also print the registers.
269
270 2013-09-18 Pedro Alves <palves@redhat.com>
271
272 PR server/15967
273 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
274 change text.
275
276 2013-09-18 Yao Qi <yao@codesourcery.com>
277
278 * gdb.server/wrapper.c: New.
279 * gdb.server/wrapper.exp: New.
280
281 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
282 Jan Kratochvil <jan.kartochvil@redhat.com>
283 Pedro Alves <palves@redhat.com>
284
285 PR gdb/11568
286 * gdb.thread/thread-specific-bp.c: New file.
287 * gdb.thread/thread-specific-bp.exp: New file.
288
289 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
290
291 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
292 convenience function.
293
294 2013-09-17 Pedro Alves <palves@redhat.com>
295
296 PR gdb/15911
297 * gdb.threads/info-threads-cur-sal-2.c: New file.
298 * gdb.threads/info-threads-cur-sal.c: New file.
299 * gdb.threads/info-threads-cur-sal.exp: New file.
300
301 2013-09-17 Yao Qi <yao@codesourcery.com>
302
303 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
304 [__WIN32__]: Include "windows.h" and define macro dlopen
305 and dlclose.
306 [!__WIN32__]: Include "dlfcn.h".
307 * gdb.base/catch-load.exp (one_catch_load_test): Match
308 directory separator.
309
310 2013-09-16 Doug Evans <dje@google.com>
311
312 * lib/gdb.exp (using_fission): New proc.
313 * gdb.base/info-macros.exp: Skip test if using Fission.
314
315 * gdb.base/break-interp.exp: Fix indentation.
316
317 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
318
319 * gdb.base/gdbvars.c (foo_void): New function.
320 (foo_int): Likewise.
321 * gdb.base/gdbvars.exp (test_convenience_functions): New
322 function. Call it.
323
324 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
325
326 * gdb.arch/s390-tdbregs.c: New file.
327 * gdb.arch/s390-tdbregs.exp: New file.
328
329 2013-09-12 Stan Shebs <stan@codesourcery.com>
330
331 * README: New file.
332
333 2013-09-12 Doug Evans <dje@google.com>
334
335 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
336 added code to print event.inferior.
337
338 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
339
340 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
341 debug part of the binary.
342
343 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
346 (addlink): Add comment.
347
348 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
349
350 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
351 canonical pathname.
352
353 2013-09-04 Doug Evans <dje@google.com>
354
355 * gdb.python/py-events.py (exit_handler): Verify we get the expected
356 event.
357 (continue_handler, new_objfile_handler): Ditto.
358 (test_events): Rename command to "test-events".
359 (test_newobj_events): Rename command to "test-objfile-events".
360 * gdb.python/py-events.exp: Update.
361 * gdb.python/py-evsignal.exp: Update.
362 * gdb.python/py-evthreads.exp: Update.
363
364 * gdb.base/enumval.c (ZERO): New enum value.
365 (main): Use it
366 * gdb.base/enumval.exp: Test ability to print ZERO.
367
368 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
369 Pedro Alves <palves@redhat.com>
370
371 * gdb.base/relocate.exp: Check that invalid options are
372 rejected.
373
374 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
375
376 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
377 (my_static_symbol): Add comment.
378 (main): Reference my_bss_symbol.
379
380 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
381
382 * gdb.python/py-arch.exp: Tests for invalid architecture.
383
384 2013-08-29 Sterling Augustine <saugustine@google.com>
385
386 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
387 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
388 said conditional.
389
390 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
391
392 * gdb.python/py-arch.exp: Load gdb-python.exp.
393
394 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
395
396 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
397 itertools for imap attribute. Otherwise use map().
398 (ElidingIterator): Define wrapper function __next__.
399 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
400 use exec (open (read ())) instead.
401 * gdb.python/py-framefilter.exp: Ditto.
402 * gdb.python/py-arch.exp: Update print based test to Python 3.x
403 compliance.
404 * gdb.python/py-frame.exp: Ditto.
405 * gdb.python/py-type.exp: Ditto.
406
407 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
408
409 PR gdb/15415
410 * gdb.base/argv0-symlink.c: New file.
411 * gdb.base/argv0-symlink.exp: New file.
412
413 2013-08-28 Tom Tromey <tromey@redhat.com>
414
415 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
416 when saving index.
417
418 2013-08-27 Yao Qi <yao@codesourcery.com>
419
420 * gdb.trace/entry-values.exp: Test unavailable entry value is
421 not shown when option '--skip-unavailable' is specified.
422 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
423 Add tests for new option '--skip-unavailable'.
424
425 2013-08-27 Yao Qi <yao@codesourcery.com>
426
427 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
428 remote_download if it is empty.
429
430 2013-08-26 Doug Evans <dje@google.com>
431
432 PR symtab/15885
433 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
434 (clean): rm -f *.gdb-index *.with-index.
435 * gdb.dwarf2/gdb-index.exp: New testcase.
436
437 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
438 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
439 run_on_host. All callers updated.
440
441 2013-08-24 Yao Qi <yao@codesourcery.com>
442
443 * gdb.trace/entry-values.c (end): New
444 (main): Call end.
445 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
446 tracepoint and collect data. Test entry value is unavailable.
447
448 2013-08-24 Yao Qi <yao@codesourcery.com>
449
450 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
451 * gdb.trace/entry-values.c: New.
452 * gdb.trace/entry-values.exp: New.
453
454 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
455
456 PR gdb/15501
457 * gdb.base/ena-dis-br.exp: Add test to verify
458 enable/disable commands work correctly with
459 multiple arguments that include multiple locations.
460
461 2013-08-22 Samuel Bronson <naesten@gmail.com>
462
463 ARM Linux support for `catch syscall'.
464 * gdb.base/catch-syscall.exp: Test this on ARM now.
465 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
466
467 2013-08-22 Tom Tromey <tromey@redhat.com>
468
469 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
470 default addr_size.
471 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
472
473 2013-08-22 Tom Tromey <tromey@redhat.com>
474
475 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
476 standard_temp_file.
477
478 2013-08-22 Tom Tromey <tromey@redhat.com>
479
480 * gdb.arch/amd64-byte.exp: Use standard_testfile,
481 clean_restart.
482 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
483 * gdb.arch/amd64-dword.exp: Use standard_testfile,
484 clean_restart.
485 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
486 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
487 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
488 * gdb.arch/amd64-word.exp: Use standard_testfile,
489 clean_restart.
490 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
491 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
492 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
493 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
494 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
495 * gdb.arch/i386-signal.exp: Use standard_testfile.
496 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
497 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
498 * gdb.arch/i386-unwind.exp: Use standard_testfile.
499 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
500
501 2013-08-22 Tom Tromey <tromey@redhat.com>
502
503 * gdb.python/py-error.exp: Use gdb_remote_download.
504 * gdb.python/py-mi.exp: Use gdb_remote_download.
505 * gdb.python/py-objfile-script.exp: Use standard_output_file.
506 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
507 (run_lang_tests): Likewise.
508 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
509 filename.
510 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
511 compiling. Use gdb_remote_download. Update some tests.
512 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
513 standard_output_file.
514 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
515 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
516 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
517 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
518 standard_output_file.
519
520 2013-08-22 Tom Tromey <tromey@redhat.com>
521
522 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
523
524 2013-08-22 Tom Tromey <tromey@redhat.com>
525
526 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
527 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
528 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
529 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
530 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
531 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
532 * lib/gdb.exp (gdb_remote_download): New proc.
533
534 2013-08-22 Tom Tromey <tromey@redhat.com>
535
536 * gdb.dwarf2/clztest.exp: Use standard_testfile.
537 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
538 * gdb.dwarf2/fission-base.S: Remove directory from
539 DW_AT_GNU_dwo_name.
540 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
541 debug-file-directory.
542 * gdb.dwarf2/fission-reread.S: Remove directory from
543 DW_AT_GNU_dwo_name.
544 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
545 debug-file-directory.
546
547 2013-08-16 Doug Evans <dje@google.com>
548
549 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
550 prelink complains about an unhandled DWARF version.
551
552 2013-08-14 Cary Coutant <ccoutant@google.com>
553
554 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
555
556 2013-08-13 Tom Tromey <tromey@redhat.com>
557 Yao Qi <yao@codesourcery.com>
558
559 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
560 * lib/gdb.exp: Handle GDB_PARALLEL.
561 (default_gdb_version): Kill inotify_pid if it exists.
562 (default_gdb_exit): Emit warning if the inotify log is not
563 empty.
564 (standard_output_file): Respect GDB_PARALLEL.
565 (standard_temp_file): Likewise.
566 (gdb_init): Start inotifywait if requested.
567
568 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
569
570 * gdb.base/printcmds.exp (test_printf): Add test for printf of
571 pointer with various flags.
572
573 2013-08-13 Tom Tromey <tromey@redhat.com>
574
575 * lib/cache.exp: New file.
576 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
577 * lib/gdb.exp: Load cache.exp.
578 (support_complex_tests, is_ilp32_target, is_lp64_target)
579 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
580 (gdb_skip_xml_test): Use gdb_caching_proc.
581 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
582
583 2013-08-13 Tom Tromey <tromey@redhat.com>
584
585 * lib/gdb.exp (standard_temp_file): New proc.
586 (support_complex_tests, is_ilp32_target, is_lp64_target)
587 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
588 standard_temp_file.
589
590 2013-08-13 Tom Tromey <tromey@redhat.com>
591
592 * lib/gdb.exp (build_id_debug_filename_get): Use
593 standard_output_file.
594 * lib/prelink-support.exp (section_get)
595 (build_executable_own_libs): Use standard_output_file.
596
597 2013-08-12 Tom Tromey <tromey@redhat.com>
598
599 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
600
601 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
602
603 * gdb.base/break.exp: Test break via convenience variable
604 with file name.
605
606 2013-08-09 Doug Evans <dje@google.com>
607
608 * lib/future.exp (gdb_find_ldd): New proc.
609 * lib/prelink-support.exp (build_executable_own_libs): Call it.
610 Make "/usr/sbin/" in prelink path optional.
611
612 2013-08-09 Yao Qi <yao@codesourcery.com>
613
614 * gdb.trace/collection.exp (gdb_collect_args_test): Set
615 "only" and "both" to 'print entry-values' before selecting
616 trace frame.
617
618 2013-08-08 Yao Qi <yao@codesourcery.com>
619
620 * gdb.trace/mi-trace-unavailable.exp: Don't set
621 "print entry-values" to "no".
622 (test_trace_unavailable): Set various values to
623 "print entry-values" to test that the output of
624 '-stack-list-locals' is not affected, and then set
625 set "print entry-values" to "no".
626
627 2013-08-07 Doug Evans <dje@google.com>
628
629 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
630 * gdb.python/py-value-cc.exp: Update.
631 * gdb.python/py-value.exp: Use different names for .o files for
632 C and C++. Only perform C++ tests if !skip_cplus_tests.
633
634 2013-08-07 Tom Tromey <tromey@redhat.com>
635
636 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
637
638 2013-08-07 Tom Tromey <tromey@redhat.com>
639
640 * gdb.dwarf2/dwz.exp: New file.
641
642 2013-08-02 Tom Tromey <tromey@redhat.com>
643
644 * gdb.base/watchpoint.c (struct foo5): New.
645 (nullptr): New global.
646 * gdb.base/watchpoint.exp (test_watch_location): Add test.
647
648 2013-08-01 Doug Evans <dje@google.com>
649
650 PR symtab/15691
651 * gdb.dwarf2/fission-mix.exp: New file.
652 * gdb.dwarf2/fission-mix.h: New file.
653 * gdb.dwarf2/fission-mix.c: New file.
654 * gdb.dwarf2/fission-mix2.c: New file.
655
656 PR symtab/15695
657 * gdb.base/func-ptr.exp: New file.
658 * gdb.base/func-ptr.c: New file.
659
660 2013-08-01 Yao Qi <yao@codesourcery.com>
661
662 * gdb.python/py-sync-interp.c: New.
663 * gdb.python/py-sync-interp.exp: New.
664
665 2013-07-31 Yao Qi <yao@codesourcery.com>
666
667 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
668 'tdump' on stack frame 0 and 1 respectively.
669
670 2013-07-31 Yao Qi <yao@codesourcery.com>
671
672 PR gdb/13443
673 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
674 'traceframe'. Wrap test with with_test_prefix.
675 (top level): Update.
676
677 2013-07-31 Yao Qi <yao@codesourcery.com>
678
679 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
680 'gdb_start'.
681 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
682 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
683
684 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
685
686 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
687 when printing an optimized out value. Expect an error when using
688 an optimized out value in an expression.
689
690 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
691
692 * gdb.dwarf2/pieces-optimized-out.exp: New file.
693 * gdb.dwarf2/pieces-optimized-out.c: New file.
694 * gdb.dwarf2/pieces-optimized-out.S: New file.
695
696 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
697
698 PR gdb/15715
699 * gdb.base/setshow.exp: Test that relative paths passed to
700 'set history filename' are converted to absolute paths.
701
702 2013-07-26 Keith Seitz <keiths@redhat.com>
703
704 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
705 of f77.
706 Allow for compiler variations of integer types.
707 Use mi_create_varobj.
708 Use mi_list_varobj_children for the immediate children of `array'.
709 Add "has_more" attribute for grandchildren test.
710
711 2013-07-26 Pedro Alves <palves@redhat.com>
712
713 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
714 files.
715
716 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
717
718 * gdb.mi/mi-reg-undefined.exp: New file.
719 * gdb.mi/mi-reg-undefined.c: Likewise.
720 * gdb.mi/mi-reg-undefined.S: Likewise.
721
722 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
723
724 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
725 z, o, and t output formats.
726 * gdb.base/display.exp: Use 'k' as an undefined format now that
727 'z' is defined.
728
729 2013-07-24 Doug Evans <dje@google.com>
730
731 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
732 "--" to switch.
733
734 2013-07-24 Yao Qi <yao@codesourcery.com>
735
736 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
737 host.
738 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
739 Likewise. If host is remote, copy ${binfile} to host.
740
741 2013-07-23 Yao Qi <yao@codesourcery.com>
742
743 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
744 message.
745
746 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
747
748 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
749 instructions and enable disp-step-syscall for arm targets.
750
751 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
752
753 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
754 assembler errors on arm.
755 * gdb.dwarf2/mac-fileno.S: Likewise.
756 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
757 * gdb.dwarf2/pr13961.S: Likewise.
758
759 2013-07-19 Hui Zhu <hui@codesourcery.com>
760
761 PR gdb/15692
762 * gdb.mi/mi-dprintf.exp: Add double quotes test.
763
764 2013-07-19 Yao Qi <yao@codesourcery.com>
765
766 * gdb.trace/read-memory.exp (test_from_remote): Update test.
767 (teset_from_exec): Likewise.
768
769 2013-07-19 Yao Qi <yao@codesourcery.com>
770
771 * gdb.trace/read-memory.c: New.
772 * gdb.trace/read-memory.exp: New.
773
774 2013-07-19 Yao Qi <yao@codesourcery.com>
775
776 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
777 $dest to link options if host is remote. Move the
778 generated file to $dest.a on host if host is remote.
779
780 2013-07-18 Will Newton <will.newton@linaro.org>
781
782 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
783 to ensure the test is linked against pthreads.
784 * gdb.threads/tls-var-main.c: Likewise.
785 * gdb.threads/tls-shared.c: Likewise.
786
787 2013-07-18 Yao Qi <yao@codesourcery.com>
788
789 * lib/future.exp (gdb_default_target_compile): Use tail name
790 of $destfile as the output name of compile. Move the
791 generated file to $destfile on build.
792
793 2013-07-18 Yao Qi <yao@codesourcery.com>
794
795 * lib/gdb.exp (gdb_compile): Set
796 gdb_saved_set_unbuffered_mode_obj to
797 set_unbuffered_mode_saved.o if host is remote. Invoke
798 remote_download to copy $unbuf_obj to host.
799
800 2013-07-17 Doug Evans <dje@google.com>
801
802 * gdb.python/py-frame-args.c: New file.
803 * gdb.python/py-frame-args.py: New file.
804 * gdb.python/py-frame-args.exp New file.
805
806 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
807
808 * gdb.base/printcmds.exp (test_printf): Add tests for format
809 strings with missing format specifier.
810
811 2013-07-16 Tom Tromey <tromey@redhat.com>
812
813 * gdb.ada/info_types.exp: Use standard_testfile.
814
815 2013-07-16 Tom Tromey <tromey@redhat.com>
816
817 * gdb.mi/mi-basics.exp: Use standard_output_file.
818 (test_dir_specification, test_cwd_specification)
819 (test_path_specification): Use testsubdir, not subdir and objdir.
820
821 2013-07-16 Tom Tromey <tromey@redhat.com>
822
823 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
824
825 2013-07-09 Joel Brobecker <brobecker@adacore.com>
826
827 * gdb.ada/small_reg_param.exp: Accept optional entry value
828 for parameter "w".
829
830 2013-07-09 Joel Brobecker <brobecker@adacore.com>
831
832 * gdb.ada/small_reg_param.exp: Remove trailing space.
833
834 2013-07-09 Doug Evans <dje@google.com>
835
836 * gdb.base/default.exp: Update expected output of "show print array"
837 and "show print pretty".
838
839 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
840
841 * gdb.threads/wp-replication.exp: Stop counting available hardware
842 watchpoints after NR_THREADS iterations.
843
844 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
845
846 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
847
848 2013-07-07 Yao Qi <yao@codesourcery.com>
849
850 * boards/native-gdbserver.exp: Move invoke of
851 process_multilib_options to gdbserver-base.exp.
852 Move set_board_info 'compiler', 'gdb,noinferiorio',
853 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
854 gdbserver-base.exp.
855 Move proc ${board}_download, ${board}_upload and
856 ${board}_file to gdbserver-base.exp.
857 * boards/native-extended-gdbserver.exp: Likewise.
858 * boards/native-stdio-gdbserver.exp: Likewise.
859 * boards/gdbserver-base.exp: New file.
860
861 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
862
863 * gdb.base/dump.exp: Remove arch-specific tests and do a
864 generic data address check to set is64bitonly correctly.
865
866 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
867
868 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
869 the register number instead of expecting only 0.
870
871 2013-07-05 Will Newton <will.newton@linaro.org>
872
873 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
874 in asm syntax to allow building on ARM.
875
876 2013-07-05 Yao Qi <yao@codesourcery.com>
877
878 * boards/local-remote-host.exp: Remove obsolete comments.
879 * boards/native-extended-gdbserver.exp: Likewise.
880 * boards/native-gdbserver.exp: Likewise.
881 * boards/native-stdio-gdbserver.exp: Likewise.
882
883 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
884
885 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
886 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
887 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
888
889 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
890
891 * gdb.base/break-on-linker-gcd-function.exp: Replace
892 prepare_for_testing by build_executable_from_specs and clean_restart.
893
894 2013-06-27 Tom Tromey <tromey@redhat.com>
895
896 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
897 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
898 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
899 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
900 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
901 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
902 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
903 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
904 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
905 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
906 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
907 Use standard_testfile, standard_output_file, prepare_for_testing,
908 clean_restart.
909
910 2013-06-27 Tom Tromey <tromey@redhat.com>
911
912 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
913 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
914 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
915 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
916 gdb.base/shreloc.exp, gdb.base/sigall.exp,
917 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
918 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
919 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
920 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
921 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
922 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
923 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
924 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
925 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
926 gdb.base/solib-weak.exp, gdb.base/source.exp,
927 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
928 gdb.base/stap-probe.exp, gdb.base/start.exp,
929 gdb.base/step-break.exp, gdb.base/step-bt.exp,
930 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
931 gdb.base/step-test.exp, gdb.base/structs.exp,
932 gdb.base/structs2.exp, gdb.base/structs3.exp,
933 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
934 standard_output_file, prepare_for_testing, clean_restart.
935
936 2013-06-27 Tom Tromey <tromey@redhat.com>
937
938 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
939 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
940 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
941 gdb.base/pending.exp, gdb.base/permissions.exp,
942 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
943 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
944 gdb.base/printcmds.exp, gdb.base/prologue.exp,
945 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
946 gdb.base/ptype.exp, gdb.base/randomize.exp,
947 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
948 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
949 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
950 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
951 standard_testfile, standard_output_file, prepare_for_testing,
952 clean_restart.
953
954 2013-06-27 Tom Tromey <tromey@redhat.com>
955
956 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
957 gdb.base/huge.exp, gdb.base/included.exp,
958 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
959 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
960 gdb.base/info-os.exp, gdb.base/info-proc.exp,
961 gdb.base/info-target.exp, gdb.base/infoline.exp,
962 gdb.base/interp.exp, gdb.base/interrupt.exp,
963 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
964 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
965 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
966 gdb.base/logical.exp, gdb.base/long_long.exp,
967 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
968 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
969 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
970 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
971 standard_testfile, standard_output_file, prepare_for_testing,
972 clean_restart.
973
974 2013-06-27 Tom Tromey <tromey@redhat.com>
975
976 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
977 gdb.base/enumval.exp, gdb.base/environ.exp,
978 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
979 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
980 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
981 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
982 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
983 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
984 gdb.base/fullname.exp, gdb.base/funcargs.exp,
985 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
986 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
987 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
988 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
989 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
990 gdb.base/gnu_vector.exp: Use standard_testfile,
991 standard_output_file, prepare_for_testing, clean_restart.
992
993 2013-06-27 Tom Tromey <tromey@redhat.com>
994
995 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
996 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
997 gdb.base/call-strs.exp, gdb.base/callexit.exp,
998 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
999 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1000 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1001 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1002 gdb.base/commands.exp, gdb.base/completion.exp,
1003 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1004 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1005 gdb.base/constvars.exp, gdb.base/corefile.exp,
1006 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1007 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1008 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1009 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1010 gdb.base/dup-sect.exp: Use standard_testfile,
1011 standard_output_file, prepare_for_testing, clean_restart.
1012
1013 2013-06-27 Tom Tromey <tromey@redhat.com>
1014
1015 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1016 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1017 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1018 gdb.base/async-shell.exp, gdb.base/async.exp,
1019 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1020 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1021 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1022 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1023 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1024 gdb.base/break-on-linker-gcd-function.exp,
1025 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1026 standard_output_file, prepare_for_testing, clean_restart.
1027
1028 2013-06-26 Yao Qi <yao@codesourcery.com>
1029
1030 * gdb.trace/mi-trace-frame-collected.exp: New.
1031
1032 2013-06-25 Yao Qi <yao@codesourcery.com>
1033
1034 * boards/native-extended-gdbserver.exp: Set board_info
1035 'gdb,predefined_tsv'.
1036 * boards/native-gdbserver.exp: Likewise.
1037 * boards/native-stdio-gdbserver.exp: Likewise.
1038 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1039 uploaded TSVs if target supports tracing.
1040 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1041 tracing and target has predefined tsv.
1042
1043 2013-06-25 Yao Qi <yao@codesourcery.com>
1044 Hui Zhu <hui@codesourcery.com>
1045 Pedro Alves <palves@redhat.com>
1046
1047 PR breakpoints/15075
1048 PR breakpoints/15434
1049 * gdb.base/dprintf-next.c: New file.
1050 * gdb.base/dprintf-next.exp: New file.
1051 * gdb.base/dprintf-non-stop.c: New file.
1052 * gdb.base/dprintf-non-stop.exp: New file.
1053 * gdb.base/dprintf.exp: Don't check "continue" in the output
1054 of "info breakpoints".
1055 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1056 Don't check "continue" in script field.
1057
1058 2013-06-21 Tom Tromey <tromey@redhat.com>
1059
1060 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1061 name in a test name.
1062
1063 2013-06-20 Yao Qi <yao@codesourcery.com>
1064
1065 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1066 and set an action.
1067 (test_trace_unavailable): Test command -data-list-register-values
1068 in the context of traceframe and with option --skip-unavailable.
1069 * gdb.trace/trace-unavailable.c (foo): New.
1070 (main): Call it.
1071 * gdb.mi/gdb2549.exp: Update matching pattern.
1072
1073 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1074
1075 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1076 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1077 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1078 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1079 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1080
1081 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
1082
1083 * gdb.base/subst.exp: Delete default rules before further
1084 tests.
1085
1086 2013-06-19 Yao Qi <yao@codesourcery.com>
1087
1088 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1089 unsupported if it is not registered.
1090
1091 2013-06-18 Tom Tromey <tromey@redhat.com>
1092
1093 * gdb.base/random-signal.c: New file.
1094 * gdb.base/random-signal.exp: New file.
1095
1096 2013-06-18 Will Newton <will.newton@linaro.org>
1097
1098 * gdb.base/skip.c: Use comma to evaluate results of foo()
1099 and bar() before passing to baz().
1100 * gdb.base/skip.c: baz() now takes one argument instead of
1101 two.
1102
1103 2013-06-18 Tom Tromey <tromey@redhat.com>
1104
1105 * gdb.dwarf2/implptrpiece.exp: New file.
1106 * gdb.dwarf2/implptrconst.exp (d): New variable.
1107 Print d.
1108 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1109
1110 2013-06-18 Tom Tromey <tromey@redhat.com>
1111
1112 * lib/selftest-support.exp (do_self_tests): Reject remote or
1113 non-native targets.
1114 * gdb.gdb/complaints.exp: Remove check.
1115 * gdb.gdb/observer.exp: Remove check.
1116 * gdb.gdb/xfullpath.exp: Remove check.
1117 * gdb.gdb/complaints.exp: Remove check.
1118
1119 2013-06-07 Pedro Alves <palves@redhat.com>
1120
1121 * boards/native-extended-gdbserver.exp: Remove semicolon.
1122 * config/arm-ice.exp: Likewise.
1123 * config/bfin.exp: Likewise.
1124 * config/cygmon.exp: Likewise.
1125 * config/h8300.exp: Likewise.
1126 * config/monitor.exp: Likewise.
1127 * config/sid.exp: Likewise.
1128 * config/sim.exp: Likewise.
1129 * config/slite.exp: Likewise.
1130 * config/vx.exp: Likewise.
1131 * gdb.arch/i386-bp_permanent.exp: Likewise.
1132 * gdb.asm/asm-source.exp: Likewise.
1133 * gdb.base/args.exp: Likewise.
1134 * gdb.base/attach-pie-misread.exp: Likewise.
1135 * gdb.base/auxv.exp: Likewise.
1136 * gdb.base/bigcore.exp: Likewise.
1137 * gdb.base/bitfields2.exp: Likewise.
1138 * gdb.base/bitfields.exp: Likewise.
1139 * gdb.base/break.exp: Likewise.
1140 * gdb.base/break-interp.exp: Likewise.
1141 * gdb.base/callfuncs.exp: Likewise.
1142 * gdb.base/call-sc.exp: Likewise.
1143 * gdb.base/commands.exp: Likewise.
1144 * gdb.base/corefile.exp: Likewise.
1145 * gdb.base/dbx.exp: Likewise.
1146 * gdb.base/ending-run.exp: Likewise.
1147 * gdb.base/exprs.exp: Likewise.
1148 * gdb.base/funcargs.exp: Likewise.
1149 * gdb.base/hbreak2.exp: Likewise.
1150 * gdb.base/huge.exp: Likewise.
1151 * gdb.base/list.exp: Likewise.
1152 * gdb.base/memattr.exp: Likewise.
1153 * gdb.base/overlays.exp: Likewise.
1154 * gdb.base/printcmds.exp: Likewise.
1155 * gdb.base/recurse.exp: Likewise.
1156 * gdb.base/remotetimeout.exp: Likewise.
1157 * gdb.base/reread.exp: Likewise.
1158 * gdb.base/savedregs.exp: Likewise.
1159 * gdb.base/scope.exp: Likewise.
1160 * gdb.base/sepdebug.exp: Likewise.
1161 * gdb.base/setshow.exp: Likewise.
1162 * gdb.base/setvar.exp: Likewise.
1163 * gdb.base/sigaltstack.exp: Likewise.
1164 * gdb.base/siginfo-addr.exp: Likewise.
1165 * gdb.base/siginfo.exp: Likewise.
1166 * gdb.base/siginfo-obj.exp: Likewise.
1167 * gdb.base/sigrepeat.exp: Likewise.
1168 * gdb.base/sigstep.exp: Likewise.
1169 * gdb.base/structs.exp: Likewise.
1170 * gdb.base/testenv.exp: Likewise.
1171 * gdb.base/twice.exp: Likewise.
1172 * gdb.base/valgrind-db-attach.exp: Likewise.
1173 * gdb.base/valgrind-infcall.exp: Likewise.
1174 * gdb.base/varargs.exp: Likewise.
1175 * gdb.base/watchpoint.exp: Likewise.
1176 * gdb.cp/gdb1355.exp: Likewise.
1177 * gdb.cp/misc.exp: Likewise.
1178 * gdb.disasm/hppa.exp: Likewise.
1179 * gdb.disasm/t01_mov.exp: Likewise.
1180 * gdb.disasm/t02_mova.exp: Likewise.
1181 * gdb.disasm/t03_add.exp: Likewise.
1182 * gdb.disasm/t04_sub.exp: Likewise.
1183 * gdb.disasm/t05_cmp.exp: Likewise.
1184 * gdb.disasm/t06_ari2.exp: Likewise.
1185 * gdb.disasm/t07_ari3.exp: Likewise.
1186 * gdb.disasm/t08_or.exp: Likewise.
1187 * gdb.disasm/t09_xor.exp: Likewise.
1188 * gdb.disasm/t10_and.exp: Likewise.
1189 * gdb.disasm/t11_logs.exp: Likewise.
1190 * gdb.disasm/t12_bit.exp: Likewise.
1191 * gdb.disasm/t13_otr.exp: Likewise.
1192 * gdb.gdb/selftest.exp: Likewise.
1193 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1194 * gdb.mi/mi-reverse.exp: Likewise.
1195 * gdb.pascal/floats.exp: Likewise.
1196 * gdb.python/py-inferior.exp: Likewise.
1197 * gdb.threads/attach-into-signal.exp: Likewise.
1198 * gdb.threads/pthreads.exp: Likewise.
1199 * gdb.threads/thread_events.exp: Likewise.
1200 * gdb.threads/watchthreads.exp: Likewise.
1201 * gdb.trace/actions-changed.exp: Likewise.
1202 * gdb.trace/actions.exp: Likewise.
1203 * gdb.trace/ax.exp: Likewise.
1204 * gdb.trace/backtrace.exp: Likewise.
1205 * gdb.trace/change-loc.exp: Likewise.
1206 * gdb.trace/deltrace.exp: Likewise.
1207 * gdb.trace/disconnected-tracing.exp: Likewise.
1208 * gdb.trace/ftrace.exp: Likewise.
1209 * gdb.trace/infotrace.exp: Likewise.
1210 * gdb.trace/passc-dyn.exp: Likewise.
1211 * gdb.trace/passcount.exp: Likewise.
1212 * gdb.trace/pending.exp: Likewise.
1213 * gdb.trace/qtro.exp: Likewise.
1214 * gdb.trace/range-stepping.exp: Likewise.
1215 * gdb.trace/report.exp: Likewise.
1216 * gdb.trace/save-trace.exp: Likewise.
1217 * gdb.trace/status-stop.exp: Likewise.
1218 * gdb.trace/strace.exp: Likewise.
1219 * gdb.trace/tfile.exp: Likewise.
1220 * gdb.trace/tfind.exp: Likewise.
1221 * gdb.trace/trace-break.exp: Likewise.
1222 * gdb.trace/tracecmd.exp: Likewise.
1223 * gdb.trace/trace-mt.exp: Likewise.
1224 * gdb.trace/tspeed.exp: Likewise.
1225 * gdb.trace/tsv.exp: Likewise.
1226 * gdb.trace/while-stepping.exp: Likewise.
1227 * lib/gdb.exp: Likewise.
1228 * lib/gdbserver-support.exp: Likewise.
1229 * lib/java.exp: Likewise.
1230 * lib/mi-support.exp: Likewise.
1231 * lib/pascal.exp: Likewise.
1232 * lib/prompt.exp: Likewise.
1233 * lib/trace-support.exp: Likewise.
1234
1235 2013-06-07 Pedro Alves <palves@redhat.com>
1236
1237 * gdb.ada/info_types.c: Fix formating in copyright header.
1238 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1239 * gdb.base/float.c: Likewise.
1240 * gdb.base/inferior-died.c: Likewise.
1241 * gdb.base/interp.c: Likewise.
1242 * gdb.base/jit-main.c: Likewise.
1243 * gdb.base/jit-solib.c: Likewise.
1244 * gdb.base/long_long.c: Likewise.
1245 * gdb.base/longjmp.c: Likewise.
1246 * gdb.base/nextoverexit.c: Likewise.
1247 * gdb.base/pr11022.c: Likewise.
1248 * gdb.base/prelink-lib.c: Likewise.
1249 * gdb.base/prelink.c: Likewise.
1250 * gdb.base/prologue.c: Likewise.
1251 * gdb.base/restore.c: Likewise.
1252 * gdb.base/sigchld.c: Likewise.
1253 * gdb.base/solib-search-lib1.c: Likewise.
1254 * gdb.base/solib-search-lib2.c: Likewise.
1255 * gdb.base/solib-search.c: Likewise.
1256 * gdb.base/solib-search.h: Likewise.
1257 * gdb.base/whatis.c: Likewise.
1258 * gdb.cp/abstract-origin.cc: Likewise.
1259 * gdb.cp/anon-struct.cc: Likewise.
1260 * gdb.cp/baseenum.cc: Likewise.
1261 * gdb.cp/bs15503.cc: Likewise.
1262 * gdb.cp/call-c-1.c: Likewise.
1263 * gdb.cp/call-c.cc: Likewise.
1264 * gdb.cp/class2.cc: Likewise.
1265 * gdb.cp/classes.cc: Likewise.
1266 * gdb.cp/cttiadd.cc: Likewise.
1267 * gdb.cp/cttiadd1.cc: Likewise.
1268 * gdb.cp/cttiadd2.cc: Likewise.
1269 * gdb.cp/cttiadd3.cc: Likewise.
1270 * gdb.cp/derivation.cc: Likewise.
1271 * gdb.cp/derivation2.cc: Likewise.
1272 * gdb.cp/dispcxx.cc: Likewise.
1273 * gdb.cp/exception.cc: Likewise.
1274 * gdb.cp/gdb2384-base.cc: Likewise.
1275 * gdb.cp/gdb2384-base.h: Likewise.
1276 * gdb.cp/gdb2384.cc: Likewise.
1277 * gdb.cp/gdb2495.cc: Likewise.
1278 * gdb.cp/mb-inline.h: Likewise.
1279 * gdb.cp/mb-inline1.cc: Likewise.
1280 * gdb.cp/mb-inline2.cc: Likewise.
1281 * gdb.cp/member-name.cc: Likewise.
1282 * gdb.cp/member-ptr.cc: Likewise.
1283 * gdb.cp/misc.cc: Likewise.
1284 * gdb.cp/namespace1.cc: Likewise.
1285 * gdb.cp/nextoverthrow.cc: Likewise.
1286 * gdb.cp/pr-574.cc: Likewise.
1287 * gdb.cp/pr9631.cc: Likewise.
1288 * gdb.cp/printmethod.cc: Likewise.
1289 * gdb.cp/psmang1.cc: Likewise.
1290 * gdb.cp/psmang2.cc: Likewise.
1291 * gdb.cp/psymtab-parameter.cc: Likewise.
1292 * gdb.cp/ptype-flags.cc: Likewise.
1293 * gdb.cp/ref-params.cc: Likewise.
1294 * gdb.cp/ref-types.cc: Likewise.
1295 * gdb.cp/smartp.cc: Likewise.
1296 * gdb.cp/try_catch.cc: Likewise.
1297 * gdb.cp/userdef.cc: Likewise.
1298 * gdb.cp/using-crash.cc: Likewise.
1299 * gdb.cp/virtfunc.cc: Likewise.
1300 * gdb.cp/virtfunc2.cc: Likewise.
1301 * gdb.dwarf2/callframecfa.S: Likewise.
1302 * gdb.dwarf2/dw2-ranges.c: Likewise.
1303 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1304 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1305 * gdb.dwarf2/dw2-restore.S: Likewise.
1306 * gdb.dwarf2/pieces.S: Likewise.
1307 * gdb.dwarf2/valop.S: Likewise.
1308 * gdb.java/jnpe.java: Likewise.
1309 * gdb.mi/mi-stepn.c: Likewise.
1310 * gdb.mi/mi-var-cp.cc: Likewise.
1311 * gdb.mi/mi-var-rtti.cc: Likewise.
1312 * gdb.mi/ns-stale-regcache.c: Likewise.
1313 * gdb.mi/pr11022.c: Likewise.
1314 * gdb.mi/solib-lib.c: Likewise.
1315 * gdb.mi/solib-main.c: Likewise.
1316 * gdb.python/py-arch.c: Likewise.
1317 * gdb.python/py-block.c: Likewise.
1318 * gdb.python/py-breakpoint.c: Likewise.
1319 * gdb.python/py-events.c: Likewise.
1320 * gdb.python/py-evthreads.c: Likewise.
1321 * gdb.python/py-explore.c: Likewise.
1322 * gdb.python/py-explore.cc: Likewise.
1323 * gdb.python/py-finish-breakpoint.c: Likewise.
1324 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1325 * gdb.python/py-symbol.c: Likewise.
1326 * gdb.threads/execl.c: Likewise.
1327 * gdb.threads/execl1.c: Likewise.
1328
1329 2013-06-07 Will Newton <will.newton@linaro.org>
1330
1331 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1332
1333 2013-06-07 Will Newton <will.newton@linaro.org>
1334
1335 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1336 and "starting".
1337
1338 2013-06-07 Will Newton <will.newton@linaro.org>
1339
1340 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1341 destructor prototypes for ARM ABI.
1342 * gdb.cp/m-static.exp: Likewise.
1343
1344 2013-06-07 Yao Qi <yao@codesourcery.com>
1345
1346 * gdb.trace/mi-trace-unavailable.exp: New.
1347 * gdb.trace/trace-unavailable.c: New.
1348
1349 2013-06-06 Doug Evans <dje@google.com>
1350
1351 * gdb.cp/derivation.exp: Make tests have unique names.
1352
1353 2013-06-06 Tom Tromey <tromey@redhat.com>
1354
1355 * gdb.base/dump.exp (capture_value): Don't put expression into
1356 test name if arguments passed in.
1357 Rename a couple more tests to make them unique.
1358
1359 2013-06-06 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.base/break-always.exp: Explicitly specify test name.
1362
1363 2013-06-05 Doug Evans <dje@google.com>
1364 Keith Seitz <keiths@redhat.com>
1365
1366 * gdb.cp/derivation2.cc: New file.
1367 * gdb.cp/derivation.cc (main): Call foo2.
1368 * gdb.cp/derivation.exp: Add tests for typedefs in another
1369 file, and when there's an active block.
1370
1371 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1372
1373 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1374 from targets that use function descriptors in the virtual tables.
1375 Handle presence of dot symbols.
1376
1377 2013-06-04 Gary Benson <gbenson@redhat.com>
1378
1379 * gdb.base/break-probes.exp: New file.
1380 * gdb.base/break-probes.c: Likewise.
1381 * gdb.base/break-probes-solib.c: Likewise.
1382 * gdb.base/info-shared.exp: New file.
1383 * gdb.base/info-shared.c: Likewise.
1384 * gdb.base/info-shared-solib1.c: Likewise.
1385 * gdb.base/info-shared-solib2.c: Likewise.
1386
1387 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1388 Gary Benson <gbenson@redhat.com>
1389
1390 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1391 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1392 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1393 to be set to "no" to indicate that no ld.so copy should be made.
1394 * gdb.base/break-interp.exp (solib_bp): New constant.
1395 (reach_1): Use the above instead of "_dl_debug_state".
1396 (test_attach): Likewise.
1397 (test_ld): Likewise.
1398 * gdb.threads/dlopen-libpthread.exp: New file.
1399 * gdb.threads/dlopen-libpthread.c: Likewise.
1400 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1401 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1402
1403 2013-05-30 Yao Qi <yao@codesourcery.com>
1404
1405 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1406 Add a test that no MI notification is emitted when executing
1407 -exec-arguments.
1408
1409 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1410
1411 PR testsuite/12649
1412 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1413 $mi_gdb_prompt expectation by mi_expect_stop.
1414 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1415 (mi info dprintf second time): Replace them by mi_send_resuming_command
1416 and mi_expect_stop.
1417
1418 2013-05-24 Gary Benson <gbenson@redhat.com>
1419
1420 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1421 backslash.
1422 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1423 backslashes.
1424 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1425 backslash.
1426
1427 2013-05-24 Yao Qi <yao@codesourcery.com>
1428
1429 * gdb.trace/tfile.exp: Test inferior and thread.
1430
1431 2013-05-24 Yao Qi <yao@codesourcery.com>
1432 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1435 test fails.
1436 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1437 Return 0 if the test passes, otherwise return 1.
1438
1439 2013-05-23 Doug Evans <dje@google.com>
1440
1441 * boards/fission-dwp.exp: New file.
1442
1443 2013-05-23 Yao Qi <yao@codesourcery.com>
1444 Pedro Alves <palves@redhat.com>
1445
1446 * gdb.base/range-stepping.c: New file.
1447 * gdb.base/range-stepping.exp: New file.
1448 * gdb.trace/range-stepping.c: New file.
1449 * gdb.trace/range-stepping.exp: New file.
1450 * lib/range-stepping-support.exp: New file.
1451
1452 2013-05-22 Tom Tromey <tromey@redhat.com>
1453
1454 * gdb.cp/class2.cc (main): New local 'aref'.
1455 * gdb.cp/class2.exp: Check printing of 'aref'.
1456
1457 2013-05-22 Doug Evans <dje@google.com>
1458
1459 * gdb.threads/wp-replication.c (main): Insert some code at the start
1460 to ensure the breakpoint on main is only hit once. Fix comment.
1461
1462 2013-05-21 Keith Seitz <keiths@redhat.com>
1463 Pedro Alves <palves@redhat.com>
1464
1465 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1466 gdb_expect.
1467 Add test to flush the remaining input buffer so that this
1468 file passes testsuite/12649.
1469
1470 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1471
1472 * gdb.base/catch-signal-fork.exp: New file.
1473 * gdb.base/catch-signal-fork.c: New file.
1474
1475 2013-05-21 Sterling Augustine <saugustine@google.com>
1476
1477 * boards/remote-stdio-gdbserver.exp: New file.
1478
1479 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1480
1481 PR testsuite/12649
1482 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1483 racy matches.
1484
1485 2013-05-21 Christian Groessler <chris@groessler.org>
1486
1487 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1488 since it's not supported in all shells.
1489
1490 2013-05-21 Hui Zhu <hui@codesourcery.com>
1491
1492 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1493 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1494
1495 2013-05-20 Doug Evans <dje@google.com>
1496
1497 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1498 (_handle_DW_TAG): Use it.
1499 (cu, tu): Replace parameters is_64, version, addr_size with options.
1500 All callers updated. Add Fission support.
1501 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1502 * gdb.dwarf2/method-ptr.exp: Ditto.
1503 * gdb.dwarf2/nostaticblock.exp: Ditto.
1504 * gdb.dwarf2/subrange.exp: Ditto.
1505 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1506
1507 2013-05-20 Tom Tromey <tromey@redhat.com>
1508
1509 * gdb.gdb/python-selftest.exp: New file.
1510
1511 2013-05-20 Doug Evans <dje@google.com>
1512
1513 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1514 -fdebug-types-section.
1515
1516 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1517
1518 * gdb.ada/float_param: New testcase.
1519
1520 2013-05-17 Doug Evans <dje@google.com>
1521
1522 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1523 Add tests for "maint check-symtabs", "maint expand-symtabs".
1524
1525 * gdb.base/maint.exp: Remove testing of individual maint command
1526 help output.
1527
1528 2013-05-16 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1531 comment. Use gdb_test_no_output.
1532
1533 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1534
1535 * gdb.ada/complete.exp: Add test verifying completion using
1536 the "tab" key.
1537
1538 2013-05-15 Keith Seitz <keiths@redhat.com>
1539
1540 * gdb.base/filesym.exp: New completer test.
1541 * gdb.base/filesym.c: New file.
1542
1543 2013-05-15 Pedro Alves <palves@redhat.com>
1544
1545 * gdb.base/fixsection.c: Remove attribution.
1546 * gdb.base/watch-read.exp: Ditto.
1547
1548 2013-05-13 Tom Tromey <tromey@redhat.com>
1549
1550 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1551 size and change type sizes to 4 bytes.
1552
1553 2013-05-13 Tom Tromey <tromey@redhat.com>
1554
1555 * gdb.base/exprs.exp (test_expr): Add regression test.
1556 * gdb.base/exprs.c (null_t_struct): New global.
1557
1558 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1559
1560 * gdb.base/default.exp: Disable history saving.
1561 * gdb.base/setshow.exp: Likewise.
1562
1563 2013-05-10 Pedro Alves <palves@redhat.com>
1564
1565 PR remote/15455
1566
1567 * gdb.trace/qtro.c: New file.
1568 * gdb.trace/qtro.exp: New file.
1569
1570 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1571
1572 * gdb.python/py-framefilter.py: New File.
1573 * gdb.python/py-framefilter-mi.exp: Ditto.
1574 * gdb.python/py-framefilter.c: Ditto.
1575 * gdb.python/py-framefilter-mi.exp: Ditto.
1576 * gdb.python/py-framefilter-mi.c: Ditto,
1577 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1578
1579 2013-05-08 Tom Tromey <tromey@redhat.com>
1580
1581 * gdb.base/solib-search.exp: Set test name for "set
1582 solib-search-path" test.
1583
1584 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1585
1586 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1587 (set_a_tracepoint): Set tracepoint before prologue.
1588 (run_trace_experiment): Test setup_tracepoints and 'break end'
1589 in it.
1590 (trace_buffer_normal): Remove.
1591 (gdb_trace_circular_tests): Remove. Move tests to...
1592 (top level): ...here. Call 'runto_main' before checking for
1593 trace support. Use commands to check the support for circular
1594 trace buffer and changing of trace buffer size. Add test
1595 to calculate size of single frame. Use this size to
1596 calculate the size of trace buffer. Use 'tfind pc func9'
1597 instead of 'tfind 9'. Use 'with_test_prefix'.
1598
1599 2013-05-07 Tom Tromey <tromey@redhat.com>
1600
1601 * lib/selftest-support.exp: New file.
1602 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1603 do_self_tests.
1604 (setup_test, find_gdb): Remove.
1605 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1606 do_self_tests.
1607 (setup_test, find_gdb): Remove.
1608 (test_observer): Don't call setup_test. Remove argument.
1609 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1610 (find_gdb): Remove.
1611 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1612 do_self_tests.
1613 (setup_test, find_gdb): Remove.
1614 (test_with_self): Don't call setup_test. Remove argument.
1615
1616 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.arch/system-gcore.exp: Remove.
1619 * gdb.arch/gcore.c: Remove.
1620 * gdb.base/gcore.exp: Add "info reg system".
1621
1622 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1623
1624 PR breakpoints/15413:
1625 * gdb.base/pending.exp: Add test for completion of the "condition"
1626 command for pending breakpoints.
1627 * gdb.linespec/linespec.ex: Add test for completion of the
1628 "condition" command when dealing with multiple locations.
1629
1630 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1631
1632 * gdb.threads/wp-replication.c: New file.
1633 * gdb.threads/wp-replication.exp: New file.
1634
1635 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1636
1637 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1638
1639 2013-05-06 Doug Evans <dje@google.com>
1640
1641 * gdb.base/solib-search-lib1.c: New file.
1642 * gdb.base/solib-search-lib2.c: New file.
1643 * gdb.base/solib-search.c: New file.
1644 * gdb.base/solib-search.h: New file.
1645 * gdb.base/solib-search.exp: New file.
1646
1647 * lib/gdb.exp (gdb_core_cmd): New function.
1648 * gdb.arch/system-gcore.exp: Use it.
1649 * gdb.arch/vsx-regs.exp: Ditto.
1650 * gdb.base/gcore.exp: Ditto.
1651 * gdb.threads/gcore-thread.exp: Ditto.
1652
1653 * gdb.reverse/shr.h: New file.
1654 * gdb.reverse/shr1.c: New file.
1655 * gdb.reverse/shr2.c: #include "shr.h".
1656 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1657 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1658 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1659 Update tests using sleep/printf to use shr2.sl instead.
1660 * gdb.reverse/solib-reverse.exp: Ditto.
1661
1662 2013-05-06 Tom Tromey <tromey@redhat.com>
1663
1664 * gdb.dwarf2/implptrconst.c: New file.
1665 * gdb.dwarf2/implptrconst.exp: New file.
1666 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1667 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1668 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1669
1670 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1671
1672 * gdb.base/catch-sig.c (main): Raise SIGINT.
1673 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1674
1675 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1676
1677 * status-stop.exp (test_tstart_tstart): Check for error
1678 returned by the second 'tstart' command.
1679
1680 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1681
1682 * gdb.xml/maint_print_struct.exp: New file.
1683 * gdb.xml/maint_print_struct.xml: New file.
1684
1685 2013-04-25 Tom Tromey <tromey@redhat.com>
1686
1687 * gdb.dwarf2/nostaticblock.exp: New file.
1688
1689 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1690
1691 PR gdb/10462
1692 * gdb.base/setshow.exp: Add test case.
1693
1694 2013-04-23 Hui Zhu <hui@codesourcery.com>
1695
1696 PR gdb/15293
1697 * gdb.base/dprintf.exp: Add ignore command.
1698
1699 2013-04-23 Hui Zhu <hui@codesourcery.com>
1700
1701 PR gdb/15165
1702 * gdb.base/save-bp.exp: Add test for dprintf.
1703
1704 2013-04-22 Tom Tromey <tromey@redhat.com>
1705
1706 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1707 notice_open_fds.
1708
1709 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1710
1711 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1712 ldflags.
1713
1714 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1715
1716 * gdb.arch/arm-bl-branch-dest.c: New file.
1717 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1718
1719 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1720 Pedro Alves <palves@redhat.com>
1721
1722 * gdb.arch/i386-float.S: New file.
1723 * gdb.arch/i386-float.exp: New file.
1724
1725 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1726
1727 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1728 type void *.
1729
1730 2013-04-17 Doug Evans <dje@google.com>
1731
1732 * lib/dwarf.exp (Dwarf): New proc "tu".
1733 * gdb.dwarf2/missing-sig-type.exp: New file.
1734
1735 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1736
1737 Add option to link testcases with Pthreads library when
1738 using 'prepare_for_testing' in tests.
1739
1740 * lib/gdb.exp (build_executable_from_specs): Use
1741 gdb_compile_pthreads to compile if option "pthreads" is
1742 specified.
1743
1744 2013-04-15 Tom Tromey <tromey@redhat.com>
1745
1746 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1747
1748 2013-04-15 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.base/default.exp: Update for $_exception.
1751 * gdb.cp/exceptprint.cc: New file.
1752 * gdb.cp/exceptprint.exp: New file.
1753 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1754
1755 2013-04-15 Tom Tromey <tromey@redhat.com>
1756
1757 * gdb.cp/typeid.cc: New file.
1758 * gdb.cp/typeid.exp: New file.
1759
1760 2013-04-15 Tom Tromey <tromey@redhat.com>
1761
1762 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1763
1764 2013-04-13 Yao Qi <yao@codesourcery.com>
1765
1766 * gdb.base/completion.exp: Test completion of command
1767 'target ctf' if target ctf is supported.
1768
1769 2013-04-10 Pedro Alves <palves@redhat.com>
1770
1771 * gdb.base/completion.exp: Test "set height", "set listsize" and
1772 "set trace-buffer-size" completion.
1773 * gdb.base/setshow.exp: Test "set height unlimited".
1774 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1775 unlimited".
1776
1777 2013-04-10 Yao Qi <yao@codesourcery.com>
1778
1779 * gdb.trace/actions.exp: Save trace data to CTF.
1780 Change to ctf target if GDB supports, read CTF data in ctf
1781 target, and check the actions of tracepoints.
1782 * gdb.trace/while-stepping.exp: Likewise.
1783 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1784 format and read CTF trace file if GDB supports.
1785 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1786 target is supported, change to ctf target, read trace data and
1787 check output of command "tstatus".
1788 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1789 read CTF data by target ctf and call check_tsv.
1790
1791 2013-04-10 Yao Qi <yao@codesourcery.com>
1792
1793 * gdb.trace/actions.exp (check_tracepoint): New.
1794 (top level): Start the tracing and check the actions of
1795 tracepoints. Save trace data to tfile format. Restart GDB
1796 and read trace file in tfile target. Check the actions of
1797 tracepoints again.
1798 * gdb.trace/while-stepping.exp: Likewise.
1799
1800 2013-04-10 Yao Qi <yao@codesourcery.com>
1801
1802 * gdb.trace/report.exp: Use standard_output_file for saved
1803 trace file.
1804
1805 2013-04-10 Hui Zhu <hui@codesourcery.com>
1806
1807 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1808 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1809 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1810
1811 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1814 response.
1815
1816 2013-04-08 Pedro Alves <palves@redhat.com>
1817
1818 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1819 the location.
1820
1821 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1822
1823 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1824 for breakpoint location.
1825
1826 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1827
1828 * gdb.linespec/linespec.exp: Make dir/file:line tests
1829 conditional for non-remote hosts only.
1830
1831 2013-04-04 Stan Shebs <stan@codesourcery.com>
1832 Pedro Alves <palves@redhat.com>
1833
1834 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1835 * gdb.trace/actions-changed.c: New file.
1836 * gdb.trace/actions-changed.exp: New file.
1837 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1838 (gdb_trace_setactions_command): ... this. Add "actions_command"
1839 parameter, and handle it.
1840 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1841
1842 2013-04-04 Yao Qi <yao@codesourcery.com>
1843
1844 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1845 'step'.
1846
1847 2013-04-03 Yao Qi <yao@codesourcery.com>
1848
1849 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1850 "tfile-basic.tf".
1851 (test_tfind_tfile): Likewise.
1852
1853 2013-04-03 Yao Qi <yao@codesourcery.com>
1854
1855 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1856 "tfile-basic.tf" instead of "basic.tf".
1857 (write_error_trace_file): Pass argument "tfile-error.tf"
1858 instead of "error.tf".
1859 * gdb.trace/tfile.exp: Update tfile names to
1860 "tfile-basic.tf" and "tfile-error.tf".
1861
1862 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1863
1864 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1865 empty directory in file for breakpoint hit.
1866
1867 2013-03-29 Yao Qi <yao@codesourcery.com>
1868
1869 * gdb.base/completion.exp: Test completion of commands
1870 "target core", "target tfile" and "target exec".
1871 * gdb.trace/tfile.exp: Test completion of command
1872 "target tfile".
1873
1874 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1875
1876 * gdb.ada/win_fu_syms: New testcase.
1877
1878 2013-03-28 Doug Evans <dje@google.com>
1879
1880 * gdb.base/maint.exp (maint print statistics): Update expected output.
1881
1882 2013-03-28 Pedro Alves <palves@redhat.com>
1883
1884 PR gdb/15294
1885
1886 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1887 mean unlimited instead of $arg < 0.
1888 (test_listsize): Remove "listsize of 0 suppresses output" test.
1889 Test that "set listsize 0" ends up with an unlimited listsize.
1890
1891 2013-03-28 Pedro Alves <palves@redhat.com>
1892
1893 * gdb.base/list.exp (last_line): New global.
1894 (last_line_re): New global.
1895 (test_listsize, test_list_function, test_list_forward)
1896 (test_repeat_list_command, test_list_range)
1897 (test_list_filename_and_function): Use them.
1898 * gdb.base/list0.c: Comment the last line of the file with "last
1899 line".
1900
1901 2013-03-28 Pedro Alves <palves@redhat.com>
1902
1903 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1904 list the whole file.
1905
1906 2013-03-28 Pedro Alves <palves@redhat.com>
1907
1908 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1909 "set listsize".
1910
1911 2013-03-26 Keith Seitz <keiths@redhat.com>
1912
1913 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1914 from passing.
1915
1916 2013-03-26 Pedro Alves <palves@redhat.com>
1917
1918 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1919 until after GDB has run.
1920
1921 2013-03-26 Yao Qi <yao@codesourcery.com>
1922
1923 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1924 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1925
1926 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1927
1928 * gdb.btrace/enable.exp: Add regression test.
1929
1930 2013-03-25 Tom Tromey <tromey@redhat.com>
1931
1932 * gdb.cp/m-static.exp: Add destructor-printing tests.
1933
1934 2013-03-25 Tom Tromey <tromey@redhat.com>
1935
1936 * gdb.cp/m-static.exp: Add constructor ptype tests.
1937 * gdb.cp/m-static.cc (single_constructor): New class.
1938 (main): Make instance of single_constructor.
1939
1940 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1941 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.server/server-kill.c: New file.
1944 * gdb.server/server-kill.exp: New file.
1945
1946 2013-03-21 Pedro Alves <palves@redhat.com>
1947
1948 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1949 Expect $gdb_prompt in gdb_test_multiple.
1950
1951 2013-03-21 Doug Evans <dje@google.com>
1952
1953 * gdb.base/maint.exp: Update tests for per-command stats.
1954
1955 2013-03-21 Tom Tromey <tromey@redhat.com>
1956
1957 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1958 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1959
1960 2013-03-20 Pedro Alves <palves@redhat.com>
1961
1962 PR gdb/15289
1963
1964 * gdb.base/remote.exp: Test
1965 "set remote hardware-watchpoint-limit -1",
1966 "set remote hardware-breakpoint-limit -1",
1967 "set remote hardware-watchpoint-limit 2147483647" and
1968 "set remote hardware-breakpoint-limit 2147483647".
1969
1970 2013-03-20 Pedro Alves <palves@redhat.com>
1971 Yao Qi <yao@codesourcery.com>
1972
1973 * gdb.trace/tfile.c: Add comments.
1974 (nonconstglob): New global.
1975 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1976 global that is not covered by the trace frame. Test
1977 disassembling.
1978
1979 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1980
1981 * gdb.base/valgrind-infcall.exp
1982 (continue #$continue_count) <remote connection closed>
1983 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1984 $valgrind_pid.
1985
1986 2013-03-15 Tom Tromey <tromey@redhat.com>
1987
1988 * gdb.cp/overload.cc (intintfunc): New.
1989 * gdb.cp/overload.exp: Add regression test.
1990
1991 2013-03-15 Yao Qi <yao@codesourcery.com>
1992
1993 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1994 using with_test_prefix.
1995 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1996 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1997 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1998 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1999 * gdb.base/break-interp.exp (test_core): Likewise.
2000 (test_attach_gdb): Likewise.
2001 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2002 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2003 Likewise.
2004 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2005 * gdb.base/jit.exp (one_jit_test): Likewise.
2006 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2007 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2008 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2009 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2010 Likewise.
2011 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2012 Likewise.
2013 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2014 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2015 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2016 (tracepoint_change_loc_2): Likewise.
2017 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2018 Likewise.
2019 (disconnected_tfind): Likewise.
2020 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2021 Likewise.
2022 (test_tfind_remote): Likewise.
2023 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2024 Likewise.
2025 (test_pending_resolved): Likewise.
2026 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2027 Likewise.
2028 (test_upload_tsv): Likewise.
2029 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2030 Likewise.
2031 (pending_tracepoint_works): Likewise.
2032 * gdb.trace/report.exp (use_collected_data): Likewise.
2033 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2034 Likewise.
2035 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2036 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2037 (strace_trace_on_same_addr): Likewise.
2038 (strace_trace_on_diff_addr): Likewise.
2039 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2040 (gdb_collect_locals_test): Likewise.
2041 (gdb_unavailable_registers_test): Likewise.
2042 (gdb_collect_globals_test): Likewise.
2043
2044 2013-03-15 Yao Qi <yao@codesourcery.com>
2045
2046 * gdb.base/condbreak.exp: Add semicolon back which was removed
2047 by my previous commit.
2048
2049 2013-03-14 Yao Qi <yao@codesourcery.com>
2050
2051 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2052 'return'.
2053 (gdb_target_monitor, gdb_load): Likewise.
2054 * config/sid.exp (gdb_load): Likewise.
2055 * config/slite.exp (gdb_load): Likewise.
2056 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2057 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2058 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2059 (single_step_until): Likewise.
2060 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2061 * gdb.arch/system-gcore.exp: Likewise.
2062 * gdb.base/bigcore.exp (extract_heap): Likewise.
2063 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2064 * gdb.base/call-ar-st.exp: Likewise.
2065 * gdb.base/call-rt-st.exp: Likewise.
2066 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2067 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2068 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2069 * gdb.base/corefile.exp: Likewise.
2070 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2071 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2072 * gdb.base/fixsection.exp: Likewise.
2073 * gdb.base/funcargs.exp: Likewise.
2074 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2075 * gdb.base/gcore-relro.exp: Likewise.
2076 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2077 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2078 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2079 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2080 * gdb.base/list.exp: Likewise.
2081 (set_listsize): Likewise.
2082 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2083 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2084 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2085 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2086 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2087 * gdb.base/setvar.exp: Likewise.
2088 (test_set): Likewise.
2089 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2090 * gdb.base/solib-overlap.exp: Likewise.
2091 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2092 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2093 * gdb.base/watchpoint.exp (initialize): Likewise.
2094 (test_simple_watchpoint): Likewise.
2095 (test_disabling_watchpoints): Likewise.
2096 (test_watchpoint_triggered_in_syscall): Likewise.
2097 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2098 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2099 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2100 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2101 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2102 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2103 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2104 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2105 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2106 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2107 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2108 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2109 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2110 * gdb.mi/gdb792.exp: Likewise.
2111 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2112 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2113 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2114 * gdb.threads/gcore-thread.exp: Likewise.
2115 (load_core): Likewise.
2116 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2117 (test_startup, check_control_c): Likewise.
2118 * gdb.threads/sigstep-threads.exp: Likewise.
2119 * gdb.threads/thread_check.exp: Likewise.
2120 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2121 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2122 (set_a_tracepoint, trace_buffer_normal): Likewise.
2123 (gdb_trace_circular_tests): Likewise.
2124 * gdb.trace/collection.exp: Likewise.
2125 * gdb.trace/disconnected-tracing.exp: Likewise.
2126 * gdb.trace/infotrace.exp: Likewise.
2127 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2128 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2129 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2130 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2131 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2132 * gdb.trace/stap-trace.exp: Likewise.
2133 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2134 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2135 * gdb.trace/trace-buffer-size.exp: Likewise.
2136 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2137 * gdb.trace/unavailable.exp: Likewise.
2138 * gdb.trace/while-dyn.exp: Likewise.
2139 * lib/fortran.exp (set_lang_fortran): Likewise.
2140 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2141 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2142 (default_gdb_start, get_compiler_info): Likewise.
2143 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2144 (get_debug_format, setup_xfail_format): Likewise.
2145 (rerun_to_main, gdb_skip_float_test): Likewise.
2146 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2147 * lib/java.exp (set_lang_java): Likewise.
2148 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2149 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2150 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2151 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2152 * lib/objc.exp (set_lang_objc): Likewise.
2153 * lib/pascal.exp (set_lang_pascal): Likewise.
2154 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2155 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2156 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2157
2158 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2159
2160 PR c++/15203
2161 PR c++/15210
2162 * gdb.cp/m-static.cc (keepalive_int): New function.
2163 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2164 * gdb.cp/m-static.exp: New test for `sintvar'.
2165
2166 2013-03-14 Yao Qi <yao@codesourcery.com>
2167
2168 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2169 of 'tstatus' into tstatus_output.
2170 (top level): Save the trace data to tfile. Read trace file in
2171 tfile target. Check the trace status.
2172
2173 2013-03-13 Yao Qi <yao@codesourcery.com>
2174
2175 * gdb.trace/tsv.exp (check_tsv): New.
2176 (top level): Save a tfile on current trace session. Call
2177 check_tsv on live target. Load the tfile with target tfile
2178 and call check_tsv again.
2179
2180 2013-03-13 Yao Qi <yao@codesourcery.com>
2181
2182 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2183 Replace some "gdb_test" with "gdb_test_no_output".
2184
2185 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2186
2187 * gdb.ada/expr_delims.exp: New file.
2188 * gdb.ada/expr_delims/foo.adb: New file.
2189 * gdb.ada/expr_delims/pck.ads: New file.
2190 * gdb.ada/expr_delims/pck.adb: New file.
2191
2192 2013-03-11 Keith Seitz <keiths@redhat.com>
2193
2194 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2195 both condition and thread. Then delete the watchpoint.
2196
2197 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2198
2199 * Makefile.in: Add btrace testsuite.
2200 * configure: Regenerated.
2201 * configure.ac: Add btrace testsuite.
2202 * gdb.btrace/Makefile.in: New file.
2203 * gdb.btrace/enable.c: New file.
2204 * gdb.btrace/enable.exp: New file.
2205 * gdb.btrace/function_call_history.c: New file.
2206 * gdb.btrace/function_call_history.exp: New file.
2207 * gdb.btrace/instruction_history.c: New file.
2208 * gdb.btrace/instruction_history.exp: New file.
2209 * gdb.btrace/instruction_history.S: New file.
2210 * lib/gdb.exp: Add btrace skip proc.
2211
2212 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2213
2214 Fix entry-values if the callee called a noreturn function.
2215 * gdb.arch/amd64-tailcall-noret.S: New file.
2216 * gdb.arch/amd64-tailcall-noret.c: New file.
2217 * gdb.arch/amd64-tailcall-noret.exp: New file.
2218
2219 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 Fix entry-values in C++ across CUs.
2222 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2223 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2224 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2225 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2226 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2227
2228 2013-03-08 Stan Shebs <stan@codesourcery.com>
2229 Hafiz Abid Qadeer <abidh@codesourcery.com>
2230
2231 gdb/testsuite/
2232 * gdb.trace/trace-buffer-size.exp: New file.
2233 * gdb.trace/trace-buffer-size.c: New file.
2234
2235 2013-03-06 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2238 doesn't support the tested optional feature, call "unsupported"
2239 with the same test message as the "pass" case, instead of calling
2240 "pass" with a different message. Use the same text for the "fail"
2241 cases too.
2242
2243 2013-03-06 Yao Qi <yao@codesourcery.com>
2244
2245 * gdb.trace/tstatus.exp: Remove the invocation of
2246 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2247 (test_tracepoints): Don't set fast tracepoint.
2248 (top level): Don't check agent library is loaded or not.
2249
2250 2013-03-06 Yao Qi <yao@codesourcery.com>
2251
2252 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2253 parentheses by "\\".
2254
2255 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.linespec/base/one/thefile.cc (twodup): New.
2258 (m): Call it.
2259 * gdb.linespec/base/two/thefile.cc (dupname): New.
2260 (n): Call it.
2261 * gdb.linespec/break-ask.exp: New file.
2262 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2263
2264 2013-02-28 Yao Qi <yao@codesourcery.com>
2265
2266 * gdb.trace/report.exp: Move some code to ...
2267 (use_collected_data): New.
2268 (top level): Call use_collected_data once on the live target.
2269 Save at file of the current trace session, load it with target
2270 tfile, and call use_collected_data again.
2271
2272 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2275
2276 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2277
2278 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2279 Add final kill of ${valgrind_pid}.
2280
2281 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2282
2283 * gdb.python/py-arch.c: New test case
2284 * gdb.python/py-arch.exp: New tests to test
2285 gdb.Architecture.disassemble
2286 * gdb.python/Makefile.in: Add py-arch to the list of
2287 EXECUTABLES.
2288
2289 2013-02-18 Tom Tromey <tromey@redhat.com>
2290
2291 * gdb.dwarf2/subrange.exp: New file.
2292
2293 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2294 Hafiz Abid Qadeer <abidh@codesourcery.com>
2295
2296 * gdb.trace/tfile.exp: Add test for -trace-status command.
2297
2298 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2299
2300 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2301 nanosleep by sleep.
2302
2303 2013-02-14 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2306
2307 2013-02-14 Pedro Alves <pedro@codesourcery.com>
2308 Hafiz Abid Qadeer <abidh@codesourcery.com>
2309
2310 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2311
2312 2013-02-12 Tom Tromey <tromey@redhat.com>
2313
2314 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2315 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2316
2317 2013-02-12 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.base/catch-signal.c: Update copyright years.
2320 * gdb.base/catch-signal.exp: Update copyright years.
2321 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2322 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2323 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2324 * gdb.dwarf2/dw2-error.S: Update copyright years.
2325 * gdb.dwarf2/dw2-error.c: Update copyright years.
2326 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2327 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2328 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2329
2330 2013-02-12 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2333 message.
2334 * gdb.base/sigaltstack.exp: Ditto.
2335 * gdb.base/siginfo.exp: Ditto.
2336 * gdb.base/sizeof.exp: Ditto.
2337
2338 2013-02-12 Pedro Alves <palves@redhat.com>
2339
2340 * gdb.mi/mi-basics.exp: Tweak intro comment.
2341 * gdb.mi/mi-break.exp: Tweak intro comment.
2342 * gdb.mi/mi-console.exp: Tweak intro comment.
2343 * gdb.mi/mi-file.exp: Tweak intro comment.
2344 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2345 * gdb.mi/mi-return.exp: Tweak intro comment.
2346 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2347 * gdb.mi/mi-until.exp: Tweak intro comment.
2348 * gdb.mi/mi-watch.exp: Tweak intro comment.
2349
2350 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2351
2352 * gdb.server/no-thread-db.exp: New file.
2353 * gdb.server/no-thread-db.c: New file.
2354 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2355
2356 2013-02-11 Doug Evans <dje@google.com>
2357
2358 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2359 two decfloats.
2360
2361 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2362
2363 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2364 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2365
2366 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2369
2370 2013-02-06 Yao Qi <yao@codesourcery.com>
2371
2372 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2373 to ...
2374 (test_create_delete_modify_tsv): ... here. New test on modifying
2375 the initial value of a tsv.
2376
2377 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2380 (cd .../rdir): ... here.
2381
2382 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 * gdb.linespec/base/one/header.h: New file.
2385 * gdb.linespec/base/two/header.h: New file.
2386 * gdb.linespec/macro-relative.c: New file.
2387 * gdb.linespec/macro-relative.exp: New file.
2388
2389 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2390
2391 * gdb.base/fullpath-expand-func.c: New file.
2392 * gdb.base/fullpath-expand.c: New file.
2393 * gdb.base/fullpath-expand.exp: New file.
2394 * gdb.base/realname-expand-real.c: New file.
2395 * gdb.base/realname-expand.c: New file.
2396 * gdb.base/realname-expand.exp: New file.
2397
2398 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2399
2400 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2401 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2402
2403 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2404
2405 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2406 (compare_filenames_for_search does not match)
2407 (compare_filenames_for_search does match): New tests.
2408
2409 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2410
2411 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2412
2413 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2414
2415 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2416
2417 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2418
2419 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2420 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2421 ${binfile}.mini_debuginfo-debuglink and
2422 ${binfile}.mini_debuginfo-debuglink.xz.
2423
2424 2013-02-01 Tom Tromey <tromey@redhat.com>
2425
2426 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2427 attributes.
2428
2429 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2430 Tom Tromey <tromey@redhat.com>
2431
2432 * gdb.dwarf2/method-ptr.exp: Link with c++.
2433 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2434
2435 2013-01-31 Tom Tromey <tromey@redhat.com>
2436
2437 * gdb.base/jit.exp (compile_jit_test): New proc.
2438 Add PIE tests.
2439
2440 2013-01-31 Tom Tromey <tromey@redhat.com>
2441
2442 * gdb.dwarf2/method-ptr.cc: New file.
2443 * gdb.dwarf2/method-ptr.exp: New file.
2444
2445 2013-01-31 Tom Tromey <tromey@redhat.com>
2446
2447 * lib/dwarf.exp (namespace Dwarf): New.
2448
2449 2013-01-29 Tom Tromey <tromey@redhat.com>
2450
2451 * gdb.dwarf2/fission-reread.exp: Add unload test.
2452
2453 2013-01-28 Doug Evans <dje@google.com>
2454
2455 * gdb.dwarf2/fission-loclists.exp: New file.
2456 * gdb.dwarf2/fission-loclists.S: New file.
2457
2458 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2459
2460 Code cleanup.
2461 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2462 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2463 and prepare_for_testing.
2464 * gdb.base/store.exp: Likewise.
2465
2466 2013-01-25 Tom Tromey <tromey@redhat.com>
2467
2468 * gdb.python/py-explore.exp: Expect the gdb prompt.
2469
2470 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2471
2472 * gdb.base/gnu_vector.c: New variable for use in tests.
2473 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2474 changes in scalar to vector casting and widening.
2475 * gdb.python/py-type.c: New variables for use in tests.
2476 * gdb.python/py-type.exp: Update vector related tests to reflect
2477 changes in scalar to vector casting and widening.
2478
2479 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2480
2481 * gdb.base/prologue-include.c: New file.
2482 * gdb.base/prologue-include.exp: New file.
2483 * gdb.base/prologue-include.h: New file.
2484
2485 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2486
2487 PR gdb/13443
2488 * gdb.mi/mi-var-block.exp: Make test messages unique.
2489
2490 2013-01-23 Tom Tromey <tromey@redhat.com>
2491
2492 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2493
2494 2013-01-23 Tom Tromey <tromey@redhat.com>
2495
2496 * gdb.cp/converts.cc (main): Initialize 'a'.
2497
2498 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2499
2500 * testsuite/gdb.python/frame.exp: Add a test for
2501 gdb.Frame.architecture() method.
2502
2503 2013-01-22 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/annota1.exp (signal sent): No longer expect
2506 breakpoints-invalid.
2507 * gdb.cp/annota2.exp (continue until exit)
2508 (watch triggered on a.x): Ditto.
2509
2510 2013-01-22 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2513 Adjust tests to breakpoints-invalid changes.
2514 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2515 variables.
2516 Adjust tests to breakpoints-invalid changes.
2517
2518 2013-01-22 Pedro Alves <palves@redhat.com>
2519
2520 * gdb.base/annota1.exp (annotate ignore count change): Add
2521 expected output for failure case.
2522
2523 2013-01-22 Tom Tromey <tromey@redhat.com>
2524
2525 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2526 call.
2527
2528 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2529
2530 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2531 * gdb.mi/mi-catch-load.exp: Ditto.
2532 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2533 Also handle 'thread' field.
2534 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2535 * gdb.mi/mi-watch.exp: Ditto.
2536 * lib/mi-support.exp: Ditto.
2537
2538 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2539
2540 * gdb.python/py-explore.exp: Improve a test
2541
2542 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2543
2544 * gdb.base/label.c (main): Correct the type of the second
2545 parameter.
2546
2547 2013-01-18 Tom Tromey <tromey@redhat.com>
2548
2549 * gdb.dwarf2/trace-crash.s: New file.
2550 * gdb.dwarf2/trace-crash.exp: New file.
2551
2552 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2553
2554 PR gdb/13443
2555 * gdb.base/checkpoint.exp: Update test messages to make them
2556 unique.
2557
2558 2013-01-18 Yao Qi <yao@codesourcery.com>
2559
2560 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2561 output of 'info tracepoints'.
2562 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2563 Likewise.
2564 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2565 * gdb.trace/disconnected-tracing.c (struct foo): New.
2566
2567 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2568
2569 * gdb.dwarf2/dw2-dos-drive.S: New file.
2570 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2571
2572 2013-01-17 Doug Evans <dje@google.com>
2573
2574 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2575 CXX_FOR_TARGET.
2576
2577 * boards/cc-with-tweaks.exp: New file.
2578
2579 2013-01-17 Tom Tromey <tromey@redhat.com>
2580
2581 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2582
2583 2013-01-17 Pedro Alves <palves@redhat.com>
2584
2585 Merge dg-extract-results.sh from upstream (svn 195224).
2586
2587 2013-01-15 David Blaikie <dblaikie@gmail.com>
2588 * dg-extract-results.sh: Fix order of summary counts.
2589
2590 2013-01-15 David Blaikie <dblaikie@gmail.com>
2591 * dg-extract-results.sh: Constrain the start-of-log pattern.
2592
2593 2013-01-15 David Blaikie <dblaikie@gmail.com>
2594 * dg-extract-results.sh: Handle KPASSes.
2595
2596 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2597 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2598 of grep -q.
2599
2600 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2601
2602 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2603 interface.
2604 * gdb.base/jithost.c: New file.
2605 * gdb.base/jithost.h: New file.
2606 * gdb.base/jitreader.c : New file.
2607 * gdb.base/jit-protocol.h: New file.
2608
2609 2013-01-16 Tom Tromey <tromey@redhat.com>
2610
2611 * gdb.base/catch-signal.c: New file.
2612 * gdb.base/catch-signal.exp: New file.
2613
2614 2013-01-16 Tom Tromey <tromey@redhat.com>
2615
2616 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2617
2618 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2619
2620 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2621
2622 2013-01-14 Tom Tromey <tromey@redhat.com>
2623
2624 * gdb.base/completion.exp: Add "set gnutarget" test.
2625
2626 2013-01-14 Tom Tromey <tromey@redhat.com>
2627
2628 * gdb.dwarf2/dw2-restrict.S: New file.
2629 * gdb.dwarf2/dw2-restrict.c: New file.
2630 * gdb.dwarf2/dw2-restrict.exp: New file.
2631
2632 2013-01-14 Tom Tromey <tromey@redhat.com>
2633
2634 * gdb.dwarf2/dw2-error.exp: New file.
2635 * gdb.dwarf2/dw2-error.c: New file.
2636 * gdb.dwarf2/dw2-error.S: New file.
2637
2638 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2639
2640 * gdb.cp/parse-lang.cc: New file.
2641 * gdb.cp/parse-lang.exp: New file.
2642
2643 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2644
2645 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2646 (set substitute-path): New test.
2647 (fullname present): Remove content.
2648 (substituted fullname): New test.
2649
2650 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2651
2652 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2653 check. Move $gdb_py_is_py24 value check right after.
2654
2655 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2658 targets.
2659
2660 2013-01-11 Yao Qi <yao@codesourcery.com>
2661
2662 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2663 for dprintf.
2664 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2665 Check the fields in "=breakpoint-created" for dprintf.
2666
2667 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2668
2669 * gdb.mi/mi-fullname-deleted.exp: New file.
2670
2671 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2674 expected output.
2675 (info skip with pending file): Remove.
2676 (ignoring function in solib, info skip for function multiply): Update
2677 the expected output.
2678 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2679 (info skip (delete 1), info skip after disabling all)
2680 (info skip after enabling all, info skip after disabling 4 2-3)
2681 (info skip after enabling 2-3, info skip 2-3)
2682 (info skip after deleting 2 3): Update the expected output.
2683 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2684 statement to its initialization and return.
2685 * gdb.linespec/skip-two.exp: New file.
2686
2687 2012-12-19 Doug Evans <dje@google.com>
2688
2689 * gdb.base/maint.exp: Handle testing with .gdb_index.
2690
2691 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2692
2693 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2694 Cavium to FSF.
2695
2696 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2697
2698 * dg-extract-results.sh: Update contact info in copyright notice.
2699 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2700 GPL v3 or later. Update contact info.
2701 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2702 gdb.threads/watchpoint-fork-mt.c,
2703 gdb.threads/watchpoint-fork-parent.c,
2704 gdb.threads/watchpoint-fork-st.c,
2705 gdb.threads/watchpoint-fork.h: Likewise.
2706
2707 2012-12-15 Yao Qi <yao@codesourcery.com>
2708
2709 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2710 'installed' field in '=breakpoint-modified'.
2711 (test_reconnect): Check 'installed' field in
2712 '=breakpoint-modified' and '=breakpoint-created'.
2713
2714 * gdb.trace/actions.exp: Update test for 'installed' field.
2715 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2716 (tracepoint_change_loc_2): Likewise.
2717 Check 'info tracepoint' display nothing else.
2718 * gdb.trace/deltrace.exp: Likewise.
2719 * gdb.trace/infotrace.exp: Likewise.
2720 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2721 Likewise.
2722 * gdb.trace/passcount.exp: Likewise.
2723 * gdb.trace/tracecmd.exp: Likewise.
2724 * gdb.trace/while-stepping.exp: Likewise.
2725
2726 2012-12-14 Tom Tromey <tromey@redhat.com>
2727
2728 * gdb.cp/member-name.exp: New file.
2729 * gdb.cp/member-name.cc: New file.
2730
2731 2012-12-14 Tom Tromey <tromey@redhat.com>
2732
2733 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2734
2735 2012-12-14 Doug Evans <dje@google.com>
2736
2737 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2738 DW_OP_GNU_implicit_pointer is section-relative.
2739
2740 2012-12-14 Tom Tromey <tromey@redhat.com>
2741
2742 * gdb.base/info-proc.exp: Add core file tests.
2743
2744 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2745
2746 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2747
2748 2012-12-13 Doug Evans <dje@google.com>
2749
2750 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2751 * gdb.multi/multi-arch.exp: Ditto.
2752
2753 2012-12-12 Keven Boell <keven.boell@intel.com>
2754
2755 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2756 catch load test library source file.
2757 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2758 load test source file.
2759 * gdb.mi/mi-catch-load.exp: New. Test file for
2760 basic MI -catch-load and -catch-unload tests.
2761
2762 2012-12-11 Paul Koning <paul_koning@dell.com>
2763
2764 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2765 exception.
2766 (_iterator_except): New function.
2767 (ArrayPrinter): Use _iterator function instead of local _iterator
2768 class for Python 3 compatibility.
2769 (NoStringContainerPrinter): Use _iterator_except instead of
2770 _iterator.
2771 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2772 execfile for Python 3 compatibility.
2773 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2774 format in error_prompt test.
2775
2776 2012-12-10 Paul Koning <paul_koning@dell.com>
2777
2778 * gdb.base/charset.exp: Change print syntax for Python 3
2779 compatibility.
2780 * gdb.python/py-block.exp: Ditto.
2781 * gdb.python/py-breakpoint.exp: Ditto.
2782 * gdb.python/py-cmd.exp: Ditto.
2783 * gdb.python/py-events.py: Ditto.
2784 * gdb.python/py-finish-breakpoint.py: Ditto.
2785 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2786 * gdb.python/py-finish-breakpoint2.py: Ditto.
2787 * gdb.python/py-frame-inline.exp: Ditto.
2788 * gdb.python/py-frame.exp: Ditto.
2789 * gdb.python/py-infthread.exp: Ditto.
2790 * gdb.python/py-objfile.exp: Ditto.
2791 * gdb.python/py-parameter.exp: Ditto.
2792 * gdb.python/py-progspace.exp: Ditto.
2793 * gdb.python/py-prompt.exp: Ditto.
2794 * gdb.python/py-symbol.exp: Ditto.
2795 * gdb.python/py-symtab.exp: Ditto.
2796 * gdb.python/py-template.exp: Ditto.
2797 * gdb.python/py-value-cc.exp: Ditto.
2798 * gdb.python/python.exp: Ditto.
2799 * gdb.python/source2.py: Ditto.
2800 * gdb.python/lib-types.exp: Change print syntax for Python 3
2801 compatibility.
2802 Use sorted() function rather than sort() method.
2803 Accept either int or long values for enum values.
2804 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2805 execfile for Python 3 compatibility.
2806 * gdb.python/py-evsignal.exp: Ditto.
2807 * gdb.python/py-evthreads.exp: Ditto.
2808 * gdb.python/py-mi.exp: Ditto.
2809 * gdb.python/py-pp-maint.exp: Ditto.
2810 * gdb.python/py-prettyprint.exp: Ditto.
2811 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2812 Python 3 compatibility.
2813 Skip tests for Python 2.4.
2814 * gdb.python/py-inferior.exp: Change print syntax for
2815 Python 3 compatibility.
2816 Use byte string rather than character string in memory write test
2817 if Python 3.
2818 * gdb.python/py-pp-maint.py: Change class declarations to "new
2819 class" syntax.
2820 * gdb.python/py-prettyprint.py: Change iterator class to generator
2821 function for Python 3 compatibility.
2822 Make all classes "new style".
2823 Fix indentation issue and stray semicolon.
2824 * gdb.python/py-shared.expChange print syntax for Python 3
2825 compatibility.
2826 Define "long" if Python 3.
2827 * gdb.python/py-type.exp: Change print syntax for Python 3
2828 compatibility.
2829 Accept either int or long values for enum values.
2830 * gdb.python/py-value.exp: Change print syntax for Python 3
2831 compatibility.
2832 Skip "long" and "unicode" tests if Python 3.
2833 Accept either "type" or "class" in type checks.
2834 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2835 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2836
2837 2012-12-10 Tom Tromey <tromey@redhat.com>
2838
2839 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2840 (test): Add "two_cu" argument.
2841 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2842 for types; allow two CUs.
2843
2844 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2847 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2848
2849 2012-12-08 Yao Qi <yao@codesourcery.com>
2850 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2853 '=breakpoint-created' when GDB merges the tracepoints of both
2854 sides.
2855
2856 2012-12-07 Tom Tromey <tromey@redhat.com>
2857
2858 * gdb.base/break1.c (enum some_enum, union some_union): New.
2859 (some_enum_global, some_union_global, some_value): New globals.
2860 * gdb.base/completion.exp: Add tag completion tests.
2861
2862 2012-12-07 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.base/completion.exp: Add tests for ptype and whatis
2865 completion.
2866
2867 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2868
2869 * gdb.base/stale-infcall.exp: Fix copyright line.
2870
2871 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2872
2873 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2874
2875 2012-12-06 Pedro Alves <palves@redhat.com>
2876 Tom Tromey <tromey@redhat.com>
2877
2878 * gdb.base/exprs.exp: Add tests for cast to void.
2879
2880 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2881
2882 * gdb.python/py-mi.exp: Correct expected results for attribute
2883 "dynamic" returned by -var-update.
2884 Add test case for correct handling of "diplayhint" for children
2885 of dynamic varobjs.
2886 * gdb.python/py-prettyprint.c (set_itme): New function.
2887 (bug_14741) New function.
2888 (main) Add call to bug_14741().
2889 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2890
2891 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2892
2893 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2894 ${binfile}.funcsyms list.
2895
2896 2012-12-04 Yao Qi <yao@codesourcery.com>
2897
2898 PR gdb/13443
2899 * gdb.trace/actions.exp: Make test messages unique.
2900
2901 2012-11-29 Tom Tromey <tromey@redhat.com>
2902
2903 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2904
2905 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2906
2907 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2908 * gdb.opencl/datatypes.exp: Likewise.
2909 * gdb.opencl/operators.exp: Likewise.
2910 * gdb.opencl/vec_comps.exp: Likewise.
2911
2912 2012-11-29 Jerome Guitton <guitton@adacore.com>
2913
2914 * gdb.ada/iwide: New testcase.
2915
2916 2012-11-29 Jerome Guitton <guitton@adacore.com>
2917
2918 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2919 ptype test.
2920
2921 2012-11-29 Jerome Guitton <guitton@adacore.com>
2922
2923 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2924 form {VARIANT_TYPE}ADDRESS.
2925
2926 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2927
2928 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2929 (func): New function.
2930 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2931 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2932 pointers to members with pointer-to-function type.
2933
2934 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2935 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.base/gnu-debugdata.exp: New file.
2938 * gdb.base/gnu-debugdata.c: New file.
2939 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2940 (gdb_unload): Return 0 on success.
2941
2942 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2943
2944 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2945
2946 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2947
2948 * gdb.base/empty_exe.exp: New testcase.
2949
2950 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2951
2952 * gdb.base/completion.exp: Add test for help aliases completion.
2953
2954 2012-11-20 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2957 Don't test 'maint set show-debug-regs'.
2958 Use command 'set remotecache' instead of
2959 'set circular-trace-buffer'.
2960
2961 2012-11-16 Keith Seitz <keiths@redhat.com>
2962
2963 PR c++/13615
2964 * gdb.cp/baseenum.cc: New file.
2965 * gdb.cp/baseenum.exp: New file.
2966 * gdb.cp/derivation.cc (A): Add copyright.
2967 Add a typedef.
2968 (B): Use A::value_type instead of int. Change all references.
2969 (D): Use value_type instead of int. Change all references.
2970 (E): Likewise.
2971 (F); Likewise.
2972 (Z): New class.
2973 (ZZ): New class.
2974 (N, Base, Derived): New namespace and classes.
2975 (main): Add instances of Z and ZZ.
2976 Make sure all symbols from N are kept.
2977 * gdb.cp/derivation.exp: Update typedef changes in tests.
2978 Add tests for class typedefs both before and after starting
2979 the inferior.
2980 Add tests for searching for a typedef while stopped in a
2981 method.
2982
2983 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2984
2985 * gdb.mi/mi-var-create-rtti.c: New file.
2986 * gdb.mi/mi-var-create-rtti.exp: New file.
2987
2988 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2989
2990 * gdb.base/structs3.exp: Run to main before doing any tests.
2991
2992 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2993
2994 * gdb.python/py-type.exp: Uniquify test names.
2995
2996 2012-11-14 Yao Qi <yao@codesourcery.com>
2997
2998 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2999 (thread_function) [DEBUG]: Call 'printf'.
3000 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3001 command line if 'DEBUG=1' is passed to test.
3002 Remove a pattern to match inferior's output.
3003
3004 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3005
3006 * gdb.mi/mi-fill-memory.exp: New test.
3007
3008 2012-11-12 Tom Tromey <tromey@redhat.com>
3009
3010 * gdb.base/completion.exp: Update for "info type-printers".
3011 * gdb.python/py-typeprint.cc: New file.
3012 * gdb.python/py-typeprint.exp: New file.
3013 * gdb.python/py-typeprint.py: New file.
3014
3015 2012-11-12 Tom Tromey <tromey@redhat.com>
3016
3017 * gdb.base/call-sc.exp: Use "ptype/r".
3018 * gdb.base/volatile.exp: Don't expect "int".
3019 * gdb.cp/ptype-flags.cc: New file.
3020 * gdb.cp/ptype-flags.exp: New file.
3021 * gdb.cp/templates.exp: Use ptype/r.
3022 (test_ptype_of_templates, test_template_typedef): Likewise.
3023 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3024 argument. Handle template names and template parameters.
3025 * gdb.mi/mi-var-cmd.exp: Accept "long".
3026 * gdb.mi/mi-var-child.exp: Accept "long".
3027 * gdb.mi/mi-var-display.exp: Accept "long".
3028 * gdb.mi/mi2-var-child.exp: Accept "long".
3029
3030 2012-11-12 Tom Tromey <tromey@redhat.com>
3031
3032 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3033 "ptype" from calls to cp_test_ptype_class.
3034 (test_enums): Likewise.
3035 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3036 cp_test_ptype_class.
3037 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3038 calls to cp_test_ptype_class.
3039 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3040 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3041 from calls to cp_test_ptype_class.
3042 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3043 command here. Change "in_command" argument to "in_exp".
3044
3045 2012-11-10 Keith Seitz <keiths@redhat.com>
3046
3047 PR gdb/14288
3048 * gdb.base/printcmds.c: Add invalid_XXX globals
3049 for repeated byte tests.
3050 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3051 * gdb.base/wchar.c (main): Add and construct a wchar_t
3052 array with repeated characters.
3053 * gdb.base/wchar.exp: Add repeated character tests.
3054
3055 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3056
3057 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3058 disassembly output.
3059
3060 2012-11-09 Pedro Alves <palves@redhat.com>
3061
3062 PR gdb/14306
3063
3064 * gdb.multi/multi-arch-exec.c: New file.
3065 * gdb.multi/multi-arch-exec.exp: New file.
3066
3067 2012-11-09 Yao Qi <yao@codesourcery.com>
3068
3069 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3070 (top level): Call it.
3071
3072 2012-11-09 Yao Qi <yao@codesourcery.com>
3073
3074 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3075 typo.
3076
3077 2012-11-09 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.multi/multi-arch.exp: New.
3080
3081 2012-11-08 Tom Tromey <tromey@redhat.com>
3082
3083 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3084 core files, if possible.
3085 * gdb.base/siginfo-thread.c: New file
3086 * gdb.base/siginfo-thread.exp: New file
3087
3088 2012-11-08 Tom Tromey <tromey@redhat.com>
3089
3090 * gdb.base/comprdebug.exp: New file.
3091
3092 2012-11-06 Pedro Alves <palves@redhat.com>
3093
3094 PR gdb/14810
3095
3096 * gdb.base/disabled-location.c: New file.
3097 * gdb.base/disabled-location.exp: New file.
3098
3099 2012-11-06 Tom Tromey <tromey@redhat.com>
3100
3101 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3102 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3103 gdb_gcore_cmd.
3104 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3105 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3106 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3107 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3108 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3109 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3110 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3111 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3112 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3113
3114 2012-11-05 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3117 procedure.
3118 (do_vfork_and_follow_child_tests_exec)
3119 (do_vfork_and_follow_child_tests_exit): Call it.
3120
3121 2012-11-05 Pedro Alves <palves@redhat.com>
3122
3123 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3124 fails.
3125
3126 2012-11-03 Yao Qi <yao@codesourcery.com>
3127
3128 Fix PR gdb/14617.
3129 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3130 Remove setup_kfail, and update test.
3131
3132 2012-11-02 Tom Tromey <tromey@redhat.com>
3133
3134 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3135 test.
3136
3137 2012-11-02 Pedro Alves <palves@redhat.com>
3138
3139 PR gdb/14766
3140
3141 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3142 setup_kfail.
3143 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3144 get registers".
3145
3146 2012-11-02 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.base/foll-vfork-exit.c: New file.
3149 * gdb.base/foll-vfork.exp (top level): New file-describing
3150 comment.
3151 (vfork_child_follow_to_exit): New procedure.
3152 (tcatch_vfork_then_child_follow): Rename as ...
3153 (tcatch_vfork_then_child_follow_exec): ... this.
3154 (tcatch_vfork_then_child_follow_exit): New procedure.
3155 (do_vfork_and_follow_parent_tests): New procedure, factored out
3156 from do_vfork_and_exec_tests.
3157 (do_vfork_and_follow_child_tests_exec): Ditto.
3158 (do_vfork_and_exec_tests): Delete.
3159 (do_vfork_and_follow_child_tests_exit): New procedure.
3160 (top level): Run tests with both the program that has the vfork
3161 child execing, and the program has the vfork child exiting.
3162
3163 2012-11-02 Pedro Alves <palves@redhat.com>
3164
3165 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3166 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3167 (vfork_parent_follow_to_bp): Call it.
3168 (kill_child): Delete.
3169 (vfork_and_exec_child_follow_to_main_bp)
3170 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3171 longer call kill_child.
3172 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3173 (do_vfork_and_exec_tests): Don't runto_main before calling each
3174 test procedure.
3175 (top level): Don't clean restart and set verbose before running
3176 each test procedure.
3177
3178 2012-11-02 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3181 (vfork_parent_follow_to_bp)
3182 (vfork_and_exec_child_follow_to_main_bp)
3183 (vfork_and_exec_child_follow_through_step)
3184 (tcatch_vfork_then_parent_follow)
3185 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3186 Use with_test_prefix.
3187
3188 2012-11-02 Pedro Alves <palves@redhat.com>
3189
3190 * gdb.base/foll-vfork.c: Add copyright header.
3191 * gdb.base/vforked-prog.c: Add copyright header.
3192
3193 2012-11-02 Pedro Alves <palves@redhat.com>
3194
3195 * gdb.base/foll-vfork.exp
3196 (vfork_and_exec_child_follow_through_step): Don't skip on
3197 non-HP/UX targets. Expect the next to only step one line on
3198 non-HP/UX targets, rather than stopping only after the exec.
3199
3200 2012-11-02 Pedro Alves <palves@redhat.com>
3201
3202 Don't hard code line numbers.
3203
3204 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3205 Expect text from the sources instead of a line number.
3206 (vfork_parent_follow_to_bp)
3207 (vfork_and_exec_child_follow_to_main_bp)
3208 (vfork_and_exec_child_follow_through_step)
3209 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3210 Use gdb_get_line_number.
3211
3212 2012-11-02 Pedro Alves <palves@redhat.com>
3213
3214 Modernize.
3215
3216 * gdb.base/foll-vfork.exp: Use standard_testfile and
3217 build_executable. Pass descriptive string to untested.
3218 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3219 (vfork_and_exec_child_follow_to_main_bp)
3220 (vfork_and_exec_child_follow_through_step)
3221 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3222 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3223 of send_gdb/gdb_expect.
3224
3225 (kill_child): New procedure.
3226 (vfork_and_exec_child_follow_to_main_bp)
3227 (vfork_and_exec_child_follow_through_step): Use it.
3228
3229 2012-11-02 Yao Qi <yao@codesourcery.com>
3230
3231 * gdb.base/setvar.exp: Test setting nested struct.
3232 * gdb.base/setvar.c (v_struct3): New.
3233
3234 2012-11-01 Doug Evans <dje@google.com>
3235
3236 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3237 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3238 use them.
3239
3240 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3241
3242 PR cli/14772
3243 * gdb.base/gnu_vector.c (union_with_vector_1)
3244 (struct_with_vector_1): Add new struct and union for testing
3245 ptype.
3246 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3247 structs / unions containing vectors.
3248
3249 2012-10-25 Yao Qi <yao@codesourcery.com>
3250
3251 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3252 'setup_kfail' instead of 'setup_kfail_for_target'.
3253 * gdb.base/varargs.exp: Likewise.
3254 * lib/gdb.exp (setup_kfail_for_target): Remove.
3255
3256 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3257
3258 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3259
3260 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3261
3262 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3263
3264 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3265
3266 * gdb.ada/set_wstr: New testcase.
3267
3268 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3269
3270 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3271
3272 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3273
3274 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3275
3276 2012-10-24 Mark Kettenis <kettenis@gnu.org>
3277
3278 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3279
3280 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3281
3282 * gdb.base/callfuncs.exp (do_function_calls): Fix
3283 setup_kfail_for_target for -m32 mode.
3284
3285 2012-10-23 Mark Kettenis <kettenis@gnu.org>
3286
3287 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3288 are now fixed.
3289
3290 2012-10-23 Yao Qi <yao@codesourcery.com>
3291
3292 * gdb.base/info-os.exp: Resume the inferior until it exits.
3293
3294 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3295
3296 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3297 * gdb.base/print-file-var.exp: Likewise.
3298 * gdb.base/type-opaque.exp: Likewise.
3299
3300 2012-10-17 Yao Qi <yao@codesourcery.com>
3301
3302 * gdb.mi/mi-memory-changed.exp: New.
3303
3304 2012-10-16 Yao Qi <yao@codesourcery.com>
3305
3306 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3307 returns true.
3308 Call gdb_load_shlibs.
3309 * gdb.reverse/solib-reverse.exp: Likewise.
3310
3311 2012-10-15 Keith Seitz <keiths@redhat.com>
3312
3313 * lib/cp-support.exp (cp_test_ptype_class): Add support
3314 for class typedefs.
3315
3316 * gdb.cp/derivation.exp: Add tests for g_instance.
3317
3318 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3319
3320 Fix entry values resolving in inlined frames.
3321 * gdb.arch/amd64-entry-value-inline.S: New file.
3322 * gdb.arch/amd64-entry-value-inline.c: New file.
3323 * gdb.arch/amd64-entry-value-inline.exp: New file.
3324
3325 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3326 Doug Evans <dje@google.com>
3327
3328 Fix recent gdb_breakpoint regression.
3329 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3330 braces from the parameter.
3331 * gdb.java/jprint.exp: Likewise.
3332
3333 2012-10-15 Doug Evans <dje@google.com>
3334
3335 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3336
3337 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3338
3339 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3340
3341 2012-10-15 Tom Tromey <tromey@redhat.com>
3342
3343 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3344
3345 2012-10-15 Tom Tromey <tromey@redhat.com>
3346
3347 * gdb.python/py-symbol.exp: Test symbol destructor.
3348
3349 2012-10-14 Yao Qi <yao@codesourcery.com>
3350
3351 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3352 * gdb.mi/mi-cli.exp: New.
3353
3354 * gdb.mi/mi2-basics.exp: Remove.
3355 * gdb.mi/mi2-break.exp: Remove.
3356 * gdb.mi/mi2-console.exp: Remove.
3357 * gdb.mi/mi2-disassemble.exp: Remove.
3358 * gdb.mi/mi2-eval.exp: Remove.
3359 * gdb.mi/mi2-file.exp: Remove.
3360 * gdb.mi/mi2-hack-cli.exp: Remove.
3361 * gdb.mi/mi2-pthreads.exp: Remove.
3362 * gdb.mi/mi2-read-memory.exp: Remove.
3363 * gdb.mi/mi2-regs.exp: Remove.
3364 * gdb.mi/mi2-return.exp: Remove.
3365 * gdb.mi/mi2-simplerun.exp: Remove.
3366 * gdb.mi/mi2-stack.exp: Remove.
3367 * gdb.mi/mi2-stepi.exp: Remove.
3368 * gdb.mi/mi2-syn-frame.exp: Remove.
3369 * gdb.mi/mi2-until.exp: Remove.
3370 * gdb.mi/mi2-watch.exp: Remove.
3371 * gdb.mi/mi2-var-block.exp: Remove.
3372 * gdb.mi/mi2-var-cmd.exp: Remove.
3373 * gdb.mi/mi2-var-display.exp: Remove.
3374
3375 2012-10-12 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3378 trail '.*' on matching patterns.
3379
3380 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3381
3382 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3383 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3384 * gdb.arch/i386-disp-step.exp: Likewise.
3385 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3386 * gdb.arch/i386-prologue.exp: Likewise.
3387 * gdb.arch/i386-size-overlap.exp: Likewise.
3388 * gdb.arch/i386-size.exp: Likewise.
3389 * gdb.arch/i386-unwind.exp: Likewise.
3390
3391 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3392
3393 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3394 * gdb.arch/i386-word.exp: Likewise.
3395
3396 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3397
3398 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3399 is_ilp32_target to set nr_regs.
3400 * gdb.arch/i386-sse.exp: Likewise.
3401
3402 2012-10-11 Doug Evans <dje@google.com>
3403
3404 PR breakpoints/14643.
3405 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3406 * gdb.linespec/thread.c: New file.
3407 * gdb.linespec/thread.exp: New file.
3408
3409 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3410 Recognize "message" -> print pass and fail. Add eof case.
3411 (runto): Recognize message, no-message. Print pass/fail if requested,
3412 with same treatment as gdb_breakpoint.
3413 (runto_main): Pass no-message to runto.
3414 (gdb_internal_error_resync): Add log message.
3415 (gdb_file_cmd): Tweak internal error fail text for consistency.
3416
3417 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3418
3419 Fix crash during stepping on ppc32.
3420 * gdb.base/step-symless.c: New file.
3421 * gdb.base/step-symless.exp: New file.
3422
3423 2012-10-03 Doug Evans <dje@google.com>
3424
3425 PR symtab/14601
3426 * gdb.cp/using-crash.exp: New file.
3427 * gdb.cp/using-crash.cc: New file.
3428
3429 2012-10-02 Doug Evans <dje@google.com>
3430
3431 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3432 more consistent.
3433 (runto,gdb_debug_format): Ditto.
3434 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3435 Clean up logging and error messages.
3436
3437 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3438
3439 Test find command on unmapped memory.
3440 * gdb.base/find-unmapped.c: New file.
3441 * gdb.base/find-unmapped.exp: New file.
3442
3443 2012-09-29 Yao Qi <yao@codesourcery.com>
3444
3445 * gdb.trace/mi-tracepoint-changed.exp: New.
3446 * gdb.mi/mi-breakpoint-changed.exp: New.
3447 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3448 * gdb.mi/pendshr2.c: New.
3449
3450 2012-09-28 Yao Qi <yao@codesourcery.com>
3451
3452 * gdb.mi/pr11022.exp: New.
3453 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3454
3455 2012-09-27 Tom Tromey <tromey@redhat.com>
3456
3457 * gdb.cp/derivation.exp: Add regression test.
3458 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3459 V_derived): New.
3460 (vderived): New global.
3461
3462 2012-09-26 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.dwarf2/dw2-common-block.S: New file.
3465 * gdb.dwarf2/dw2-common-block.exp: New file.
3466
3467 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 * gdb.fortran/common-block.exp: New file.
3470 * gdb.fortran/common-block.f90: New file.
3471
3472 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3473
3474 * gdb.base/duplicate-bp.c: New file.
3475 * gdb.base/duplicate-bp.exp: New file.
3476
3477 2012-09-26 Yao Qi <yao@codesourcery.com>
3478
3479 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3480
3481 Revert:
3482 2012-09-21 Yao Qi <yao@codesourcery.com>
3483
3484 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3485
3486 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3487
3488 * gdb.base/longest-types.c: New test case.
3489 * gdb.base/longest-types.exp: New test case.
3490
3491 2012-09-25 Yao Qi <yao@codesourcery.com>
3492
3493 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3494
3495 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3496
3497 Fix internal error on canonicalization of clang types.
3498 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3499 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3500 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3501
3502 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3503
3504 Fix disassemble without parameters in tailcall frame.
3505 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3506
3507 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3508
3509 * gdb.dwarf2/dw2-op-out-param.S: New file.
3510 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3511
3512 2012-09-21 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3515
3516 2012-09-21 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.mi/mi-cli.exp: Remove.
3519 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3520
3521 2012-09-21 Yao Qi <yao@codesourcery.com>
3522
3523 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3524 "=record-started" notification.
3525
3526 2012-09-21 Yao Qi <yao@codesourcery.com>
3527
3528 * gdb.mi/mi-record-changed.exp: New.
3529 * gdb.mi/mi-reverse.exp: Adjust expected output.
3530
3531 2012-09-20 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.python/python.exp: Test atexit.register.
3534
3535 2012-09-20 Doug Evans <dje@google.com>
3536
3537 * boards/dwarf4-gdb-index.exp: New file.
3538
3539 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3540 while running the tests.
3541
3542 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3543
3544 * gdb.ada/bp_reset: New testcase.
3545
3546 2012-09-18 Yao Qi <yao@codesourcery.com>
3547
3548 * gdb.trace/mi-tsv-changed.exp: New.
3549
3550 2012-09-18 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.trace/mi-traceframe-changed.exp: New.
3553
3554 2012-09-17 Yao Qi <yao@codesourcery.com>
3555
3556 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3557 when it is less than 0.
3558
3559 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3560
3561 PR 14119
3562 * gdb.arch/amd64-tailcall-ret.S: New file.
3563 * gdb.arch/amd64-tailcall-ret.c: New file.
3564 * gdb.arch/amd64-tailcall-ret.exp: New file.
3565 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3566 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3567 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3568
3569 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3570
3571 PR 14548
3572 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3573 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3574 * gdb.reverse/singlejmp-reverse.S: New file.
3575 * gdb.reverse/singlejmp-reverse.c: New file.
3576 * gdb.reverse/singlejmp-reverse.exp: New file.
3577
3578 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3579
3580 Fix compatibility with old GCC (~4.1).
3581 * gdb.cp/converts.cc (my_enum_var): New variable.
3582
3583 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3584
3585 * gdb.xml/tdesc-regs.exp: Update expected output for new
3586 vector_size syntax of vector types.
3587
3588 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3589
3590 Refactor Python "gdb" module into a proper Python package, by
3591 introducing a new "_gdb" module for code implemented in C, and
3592 using reload/__import__ instead of exec.
3593 * gdb.python/python.exp (Test stderr location): Update module
3594 location of GDB-specific sys.stderr.
3595 (Test stdout location): Ditto for sys.stdout.
3596
3597 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3598
3599 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3600
3601 2012-09-12 Keith Seitz <keiths@redhat.com>
3602
3603 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3604 conversion statement.
3605
3606 2012-09-12 Doug Evans <dje@google.com>
3607
3608 * gdb.base/help.exp: Remove testing of individual command help text,
3609 too much of a maintenance burden. Instead, test the functionality
3610 of "help" itself.
3611
3612 2012-09-11 Doug Evans <dje@google.com>
3613
3614 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3615 breakpoint.
3616
3617 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3618 * gdb.dwarf2/fission-reread.S: Ditto.
3619 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3620 * gdb.dwarf2/fission-reread.exp: Ditto.
3621
3622 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3623
3624 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3625
3626 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3627
3628 * gdb.ada/optim_drec: New testcase.
3629
3630 2012-09-10 Doug Evans <dje@google.com>
3631
3632 * boards/fission.exp: Explicitly mark "board" as not remote.
3633
3634 2012-09-10 Keith Seitz <keiths@redhat.com>
3635
3636 PR gdb/13483
3637 * gdb.cp/converts.cc (A::A): Add ctor.
3638 (A::member_): Add member.
3639 (enum my_enum): New enumeration.
3640 (main): Add calls to foo1_7 with various
3641 permitted arguments.
3642 * gdb.cp/converts.exp: Add tests for boolean
3643 conversions permitted by the standard.
3644
3645 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3646
3647 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3648 avoid spurious results due to ~/.gdbinit.
3649 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3650 $INTERNAL_GDBFLAGS in run command.
3651 * gdb.gdb/observer.exp (setup_test): Ditto.
3652 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3653 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3654
3655 2012-09-06 Doug Evans <dje@google.com>
3656
3657 * boards/fission.exp: New file.
3658
3659 * gdb.python/py-value.exp: Use clean_restart.
3660
3661 2012-09-05 Doug Evans <dje@google.com>
3662
3663 * gdb.base/info-macros.c: Fix whitespace.
3664
3665 2012-08-28 Pedro Alves <palves@redhat.com>
3666
3667 PR gdb/14428
3668
3669 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3670
3671 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.base/break-caller-line.c: New file.
3674 * gdb.base/break-caller-line.exp: New file.
3675
3676 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3679 * gdb.arch/i386-cfi-notcurrent.S: New file.
3680 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3681
3682 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3683 Yao Qi <yao@codesourcery.com>
3684 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3687 New procedures.
3688 (top level): Add overlap checking tests.
3689
3690 2012-08-24 Tom Tromey <tromey@redhat.com>
3691
3692 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3693 gdb_test_multiple fails for other reasons.
3694
3695 2012-08-24 Yao Qi <yao@codesourcery.com>
3696
3697 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3698
3699 2012-08-23 Pedro Alves <palves@redhat.com>
3700
3701 * gdb.base/help.exp: Adjust to "handle" help text change.
3702
3703 2012-08-23 Yao Qi <yao@codesourcery.com>
3704
3705 * gdb.trace/disconnected-tracing.c (start, end): New.
3706 (main): Call start and end.
3707 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3708 existing tests into this proc.
3709 (disconnected_tfind): New.
3710
3711 2012-08-23 Yao Qi <yao@codesourcery.com>
3712
3713 * boards/native-gdbserver.exp (${board}_upload): New.
3714 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3715 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3716 Execute tfile on remote target.
3717 Copy trace file from target to host.
3718
3719 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3720
3721 * gdb.arch/thumb-bx-pc.S: New file.
3722 * gdb.arch/thumb-bx-pc.exp: New file.
3723
3724 2012-08-22 Tom Tromey <tromey@redhat.com>
3725
3726 * gdb.base/maint.exp: Update.
3727
3728 2012-08-22 Tom Tromey <tromey@redhat.com>
3729
3730 * lib/gdb.exp (skip_unwinder_tests): New proc.
3731 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3732 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3733
3734 2012-08-21 Tom Tromey <tromey@redhat.com>
3735
3736 * gdb.hp/gdb.aCC/exception.exp: Remove.
3737
3738 012-08-19 Andrew Pinski <apinski@cavium.com>
3739
3740 * gdb.arch/mips-octeon-bbit.c: New file.
3741 * gdb.arch/mips-octeon-bbit.exp: New Test.
3742
3743 012-08-19 Keith Seitz <keiths@redhat.com>
3744
3745 PR c++/14365
3746 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3747 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3748
3749 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3752 verbose -log by more specific untested call.
3753
3754 2012-08-18 Yao Qi <yao@codesourcery.com>
3755
3756 * gdb.trace/tfind.exp: Move tests on various command help before
3757 checking target supports trace.
3758 Fix the expected output of 'help tfind end'.
3759
3760 2012-08-17 Keith Seitz <keiths@redhat.com>
3761
3762 PR c++/13356
3763 * gdb.base/default.exp: Update all "check type" tests.
3764 * gdb.base/help.exp: Likewise.
3765 * gdb.base/setshow.exp: Likewise.
3766 * gdb.cp/converts.cc (foo1_type_check): New function.
3767 (foo2_type_check): New function.
3768 (foo3_type_check): New function.
3769 (main): Call new functions.
3770 * converts.exp: Add tests for integer-to-pointer conversions
3771 with/without strict type-checking.
3772
3773 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3774
3775 * gdb.base/help.exp: Update expected output.
3776
3777 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.ada/rdv_wait: New testcase.
3780
3781 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3784
3785 2012-08-13 Doug Evans <dje@google.com>
3786
3787 * gdb.base/help.exp: Update expected output.
3788 * gdb.base/default.exp: Update expected output of "show convenience".
3789
3790 2012-08-10 Doug Evans <dje@google.com>
3791
3792 * gdb.python/py-strfns.c: New file.
3793 * gdb.python/py-strfns.exp: New file.
3794 * gdb.python/py-type.exp (test_fields): Add vector tests.
3795
3796 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3797
3798 PR cli/10436:
3799 * gdb.base/completion.exp: Add tests for handle completion.
3800
3801 2012-08-09 Yao Qi <yao@codesourcery.com>
3802
3803 * gdb.mi/mi-cmd-param-changed.exp: New.
3804 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3805 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3806 * gdb.mi/mi2-prompt.exp: Likewise.
3807
3808 2012-08-08 Doug Evans <dje@google.com>
3809
3810 * gdb.base/debug-expr.c: New file.
3811 * gdb.base/debug-expr.exp: New file.
3812 * gdb.base/exprs.exp: Test {type} casts.
3813 * gdb.cp/debug-expr.exp: New file.
3814
3815 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3818 global variable loop, not a 'break'. Add loop count limit to 100.
3819 Add new fail case for terminated vgdb.
3820
3821 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3822 Jean-Marc Saffroy <saffroy@gmail.com>
3823
3824 PR 11804
3825 * gdb.base/gcore-relro.exp: New file.
3826 * gdb.base/gcore-relro-main.c: New file.
3827 * gdb.base/gcore-relro-lib.c: New file.
3828
3829 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 Do not false FAIL with old GCCs.
3832 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3833 GCC < 4.5 in $no_hw mode.
3834
3835 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3836
3837 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3838
3839 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3840
3841 * gdb.base/list.exp (test_only_end): New function.
3842 Call it.
3843
3844 2012-08-06 Tom Tromey <tromey@redhat.com>
3845
3846 * gdb.python/py-mi.exp: Add test for printer whose children
3847 are a list.
3848 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3849 (main): New variable children_as_list.
3850 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3851 New.
3852 (register_pretty_printers): Register new printer.
3853
3854 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3855
3856 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3857 symbols. Abort if vgdb remote connection is closed.
3858
3859 2012-08-02 Doug Evans <dje@google.com>
3860
3861 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3862
3863 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3864
3865 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3866 s390x, PowerPC 64 and m68k-linux.
3867
3868 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3869
3870 * gdb.base/annota1.exp: Accept no frames-invalid notification
3871 when starting up the program.
3872 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3873 show a symbolic value as well.
3874 * gdb.server/server-exec-info.exp: Skip test when skipping
3875 gdbserver test and/or when skipping shared library tests.
3876 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3877 avoid name conflicts with other tests.
3878
3879 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3880
3881 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3882 Fix wrong output on big-endian systems.
3883 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3884 4-byte pointer types on 64-bit s390x.
3885
3886 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3887
3888 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3889 marker comment at the beginning (after intialization).
3890 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3891 breakpoint on marker comment instead of function begin.
3892 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3893 PowerPC.
3894 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3895 or 64-bit PowerPC.
3896 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3897 gdb,no_hardware_watchpoints flag is set.
3898 (initialize): Remove now redundant can-use-hw-watchpoints change.
3899
3900 2012-08-02 Yao Qi <yao@codesourcery.com>
3901 Pedro Alves <palves@redhat.com>
3902
3903 * boards/local-remote-host.exp: New.
3904
3905 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3906
3907 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3908 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3909 * gdb.base/print-file-var.exp: Likewise.
3910 * gdb.server/solib-list.exp: Skip on remote targets.
3911
3912 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3913
3914 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3915 watchpoints on ARM. When expecting software watchpoints, tolerate
3916 (remote) targets that report unsupported hardware watchpoint only
3917 at continue time.
3918 (test_wide_location_2): Likewise.
3919
3920 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3921
3922 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3923 valgrind versions.
3924
3925 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.base/valgrind-infcall.c: New file.
3928 * gdb.base/valgrind-infcall.exp: New file.
3929
3930 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3931
3932 2012-07-30 Keith Seitz <keiths@redhat.com>
3933
3934 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3935 linespecs.
3936
3937 2012-07-30 Doug Evans <dje@google.com>
3938
3939 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3940 * gdb.dwarf2/pr13961.S: Ditto.
3941
3942 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3943
3944 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3945
3946 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3947 change its format immediately after reloading the binary.
3948
3949 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 Fix testsuite regression after --use-deprecated-index-sections removal.
3952 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3953 string.
3954 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3955
3956 2012-07-27 Yao Qi <yao@codesourcery.com>
3957
3958 KFAIL for PR remote/14161.
3959 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3960 Cleanup socket files.
3961 (strace_info_marker): Detach inferior.
3962
3963 2012-07-26 Tom Tromey <tromey@redhat.com>
3964
3965 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3966
3967 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3968
3969 * gdb.python/py-inferior.c (thread): New function.
3970 (check_threads): New function.
3971 (test_threads): New function.
3972 * gdb.python/py-inferior.exp: Added test.
3973 Replaced runto with continue to breakpoint.
3974
3975 2012-07-26 Tom Tromey <tromey@redhat.com>
3976
3977 * lib/ada.exp (standard_ada_testfile): New proc.
3978 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3979 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3980 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3981 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3982 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3983 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3984 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3985 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3986 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3987 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3988 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3989 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3990 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3991 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3992 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3993 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3994 * gdb.ada/complete.exp: Use standard_ada_testfile.
3995 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3996 standard_output_file.
3997 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3998 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3999 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4000 standard_output_file.
4001 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4002 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4003 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4004 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4005 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4006 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4007 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4008 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4009 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4010 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4011 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4012 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4013 * gdb.ada/interface.exp: Use standard_ada_testfile.
4014 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4015 standard_output_file
4016 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4017 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4018 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4019 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4020 * gdb.ada/nested.exp: Use standard_ada_testfile.
4021 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4022 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4023 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4024 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4025 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4026 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4027 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4028 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4029 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4030 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4031 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4032 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4033 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4034 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4035 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4036 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4037 * gdb.ada/start.exp: Use standard_ada_testfile.
4038 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4039 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4040 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4041 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4042 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4043 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4044 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4045 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4046 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4047 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4048 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4049 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4050 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4051 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4052
4053 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 Fix testsuite regression after --use-deprecated-index-sections removal.
4056 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4057
4058 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4059
4060 Fix compatibility with Tcl before 7.5.
4061 * lib/future.exp (lreverse): New function if it does not exist.
4062
4063 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4064
4065 * gdb.mi/mi-pending.c: New method to set a second pending
4066 breakpoint.
4067 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4068 condition.
4069
4070 2012-07-20 Pedro Alves <palves@redhat.com>
4071
4072 PR threads/11692
4073 PR gdb/12203
4074
4075 * gdb.threads/create-fail.c: New file.
4076 * gdb.threads/create-fail.exp: New file.
4077
4078 2012-07-19 Pedro Alves <palves@redhat.com>
4079
4080 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4081 * config/vx.exp (gdb_start): Likewise.
4082 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4083 * gdb.base/setvar.exp (test_set): Likewise.
4084 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4085 * gdb.reverse/sigall-precsave.exp: Likewise.
4086 * gdb.reverse/sigall-reverse.exp: Likewise.
4087
4088 2012-07-19 Pedro Alves <palves@redhat.com>
4089
4090 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4091 handler before recording.
4092
4093 2012-07-19 Tom Tromey <tromey@redhat.com>
4094
4095 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4096 * gdb.cp/casts.cc (decltype): New function.
4097 (main): Use it.
4098
4099 2012-07-19 Pedro Alves <palves@redhat.com>
4100
4101 * gdb.base/sigall.exp (signals): New list.
4102 <top level>: Loop over signals in the $signals list instead of
4103 calling a test function once per signal.
4104 * gdb.reverse/sigall-precsave.exp (signals): New list.
4105 <top level>: Loop over signals in the $signals list instead of
4106 calling a test function once per signal.
4107 * gdb.reverse/sigall-reverse.exp (signals): New list.
4108 <top level>: Loop over signals in the $signals list instead of
4109 calling a test function once per signal.
4110
4111 2012-07-19 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.base/setshow.exp: Test 'set args ~'.
4114
4115 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4116
4117 * gdb.base/store.exp (check_set): Import gdb_prompt.
4118 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4119 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4120
4121 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4122
4123 PR 11914
4124 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4125 (main): Call eval_sub.
4126 * gdb.python/py-prettyprint.exp:
4127 (python execfile ('py-prettyprint.py')): Move it earlier.
4128 New breakpoint for eval-break.
4129 (continue to breakpoint: eval-break, info locals): New test.
4130 (python execfile ('py-prettyprint.py')): Move it from here.
4131 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4132 (register_pretty_printers): Register pp_eval_type.
4133
4134 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4135
4136 Fix a testcase regression by me.
4137 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4138 DW_FORM_data4.
4139
4140 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4141 Doug Evans <dje@google.com>
4142
4143 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4144 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4145
4146 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4147
4148 Fix gdbserver run regression.
4149 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4150
4151 2012-07-12 Tom Tromey <tromey@redhat.com>
4152
4153 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4154 (clean_restart): Likewise.
4155 (core_find): Use standard_output_file.
4156
4157 2012-07-12 Tom Tromey <tromey@redhat.com>
4158
4159 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4160 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4161 prepare_for_testing_full.
4162 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4163 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4164 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4165 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4166 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4167 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4168 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4169 prepare_for_testing_full.
4170 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4171 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4172 prepare_for_testing_full.
4173 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4174 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4175 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4176
4177 2012-07-12 Tom Tromey <tromey@redhat.com>
4178
4179 * lib/gdb.exp (build_executable_from_specs): New proc, from
4180 build_executable.
4181 (build_executable): Use it.
4182 (prepare_for_testing_full): New proc.
4183
4184 2012-07-11 Tom Tromey <tromey@redhat.com>
4185
4186 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4187 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4188 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4189 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4190 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4191 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4192 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4193 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4194 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4195 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4196
4197 2012-07-10 Tom Tromey <tromey@redhat.com>
4198
4199 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4200 standard_output_file.
4201 * gdb.mi/gdb2549.exp: Use standard_testfile.
4202 * gdb.mi/gdb669.exp: Use standard_testfile.
4203 * gdb.mi/gdb701.exp: Use standard_testfile.
4204 * gdb.mi/gdb792.exp: Use standard_testfile.
4205 * gdb.mi/mi-async.exp: Use standard_testfile.
4206 * gdb.mi/mi-basics.exp: Use standard_testfile.
4207 * gdb.mi/mi-break.exp: Use standard_testfile.
4208 * gdb.mi/mi-cli.exp: Use standard_testfile.
4209 * gdb.mi/mi-console.exp: Use standard_testfile.
4210 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4211 * gdb.mi/mi-eval.exp: Use standard_testfile.
4212 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4213 * gdb.mi/mi-file.exp: Use standard_testfile.
4214 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4215 * gdb.mi/mi-logging.exp: Use standard_testfile.
4216 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4217 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4218 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4219 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4220 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4221 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4222 * gdb.mi/mi-pending.exp: Use standard_testfile,
4223 standard_output_file.
4224 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4225 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4226 * gdb.mi/mi-regs.exp: Use standard_testfile.
4227 * gdb.mi/mi-return.exp: Use standard_testfile.
4228 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4229 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4230 * gdb.mi/mi-solib.exp: Use standard_testfile,
4231 standard_output_file.
4232 * gdb.mi/mi-stack.exp: Use standard_testfile.
4233 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4234 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4235 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4236 * gdb.mi/mi-until.exp: Use standard_testfile.
4237 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4238 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4239 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4240 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4241 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4242 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4243 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4244 standard_output_file.
4245 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4246 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4247 * gdb.mi/mi-watch.exp: Use standard_testfile.
4248 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4249 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4250 * gdb.mi/mi2-break.exp: Use standard_testfile.
4251 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4252 * gdb.mi/mi2-console.exp: Use standard_testfile.
4253 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4254 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4255 * gdb.mi/mi2-file.exp: Use standard_testfile.
4256 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4257 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4258 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4259 * gdb.mi/mi2-return.exp: Use standard_testfile.
4260 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4261 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4262 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4263 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4264 * gdb.mi/mi2-until.exp: Use standard_testfile.
4265 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4266 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4267 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4268 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4269 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4270
4271 2012-07-10 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4274 * gdb.cp/ambiguous.exp: Use standard_testfile,
4275 prepare_for_testing.
4276 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4277 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4278 * gdb.cp/anon-ns.exp: Use standard_testfile.
4279 * gdb.cp/anon-struct.exp: Use standard_testfile.
4280 * gdb.cp/anon-union.exp: Use standard_testfile,
4281 prepare_for_testing.
4282 * gdb.cp/arg-reference.exp: Use standard_testfile,
4283 prepare_for_testing.
4284 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4285 * gdb.cp/breakpoint.exp: Use standard_testfile,
4286 prepare_for_testing.
4287 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4288 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4289 standard_output_file.
4290 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4291 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4292 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4293 (test_static_members): Update.
4294 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4295 * gdb.cp/converts.exp: Use standard_testfile.
4296 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4297 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4298 prepare_for_testing.
4299 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4300 * gdb.cp/cplabel.exp: Use standard_testfile.
4301 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4302 prepare_for_testing.
4303 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4304 * gdb.cp/derivation.exp: Use standard_testfile,
4305 prepare_for_testing.
4306 * gdb.cp/destrprint.exp: Use standard_testfile.
4307 * gdb.cp/dispcxx.exp: Use standard_testfile.
4308 * gdb.cp/exception.exp: Use standard_testfile,
4309 prepare_for_testing.
4310 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4311 * gdb.cp/extern-c.exp: Use standard_testfile,
4312 prepare_for_testing.
4313 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4314 prepare_for_testing.
4315 * gdb.cp/fpointer.exp: Use standard_testfile.
4316 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4317 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4318 standard_output_file.
4319 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4320 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4321 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4322 standard_output_file.
4323 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4324 (do_tests): Update.
4325 * gdb.cp/koenig.exp: Use standard_testfile.
4326 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4327 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4328 * gdb.cp/m-static.exp: Use standard_testfile,
4329 prepare_for_testing.
4330 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4331 * gdb.cp/mb-inline.exp: Use standard_testfile,
4332 prepare_for_testing.
4333 * gdb.cp/mb-templates.exp: Use standard_testfile,
4334 prepare_for_testing.
4335 * gdb.cp/member-ptr.exp: Use standard_testfile,
4336 prepare_for_testing.
4337 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4338 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4339 * gdb.cp/method2.exp: Use standard_testfile.
4340 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4341 standard_output_file.
4342 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4343 (do_tests): Update.
4344 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4345 prepare_for_testing.
4346 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4347 prepare_for_testing.
4348 * gdb.cp/namespace.exp: Use standard_testfile,
4349 prepare_for_testing.
4350 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4351 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4352 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4353 * gdb.cp/nsimport.exp: Use standard_testfile,
4354 prepare_for_testing.
4355 * gdb.cp/nsnested.exp: Use standard_testfile.
4356 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4357 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4358 prepare_for_testing.
4359 * gdb.cp/nsstress.exp: Use standard_testfile,
4360 prepare_for_testing.
4361 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4362 * gdb.cp/operator.exp: Use standard_testfile.
4363 * gdb.cp/oranking.exp: Use standard_testfile.
4364 * gdb.cp/overload-const.exp: Use standard_testfile.
4365 * gdb.cp/overload.exp: Use standard_testfile,
4366 prepare_for_testing.
4367 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4368 * gdb.cp/ovsrch.exp: Use standard_testfile.
4369 * gdb.cp/paren-type.exp: Use standard_testfile.
4370 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4371 prepare_for_testing.
4372 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4373 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4374 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4375 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4376 * gdb.cp/pr10728.exp: Use standard_testfile,
4377 standard_output_file.
4378 * gdb.cp/pr12028.exp: Use standard_testfile.
4379 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4380 * gdb.cp/pr9167.exp: Use standard_testfile.
4381 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4382 * gdb.cp/printmethod.exp: Use standard_testfile,
4383 prepare_for_testing.
4384 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4385 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4386 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4387 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4388 standard_output_file.
4389 * gdb.cp/readnow-language.exp: Use standard_testfile.
4390 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4391 (gdb_start_again): Use clean_restart.
4392 * gdb.cp/ref-types.exp: Use standard_testfile,
4393 prepare_for_testing.
4394 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4395 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4396 * gdb.cp/smartp.exp: Use standard_testfile.
4397 * gdb.cp/static-method.exp: Use standard_testfile.
4398 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4399 * gdb.cp/temargs.exp: Use standard_testfile.
4400 * gdb.cp/templates.exp: Use standard_testfile,
4401 prepare_for_testing.
4402 (do_tests): Update.
4403 * gdb.cp/try_catch.exp: Use standard_testfile,
4404 prepare_for_testing.
4405 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4406 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4407 * gdb.cp/virtbase.exp: Use standard_testfile,
4408 prepare_for_testing.
4409 * gdb.cp/virtfunc.exp: Use standard_testfile,
4410 prepare_for_testing.
4411 (do_tests): Update.
4412 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4413 prepare_for_testing.
4414
4415 2012-07-10 Tom Tromey <tromey@redhat.com>
4416
4417 * lib/gdb.exp (standard_testfile): Unset output variables from
4418 earlier invocations.
4419
4420 2012-07-10 Yao Qi <yao@codesourcery.com>
4421
4422 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4423 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4424 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4425 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4426 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4427 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4428 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4429 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4430 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4431 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4432 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4433 * gdb.mi/mi-var-display.exp: Likewise.
4434 * gdb.mi/mi-var-invalidate.exp: Likewise.
4435 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4436 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4437 * gdb.mi/mi2-console.exp: Likewise.
4438 * gdb.mi/mi2-disassemble.exp: Likewise.
4439 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4440 * gdb.mi/mi2-read-memory.exp: Likewise.
4441 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4442 * gdb.mi/mi2-simplerun.exp: Likewise.
4443 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4444 * gdb.mi/mi2-syn-frame.exp: Likewise.
4445 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4446 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4447 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4448
4449 2012-07-09 Tom Tromey <tromey@redhat.com>
4450
4451 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4452 * gdb.base/callfuncs.exp: Add cast-based test.
4453 * gdb.base/callfuncs.c (voidfunc): New function.
4454
4455 2012-07-08 Doug Evans <dje@google.com>
4456
4457 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4458
4459 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4460
4461 Fix XFAIL compatibility with old i386 systems.
4462 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4463 Check also 'Cannot insert breakpoint 0'.
4464
4465 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4466
4467 PR 14321
4468 * gdb.base/find.exp
4469 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4470
4471 2012-07-06 Tom Tromey <tromey@redhat.com>
4472
4473 * gdb.base/whatis.exp: Add test.
4474
4475 2012-07-06 Tom Tromey <tromey@redhat.com>
4476
4477 * gdb.base/whatis.exp: Add regression test.
4478
4479 2012-07-06 Tom Tromey <tromey@redhat.com>
4480
4481 * gdb.base/whatis.exp: Add tests.
4482
4483 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 PR 12649
4486 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4487 gdb_test_multiple $gdb_prompt terminator.
4488
4489 2012-07-04 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4492 supports_process_record.
4493
4494 2012-07-04 Pedro Alves <palves@redhat.com>
4495
4496 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4497 endings.
4498 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4499
4500 2012-07-03 Stan Shebs <stan@codesourcery.com>
4501
4502 * gdb.base/info-os.c (main): Retry resource acquisition until an
4503 available one is found.
4504 * gdb.base/info-os.exp: Collect resource keys from the program
4505 and use them in matching.
4506
4507 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4508
4509 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4510 Wrap the test into loop for corefile and core0file.
4511
4512 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4515 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4516 .note.GNU-stack.
4517
4518 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4519
4520 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4521
4522 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4523 break): Include help message for the new `-probe' and `-probe-stap'
4524 options.
4525
4526 2012-07-02 Stan Shebs <stan@codesourcery.com>
4527
4528 * gdb.base/dprintf.exp: Add agent style tests.
4529
4530 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4531
4532 * gdb.base/stale-infcall.c (infcall): New label test-next.
4533 (main): New labels test-pass and test-fail.
4534 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4535 $test_fail_bpnum to test-fail.
4536 (test system longjmp tracking support): New test.
4537 Delete $test_fail_bpnum.
4538 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4539 breakpoint.
4540
4541 2012-06-30 Doug Evans <dje@google.com>
4542
4543 * gdb.dwarf2/fission-reread.S: New file.
4544 * gdb.dwarf2/fission-reread.exp: New file.
4545
4546 2012-06-28 Stan Shebs <stan@codesourcery.com>
4547
4548 * gdb.mi/mi-logging.exp: New file.
4549
4550 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4551 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.threads/siginfo-threads.exp: New file.
4554 * gdb.threads/siginfo-threads.c: New file.
4555 * gdb.threads/sigstep-threads.exp: New file.
4556 * gdb.threads/sigstep-threads.c: New file.
4557
4558 2012-06-28 Tom Tromey <tromey@redhat.com>
4559
4560 * gdb.go/package.exp: Partially revert earlier patch; use
4561 gdb_compile again. Use standard_output_file.
4562
4563 2012-06-27 Doug Evans <dje@google.com>
4564
4565 * gdb.dwarf2/fission-base.c: New file.
4566 * gdb.dwarf2/fission-base.S: New file.
4567 * gdb.dwarf2/fission-base.exp: New file.
4568
4569 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4570
4571 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4572
4573 2012-06-27 Tom Tromey <tromey@redhat.com>
4574
4575 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4576 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4577
4578 2012-06-27 Tom Tromey <tromey@redhat.com>
4579
4580 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4581 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4582 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4583 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4584 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4585 prepare_for_testing.
4586 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4587 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4588 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4589 standard_testfile.
4590 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4591 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4592 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4593 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4594 prepare_for_testing.
4595 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4596 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4597 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4598 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4599 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4600 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4601 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4602 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4603 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4604 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4605 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4606 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4607 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4608 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4609 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4610 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4611 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4612 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4613 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4614 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4615 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4616 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4617 standard_output_file.
4618 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4619 standard_output_file.
4620 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4621 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4622 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4623 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4624 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4625 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4626 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4627 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4628 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4629 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4630 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4631 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4632 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4633 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4634 * gdb.dwarf2/valop.exp: Use standard_testfile,
4635 prepare_for_testing.
4636
4637 2012-06-27 Tom Tromey <tromey@redhat.com>
4638
4639 * gdb.python/python.exp: Fix regexps in pagination tests.
4640
4641 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4642
4643 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4644 'last' of gdb.Symtab_and_line.
4645 * gdb.python/py-symbol.c: Move break point comment to enable
4646 testing of gdb.Symtab_and_line.last.
4647
4648 2012-06-26 Tom Tromey <tromey@redhat.com>
4649
4650 * gdb.threads/step.c: Remove.
4651 * gdb.threads/step.exp: Remove.
4652 * gdb.threads/step2.exp: Remove.
4653
4654 2012-06-26 Tom Tromey <tromey@redhat.com>
4655
4656 * gdb.threads/watchpoint-fork.exp (test): Use
4657 standard_output_file. Don't declare objdir.
4658 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4659 standard_output_file.
4660 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4661 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4662 clean_restart. Remove incdir.
4663 * gdb.threads/corethreads.exp: Use standard_testfile.
4664 * gdb.threads/execl.exp: Use standard_testfile,
4665 standard_output_file, clean_restart.
4666 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4667 clean_restart.
4668 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4669 clean_restart.
4670 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4671 incdir.
4672 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4673 clean_restart. Remove incdir.
4674 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4675 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4676 clean_restart. Remove incdir.
4677 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4678 Remove incdir.
4679 * gdb.threads/leader-exit.exp: Use standard_testfile.
4680 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4681 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4682 clean_restart.
4683 * gdb.threads/manythreads.exp: Use standard_testfile,
4684 clean_restart. Remove incdir.
4685 * gdb.threads/multi-create.exp: Use standard_testfile,
4686 clean_restart.
4687 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4688 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4689 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4690 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4691 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4692 * gdb.threads/pending-step.exp: Use standard_testfile,
4693 clean_restart. Remove incdir.
4694 * gdb.threads/print-threads.exp: Use standard_testfile,
4695 clean_restart. Remove incdir.
4696 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4697 clean_restart. Remove incdir.
4698 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4699 Remove incdir.
4700 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4701 incdir.
4702 * gdb.threads/sigthread.exp: Use standard_testfile,
4703 clean_restart.
4704 * gdb.threads/staticthreads.exp: Use standard_testfile,
4705 clean_restart. Remove incdir.
4706 * gdb.threads/switch-threads.exp: Use standard_testfile,
4707 clean_restart. Remove incdir.
4708 * gdb.threads/thread-execl.exp: Use standard_testfile,
4709 clean_restart. Remove incdir.
4710 * gdb.threads/thread-find.exp: Use standard_testfile,
4711 clean_restart.
4712 * gdb.threads/thread-specific.exp: Use standard_testfile,
4713 clean_restart. Remove incdir.
4714 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4715 clean_restart. Remove incdir.
4716 * gdb.threads/thread_check.exp: Use standard_testfile,
4717 clean_restart. Remove incdir.
4718 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4719 incdir.
4720 * gdb.threads/threadapply.exp: Use standard_testfile,
4721 clean_restart. Remove incdir.
4722 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4723 clean_restart. Remove incdir.
4724 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4725 clean_restart.
4726 * gdb.threads/tls-shared.exp: Use standard_testfile,
4727 clean_restart, standard_output_file.
4728 * gdb.threads/tls-var.exp: Use standard_testfile,
4729 standard_output_file.
4730 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4731 Remove incdir.
4732 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4733 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4734 incdir.
4735 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4736 clean_restart. Remove incdir.
4737
4738 2012-06-26 Tom Tromey <tromey@redhat.com>
4739
4740 * gdb.trace/actions.exp: Use standard_testfile.
4741 * gdb.trace/ax.exp: Use standard_testfile.
4742 * gdb.trace/backtrace.exp: Use standard_testfile.
4743 * gdb.trace/change-loc.exp: Use standard_testfile.
4744 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4745 * gdb.trace/collection.exp: Use standard_testfile,
4746 prepare_for_testing.
4747 * gdb.trace/deltrace.exp: Use standard_testfile.
4748 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4749 * gdb.trace/ftrace.exp: Use standard_testfile.
4750 * gdb.trace/infotrace.exp: Use standard_testfile.
4751 * gdb.trace/packetlen.exp: Use standard_testfile.
4752 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4753 * gdb.trace/passcount.exp: Use standard_testfile.
4754 * gdb.trace/pending.exp: Use standard_testfile.
4755 * gdb.trace/report.exp: Use standard_testfile.
4756 * gdb.trace/save-trace.exp: Use standard_testfile.
4757 * gdb.trace/stap-trace.exp: Use standard_testfile.
4758 * gdb.trace/status-stop.exp: Use standard_testfile.
4759 * gdb.trace/strace.exp: Use standard_testfile.
4760 * gdb.trace/tfile.exp: Use standard_testfile.
4761 * gdb.trace/tfind.exp: Use standard_testfile.
4762 * gdb.trace/trace-break.exp: Use standard_testfile.
4763 * gdb.trace/trace-mt.exp: Use standard_testfile.
4764 * gdb.trace/tracecmd.exp: Use standard_testfile.
4765 * gdb.trace/tspeed.exp: Use standard_testfile.
4766 * gdb.trace/tstatus.exp: Use standard_testfile.
4767 * gdb.trace/tsv.exp: Use standard_testfile.
4768 * gdb.trace/unavailable.exp: Use standard_testfile,
4769 prepare_for_testing.
4770 * gdb.trace/while-dyn.exp: Use standard_testfile.
4771 * gdb.trace/while-stepping.exp: Use standard_testfile.
4772
4773 2012-06-26 Tom Tromey <tromey@redhat.com>
4774
4775 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4776 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4777 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4778 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4779 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4780 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4781 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4782 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4783 prepare_for_testing.
4784 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4785 prepare_for_testing.
4786 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4787 prepare_for_testing.
4788 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4789 prepare_for_testing.
4790 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4791 prepare_for_testing
4792 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4793 * gdb.reverse/machinestate.exp: Use standard_testfile.
4794 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4795 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4796 build_executable.
4797 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4798 build_executable.
4799 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4800 standard_output_file.
4801 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4802 standard_output_file.
4803 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4804 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4805 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4806 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4807 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4808 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4809
4810 2012-06-26 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4813 standard_output_file.
4814 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4815 prepare_for_testing. Remove directory-checking code.
4816
4817 2012-06-25 Tom Tromey <tromey@redhat.com>
4818
4819 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4820 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4821 build_executable, not prepare_for_testing.
4822 * gdb.multi/base.exp: Use standard_output_file. Use
4823 build_executable, not prepare_for_testing.
4824
4825 2012-06-25 Tom Tromey <tromey@redhat.com>
4826
4827 * gdb.fortran/subarray.exp: Use standard_testfile,
4828 prepare_for_testing.
4829 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4830 * gdb.fortran/module.exp: Use standard_testfile.
4831 * gdb.fortran/logical.exp: Use standard_testfile.
4832 * gdb.fortran/library-module.exp: Use standard_testfile,
4833 standard_output_file.
4834 * gdb.fortran/derived-type.exp: Use standard_testfile,
4835 prepare_for_testing.
4836 * gdb.fortran/complex.exp: Use standard_testfile,
4837 prepare_for_testing.
4838 * gdb.fortran/charset.exp: Use standard_testfile.
4839 * gdb.fortran/array-element.exp: Use standard_testfile,
4840 prepare_for_testing.
4841
4842 2012-06-25 Keith Seitz <keiths@redhat.com>
4843
4844 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4845 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4846
4847 2012-06-25 Tom Tromey <tromey@redhat.com>
4848
4849 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4850 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4851 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4852 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4853
4854 2012-06-25 Tom Tromey <tromey@redhat.com>
4855
4856 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4857 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4858 * gdb.linespec/linespec.exp: Use standard_testfile.
4859
4860 2012-06-25 Tom Tromey <tromey@redhat.com>
4861
4862 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4863 prepare_for_testing.
4864
4865 2012-06-25 Tom Tromey <tromey@redhat.com>
4866
4867 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4868 prepare_for_testing.
4869 * gdb.opt/inline-break.exp: Use standard_testfile,
4870 prepare_for_testing.
4871 * gdb.opt/inline-bt.exp: Use standard_testfile,
4872 prepare_for_testing.
4873 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4874 prepare_for_testing.
4875 * gdb.opt/inline-locals.exp: Use standard_testfile,
4876 prepare_for_testing.
4877
4878 2012-06-25 Tom Tromey <tromey@redhat.com>
4879
4880 * gdb.asm/asm-source.exp: Use standard_output_file,
4881 standard_testfile. Construct .o files in proper subdir.
4882
4883 2012-06-25 Tom Tromey <tromey@redhat.com>
4884
4885 * gdb.server/ext-attach.exp: Use standard_testfile,
4886 prepare_for_testing.
4887 * gdb.server/ext-run.exp: Use standard_testfile,
4888 build_executable.
4889 * gdb.server/file-transfer.exp: Use standard_testfile,
4890 prepare_for_testing.
4891 * gdb.server/server-exec-info.exp: Use standard_testfile.
4892 * gdb.server/server-mon.exp: Use standard_testfile,
4893 prepare_for_testing.
4894 * gdb.server/server-run.exp: Use standard_testfile,
4895 build_executable.
4896 * gdb.server/solib-list.exp: Use standard_testfile,
4897 standard_output_file.
4898
4899 2012-06-25 Tom Tromey <tromey@redhat.com>
4900
4901 * lib/gdb.exp (standard_output_file): Use "file join".
4902 * gdb.go/chan.exp: Use standard_testfile.
4903 * gdb.go/handcall.exp: Use standard_testfile.
4904 * gdb.go/hello.exp: Use standard_testfile.
4905 * gdb.integers/chan.exp: Use standard_testfile.
4906 * gdb.go/methods.exp: Use standard_testfile.
4907 * gdb.go/package.exp: Use standard_testfile.
4908 * gdb.go/strings.exp: Use standard_testfile.
4909 * gdb.go/types.exp: Use standard_testfile.
4910 * gdb.go/unsafe.exp: Use standard_testfile.
4911
4912 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4913
4914 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4915
4916 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4917
4918 Fix regression by the previous commit.
4919 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4920
4921 2012-06-22 Tom Tromey <tromey@redhat.com>
4922
4923 * gdb.python/lib-types.exp: Use standard_testfile,
4924 prepare_for_testing.
4925 * gdb.python/py-block.exp: Use standard_testfile.
4926 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4927 * gdb.python/py-events.exp: Use standard_testfile,
4928 standard_output_file.
4929 * gdb.python/py-evsignal.exp: Use standard_testfile.
4930 * gdb.python/py-evethreads.exp: Use standard_testfile.
4931 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4932 * gdb.python/py-explore.exp: Use standard_testfile.
4933 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4934 standard_output_file.
4935 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4936 prepare_for_testing.
4937 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4938 * gdb.python/py-frame.exp: Use standard_testfile.
4939 * gdb.python/py-inferior.exp: Use standard_testfile.
4940 * gdb.python/py-infthread.exp: Use standard_testfile.
4941 * gdb.python/py-mi.exp: Use standard_testfile.
4942 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4943 build_executable.
4944 * gdb.python/py-objfile.exp: Use standard_testfile.
4945 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4946 prepare_for_testing.
4947 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4948 * gdb.python/py-progspace.exp: Use standard_testfile,
4949 build_executable.
4950 * gdb.python/py-prompt.exp: Use standard_testfile,
4951 build_executable.
4952 * gdb.python/py-section-script.exp: Use standard_testfile,
4953 build_executable.
4954 * gdb.python/py-shared.exp: Use standard_testfile,
4955 standard_output_file, clean_restart.
4956 * gdb.python/py-symbol.exp: Use standard_output_file,
4957 prepare_for_testing.
4958 * gdb.python/py-symtab.exp: Use standard_output_file,
4959 prepare_for_testing
4960 * gdb.python/py-template.exp: Use standard_testfile.
4961 * gdb.python/py-type.exp: Use standard_testfile.
4962 * gdb.python/py-value-cc.exp: Use standard_testfile.
4963 * gdb.python/py-value.exp: Use standard_testfile.
4964 * gdb.python/python.exp: Use standard_testfile, build_executable.
4965
4966 2012-06-22 Tom Tromey <tromey@redhat.com>
4967
4968 * gdb.objc/basicclass.exp: Use standard_testfile.
4969 (do_objc_tests): Don't declare objdir.
4970 * gdb.objc/nondebug.exp: Use standard_testfile.
4971 (do_objc_tests): Don't declare objdir.
4972 * gdb.objc/objcdecode.exp: Use standard_testfile.
4973 (do_objc_tests): Don't declare objdir.
4974
4975 2012-06-22 Tom Tromey <tromey@redhat.com>
4976
4977 * gdb.java/jmain.exp: Use standard_testfile.
4978 * gdb.java/jmisc.exp: Use standard_testfile.
4979 * gdb.java/jnpe.exp: Use standard_testfile.
4980 * gdb.java/jprint.exp: Use standard_testfile.
4981
4982 2012-06-22 Tom Tromey <tromey@redhat.com>
4983
4984 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4985 (standard_output_file, standard_testfile): New procs.
4986 (build_executable, clean_restart): Use standard_output_file.
4987
4988 2012-06-22 Yao Qi <yao@codesourcery.com>
4989
4990 * boards/native-gdbserver.exp: New proc ${board}_exec.
4991 * boards/native-stdio-gdbserver.exp: Likewise.
4992
4993 2012-06-21 Tom Tromey <tromey@redhat.com>
4994
4995 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4996 (build_executable): Update.
4997 (get_compiler_info): Remove 'binfile' argument.
4998 * gdb.ada/arrayidx.exp: Update.
4999 * gdb.ada/null_array.exp: Update.
5000 * gdb.arch/altivec-abi.exp: Update.
5001 * gdb.arch/altivec-regs.exp: Update.
5002 * gdb.arch/amd64-byte.exp: Update.
5003 * gdb.arch/amd64-dword.exp: Update.
5004 * gdb.arch/amd64-word.exp: Update.
5005 * gdb.arch/i386-avx.exp: Update.
5006 * gdb.arch/i386-byte.exp: Update.
5007 * gdb.arch/i386-sse.exp: Update.
5008 * gdb.arch/i386-word.exp: Update.
5009 * gdb.arch/ppc-dfp.exp: Update.
5010 * gdb.arch/ppc-fp.exp: Update.
5011 * gdb.arch/vsx-regs.exp: Update.
5012 * gdb.base/all-bin.exp: Update.
5013 * gdb.base/annota1.exp: Update.
5014 * gdb.base/async.exp: Update.
5015 * gdb.base/attach.exp: Update.
5016 * gdb.base/break-interp.exp: Update.
5017 * gdb.base/call-ar-st.exp: Update.
5018 * gdb.base/call-rt-st.exp: Update.
5019 * gdb.base/call-sc.exp: Update.
5020 * gdb.base/callfuncs.exp: Update.
5021 * gdb.base/catch-load.exp: Update.
5022 * gdb.base/completion.exp: Update.
5023 * gdb.base/complex.exp: Update.
5024 * gdb.base/condbreak.exp: Update.
5025 * gdb.base/consecutive.exp: Update.
5026 * gdb.base/constvars.exp: Update.
5027 * gdb.base/corefile.exp: Update.
5028 * gdb.base/eval-skip.exp: Update.
5029 * gdb.base/expand-psymtabs.exp: Update.
5030 * gdb.base/exprs.exp: Update.
5031 * gdb.base/fileio.exp: Update.
5032 * gdb.base/fixsection.exp: Update.
5033 * gdb.base/funcargs.exp: Update.
5034 * gdb.base/gdb11530.exp: Update.
5035 * gdb.base/gdb1555.exp: Update.
5036 * gdb.base/gnu-ifunc.exp: Update.
5037 * gdb.base/gnu_vector.exp: Update.
5038 * gdb.base/info-macros.exp: Update.
5039 * gdb.base/jit-simple.exp: Update.
5040 * gdb.base/jit-so.exp: Update.
5041 * gdb.base/jit.exp: Update.
5042 * gdb.base/langs.exp: Update.
5043 * gdb.base/list.exp: Update.
5044 * gdb.base/logical.exp: Update.
5045 * gdb.base/long_long.exp: Update.
5046 * gdb.base/longjmp.exp: Update.
5047 * gdb.base/macscp.exp: Update.
5048 * gdb.base/mips_pro.exp: Update.
5049 * gdb.base/miscexprs.exp: Update.
5050 * gdb.base/morestack.exp: Update.
5051 * gdb.base/nodebug.exp: Update.
5052 * gdb.base/opaque.exp: Update.
5053 * gdb.base/pc-fp.exp: Update.
5054 * gdb.base/pending.exp: Update.
5055 * gdb.base/permissions.exp: Update.
5056 * gdb.base/pointers.exp: Update.
5057 * gdb.base/prelink.exp: Update.
5058 * gdb.base/printcmds.exp: Update.
5059 * gdb.base/psymtab.exp: Update.
5060 * gdb.base/ptype.exp: Update.
5061 * gdb.base/relational.exp: Update.
5062 * gdb.base/scope.exp: Update.
5063 * gdb.base/setvar.exp: Update.
5064 * gdb.base/shlib-call.exp: Update.
5065 * gdb.base/shreloc.exp: Update.
5066 * gdb.base/signals.exp: Update.
5067 * gdb.base/sizeof.exp: Update.
5068 * gdb.base/so-impl-ld.exp: Update.
5069 * gdb.base/so-indr-cl.exp: Update.
5070 * gdb.base/solib-disc.exp: Update.
5071 * gdb.base/solib-display.exp: Update.
5072 * gdb.base/solib-nodir.exp: Update.
5073 * gdb.base/solib-overlap.exp: Update.
5074 * gdb.base/solib-symbol.exp: Update.
5075 * gdb.base/solib-weak.exp: Update.
5076 * gdb.base/solib.exp: Update.
5077 * gdb.base/store.exp: Update.
5078 * gdb.base/structs.exp: Update.
5079 * gdb.base/structs2.exp: Update.
5080 * gdb.base/type-opaque.exp: Update.
5081 * gdb.base/unload.exp: Update.
5082 * gdb.base/varargs.exp: Update.
5083 * gdb.base/volatile.exp: Update.
5084 * gdb.base/watch_thread_num.exp: Update.
5085 * gdb.base/watchpoint-solib.exp: Update.
5086 * gdb.base/watchpoint.exp: Update.
5087 * gdb.base/watchpoints.exp: Update.
5088 * gdb.base/whatis.exp: Update.
5089 * gdb.cell/arch.exp: Update.
5090 * gdb.cell/break.exp: Update.
5091 * gdb.cell/bt.exp: Update.
5092 * gdb.cell/core.exp: Update.
5093 * gdb.cell/data.exp: Update.
5094 * gdb.cell/ea-cache.exp: Update.
5095 * gdb.cell/f-regs.exp: Update.
5096 * gdb.cell/fork.exp: Update.
5097 * gdb.cell/gcore.exp: Update.
5098 * gdb.cell/mem-access.exp: Update.
5099 * gdb.cell/ptype.exp: Update.
5100 * gdb.cell/registers.exp: Update.
5101 * gdb.cell/sizeof.exp: Update.
5102 * gdb.cell/solib-symbol.exp: Update.
5103 * gdb.cell/solib.exp: Update.
5104 * gdb.cp/ambiguous.exp: Update.
5105 * gdb.cp/breakpoint.exp: Update.
5106 * gdb.cp/bs15503.exp: Update.
5107 * gdb.cp/casts.exp: Update.
5108 * gdb.cp/class2.exp: Update.
5109 * gdb.cp/cpexprs.exp: Update.
5110 * gdb.cp/cplusfuncs.exp: Update.
5111 * gdb.cp/ctti.exp: Update.
5112 * gdb.cp/dispcxx.exp: Update.
5113 * gdb.cp/gdb1355.exp: Update.
5114 * gdb.cp/gdb2384.exp: Update.
5115 * gdb.cp/gdb2495.exp: Update.
5116 * gdb.cp/infcall-dlopen.exp: Update.
5117 * gdb.cp/local.exp: Update.
5118 * gdb.cp/m-data.exp: Update.
5119 * gdb.cp/m-static.exp: Update.
5120 * gdb.cp/mb-ctor.exp: Update.
5121 * gdb.cp/mb-inline.exp: Update.
5122 * gdb.cp/mb-templates.exp: Update.
5123 * gdb.cp/member-ptr.exp: Update.
5124 * gdb.cp/method.exp: Update.
5125 * gdb.cp/namespace.exp: Update.
5126 * gdb.cp/nextoverthrow.exp: Update.
5127 * gdb.cp/nsdecl.exp: Update.
5128 * gdb.cp/nsrecurs.exp: Update.
5129 * gdb.cp/nsstress.exp: Update.
5130 * gdb.cp/nsusing.exp: Update.
5131 * gdb.cp/pr-1023.exp: Update.
5132 * gdb.cp/pr-1210.exp: Update.
5133 * gdb.cp/pr-574.exp: Update.
5134 * gdb.cp/pr9631.exp: Update.
5135 * gdb.cp/printmethod.exp: Update.
5136 * gdb.cp/psmang.exp: Update.
5137 * gdb.cp/re-set-overloaded.exp: Update.
5138 * gdb.cp/rtti.exp: Update.
5139 * gdb.cp/shadow.exp: Update.
5140 * gdb.cp/templates.exp: Update.
5141 * gdb.cp/try_catch.exp: Update.
5142 * gdb.dwarf2/dw2-ranges.exp: Update.
5143 * gdb.dwarf2/pr10770.exp: Update.
5144 * gdb.fortran/library-module.exp: Update.
5145 * gdb.hp/gdb.aCC/optimize.exp: Update.
5146 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5147 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5148 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5149 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5150 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5151 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5152 * gdb.hp/gdb.compat/xdb1.exp: Update.
5153 * gdb.hp/gdb.compat/xdb2.exp: Update.
5154 * gdb.hp/gdb.compat/xdb3.exp: Update.
5155 * gdb.hp/gdb.defects/bs14602.exp: Update.
5156 * gdb.hp/gdb.defects/solib-d.exp: Update.
5157 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5158 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5159 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5160 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5161 * gdb.mi/gdb792.exp: Update.
5162 * gdb.mi/mi-pending.exp: Update.
5163 * gdb.mi/mi-solib.exp: Update.
5164 * gdb.mi/mi-var-cp.exp: Update.
5165 * gdb.opt/clobbered-registers-O2.exp: Update.
5166 * gdb.opt/inline-bt.exp: Update.
5167 * gdb.opt/inline-cmds.exp: Update.
5168 * gdb.opt/inline-locals.exp: Update.
5169 * gdb.python/py-events.exp: Update.
5170 * gdb.python/py-finish-breakpoint.exp: Update.
5171 * gdb.python/py-type.exp: Update.
5172 * gdb.reverse/solib-precsave.exp: Update.
5173 * gdb.reverse/solib-reverse.exp: Update.
5174 * gdb.server/solib-list.exp: Update.
5175 * gdb.stabs/weird.exp: Update.
5176 * gdb.threads/attach-into-signal.exp: Update.
5177 * gdb.threads/attach-stopped.exp: Update.
5178 * gdb.threads/tls-shared.exp: Update.
5179 * gdb.trace/change-loc.exp: Update.
5180 * gdb.trace/strace.exp: Update.
5181
5182 2012-06-19 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.base/whatis.exp: Add tests.
5185
5186 2012-06-19 Tom Tromey <tromey@redhat.com>
5187
5188 * gdb.cp/m-static.cc (keepalive): New function.
5189 (gnu_obj_1::method): Use it.
5190
5191 2012-06-18 Doug Evans <dje@google.com>
5192
5193 * gdb.base/info-fun.exp: New file.
5194 * gdb.base/info-fun.c: New file.
5195 * gdb.base/info-fun-solib.c: New file.
5196
5197 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5198
5199 Remove stale dummy frames.
5200 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5201 (maintenance info breakpoints): New tests.
5202 * gdb.base/stale-infcall.c: New file.
5203 * gdb.base/stale-infcall.exp: New file.
5204
5205 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 * gdb.arch/amd64-entry-value-param.S: New file.
5208 * gdb.arch/amd64-entry-value-param.c: New file.
5209 * gdb.arch/amd64-entry-value-param.exp: New file.
5210
5211 2012-06-15 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.cp/namespace.exp: Add "show lang" test.
5214
5215 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5216
5217 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5218 case. (top level): Use gdb_file_cmd instead of gdb_load.
5219
5220 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5221
5222 PR tdep/14222
5223 * gdb.arch/i386-sse-stack-align.S: New file.
5224 * gdb.arch/i386-sse-stack-align.c: New file.
5225 * gdb.arch/i386-sse-stack-align.exp: New file.
5226
5227 2012-06-13 Keith Seitz <keiths@redhat.com>
5228
5229 PR breakpoints/13798 and mi/11541
5230 * gdb.linespec/ls-errs.exp: Add a few more tests for
5231 filenames with spaces and colons.
5232
5233 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5234
5235 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5236 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5237 (test_function): Call CV_f.
5238 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5239 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5240 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5241 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5242 (p CV_f(CV::i)): New tests.
5243
5244 2012-06-13 Tom Tromey <tromey@redhat.com>
5245
5246 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5247
5248 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5249
5250 Fix regression by the "ambiguous linespec" series.
5251 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5252 tests.
5253
5254 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5257 missing.
5258
5259 2012-06-11 Tom Tromey <tromey@redhat.com>
5260
5261 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5262 location...
5263 (main): ...here.
5264
5265 2012-06-07 Yao Qi <yao@codesourcery.com>
5266
5267 * gdb.trace/strace.exp: Shorten some too-long lines.
5268
5269 2012-06-06 Pedro Alves <palves@redhat.com>
5270
5271 * gdb.threads/clone-new-thread-event.c: New file.
5272 * gdb.threads/clone-new-thread-event.exp: New file.
5273
5274 2012-06-06 Yao Qi <yao@codesourcery.com>
5275
5276 * gdb.base/dprintf.c (main): Add extra parameter when calling
5277 printf and fprintf.
5278 (bar): New function. It is a dead function, but to ensure
5279 'malloc' is linked explicitly.
5280
5281 2012-06-06 Yao Qi <yao@codesourcery.com>
5282
5283 * gdb.base/info-proc.exp: Return if target doesn't support
5284 'info proc'.
5285
5286 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5289 (run program with breakpoint commands): XFAIl if it is not.
5290
5291 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5292
5293 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5294 and add comment.
5295 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5296 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5297 "STOP" marker. Adjust testing strategy to make it work on
5298 all targets.
5299
5300 * gdb.base/print-file-var-main.c (main): Rewrite using local
5301 variables and adjust get_version_2's return value check.
5302 Add small comment.
5303 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5304 marker. Adjust testing strategy to make it work on all targets.
5305
5306 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5307
5308 * gdb.ada/bad-task-bp-keyword: New testcase.
5309
5310 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5311
5312 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5313 Simplify it to ...
5314 (symbol-file ${testfile1}): ... here.
5315 (test eliminated var my_global_symbol)
5316 (test eliminated var my_static_symbol)
5317 (test eliminated var my_global_func, get address of main): Wrap them to
5318 'single psymtabs' and 'single symtabs'
5319 (get address of my_global_symbol, get address of my_static_symbol)
5320 (get address of my_global_func, get address of main): Wrap them to
5321 'order1' and 'order2'.
5322
5323 * gdb.base/code_elim.exp
5324 (add-symbol-file ${testfile1} 0x100000)
5325 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5326 'order2'.
5327 (order1: add-symbol-file ${testfile1} 0x100000)
5328 (order1: add-symbol-file ${testfile2} 0x200000)
5329 (order2: add-symbol-file ${testfile2} 0x200000)
5330 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5331 .bss as appropriate.
5332
5333 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5334
5335 * gdb.server/solib-list-lib.c: New file.
5336 * gdb.server/solib-list-main.c: New file.
5337 * gdb.server/solib-list.exp: New file.
5338
5339 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5340
5341 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5342 for 'set print symbol' change.
5343
5344 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5345
5346 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5347 .debug_abbrev_seg3.
5348
5349 2012-05-24 John Steele Scott <toojays@toojays.net>
5350
5351 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5352 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5353 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5354
5355 2012-05-23 Stan Shebs <stan@codesourcery.com>
5356
5357 * gdb.mi/mi-info-os.exp: New file.
5358
5359 2012-05-23 Keith Seitz <keiths@redhat.com>
5360
5361 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5362 return -1 to suppress the rest of the tests.
5363 (compile_stap_bin): Return boolean success value.
5364
5365 2012-05-21 Tom Tromey <tromey@redhat.com>
5366
5367 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5368 Remove kfails.
5369 (test_print_mi_member_types): Likewise.
5370
5371 2012-05-21 Tom Tromey <tromey@redhat.com>
5372
5373 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5374 print symbol' change.
5375
5376 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5377
5378 * gdb.python/py-prompt.exp: Quit if the target is remote.
5379
5380 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5381
5382 Fix ERROR: internal buffer is full.
5383 * gdb.base/info-os.exp (expect_multiline): New function.
5384 (get process list, get process groups, get threads)
5385 (get file descriptors, get internet-domain sockets)
5386 (get shared-memory regions, get semaphores, get message queues): Use
5387 it for these tests.
5388
5389 2012-05-18 Tom Tromey <tromey@redhat.com>
5390
5391 * gdb.mi/mi-var-cmd.exp: Update.
5392 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5393 * gdb.cp/virtbase.exp: Update.
5394 * gdb.cp/classes.exp (test_static_members): Update.
5395 * gdb.cp/casts.exp: Update.
5396 * gdb.base/pointers.exp: Update.
5397 * gdb.base/funcargs.exp (pointer_args): Update.
5398 (structs_by_reference): Update.
5399 * gdb.base/find.exp: Update.
5400 * gdb.base/call-strs.exp: Send "set print symbol off".
5401 * gdb.base/call-ar-st.exp: Update.
5402 * gdb.ada/fun_addr.exp: Update.
5403 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5404 Call it.
5405 (test_print_repeats_10, test_print_strings)
5406 (test_print_char_arrays): Update.
5407
5408 2012-05-18 Tom Tromey <tromey@redhat.com>
5409
5410 * gdb.base/charset.exp (string_display): Update.
5411
5412 2012-05-18 Tom Tromey <tromey@redhat.com>
5413
5414 * gdb.mi/mi2-var-display.exp: Update.
5415 * gdb.mi/mi-var-display.exp: Update.
5416 * gdb.mi/mi-var-child.exp: Update.
5417 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5418 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5419
5420 2012-05-17 Doug Evans <dje@google.com>
5421
5422 * info-macros.exp: Pass "debug" to prepare_for_testing.
5423
5424 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5425 * gdb.ada/Makefile.in (clean): Ditto.
5426 * gdb.arch/Makefile.in (clean): Ditto.
5427 * gdb.asm/Makefile.in (clean): Ditto.
5428 * gdb.base/Makefile.in (clean): Ditto.
5429 * gdb.cell/Makefile.in (clean): Ditto.
5430 * gdb.cp/Makefile.in (clean): Ditto.
5431 * gdb.disasm/Makefile.in (clean): Ditto.
5432 * gdb.dwarf2/Makefile.in (clean): Ditto.
5433 * gdb.fortran/Makefile.in (clean): Ditto.
5434 * gdb.go/Makefile.in (clean): Ditto.
5435 * gdb.hp/Makefile.in (clean): Ditto.
5436 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5437 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5438 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5439 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5440 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5441 * gdb.java/Makefile.in (clean): Ditto.
5442 * gdb.linespec/Makefile.in (clean): Ditto.
5443 * gdb.mi/Makefile.in (clean): Ditto.
5444 * gdb.modula2/Makefile.in (clean): Ditto.
5445 * gdb.multi/Makefile.in (clean): Ditto.
5446 * gdb.objc/Makefile.in (clean): Ditto.
5447 * gdb.opencl/Makefile.in (clean): Ditto.
5448 * gdb.opt/Makefile.in (clean): Ditto.
5449 * gdb.pascal/Makefile.in (clean): Ditto.
5450 * gdb.python/Makefile.in (clean): Ditto.
5451 * gdb.reverse/Makefile.in (clean): Ditto.
5452 * gdb.server/Makefile.in (clean): Ditto.
5453 * gdb.stabs/Makefile.in (clean): Ditto.
5454 * gdb.threads/Makefile.in (clean): Ditto.
5455 * gdb.trace/Makefile.in (clean): Ditto.
5456 * gdb.xml/Makefile.in (clean): Ditto.
5457
5458 2012-05-16 Tom Tromey <tromey@redhat.com>
5459
5460 * gdb.base/macscp1.c (macscp_expr): Add comment.
5461 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5462
5463 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5464
5465 * gdb.base/return-nodebug.exp: Also test float and double types.
5466
5467 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5468
5469 PR testsuite/12649
5470 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5471
5472 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5473
5474 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5475
5476 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5477 `rerun_to_main'.
5478 (stap_test_no_debuginfo): Likewise.
5479
5480 2012-05-14 Stan Shebs <stan@codesourcery.com>
5481
5482 * gdb.base/dprintf.c: New file.
5483 * gdb.base/dprintf.exp: New file.
5484
5485 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5486
5487 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5488 * gdb.trace/disconnected-tracing.c: New file.
5489 * gdb.trace/disconnected-tracing.exp: New file.
5490
5491 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5492
5493 * gdb.python/python.c: Add a new breakpoint comment.
5494 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5495
5496 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5497
5498 * gdb.base/info-os.exp: New file.
5499 * gdb.base/info-os.c: New file.
5500
5501 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5502
5503 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5504 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5505 New files.
5506
5507 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5508
5509 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5510 gdb.base/ctxobj.exp: New files.
5511
5512 2012-05-09 Tom Tromey <tromey@redhat.com>
5513
5514 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5515
5516 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5517
5518 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5519
5520 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5521
5522 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5523 before using it.
5524
5525 2012-05-04 Tristan Gingold <gingold@adacore.com>
5526
5527 * gdb.base/set-noassign.exp: New test.
5528
5529 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5530
5531 * gdb.python/py-symbol.exp: Add tests to test the new methods
5532 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5533 * gdb.python/py-symbol.c: Add new struct to help test
5534 gdb.Symtab.static_block().
5535
5536 2012-05-03 Doug Evans <dje@google.com>
5537
5538 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5539 commented out.
5540
5541 2012-05-03 Yao Qi <yao@codesourcery.com>
5542
5543 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5544 doesn't support.
5545 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5546 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5547
5548 2012-05-03 Yao Qi <yao@codesourcery.com>
5549
5550 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5551
5552 2012-04-30 Doug Evans <dje@google.com>
5553
5554 PR testsuite/13961
5555 * gdb.dwarf2/pr13961.S: New file.
5556 * gdb.dwarf2/pr13961.exp: New file.
5557
5558 2012-04-29 Yao Qi <yao@codesourcery.com>
5559
5560 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5561
5562 2012-04-28 Doug Evans <dje@google.com>
5563
5564 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5565 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5566 All uses updated.
5567 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5568 "ptype func_cu1" to expand cu2 before cu1.
5569
5570 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5571 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5574 variables.
5575 * gdb.base/stap-probe.c: New file.
5576 * gdb.base/stap-probe.exp: New file.
5577 * gdb.trace/stap-trace.c: New file.
5578 * gdb.trace/stap-trace.exp: New file.
5579 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5580 libgcc's unwinder.
5581
5582 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5583
5584 * gdb.arch/mips16-thunks-inmain.c: New file.
5585 * gdb.arch/mips16-thunks-main.c: New file.
5586 * gdb.arch/mips16-thunks-sin.c: New file.
5587 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5588 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5589 * gdb.arch/mips16-thunks-sinmain.c: New file.
5590 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5591 * gdb.arch/mips16-thunks.exp: New file.
5592
5593 2012-04-25 Doug Evans <dje@google.com>
5594
5595 * configure.ac: Create gdb.go/Makefile.
5596 * configure: Regenerate.
5597 * gdb.base/default.exp: Add "go" to "set language" testing.
5598 * gdb.go/Makefile.in: New file.
5599 * gdb.go/basic-types.exp: New file.
5600 * gdb.go/chan.exp: New file.
5601 * gdb.go/chan.go: New file.
5602 * gdb.go/handcall.exp: New file.
5603 * gdb.go/handcall.go: New file.
5604 * gdb.go/hello.exp: New file.
5605 * gdb.go/hello.go: New file.
5606 * gdb.go/integers.exp: New file.
5607 * gdb.go/integers.go: New file.
5608 * gdb.go/methods.exp: New file.
5609 * gdb.go/methods.go: New file.
5610 * gdb.go/package.exp: New file.
5611 * gdb.go/package1.go: New file.
5612 * gdb.go/package2.go: New file.
5613 * gdb.go/print.exp: New file.
5614 * gdb.go/strings.exp: New file.
5615 * gdb.go/strings.go: New file.
5616 * gdb.go/types.exp: New file.
5617 * gdb.go/types.go: New file.
5618 * gdb.go/unsafe.exp: New file.
5619 * gdb.go/unsafe.go: New file.
5620 * lib/future.exp: Add Go support.
5621 (gdb_find_go, gdb_find_go_linker): New procs.
5622 (gdb_default_target_compile): Add Go support.
5623 * lib/gdb.exp (skip_go_tests): New proc.
5624 * lib/go.exp: New file.
5625
5626 2012-04-25 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5629
5630 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5631 Jan Kratochvil <jan.kratochvil@redhat.com>
5632
5633 PR symtab/7259:
5634 * gdb.base/enumval.c: New test case.
5635 * gdb.base/enumval.exp: New test case.
5636 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5637 field.bitpos.
5638
5639 2012-04-17 Pedro Alves <palves@redhat.com>
5640
5641 * Makefile.in (site.exp): Make site.exp source
5642 $srcdir/lib/append_gdb_boards_dir.exp.
5643 * lib/append_gdb_boards_dir.exp: New file.
5644
5645 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5646
5647 New option "set auto-load safe-path".
5648 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5649 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5650
5651 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5652
5653 auto-load: Implementation.
5654 * gdb.base/help.exp (test set height): Increase the height.
5655 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5656 to ...
5657 (info auto-load python-scripts): ... here.
5658 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5659 to ...
5660 (info auto-load python-scripts *): ... here.
5661
5662 2012-04-16 Yao Qi <yao@codesourcery.com>
5663
5664 * lib/trace-support.exp (get_in_proc_agent): New.
5665 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5666 of in process trace agent.
5667 * gdb.trace/ftrace.exp: Likewise.
5668 * gdb.trace/pending.exp: Likewise.
5669 * gdb.trace/trace-break.exp: Likewise.
5670 * gdb.trace/trace-mt.exp
5671 * gdb.trace/tspeed.exp: Likewise.
5672 * gdb.trace/tstatus.exp
5673 * gdb.trace/strace.exp: Likewise.
5674
5675 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5676
5677 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5678 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5679
5680 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5681
5682 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5683
5684 PR mi/13393
5685 * gdb.mi/mi-var-rtti.cc: New file.
5686 * gdb.mi/mi-var-rtti.exp: New file.
5687 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5688 function.
5689 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5690
5691 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5692
5693 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5694 EXECUTABLES.
5695 * gdb.python/py-explore.c: C program used for testing the new
5696 'explore' command on C constructs.
5697 * gdb.python/py-explore.cc: C++ program used for testing the new
5698 'explore' command on C++ constructs.
5699 * gdb-python/py-explore.exp: Tests for the new 'explore'
5700 command on C constructs.
5701 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5702 command on C++ constructs.
5703
5704 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5705
5706 * gdb.base/funcargs.exp (complex_args): Fix typo.
5707
5708 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5709
5710 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5711 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5712
5713 2012-04-05 Keith Seitz <keiths@redhat.com>
5714
5715 * gdb.base/advance.exp: Update error message for
5716 "advance malformed" test.
5717 * gdb.base/break.exp: Likewise for "breakpoint with
5718 trailing garbage" test.
5719 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5720 with trailing garbage" test.
5721 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5722 trailng garbage" test.
5723 * gdb.base/until.exp: Likewise for "malformed until" test.
5724 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5725 for "breakpoint info (after setting on all)".
5726 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5727 tests.
5728 * gdb.cp/cplabel.cc: New file.
5729 * gdb.cp/cplabel.exp: New test.
5730 * gdb.linespec/ls-errs.c: New file.
5731 * gdb.linespec/ls-errs.exp: New test.
5732
5733 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5734
5735 * gdb.trace/unavailable.exp
5736 (collect globals: print object on: print derived_partial)
5737 (collect globals: print object on: print derived_whole)
5738 (collect globals: print object off: print derived_partial)
5739 (collect globals: print object off: print derived_whole): Update
5740 expected output.
5741
5742 2012-03-30 Keith Seitz <keiths@redhat.com>
5743
5744 * gdb.python: Add test for linespecs with commas.
5745
5746 2012-03-28 Keith Seitz <keiths@redhat.com>
5747
5748 * gdb.linespec/ls-dollar.cc: New file.
5749 * gdb.linespec/ls-dollar.exp: New test.
5750
5751 2012-03-28 Keith Seitz <keiths@redhat.com>
5752
5753 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5754 starting with the global namespace.
5755
5756 2012-03-23 Doug Evans <dje@google.com>
5757
5758 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5759
5760 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5761
5762 * gdb.python/py-value.cc: Add test case for testing the
5763 methodology exposing C++ values to Python.
5764 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5765 exposing C++ values to Python.
5766 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5767
5768 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5769 Siddhesh Poyarekar <siddhesh@redhat.com>
5770
5771 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5772 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5773 (generate native core dump): Make the test unsupported if core cannot
5774 be generated.
5775
5776 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5777
5778 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5779 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5780 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5781
5782 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5783
5784 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5785
5786 2012-03-17 Doug Evans <dje@google.com>
5787
5788 * dg-extract-results.sh: Handle KFAILs.
5789
5790 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 PR symtab/13777
5793 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5794
5795 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/set_pckd_arr_elt: New testcase.
5798
5799 2012-03-16 Gary Benson <gbenson@redhat.com>
5800
5801 PR breakpoints/10738
5802 * gdb.opt/inline-break.exp: New file.
5803 * gdb.opt/inline-break.c: Likewise.
5804 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5805 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5806 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5807 * gdb.base/async-shell.exp: Likewise.
5808 * lib/mi-support.exp (library_loaded_re): Likewise.
5809
5810 2012-03-15 Tom Tromey <tromey@redhat.com>
5811
5812 * gdb.cp/virtfunc2.exp: Update expected output.
5813 * gdb.cp/pr9631.exp: Update expected output.
5814 * gdb.cp/member-ptr.exp: Update expected output.
5815 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5816 output.
5817 * gdb.cp/casts.exp: Update expected output.
5818
5819 2012-03-15 Tom Tromey <tromey@redhat.com>
5820
5821 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5822 (test_info_vtbl): Likewise.
5823 (do_tests): Call test_info_vtbl.
5824 * gdb.cp/virtfunc.cc (va): New global.
5825
5826 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5827
5828 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5829 describing DWARF data structures.
5830 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5831 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5832 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5833 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5834 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5835 * gdb.dwarf2/dw2-param-error.S: Likewise.
5836 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5837 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5838 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5839 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5840 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5841 * gdb.dwarf2/pr11465.S: Likewise.
5842
5843 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 * gdb.mi/mi2-prompt.exp: New file.
5846
5847 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5848
5849 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5850
5851 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5852
5853 * gdb.ada/bp_range_type: New testcase.
5854
5855 2012-03-13 Doug Evans <dje@google.com>
5856
5857 * gdb.base/default.exp: Delete tests for symbol-reloading.
5858 * gdb.base/help.exp: Ditto.
5859 * gdb.base/setshow.exp: Ditto.
5860 * gdb.base/gdb_history: Delete references to symbol-reloading.
5861
5862 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5863
5864 * gdb.base/attach-twice.c: New files.
5865 * gdb.base/attach-twice.exp: New files.
5866
5867 2012-03-08 Keith Seitz <keiths@redhat.com>
5868
5869 * lib/gdb.exp (gdb_get_line_number): Throw an
5870 error instead of returning -1.
5871 * gdb.base/break.exp: Remove unused variable
5872 bp_location5.
5873 * gdb.base/hbreak2.exp: Likewise.
5874 * gdb.base/sepdebug.exp: Likewise.
5875
5876 2012-03-08 Yao Qi <yao@codesourcery.com>
5877 Pedro Alves <palves@redhat.com>
5878
5879 Fix PR server/13392.
5880 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5881 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5882 download tracepoints.
5883 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5884 (pending_tracepoint_resolved_during_trace): Likewise.
5885 (pending_tracepoint_installed_during_trace): Likewise.
5886 (pending_tracepoint_with_action_resolved): Likewise.
5887
5888 2012-03-08 Keith Seitz <keiths@redhat.com>
5889
5890 * gdb.ada/array_bounds.exp: Get breakpoint for line
5891 with "START", not "STOP".
5892 * gdb.python/py-infthread.exp: Do not continue to
5893 line marked "Break here.", which is undefined.
5894
5895 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5896
5897 Revert:
5898
5899 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5900
5901 Implement testsuite workaround for PR breakpoints/13781.
5902 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5903 (set breakpoint condition-evaluation host): New conditional command.
5904
5905 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5906
5907 Fix CU relative vs. absolute DIE offsets.
5908 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5909 one.
5910
5911 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 Fix false FAIL on distros with relro linkage as default.
5914 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5915 -Wl,-z,norelro first.
5916
5917 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5918
5919 * gdb.ada/bp_on_var: New testcase.
5920
5921 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5922
5923 * gdb.ada/bp_enum_homonym: New testcase.
5924
5925 2012-03-06 Yao Qi <yao@codesourcery.com>
5926
5927 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5928 x86_64-*-* and i?86-*-*.
5929 Set up KFAIL for gdb/13808.
5930
5931 2012-03-05 Tom Tromey <tromey@redhat.com>
5932
5933 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5934 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5935
5936 2012-03-05 Tom Tromey <tromey@redhat.com>
5937
5938 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5939
5940 2012-03-04 Yao Qi <yao@codesourcery.com>
5941
5942 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5943 messages for KFAIL.
5944
5945 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5946
5947 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5948 (print one_two_three, indexes off, print few_reps, indexes off)
5949 (print many_reps, indexes off, print empty, indexes off)
5950 (print one_two_three, print few_reps, print many_reps, print empty):
5951 Call setup_xfail if $gcc_old.
5952
5953 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 Implement testsuite workaround for PR breakpoints/13781.
5956 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5957 (set breakpoint condition-evaluation host): New conditional command.
5958
5959 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5960
5961 Code cleanup.
5962 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5963 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5964 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5965 number 1 by $bpnum. Four times.
5966
5967 2012-03-03 Yao Qi <yao@codesourcery.com>
5968
5969 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5970
5971 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5972
5973 Setup KFAIL for PR server/13796.
5974 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5975
5976 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5977
5978 * gdb.ada/operator_bp: New testcase.
5979
5980 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5981
5982 * gdb.ada/info_locals_renaming: New testcase.
5983
5984 2012-03-02 Tom Tromey <tromey@redhat.com>
5985
5986 * gdb.base/nextoverexit.c: New file.
5987 * gdb.base/nextoverexit.exp: New file.
5988
5989 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5990
5991 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5992 parameter.
5993
5994 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5995
5996 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5997 core registers.
5998
5999 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6000 Maciej W. Rozycki <macro@codesourcery.com>
6001 Daniel Jacobowitz <dan@codesourcery.com>
6002
6003 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6004
6005 2012-03-01 Pedro Alves <palves@redhat.com>
6006
6007 PR gdb/13767
6008
6009 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6010 (gdb_collect_globals_test): Call it.
6011
6012 2012-03-01 Keith Seitz <keiths@redhat.com>
6013
6014 * gdb.cp/method2.exp: Output of overload menu is now
6015 alphabetized. Update tests for "break A::method".
6016 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6017 of hard-coding them.
6018 Overload menu is alphabetized: rewrite to accommodate.
6019 Unset variables LINE and TYPES which are used in other tests.
6020 Compute the output of "info break".
6021 Update the breakpoint table after all breakpoints are deleted.
6022 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6023 compute ACTUALS and the method body based on parameters.
6024 Update expected output accordingly.
6025 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6026 unique comments to allow the use of gdb_get_line_number.
6027
6028 2012-03-01 Keith Seitz <keiths@redhat.com>
6029
6030 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6031 some Tcl syntax.
6032 * gdb.cp/ovldbreak.exp: Likewise.
6033
6034 2012-03-01 Keith Seitz <keiths@redhat.com>
6035
6036 * gdb.base/help.exp (help show user): Update expected result
6037 for new doc string changes (add "non-python").
6038
6039 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6040
6041 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6042 be put in the user-defined category and that the commands appear in
6043 "help user-defined".
6044
6045 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6046
6047 * gdb.ada/tagged_not_init: New testcase.
6048
6049 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6050
6051 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6052 * gdb.ada/enum_idx_packed: New testcase.
6053
6054 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6055
6056 * gdb.ada/aliased_array: New testcase.
6057
6058 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6059
6060 * gdb.ada/whatis_array_val: New testcase.
6061
6062 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 Fix disp-step-syscall.exp: fork: single step over fork.
6065 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6066 whitespaces.
6067 (single step over $syscall): Remove its check.
6068 (single step over $syscall final pc): New check.
6069
6070 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6071
6072 Support processors without SSSE3.
6073 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6074 pabsd into ...
6075 (ssse3_test): ... a new function.
6076 (main): Call ssse3_test.
6077 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6078 Update expected values everywhere.
6079 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6080 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6081 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6082 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6083 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6084 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6085 Move these tests lower.
6086 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6087 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6088 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6089 New tests.
6090
6091 2012-02-29 Yao Qi <yao@codesourcery.com>
6092 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.trace/trace-mt.c: New.
6095 * gdb.trace/trace-mt.exp: New.
6096
6097 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6098
6099 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6100 numbers instead of hardcoding them.
6101 * gdb.base/annota1.c: Provide suitable markers.
6102 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6103 numbers instead of hardcoding them.
6104 * gdb.base/annota3.c: Provide suitable markers.
6105
6106 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6107 * gdb.base/annota3.c: Likewise.
6108 * gdb.base/sigall.c: Likewise.
6109 * gdb.base/signals.c: Likewise.
6110 * gdb.reverse/sigall-reverse.c: Likewise.
6111
6112 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6113
6114 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6115 failure return path.
6116
6117 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
6118
6119 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6120
6121 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
6122
6123 * gdb.base/cond-eval-mode.exp: New file.
6124
6125 2012-02-24 Pedro Alves <palves@redhat.com>
6126
6127 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6128 (top level): Use with_test_prefix.
6129
6130 2012-02-24 Pedro Alves <palves@redhat.com>
6131
6132 * gdb.threads/attach-into-signal.exp (corefunc): Use
6133 with_test_prefix.
6134
6135 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 Fix false FAILs on old CPUs without SSE.
6138 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6139 Return untested for Illegal instruction.
6140
6141 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 Fix false FAILs with glibc debug infos installed.
6144 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6145 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6146
6147 2012-02-22 Sterling Augustine <saugustine@google.com>
6148
6149 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6150 constant with cast.
6151
6152 2012-02-21 Pedro Alves <palves@redhat.com>
6153
6154 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6155
6156 2012-02-21 Pedro Alves <palves@redhat.com>
6157
6158 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6159
6160 2012-02-21 Pedro Alves <palves@redhat.com>
6161
6162 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6163 with_test_prefix.
6164
6165 2012-02-21 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6168 with_test_prefix here.
6169 (top level): Do it here instead. Remove `:' from the
6170 with_test_prefix string.
6171 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6172 the suffix `:' from the with_test_prefix prefix string.
6173 * gdb.base/break-interp.exp: Ditto.
6174 * gdb.base/catch-load.exp: Ditto.
6175 * gdb.base/disp-step-syscall.exp: Ditto.
6176 * gdb.base/jit-so.exp: Ditto.
6177 * gdb.base/jit.exp: Ditto.
6178 * gdb.base/sepdebug.exp: Ditto.
6179 * gdb.base/solib-display.exp: Ditto.
6180 * gdb.base/solib-overlap.exp: Ditto.
6181 * gdb.base/watch-cond-infcall.exp: Ditto.
6182 * gdb.base/watchpoint.exp: Ditto.
6183 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6184 * gdb.mi/mi-watch.exp: Ditto.
6185 * gdb.mi/mi2-watch.exp: Ditto.
6186 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6187 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6188 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6189 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6190 * gdb.threads/watchpoint-fork.exp: Ditto.
6191 * gdb.threads/watchthreads-reorder.exp: Ditto.
6192 * gdb.trace/change-loc.exp: Ditto.
6193 * gdb.trace/pending.exp: Ditto.
6194 * gdb.trace/status-stop.exp: Ditto.
6195 * gdb.trace/strace.exp: Ditto.
6196 * gdb.trace/trace-break.exp: Ditto.
6197 * gdb.trace/unavailable.exp: Ditto.
6198 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6199 suffix with colon. Adjust leading comments.
6200
6201 2012-02-21 Pedro Alves <palves@redhat.com>
6202 Tom Tromey <tromey@redhat.com>
6203
6204 * lib/gdb.exp: Add description of test prefixes.
6205 (with_test_prefix): New procedure.
6206 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6207 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6208 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6209 instead of lappend to append to pf_prefix.
6210 * gdb.base/catch-load.exp: Use with_test_prefix.
6211 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6212 * gdb.base/jit-so.exp: Use with_test_prefix.
6213 * gdb.base/jit.exp: Use with_test_prefix.
6214 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6215 lappend to append to pf_prefix.
6216 * gdb.base/sepdebug.exp: Use with_test_prefix.
6217 * gdb.base/solib-display.exp: Use with_test_prefix.
6218 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6219 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6220 * gdb.base/watchpoint.exp: Use with_test_prefix.
6221 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6222 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6223 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6224 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6225 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6226 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6227 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6228 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6229 append instead of lappend to append to pf_prefix.
6230 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6231 * gdb.trace/change-loc.exp: Use with_test_prefix.
6232 * gdb.trace/pending.exp: Use with_test_prefix.
6233 * gdb.trace/status-stop.exp: Use with_test_prefix.
6234 * gdb.trace/strace.exp: Use with_test_prefix.
6235 * gdb.trace/trace-break.exp: Use with_test_prefix.
6236 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6237 instead of lappend to append to pf_prefix.
6238
6239 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 Fix racy FAILs.
6242 * gdb.base/inferior-died.c (main): Add return of 0.
6243 * gdb.base/inferior-died.exp (continue): Fix expectation of
6244 asynchronous events.
6245 (p 1): New test.
6246
6247 2012-02-20 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6250 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6251 gdb's internal debug output. For the non-threaded case, look for
6252 "Program received signal SIGLARM", for the threaded case, peek at
6253 the thread's siginfo.
6254
6255 2012-02-20 Pedro Alves <palves@redhat.com>
6256
6257 General cleanup, make output test messages unique, and build
6258 different executable files for the non-threaded and threaded
6259 cases.
6260
6261 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6262 Delete.
6263 (executable_nothr, executable_thr): New globals.
6264 (top level): Adjust to delete both executables.
6265 (corefunc): New parameter $executable. Set $pf_prefix instead of
6266 hand writing a prefix in tests. Issue a clean_restart and enable
6267 lin-lwp debug output here.
6268 (top level): Adjust. Use build_executable. Don't start gdb here,
6269 and don't enable lin-lwp debug output here.
6270 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6271
6272 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 Fix racy FAILs.
6275 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6276 "continue" command.
6277
6278 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6279
6280 Fix for gdbserver non-extended mode.
6281 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6282 and gdb_run_cmd.
6283
6284 2012-02-17 Tom Tromey <tromey@redhat.com>
6285
6286 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6287 * gdb.python/py-events.exp: Check 'dir' output.
6288 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6289
6290 2012-02-17 Yao Qi <yao@codesourcery.com>
6291
6292 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6293
6294 2012-02-16 Tom Tromey <tromey@redhat.com>
6295
6296 * gdb.base/inferior-died.c: Don't include stdio.h.
6297
6298 2012-02-16 Tom Tromey <tromey@redhat.com>
6299
6300 * gdb.base/inferior-died.c: New file.
6301 * gdb.base/inferior-died.exp: New file.
6302
6303 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6304
6305 * gdb.base/break-inline.exp: New file.
6306 * gdb.base/break-inline.c: New file.
6307
6308 2012-02-15 Tom Tromey <tromey@redhat.com>
6309
6310 * gdb.base/pc-fp.exp: Add "info register" tests.
6311
6312 2012-02-15 Tom Tromey <tromey@redhat.com>
6313
6314 * gdb.base/regs.exp: Remove.
6315
6316 2012-02-15 Pedro Alves <palves@redhat.com>
6317
6318 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6319 the target doesn't support tracepoints.
6320 * gdb.trace/circ.exp: Ditto.
6321 * gdb.trace/collection.exp: Ditto.
6322 * gdb.trace/packetlen.exp: Ditto.
6323 * gdb.trace/passc-dyn.exp: Ditto.
6324 * gdb.trace/report.exp: Ditto.
6325 * gdb.trace/tfind.exp: Ditto.
6326 * gdb.trace/tspeed.exp: Ditto.
6327 * gdb.trace/tsv.exp: Ditto.
6328 * gdb.trace/unavailable.exp: Ditto.
6329 * gdb.trace/while-dyn.exp: Ditto.
6330
6331 2012-02-15 Pedro Alves <palves@redhat.com>
6332
6333 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6334 gdb_test_multiple, and call unsupported instead of fail, if the
6335 remote side does not support the request.
6336
6337 2012-02-15 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6340 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6341 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6342 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6343 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6344 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6345 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6346 doesn't start with "extended-" already.
6347
6348 2012-02-15 Pedro Alves <palves@redhat.com>
6349
6350 Support extended-remote. Avoid cascading timeouts.
6351
6352 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6353 the extended-remote target. If attaching with no file fails, load
6354 the file manually.
6355 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6356
6357 2012-02-14 Stan Shebs <stan@codesourcery.com>
6358
6359 * gdb.base/ena-dis-br.exp: Add enable count test.
6360
6361 2012-02-13 Pedro Alves <palves@redhat.com>
6362
6363 * config/mips-idt.exp: Delete.
6364 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6365 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6366 * gdb.base/break.exp: Remove mips-idt references.
6367 * gdb.base/chng-syms.exp: Ditto.
6368 * gdb.base/default.exp: Ditto.
6369 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6370 (top level): Don't call it.
6371 * gdb.base/opaque.exp: Remove mips-idt restarts.
6372 * gdb.base/ptype.exp: Remove mips-idt xfails.
6373 * gdb.base/scope.exp: Remove mips-idt restarts.
6374 * gdb.base/sepdebug.exp: Remove mips-idt references.
6375 * gdb.base/watchpoint.exp (maybe_clean_restart)
6376 (maybe_reinitialize): Delete.
6377 (test_disabling_watchpoints, test_disabling_watchpoints)
6378 (test_watchpoint_triggered_in_syscall)
6379 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6380 Don't call them.
6381
6382 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6383
6384 * gdb.server/server-exec-info.exp: New file.
6385
6386 2012-02-10 Pedro Alves <palves@redhat.com>
6387
6388 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6389 always non-empty.
6390 (test_attach): Always pass $exec to test_attach_gdb.
6391
6392 2012-02-08 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6395 before inferior is started.
6396
6397 2012-02-07 Tom Tromey <tromey@redhat.com>
6398
6399 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6400 Symbol.value.
6401 * gdb.python/py-symbol.c (qq): Set default value.
6402
6403 2012-02-07 Tom Tromey <tromey@redhat.com>
6404
6405 * gdb.python/py-symbol.c (qq): New global.
6406 * gdb.python/py-symbol.exp: Add test for frame-less
6407 lookup_symbol.
6408 * gdb.python/py-symtab.exp: Fix line number.
6409
6410 2012-02-03 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/mi_task_arg: New testcase.
6413
6414 2012-02-02 Pedro Alves <palves@redhat.com>
6415
6416 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6417 extended timeout.
6418
6419 2012-02-02 Pedro Alves <palves@redhat.com>
6420
6421 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6422 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6423
6424 2012-02-02 Pedro Alves <palves@redhat.com>
6425
6426 * gdb.base/term.exp: Rewrite.
6427 * gdb.base/term.c: New.
6428
6429 2012-02-02 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.base/default.exp (run "r" abbreviation, run): Add
6432 extended-remote expected output.
6433
6434 2012-02-02 Tom Tromey <tromey@redhat.com>
6435
6436 * gdb.cp/dispcxx.exp: New file.
6437 * gdb.cp/dispcxx.cc: New file.
6438
6439 2012-02-01 Tom Tromey <tromey@redhat.com>
6440
6441 * gdb.base/jit-simple.exp: New file.
6442 * gdb.base/jit-simple.c: New file.
6443
6444 2012-01-30 Yao Qi <yao@codesourcery.com>
6445
6446 * gdb.base/skip.exp: Make test result unique.
6447
6448 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6449
6450 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6451 compatibility with valgrind-3.7.0.
6452
6453 2012-01-27 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/watchpoint.exp (no_hw): New global.
6456 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6457 disable hw watchpoints.
6458 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6459 don't expect hw watchpoints.
6460 (no_hw_watchpoints): Always clean restart.
6461 (do_tests): New procedure, factored out from the top level.
6462 (top level): Run tests twice. Once with hw watchpoints enabled,
6463 another time with hw watchpoints disabled.
6464
6465 2012-01-27 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6468 out from the top level.
6469 (top level): Call it instead.
6470
6471 2012-01-27 Pedro Alves <palves@redhat.com>
6472
6473 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6474 watchpoints sooner.
6475
6476 2012-01-27 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6479
6480 2012-01-27 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6483 "You may have requested too many hardware
6484 breakpoints/watchpoints".
6485
6486 2012-01-27 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/watchpoint.exp (maybe_clean_restart)
6489 (maybe_reinitialize): New.
6490 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6491 expect "hit N times".
6492 (test_disabling_watchpoints, test_complex_watchpoint)
6493 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6494 Call maybe_clean_restart.
6495 (top level): Use clean_restart. Remove "mips-idt-*"
6496 reinitialization.
6497
6498 2012-01-27 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6501
6502 2012-01-27 Pedro Alves <palves@redhat.com>
6503
6504 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6505 require `initialize' anymore. Remove unnecessary `initialize'
6506 calls.
6507
6508 2012-01-27 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.base/watchpoint.exp (wp_set): Delete.
6511 (initialize, test_simple_watchpoint, top level): Remove dead code.
6512
6513 2012-01-27 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6516 typo.
6517
6518 2012-01-27 Pedro Alves <palves@redhat.com>
6519
6520 * config/extended-gdbserver.exp: New file.
6521 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6522 comment.
6523 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6524 * boards/native-extended-gdbserver.exp: New file.
6525
6526 2012-01-26 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6529 and gdb_test_multiple.
6530
6531 2012-01-26 Pedro Alves <palves@redhat.com>
6532
6533 Make test messages unique, and more identifiable.
6534 * gdb.multi/watchpoint-multi.exp: Change test messages.
6535
6536 2012-01-25 Tom Tromey <tromey@redhat.com>
6537
6538 * gdb.base/solib-disc.exp: Fix regexps.
6539
6540 2012-01-24 Tom Tromey <tromey@redhat.com>
6541
6542 * lib/mi-support.exp (mi_expect_stop): Add special case for
6543 solib-event.
6544 * gdb.base/catch-load-so.c: New file.
6545 * gdb.base/catch-load.exp: New file.
6546 * gdb.base/catch-load.c: New file.
6547 * gdb.base/break-interp.exp (reach_1): Update regexp.
6548
6549 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 Fix fuzzy results.
6552 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6553 lpsimple and func.
6554
6555 2012-01-24 Gary Benson <gbenson@redhat.com>
6556
6557 Delete #if 0'd out code.
6558 * gdb.base/default.exp (info catch): Remove.
6559 * gdb.base/gdb_history (info catch): Likewise.
6560 * gdb.base/help.exp (info catch): Likewise.
6561
6562 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6563
6564 Fix watchpoints to be specific for each inferior.
6565 * gdb.multi/watchpoint-multi.c: New file.
6566 * gdb.multi/watchpoint-multi.exp: New file.
6567
6568 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6569
6570 Fix watchpoints across inferior fork.
6571 * gdb.threads/watchpoint-fork-child.c: New file.
6572 * gdb.threads/watchpoint-fork-mt.c: New file.
6573 * gdb.threads/watchpoint-fork-parent.c: New file.
6574 * gdb.threads/watchpoint-fork-st.c: New file.
6575 * gdb.threads/watchpoint-fork.exp: New file.
6576 * gdb.threads/watchpoint-fork.h: New file.
6577
6578 2012-01-23 Pedro Alves <palves@redhat.com>
6579
6580 * gdb.base/call-signal-resume.exp: Allow output after "return".
6581
6582 2012-01-20 Pedro Alves <palves@redhat.com>
6583
6584 * gdb.python/py-finish-breakpoint.py: Fix typo.
6585
6586 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6587
6588 * gdb.base/info-proc.exp: Also run on remote targets. Main
6589 "info proc" command is now always present; whether target supports
6590 actual info proc operation is detected when attempting to issue
6591 the command.
6592
6593 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6594
6595 * .gdbinit: Remove.
6596
6597 2012-01-19 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6600 look at the funtions' returns.
6601 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6602 (jprint.print(int, int)): Change return type to int. Adjust.
6603
6604 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6605
6606 PR gdb/9538
6607 * gdb.base/sepdebug.exp: New test.
6608
6609 2012-01-18 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6612 Allow output before ^done.
6613
6614 2012-01-16 Tom Tromey <tromey@redhat.com>
6615
6616 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6617 Add tests for relative directory.
6618
6619 2012-01-16 Tom Tromey <tromey@redhat.com>
6620
6621 * gdb.base/printcmds.c (enum flag_enum): New.
6622 (three): New global.
6623 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6624 enum printing.
6625 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6626 FlagEnumerationPrinter.
6627 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6628 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6629 (fval): New global.
6630
6631 2012-01-16 Pedro Alves <palves@redhat.com>
6632
6633 * lib/gdb.exp (banned_procedures): New variable.
6634 (banned_variables_traced): Rename to ...
6635 (banned_traced): ... this.
6636 (gdb_init): Also trace banned procedures.
6637 (gdb_finish): Also untrace banned procedures.
6638
6639 2012-01-16 Pedro Alves <palves@redhat.com>
6640
6641 Remove all calls to strace.
6642
6643 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6644
6645 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6646 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6647
6648 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6649
6650 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6651 * gdb.base/pie-execl.exp: Likewise.
6652
6653 2012-01-12 Keith Seitz <keiths@redhat.com>
6654
6655 PR mi/10586
6656 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6657 (do_anonymous_type_tests): New function.
6658 (main): Call do_anonymous_type_tests.
6659 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6660 (verify_everything): New procedure.
6661 * gdb.mi/mi-var-cp.cc (class A): New class.
6662 (anonymous_structs_and_unions): New function.
6663 (main): Call anonymous_structs_and_unions.
6664 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6665 (verify_everything): New procedure.
6666
6667 2012-01-12 Keith Seitz <keiths@redhat.com>
6668
6669 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6670 (varobj_tree::get_path_expr): Assume that all varobjs are
6671 compound unless they are known simple types.
6672 Adjust path expressions based on parent type, path parent type,
6673 and tree language.
6674 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6675 the root varobj.
6676 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6677
6678 2012-01-11 Pedro Alves <palves@redhat.com>
6679
6680 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6681 core files on this machine" anymore.
6682
6683 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6684
6685 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6686 (main): Repeat recurser call.
6687 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6688 equivalent to 'local_x'.
6689
6690 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6691 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6694
6695 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6696
6697 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6698 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6699 * gdb.python/py-events.exp: Test that "step N" tripping on a
6700 breakpoint emits a breakpoint event.
6701
6702 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6703
6704 * gdb.base/auxv.exp: Reformat the copyright notice.
6705
6706 2012-01-03 Yao Qi <yao@codesourcery.com>
6707
6708 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6709 (strace_trace_on_diff_addr): New.
6710 * gdb.trace/strace.c: (main): Add two local variables.
6711
6712 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6713
6714 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6715 * gdb.cell/gcore.exp: Likewise.
6716 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6717 to verify the correct instance of main is selected.
6718
6719 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6720
6721 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6722 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6723 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6724 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6725 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6726 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6727 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6728 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6729 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6730 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6731 gdb.threads/thread_check.c: Reformat copyright header.
6732
6733 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6734
6735 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6736 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6737 is not enabled.
6738
6739 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6740
6741 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6742 parameter to self_exec, adjust the function.
6743 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6744 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6745 (set var do_exit = 0): Remove test.
6746 (newline at end of file): Add one.
6747
6748 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6749
6750 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6751 New files.
6752
6753 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 Fix racy FAILs.
6756 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6757 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6758 (main): Call pthread_barrier_init for it.
6759
6760 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6761
6762 Fix double send_gdb leading to racy FAILs.
6763 * gdb.base/break.exp (set silent break bp_location1): Replace
6764 3x send_gdb and gdb_expect by gdb_test.
6765 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6766 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6767 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6768 instead of send_gdb. Twice.
6769 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6770 3x send_gdb and gdb_expect by gdb_test.
6771 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6772
6773 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6774
6775 * gdb.linespec/linespec.exp: Compile using {c++}.
6776
6777 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6778
6779 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6780 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6781 (verify GCC PR debug/51668): New test.
6782
6783 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6784
6785 Introduce gdb.FinishBreakpoint in Python.
6786 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6787 py-finish-breakpoint2
6788 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6789 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6790 instead of line number.
6791 * gdb.python/py-finish-breakpoint.c: New file.
6792 * gdb.python/py-finish-breakpoint.exp: New file.
6793 * gdb.python/py-finish-breakpoint.py: New file.
6794 * gdb.python/py-finish-breakpoint2.cc: New file.
6795 * gdb.python/py-finish-breakpoint2.exp: New file.
6796 * gdb.python/py-finish-breakpoint2.py: New file.
6797
6798 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 Partial fix of compatibility with gcc-4.7.
6801 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6802 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6803 Add comment to add a PASS case in the future.
6804
6805 Fix compatibility with gcc-4.7.
6806 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6807
6808 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6809
6810 PR tdep/12797
6811 * gdb.base/callfuncs.exp: Remove KFAIL.
6812
6813 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6814
6815 * gdb.ada/task_bp: New testcase.
6816
6817 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6820 -DNO_SECTIONS.
6821 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6822
6823 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6824
6825 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6826 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6827 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6828 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6829 conditional for gcc <= 4.5.
6830
6831 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6832
6833 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6834 by XFAIL.
6835 * gdb.cp/static-method.exp (info addr A::func())
6836 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6837 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6838 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6839 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6840 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6841 (test value of F in k3_m): Likewise.
6842 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6843 Likewise.
6844
6845 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6846
6847 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6848 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6849 Remove.
6850 * gdb.threads/attachstop-mt.c: Remove.
6851 * gdb.threads/attachstop-mt.exp: Remove.
6852
6853 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6854
6855 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6856
6857 2011-12-16 Doug Evans <dje@google.com>
6858
6859 * boards/native-stdio-gdbserver.exp: New file.
6860 * boards/native-gdbserver.exp: New file.
6861
6862 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6863 gdbserver output.
6864 (gdbserver_default_get_remote_address): New function.
6865 (gdbserver_start): Call gdb,get_remote_address to compute argument
6866 to "target remote" command.
6867
6868 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6869
6870 * gdb.python/py-function.exp: Change "on" to "full" for
6871 python print-stack. Add set/show python print-stack
6872 off|full|message tests.
6873
6874 2011-12-15 Yao Qi <yao@codesourcery.com>
6875
6876 * gdb.trace/strace.c: New
6877 * gdb.trace/strace.exp: New.
6878
6879 2011-12-14 Tom Tromey <tromey@redhat.com>
6880
6881 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6882
6883 2011-12-14 Doug Evans <dje@google.com>
6884
6885 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6886
6887 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6888
6889 PR threads/10729
6890
6891 * gdb.mi/watch-nonstop.c: New file.
6892 * gdb.mi/mi-watch-nonstop.exp: New file.
6893
6894 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6895 Doug Evans <dje@google.com>
6896
6897 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6898 (clean_restart): Remove references to the gdb_stub target board
6899 variable.
6900 (gdb_step_for_stub): Delete.
6901
6902 * gdb.base/annota1.exp: Remove all references to [target_info
6903 exists gdb_stub], gdb_step_for_stub and usestubs.
6904 * gdb.base/annota3.exp: Ditto.
6905 * gdb.base/async.exp: Ditto.
6906 * gdb.base/break.exp: Ditto.
6907 * gdb.base/code-expr.exp: Ditto.
6908 * gdb.base/commands.exp: Ditto.
6909 * gdb.base/completion.exp: Ditto.
6910 * gdb.base/condbreak.exp: Ditto.
6911 * gdb.base/consecutive.exp: Ditto.
6912 * gdb.base/cvexpr.exp: Ditto.
6913 * gdb.base/define.exp: Ditto.
6914 * gdb.base/display.exp: Ditto.
6915 * gdb.base/ena-dis-br.exp: Ditto.
6916 * gdb.base/environ.exp: Ditto.
6917 * gdb.base/gnu-ifunc.exp: Ditto.
6918 * gdb.base/maint.exp: Ditto.
6919 * gdb.base/pending.exp: Ditto.
6920 * gdb.base/sect-cmd.exp: Ditto.
6921 * gdb.base/sepdebug.exp: Ditto.
6922 * gdb.base/unload.exp: Ditto.
6923 * gdb.base/watchpoint-solib.exp: Ditto.
6924 * gdb.cp/annota2.exp: Ditto.
6925 * gdb.cp/annota3.exp: Ditto.
6926 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6927 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6928 * gdb.mi/mi-pending.exp: Ditto.
6929 * gdb.trace/circ.exp: Ditto.
6930 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6931 * gdb.base/list.exp: Ditto.
6932
6933 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6934 breakpoint function and all references to the usestubs macro.
6935 * gdb.base/exprs.c: Ditto.
6936 * gdb.base/freebpcmd.c: Ditto.
6937 * gdb.base/bitfields.c: Ditto.
6938 * gdb.base/bitfields2.c: Ditto.
6939 * gdb.base/break.c: Ditto.
6940 * gdb.base/call-sc.c: Ditto.
6941 * gdb.base/call-signals.c: Ditto.
6942 * gdb.base/callfuncs.c: Ditto.
6943 * gdb.base/charset.c: Ditto.
6944 * gdb.base/consecutive.c: Ditto.
6945 * gdb.base/constvars.c: Ditto.
6946 * gdb.base/funcargs.c: Ditto.
6947 * gdb.base/int-type.c: Ditto.
6948 * gdb.base/interrupt.c: Ditto.
6949 * gdb.base/langs0.c: Ditto.
6950 * gdb.base/list0.c: Ditto.
6951 * gdb.base/mips_pro.c: Ditto.
6952 * gdb.base/miscexprs.c: Ditto.
6953 * gdb.base/nodebug.c: Ditto.
6954 * gdb.base/opaque0.c: Ditto.
6955 * gdb.base/pointers.c: Ditto.
6956 * gdb.base/printcmds.c: Ditto.
6957 * gdb.base/ptype.c: Ditto.
6958 * gdb.base/recurse.c: Ditto.
6959 * gdb.base/reread1.c: Ditto.
6960 * gdb.base/reread2.c: Ditto.
6961 * gdb.base/restore.c: Ditto.
6962 * gdb.base/return.c: Ditto.
6963 * gdb.base/run.c: Ditto.
6964 * gdb.base/scope0.c: Ditto.
6965 * gdb.base/sepdebug.c: Ditto.
6966 * gdb.base/setshow.c: Ditto.
6967 * gdb.base/setvar.c: Ditto.
6968 * gdb.base/sigall.c: Ditto.
6969 * gdb.base/signals.c: Ditto.
6970 * gdb.base/structs.c: Ditto.
6971 * gdb.base/structs2.c: Ditto.
6972 * gdb.base/testenv.c: Ditto.
6973 * gdb.base/twice.c: Ditto.
6974 * gdb.base/unwindonsignal.c: Ditto.
6975 * gdb.base/watchpoint.c: Ditto.
6976 * gdb.base/watchpoints.c: Ditto.
6977 * gdb.base/whatis.c: Ditto.
6978 * gdb.cp/classes.cc: Ditto.
6979 * gdb.cp/cplusfuncs.cc: Ditto.
6980 * gdb.cp/derivation.cc: Ditto.
6981 * gdb.cp/formatted-ref.cc: Ditto.
6982 * gdb.cp/misc.cc: Ditto.
6983 * gdb.cp/overload.cc: Ditto.
6984 * gdb.cp/ovldbreak.cc: Ditto.
6985 * gdb.cp/ref-params.cc: Ditto.
6986 * gdb.cp/ref-types.cc: Ditto.
6987 * gdb.cp/templates.cc: Ditto.
6988 * gdb.cp/virtfunc.cc: Ditto.
6989 * gdb.hp/gdb.aCC/run.c: Ditto.
6990 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6991 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6992 * gdb.reverse/consecutive-reverse.c: Ditto.
6993 * gdb.reverse/sigall-reverse.c: Ditto.
6994 * gdb.reverse/until-reverse.c: Ditto.
6995 * gdb.reverse/watch-reverse.c: Ditto.
6996 * gdb.trace/actions.c: Ditto.
6997 * gdb.trace/circ.c: Ditto.
6998 * gdb.trace/collection.c: Ditto.
6999
7000 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7001
7002 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7003 (func6, func7): New.
7004 (main): Call func6 and func7.
7005 * gdb.base/watchpoint.exp (test_wide_location_1)
7006 (test_wide_location_2): New.
7007 (top level): Re-enable hardware watchpoints if necessary. Call
7008 test_wide_location_1 and test_wide_location_2.
7009
7010 2011-12-11 Yao Qi <yao@codesourcery.com>
7011
7012 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7013
7014 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7015
7016 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7017 expected output for unsupported case.
7018
7019 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 PR testsuite/12649
7022 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7023 Protect gdb_test_multiple by final $gdb_prompt match.
7024
7025 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7028 New variable, new test.
7029 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7030 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7031 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7032 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7033 them if HAVE_GCC_45682_FIXED is not set.
7034
7035 2011-12-10 Yao Qi <yao@codesourcery.com>
7036
7037 * gdb.trace/status-stop.exp: New.
7038 * gdb.trace/status-stop.c: New.
7039
7040 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7041
7042 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7043 timeout.
7044
7045 2011-12-08 Tom Tromey <tromey@redhat.com>
7046
7047 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7048 condition.
7049
7050 2011-12-07 Stan Shebs <stan@codesourcery.com>
7051
7052 * gdb.trace/tfind.exp: Update for output changes.
7053
7054 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7055
7056 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7057 throws "Cannot insert catchpoints in this configuration".
7058 * gdb.ada/mi_catch_ex.exp: Likewise.
7059
7060 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7061
7062 * gdb.base/break-always.exp: Test changing memory at addresses
7063 with breakpoints inserted.
7064
7065 2011-12-06 Joel Brobecker <brobecker@acacore.com>
7066
7067 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7068 involving a fully qualified function name.
7069
7070 2011-12-06 Tom Tromey <tromey@redhat.com>
7071
7072 * gdb.ada/homonym.exp: Add three breakpoint tests.
7073
7074 2011-12-06 Tom Tromey <tromey@redhat.com>
7075
7076 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7077 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7078 * gdb.objc/objcdecode.exp: Update for output changes.
7079 * gdb.linespec/linespec.exp: New file.
7080 * gdb.linespec/lspec.cc: New file.
7081 * gdb.linespec/lspec.h: New file.
7082 * gdb.linespec/body.h: New file.
7083 * gdb.linespec/base/two/thefile.cc: New file.
7084 * gdb.linespec/base/one/thefile.cc: New file.
7085 * gdb.linespec/Makefile.in: New file.
7086 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7087 output changes.
7088 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7089 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7090 makes one breakpoint.
7091 * gdb.cp/method2.exp (test_break): Update for output changes.
7092 * gdb.cp/mb-templates.exp: Update for output changes.
7093 * gdb.cp/mb-inline.exp: Update for output changes.
7094 * gdb.cp/mb-ctor.exp: Update for output changes.
7095 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7096 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7097 has multiple matches.
7098 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7099 error message change.
7100 * gdb.base/list.exp (test_list_filename_and_number): Update for
7101 error message change.
7102 * gdb.base/break.exp: Disable pending breakpoints. Update for
7103 output changes.
7104 * configure.ac: Add gdb.linespec.
7105 * configure: Rebuild.
7106 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7107
7108 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7109
7110 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7111 last_break register on s390*-*-* targets.
7112
7113 2011-12-06 Joel Brobecker <brobecker@adacore.com>
7114
7115 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7116 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7117 of parameter X in procedure Foo.
7118
7119 2011-12-05 Stan Shebs <stan@codesourcery.com>
7120
7121 * gdb.trace/tfind.exp: Update help string matches.
7122
7123 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7124
7125 * gdb.server/ext-run.exp (get process list): Accept also systemd
7126 as PID 1.
7127
7128 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7129 Pedro Alves <pedro@codesourcery.com>
7130
7131 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7132 starting GDB.
7133 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7134 $use_gdb_stub.
7135 * gdb.base/display.exp: Likewise.
7136 * gdb.base/ending-run.exp: Likewise.
7137 * gdb.base/list.exp (test_listsize): Likewise.
7138 * gdb.base/setshow.exp: Likewise.
7139 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7140 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7141 check by global $use_gdb_stub.
7142 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7143 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7144 (default_gdb_init): Unset global $use_gdb_stub.
7145 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7146 by global $use_gdb_stub.
7147 * lib/gdbserver-support.exp: Extend comments for set_board_info
7148 gdb_protocol and gdb,socketport.
7149 (gdbserver_start_extended): Set global gdbserver_protocol and
7150 gdbserver_gdbport. Clear global use_gdb_stub.
7151 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7152 from target use_gdb_stub.
7153 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7154
7155 2011-12-03 Doug Evans <dje@google.com>
7156
7157 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7158 (gdb_step_for_stub): Add comments.
7159
7160 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7161
7162 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7163 to the caller.
7164 (gdb_test_multiple): Likewise.
7165
7166 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7167
7168 Fix gdb.mi/mi-solib.exp without system debug info installed.
7169 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7170 expect attribute, return 0 for it. Update comments.
7171
7172 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7173
7174 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7175 (corrupted list): Adjust the expectation.
7176
7177 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7178
7179 PR threads/13448
7180 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7181 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7182 * gdb.threads/tls-var-main.c: New file.
7183 * gdb.threads/tls-var.c: New file.
7184 * gdb.threads/tls-var.exp: New file.
7185
7186 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7187
7188 PR testsuite/12649
7189 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7190 Protect gdb_test_multiple by final $gdb_prompt match.
7191 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7192 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7193 (test_tracepoints): Likewise.
7194
7195 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7196
7197 PR breakpoints/13346
7198 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7199 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7200 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7201
7202 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7203
7204 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7205 * gdb.ada/homonym/homonym.adb: For use of all types defined
7206 locally inside both Get_Value subprograms.
7207
7208 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7209
7210 Fix racy FAILs.
7211 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7212 of send_gdb.
7213
7214 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7215
7216 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7217 environment variable after test completed.
7218
7219 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7220
7221 * gdb.base/solib-nodir.exp: Skip if remote target.
7222 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7223 application. Call gdb_load_shlibs.
7224 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7225
7226 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7227
7228 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7229
7230 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7231
7232 * gdb.ada/fullname_bp: New testcase.
7233
7234 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7235
7236 PR testsuite/12649
7237 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7238 Wrap send_gdb into a new gdb_test.
7239
7240 Code cleanup.
7241 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7242 Convert send_gdb and gdb_expect to gdb_test_multiple.
7243
7244 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7245
7246 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7247
7248 2011-11-23 Keith Seitz <keiths@redhat.com>
7249
7250 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7251 (mi_varobj_tree_test_children_callback): New proc.
7252 (mi_walk_varobj_tree): New proc.
7253
7254 2011-11-22 Tom Tromey <tromey@redhat.com>
7255
7256 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7257 Add "use_mi_command" argument.
7258 (mi_run_cmd, mi_run_with_cli): New procs.
7259 * gdb.mi/solib-lib.c: New file.
7260 * gdb.mi/solib-main.c: New file.
7261 * gdb.mi/mi-solib.exp: New file.
7262
7263 2011-11-21 Doug Evans <dje@google.com>
7264
7265 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7266 _Unwind_DebugHook is missing.
7267
7268 2011-11-20 Stan Shebs <stan@codesourcery.com>
7269
7270 * gdb.trace/tstatus.exp: New.
7271 * gdb.trace/actions.c: Include string.h.
7272
7273 2011-11-18 Yao Qi <yao@codesourcery.com>
7274
7275 * gdb.trace/pending.exp: New.
7276 * gdb.trace/pending.c: New.
7277 * gdb.trace/pendshr1.c: New.
7278 * gdb.trace/pendshr2.c: New.
7279 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7280 tracepoint location becomes pending.
7281 (tracepoint_change_loc_2): New.
7282
7283 2011-11-16 David S. Miller <davem@davemloft.net>
7284
7285 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7286 target is sparc*-*-linux*
7287
7288 2011-11-15 Paul Koning <paul_koning@dell.com>
7289
7290 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7291 types.
7292
7293 2011-11-14 Doug Evans <dje@google.com>
7294
7295 * gdb.base/shell.exp: New file.
7296
7297 2011-11-14 Stan Shebs <stan@codesourcery.com>
7298
7299 * gdb.trace/ftrace.c: New.
7300 * gdb.trace/ftrace.exp: New.
7301
7302 2011-11-14 Yao Qi <yao@codesourcery.com>
7303
7304 * gdb.trace/change-loc-1.c: New.
7305 * gdb.trace/change-loc-2.c: New.
7306 * gdb.trace/change-loc.c: New.
7307 * gdb.trace/change-loc.exp: New.
7308 * gdb.trace/change-loc.h: New.
7309 * gdb.trace/trace-break.c (marker): Define new symbol.
7310 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
7311 New.
7312 (break_trace_same_addr_6): New.
7313
7314 2011-11-12 Matt Rice <ratmice@gmail.com>
7315
7316 * gdb.base/info-macros.exp: Make tests for info definitions
7317 test info macro. Add tests for info macro argument processing.
7318 Rename a few tests.
7319
7320 2011-11-11 Keith Seitz <keiths@redhat.com>
7321
7322 PR gdb/12843
7323 * gdb.base/linespecs.exp: New file.
7324
7325 2011-11-11 Doug Evans <dje@google.com>
7326
7327 * gdb.threads/print-threads.exp: Extend timeout for slower
7328 tests.
7329
7330 2011-11-10 Doug Evans <dje@google.com>
7331
7332 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7333 "record to end of main" test.
7334
7335 * gdb.python/py-type.c (TS): New typedef.
7336 (ts): New global.
7337 * gdb.python/py-type.exp: Test field list of typedef.
7338
7339 2011-11-10 Joel Brobecker <brobecker@adacore.com>
7340
7341 * gdb.ada/small_reg_param: New testcase.
7342
7343 2011-11-09 Tom Tromey <tromey@redhat.com>
7344
7345 * gdb.cp/destrprint.exp: New file.
7346 * gdb.cp/destrprint.cc: New file.
7347
7348 2011-11-08 Meador Inge <meadori@codesourcery.com>
7349
7350 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7351 (switch_stack_to_other): New test function.
7352 * gdb.arch/thumb-prologue.exp: New test cases.
7353
7354 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7355
7356 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7357
7358 2011-11-08 Yao Qi <yao@codesourcery.com>
7359
7360 * gdb.exp (supports_process_record): New.
7361 (supports_reverse): New.
7362 * gdb.reverse/break-precsave.exp: Call support_process_record
7363 to run test conditionally.
7364 * gdb.reverse/consecutive-precsave.exp: Likewise.
7365 * gdb.reverse/i386-precsave.exp: Likewise.
7366 * gdb.reverse/machinestate-precsave.exp: Likewise.
7367 * gdb.reverse/solib-precsave.exp: Likewise.
7368 * gdb.reverse/step-precsave.exp: Likewise.
7369 * gdb.reverse/until-precsave.exp: Likewise.
7370 * gdb.reverse/watch-precsave.exp: Likewise.
7371 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7372 test conditionally.
7373 * gdb.reverse/consecutive-reverse.exp: Likewise.
7374 * gdb.reverse/finish-precsave.exp: Likewise.
7375 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7376 * gdb.reverse/finish-reverse.exp: Likewise.
7377 * gdb.reverse/i386-reverse.exp: Likewise.
7378 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7379 * gdb.reverse/machinestate.exp: Likewise.
7380 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7381 * gdb.reverse/sigall-precsave.exp: Likewise.
7382 * gdb.reverse/sigall-reverse.exp: Likewise.
7383 * gdb.reverse/solib-reverse.exp: Likewise.
7384 * gdb.reverse/step-reverse.exp: Likewise.
7385 * gdb.reverse/until-reverse.exp: Likewise.
7386 * gdb.reverse/watch-reverse.exp: Likewise.
7387
7388 2011-11-05 Yao Qi <yao@codesourcery.com>
7389
7390 * gdb.trace/trace-break.exp: Add test on setting two
7391 fast tracepoints at the same address.
7392
7393 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7394
7395 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7396
7397 2011-11-02 Stan Shebs <stan@codesourcery.com>
7398
7399 * gdb.trace/collection.c: Add code using strings.
7400 * gdb.trace/collection.exp: Add tests of string collection.
7401
7402 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7403
7404 * gdb.base/skip-solib.exp (executable_main): New variable.
7405 (binfile_main): Base it on that.
7406 Use $executable_main in clean_restart calls. Drop gdb_exit and
7407 gdb_start calls.
7408
7409 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7410
7411 Fix racy FAILs.
7412 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7413 breakpoint_re globals import by async. Set string_regex to .* for
7414 async. Remove the optional thread_selected_re and breakpoint_re
7415 globals expectations.
7416
7417 2011-11-01 Joseph Myers <joseph@codesourcery.com>
7418
7419 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7420 well as Cygwin.
7421
7422 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
7423
7424 Add tests for skip command.
7425 * gdb.base/skip-solib-lib.c: New
7426 * gdb.base/skip-solib-main.c: New
7427 * gdb.base/skip-solib.exp: New
7428 * gdb.base/skip.c: New
7429 * gdb.base/skip.exp: New
7430 * gdb.base/skip1.c: New
7431 * gdb.base/Makefile.in: Adding new files.
7432
7433 2011-10-31 Yao Qi <yao@codesourcery.com>
7434 Pedro Alves <pedro@codesourcery.com>
7435
7436 * gdb.trace/trace-break.c: New.
7437 * gdb.trace/trace-break.exp: New.
7438
7439 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7440
7441 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7442 break-here-2.
7443
7444 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7445
7446 * gdb.threads/no-unwaited-for-left.c: New.
7447 * gdb.threads/no-unwaited-for-left.exp: New.
7448 * gdb.threads/non-ldr-exc-1.c: New.
7449 * gdb.threads/non-ldr-exc-1.exp: New.
7450 * gdb.threads/non-ldr-exc-2.c: New.
7451 * gdb.threads/non-ldr-exc-2.exp: New.
7452 * gdb.threads/non-ldr-exc-3.c: New.
7453 * gdb.threads/non-ldr-exc-3.exp: New.
7454 * gdb.threads/non-ldr-exc-4.c: New.
7455 * gdb.threads/non-ldr-exc-4.exp: New.
7456
7457 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7460 * gdb.base/attach-pie-misread.exp: Likewise.
7461 * gdb.base/break-interp.exp: Likewise.
7462 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7463 testcases for use_gdb_stub.
7464 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7465 (continue): New testcase.
7466 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7467 * gdb.threads/attach-into-signal.exp: Likewise.
7468 * gdb.threads/attach-stopped.exp: Likewise.
7469 * gdb.threads/attachstop-mt.exp: Likewise.
7470
7471 2011-10-28 Paul Koning <paul_koning@dell.com>
7472
7473 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7474
7475 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7476
7477 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7478 (mi_gdb_test): Import globals thread_selected_re
7479 and breakpoint_re. Expect them optionally at the regex start.
7480
7481 2011-10-27 Doug Evans <dje@google.com>
7482
7483 * gdb.python/python.exp: Test source -s.
7484
7485 2011-10-26 Paul Koning <paul_koning@dell.com>
7486
7487 * gdb.python/lib-types.cc (struct A): New structure.
7488 * gdb.python/lib-types.exp (deepitems): New tests.
7489
7490 2011-10-25 Paul Koning <paul_koning@dell.com>
7491
7492 PR python/13327
7493
7494 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7495 fetch_lazy method.
7496
7497 2011-10-24 Yao Qi <yao@codesourcery.com>
7498
7499 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7500 target is tic6x-*-*.
7501
7502 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/mi_task_info/task_switch.adb: New file.
7505 * gdb.ada/mi_task_info.exp: New file.
7506
7507 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7510 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7511
7512 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7513
7514 PR python/12656
7515
7516 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7517 global_block tests.
7518
7519 2011-10-18 Tom Tromey <tromey@redhat.com>
7520
7521 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7522
7523 2011-10-18 Tom Tromey <tromey@redhat.com>
7524
7525 * gdb.base/source.exp: Don't include full file name in test name.
7526 * gdb.python/python.exp: Don't include full file name in test
7527 name.
7528
7529 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7530
7531 * gdb.base/attach-pie-noexec.c: New files.
7532 * gdb.base/attach-pie-noexec.exp: New files.
7533
7534 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7535
7536 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7537 prompt for each extra line in command.
7538
7539 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7542 Revert the part of:
7543 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7544 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7545 Change the expected string.
7546
7547 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7548
7549 Fix results with system glibc debug info installed.
7550 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7551 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7552 Accept also __libc_ symbol prefix and no prefix.
7553
7554 2011-10-14 Keith Seitz <keiths@redhat.com>
7555
7556 PR c++/13225
7557 * gdb.cp/converts.cc (foo3_1): New function.
7558 (foo3_2): New functions.
7559 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7560 and null pointer conversions of integer constant zero.
7561 Add test to check if all arguments are checked for incompatible
7562 conversion BADNESS.
7563
7564 2011-10-14 Tom Tromey <tromey@redhat.com>
7565
7566 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7567 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7568 linespec.
7569
7570 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7571
7572 Fix internal error regression.
7573 * gdb.dwarf2/implptr-optimized-out.S: New file.
7574 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7575
7576 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7577
7578 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7579 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7580 (loclist): New.
7581 (4): New abbrev.
7582 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7583 Use prepare_for_testing, remove clean_restart.
7584 (p arraynoloc, p arraycallnoloc): New tests.
7585
7586 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 * gdb.cp/namespace-enum.exp (executable): New variable.
7589 (binfile): Use ${objdir}/${subdir}/ prefix.
7590 Use ${executable} for clean_restart.
7591
7592 2011-10-11 Sterling Augustine <saugustine@google.com>
7593
7594 * gdb.cp/Makefile.in: Add namespace-enum test.
7595 * gdb.cp/namespace-enum.exp: New file.
7596 * gdb.cp/namespace-enum.c: New file.
7597 * gdb.cp/namespace-enum-main.c: New file.
7598
7599 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7600
7601 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7602 sysroot.
7603
7604 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7605
7606 Reimplement @entry in input expressions.
7607 * gdb.base/exprs.c (v_int_array_init): New variable.
7608 * gdb.base/exprs.exp (print v_int_array_init)
7609 (print *v_int_array_init@1, print *v_int_array_init@2)
7610 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7611 (print v_int_array_init[1]@1): New tests.
7612
7613 2011-10-10 Joseph Myers <joseph@codesourcery.com>
7614
7615 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7616 expected message.
7617
7618 2011-10-09 Doug Evans <dje@google.com>
7619
7620 * gdb.base/alias.exp: Add tests for alias command.
7621
7622 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7623
7624 * gdb.arch/amd64-entry-value.s: New file.
7625 * gdb.mi/mi2-amd64-entry-value.s: New file.
7626
7627 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 Display @entry parameter values even for references.
7630 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7631 functions.
7632 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7633 reference and datap_input.
7634 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7635 breakpoints.
7636 (continue to breakpoint: entry_reference: reference)
7637 (entry_reference: bt at entry)
7638 (continue to breakpoint: entry_reference: breakhere_reference)
7639 (entry_reference: bt, entry_reference: ptype regparam)
7640 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7641 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7642 (entry_reference: p regcopy, entry_reference: p nodataparam)
7643 (entry_reference: p nodataparam@entry): New tests.
7644
7645 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7646
7647 Support @entry in input expressions.
7648 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7649 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7650 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7651 (tailcall: p j@entry): New tests.
7652 * gdb.cp/koenig.cc (A::entry): New function.
7653 (main): Call it.
7654 * gdb.cp/koenig.exp (p entry (c)): New test.
7655
7656 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7657
7658 Display @entry parameter values (without references).
7659 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7660 (different, validity, invalid): New functions.
7661 (main): Call them.
7662 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7663 stacktest, breakhere_stacktest, different, breakhere_different,
7664 breakhere_validity and breakhere_invalid.
7665 (entry: bt): Update for @entry.
7666 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7667 (entry_validity: *, entry_invalid: *): Many new tests.
7668 * gdb.base/break.exp
7669 (run until breakpoint set at small function, optimized file): Accept
7670 also the @entry suffix.
7671 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7672 * gdb.mi/mi2-amd64-entry-value.c: New files.
7673 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7674
7675 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 Protect entry values against self tail calls.
7678 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7679 (main): Call self.
7680 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7681 (set debug entry-values 1, self: bt debug entry-values): New tests.
7682
7683 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7684
7685 Recognize virtual tail call frames.
7686 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7687 (amb_b, amb_a): New.
7688 (main): Call a and b.
7689 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7690 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7691 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7692 New tests.
7693
7694 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7695
7696 Implement basic support for DW_TAG_GNU_call_site.
7697 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7698 * gdb.arch/amd64-entry-value.cc: New file.
7699 * gdb.arch/amd64-entry-value.exp: New file.
7700
7701 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7702
7703 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7704 * gdb.dwarf2/implptr-64bit.S: New file.
7705 * gdb.dwarf2/implptr-64bit.exp: New file.
7706
7707 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7708
7709 Fix initial language detection with -readnow.
7710 * gdb.cp/readnow-language.cc: New file.
7711 * gdb.cp/readnow-language.exp: New file.
7712
7713 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7714
7715 Fix printed anonymous struct name.
7716 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7717
7718 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7719
7720 * gdb.base/solib-symbol.exp: Do not include directories in
7721 filenames in expected messages.
7722
7723 2011-10-07 Doug Evans <dje@google.com>
7724
7725 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7726
7727 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7728
7729 Allow Python notification of new object-file loadings.
7730 * gdb.python/py-events.exp: Test newobjfile event.
7731 * gdb.python/py-events.py: Register newobjfile callback.
7732 * gdb.python/py-events.c: Add call to shared library
7733 * gdb.python/py-events-shlib.c: New file.
7734
7735 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7736
7737 * gdb.base/fixsection.exp: Do not include directories in filename
7738 in expected message.
7739
7740 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7741
7742 Add tests for passing of environment variables to inferior.
7743 * gdb.base/testenv.c: New test source.
7744 * gdb.base/testenv.exp: New expect test.
7745
7746 2011-10-04 Paul Koning <paul_koning@dell.com>
7747
7748 * gdb.python/py-value.c (main): Break before return.
7749
7750 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7751
7752 PR python/12691: Add the inferior to Python exited event
7753 * gdb.python/py-events.exp: Test the inferior attribute of exited
7754 event with a fork.
7755 * gdb.python/py-events.py: Print inferior number on exit.
7756 * gdb.python/py-events.c: Fork the inferior.
7757
7758 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7759
7760 * gdb.base/jit.exp: Add testcase name to log message
7761
7762 2011-10-03 Paul Koning <paul_koning@dell.com>
7763 Jan Kratochvil <jan.kratochvil@redhat.com>
7764
7765 * gdb.python/py-value.exp
7766 (python inval = gdb.parse_and_eval('*(int*)0'))
7767 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7768 (set argc=2, python print argc_lazy): New tests.
7769
7770 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7771
7772 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7773
7774 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7775 Pedro Alves <pedro@codesourcery.com>
7776
7777 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7778 can_read_0, test for it.
7779 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7780 (parse_and_eval with memory error): ... here, make it untested if
7781 can_read_0.
7782
7783 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7784
7785 * gdb.python/python.exp (verify pagination beforehand)
7786 (verify pagination afterwards): Fix race by splitting the line.
7787
7788 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7789
7790 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7791 for 64-bit multilibs from i?86-* targets.
7792
7793 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7794
7795 * lib/gdb.exp: Fix a typo in one of the comments.
7796
7797 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7798
7799 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7800 matching pattern.
7801
7802 2011-09-28 Paul Koning <paul_koning@dell.com>
7803
7804 * gdb.python/py-type.c (enum E): New.
7805 * gdb.python/py-type.exp (test_fields): Add tests for Python
7806 mapping access to fields.
7807 (test_enums): New test for field access on enums.
7808
7809 2011-09-27 Stan Shebs <stan@codesourcery.com>
7810
7811 * gdb.trace/collection.exp: Test collection of $_ret.
7812
7813 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7814
7815 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7816 list of compilation switches for <*-*-freebsd*>.
7817
7818 2011-09-19 Stan Shebs <stan@codesourcery.com>
7819
7820 * gdb.trace/tspeed.exp: New file.
7821 * gdb.trace/tspeed.c: New file.
7822
7823 2011-09-18 Yao Qi <yao@codesourcery.com>
7824
7825 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7826 instructions.
7827 (test_adr_32bit, test_pop_pc): Likewise.
7828 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7829 Thumb instructions.
7830 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7831 in gdb_test_multiple.
7832 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7833
7834 2011-09-17 Yao Qi <yao@codesourcery.com>
7835
7836 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7837 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7838 support single step to signal handler.
7839
7840 2011-09-17 Yao Qi <yao@codesourcery.com>
7841
7842 * gdb.base/disp-step-fork.c: New.
7843 * gdb.base/disp-step-syscall.exp: New.
7844 * gdb.base/disp-step-vfork.c: New.
7845
7846 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7847
7848 * gdb.ada/tasks.exp: Make the expected output for
7849 the `info tasks' tests more resilient to spacing
7850 changes.
7851
7852 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7855 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7856
7857 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7858
7859 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7860 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7861
7862 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7863
7864 Handle multiple breakpoint hits in Python interface:
7865 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7866 presence.
7867 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7868 breakpoint hits.
7869
7870 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7871 Jan Kratochvil <jan.kratochvil@redhat.com>
7872
7873 * gdb.python/py-events.exp: Remove pretty printing comment.
7874 * gdb.python/py-evsignal.exp: New file.
7875 * gdb.python/py-evthreads.c: Include signal.h.
7876 (thread3): Remove variable count3. Remove variable bad and use raise
7877 instead.
7878 (thread2): Remove variable count2. Move thread3 pthread_create here,
7879 merge pthread_join to a single line.
7880 (main): Remove variable count1. Merge pthread_join with pthread_create
7881 to a single line.
7882 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7883 KFAIL python/12966 for gdbserver. Test return value of
7884 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7885 gdb_expect by gdb_test and gdb_test_multiple.
7886 (thread 2, thread 3): New tests.
7887
7888 2011-09-12 Matt Rice <ratmice@gmail.com>
7889 Pedro Alves <pedro@codesourcery.com>
7890
7891 PR gdb/13175
7892
7893 * gdb.base/interp.exp: New tests.
7894 * gdb.base/interp.c: New file.
7895
7896 2011-09-12 Doug Evans <dje@google.com>
7897
7898 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7899 * gdb.dwarf2/typeddwarf.exp: Ditto.
7900
7901 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 Fix compatibility with x32 arch.
7904 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7905 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7906 is_x86_like_target.
7907 * testsuite/gdb.trace/collection.exp: Likewise.
7908 * testsuite/gdb.trace/report.exp: Likewise.
7909 * testsuite/gdb.trace/unavailable.exp: Likewise.
7910 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7911 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7912 (is_x86_like_target): Check also is_amd64_regs_target.
7913
7914 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 PR breakpoints/12435
7917 * gdb.arch/amd64-prologue-xmm.c: New file.
7918 * gdb.arch/amd64-prologue-xmm.exp: New file.
7919 * gdb.arch/amd64-prologue-xmm.s: New file.
7920
7921 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7922
7923 * gdb.dwarf2/dw2-param-error-main.c: New file.
7924 * gdb.dwarf2/dw2-param-error.S: New file.
7925 * gdb.dwarf2/dw2-param-error.exp: New file.
7926
7927 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7928
7929 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7930 inferior's pid and look for a core dump named core.$pid. Use
7931 `remote_file' commands on the host instead of hand coding shell
7932 commands on the build.
7933 * gdb.base/valgrind-db-attach.exp: Kill the program before
7934 finishing the test.
7935
7936 2011-09-02 Matt Rice <ratmice@gmail.com>
7937
7938 * lib/prompt.exp: New file for testing the first prompt.
7939 * gdb.python/py-prompt.exp: Ditto.
7940 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7941
7942 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7943
7944 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7945 0, before testing gcore.
7946
7947 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * dw2-ifort-parameter-debug.S: Update copyright year.
7950 * dw2-ifort-parameter.c: Update copyright year.
7951 * dw2-ifort-parameter.exp: Update copyright year.
7952
7953 * dw2-ifort-parameter-debug.S: New file.
7954 * dw2-ifort-parameter.c: New file.
7955 * dw2-ifort-parameter.exp: New file.
7956
7957 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7958
7959 * gdb.base/commands.exp (error_clears_commands_left): New function.
7960 (): Call it.
7961
7962 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7963
7964 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7965 (C): Initialize `a'.
7966 * gdb.mi/mi-inheritance-syntax-error.exp
7967 (-data-evaluate-expression $path): Expect `a' as 5.
7968
7969 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7970
7971 PR mi/11912
7972 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7973 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7974 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7975 keyword in output of -var-info-path-expression.
7976
7977 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7978
7979 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7980 * gdb.trace/collection.exp: Likewise.
7981 * gdb.trace/report.exp: Likewise.
7982 * gdb.trace/unavailable.exp: Likewise.
7983 * gdb.trace/while-dyn.exp: Likewise.
7984
7985 2011-08-18 Keith Seitz <keiths@redhat.com>
7986
7987 PR c++/12266
7988 * gdb.cp/meth-typedefs.cc: New file.
7989 * gdb.cp/meth-typedefs.exp: New file.
7990
7991 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7992
7993 * gdb.python/python.exp: Add extended-prompt tests.
7994
7995 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7996
7997 * gdb.arch/i386-dr3-watch.exp
7998 (watchpoint on gap1 does not fit debug registers)
7999 (delete all watchpoints): Fix racy expect strings.
8000
8001 2011-08-14 Yao Qi <yao@codesourcery.com>
8002
8003 * gdb.base/maint.exp: set data_section to ".neardata".
8004 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8005 * gdb.base/savedregs.exp: Handle SIGILL.
8006 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8007 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8008
8009 2011-08-12 Doug Evans <dje@google.com>
8010
8011 * gdb.python/py-symbol.exp: Add test for symbol.type.
8012
8013 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8014
8015 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8016 * gdb.mi/mi-pthreads.exp: Likewise.
8017 * gdb.mi/mi2-pthreads.exp: Likewise.
8018 * gdb.mi/gdb669.exp.exp: Likewise.
8019
8020 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8021
8022 * lib/mi-support.exp (detect_async): Rename to...
8023 (mi_detect_async): ... this.
8024 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8025 * gdb.mi/mi-nonstop.exp: Adjust.
8026 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8027 * gdb.mi/mi-nsintrall.exp: Adjust.
8028 * gdb.mi/mi-nsmoribund.exp: Adjust.
8029 * gdb.mi/mi-nsthrexec.exp: Adjust.
8030
8031 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8032
8033 * gdb.base/display.c (do_loops): New `p_i' local.
8034 * gdb.base/display.exp: Test displaying a variable that is
8035 temporarily at a bad address.
8036
8037 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8038
8039 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8040 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8041
8042 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8043
8044 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8045 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8046 (p fuNC_symtab): Permit also ppc64 leading dot.
8047
8048 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8049
8050 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8051 procedure.
8052 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8053
8054 2011-08-05 Yao Qi <yao@codesourcery.com>
8055
8056 * gdb.base/callfuncs.exp: Set language after main.
8057 * gdb.cp/cplusfuncs.exp: Likewise.
8058 * gdb.cp/inherit.exp: Likewise.
8059
8060 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8061
8062 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8063 * gdb.base/watch-vfork.exp: Skip on remote targets.
8064
8065 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8066
8067 * gdb.threads/thread-find.exp: Support remote targets.
8068
8069 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8070
8071 * gdb.base/jit.exp: Download solib_binfile to target.
8072 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8073 and call dlopen without full path name.
8074 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8075 dlopen without full path name.
8076
8077 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8078
8079 * gdb.base/break-always.exp: Complete the test
8080 with duplicated breakpoints and enabling/disabling them.
8081
8082 2011-08-02 Tom Tromey <tromey@redhat.com>
8083
8084 PR gdb/11289:
8085 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8086
8087 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
8088
8089 PR gdb/13045
8090 * gdb.base/float.exp: Add new test case for PR gdb/13045
8091 * gdb.base/float.c: New file.
8092
8093 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8094
8095 * gdb.python/py-mi.exp: Test printers returning string hint, and
8096 also not returning a value.
8097 * gdb.python/py-prettyprint.c: Add testcase for above.
8098 * gdb.python/py-prettyprint.py: Add test printer for above.
8099
8100 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8101
8102 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8103 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8104 (.Ldie30) Add as field "data4".
8105 (.Ldie32) Rename field "b" to "shl".
8106 (abbrev4) Change for the "data4" field.
8107 (abbrev5, abbrev6) Remove.
8108 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8109 (p &s.shl): ... here. Add comment.
8110 (p &s.data4): New.
8111
8112 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8113
8114 Fix crash on lval_computed values.
8115 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8116
8117 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8118
8119 * gdb.base/help.exp (help whatis): Update the expected string.
8120
8121 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8122
8123 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8124 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8125 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8126 Change the expected string.
8127
8128 2011-07-26 Pedro Alves <pedro@codesourcery.com>
8129
8130 * gdb.base/watchpoint.exp
8131 (test_disable_enable_software_watchpoint): New procedure.
8132 (top level): Run it.
8133
8134 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8135
8136 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8137 executable file "${binfile}", C++ version "${binfile}-cxx".
8138 * gdb.python/py-prettyprint.exp: Likewise.
8139 * gdb.python/py-symbol.exp: Likewise.
8140 * gdb.python/py-type.exp: Likewise.
8141 * gdb.python/py-value.exp: Likewise.
8142 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8143 file name instead of just suffix.
8144
8145 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8146
8147 Fix implicit pointer offsets.
8148 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8149 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8150 (continue to breakpoint: continue to baz breakpoint for implptr)
8151 (sanity check element 0, sanity check element 1)
8152 (enter the inlined function, check element 0 for the offset)
8153 (check element 1 for the offset)
8154 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8155 (set foo breakpoint for implptr): Update the breakpoint number.
8156
8157 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8158
8159 * gdb.python/py-mi.exp: Use different file names for different
8160 versions of the executable under test.
8161 * gdb.python/py-prettyprint.exp: Likewise.
8162 * gdb.python/py-symbol.exp: Likewise.
8163 * gdb.python/py-template.exp: Likewise.
8164 * gdb.python/py-type.exp: Likewise.
8165 * gdb.python/py-value.exp: Likewise.
8166
8167 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8168
8169 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8170 flag after restarting GDB if necessary.
8171
8172 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8173
8174 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8175
8176 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8177
8178 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8179 backend doesn't leave used debug registers behind.
8180
8181 2011-07-22 Tom Tromey <tromey@redhat.com>
8182
8183 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8184 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8185 argument.
8186 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8187
8188 2011-07-21 Matt Rice <ratmice@gmail.com>
8189
8190 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8191 in mostlyclean rule. Add files ending in .core.
8192
8193 2011-07-21 Matt Rice <ratmice@gmail.com>
8194
8195 PR macros/12999
8196 * gdb.base/info-macros.c: New test sources.
8197 * gdb.base/info-macros.exp: New tests.
8198
8199 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8200
8201 * gdb.python/python.exp: Add prompt substitution tests.
8202
8203 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8204
8205 Fix crash if referenced CU is aged out.
8206 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8207 New.
8208 * gdb.dwarf2/implptr.exp: Likewise.
8209
8210 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8211
8212 * gdb.dwarf2/implptr.S: Rebuilt.
8213 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8214 (bar): Use them for j, k, l.
8215 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8216 COMPILE.
8217 (print j in implptr:bar): Update for the intp typedef.
8218 (print p[0].x in implptr:foo): Use more exact regex.
8219
8220 2011-07-18 Tom Tromey <tromey@redhat.com>
8221
8222 * gdb.cp/static-method.exp: Add missing single quote.
8223
8224 2011-07-18 Yao Qi <yao@codesourcery.com>
8225
8226 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8227 supported.
8228 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8229 * gdb.mi/mi-nonstop.exp: Likewise.
8230 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8231 * gdb.mi/mi-nsintrall.exp: Likewise.
8232 * gdb.mi/mi-nsmoribund.exp: Likewise.
8233 * gdb.mi/mi-nsthrexec.exp: Likewise.
8234 * gdb.python/py-evthreads.exp: Likewise.
8235
8236 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8237
8238 Code cleanup.
8239 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8240 it. Substitute it instead of test_compiler_info everywhere.
8241
8242 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8243
8244 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8245 remote targets as well.
8246
8247 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8248
8249 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8250 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8251
8252 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8253
8254 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8255 a remote machine, not the host.
8256 (gdb_compile_shlib): Set soname if target is remote.
8257
8258 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8259
8260 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8261
8262 2011-07-13 Matt Rice <ratmice@gmail.com>
8263
8264 * gdb.python/py-objfile-script-gdb.py: Renamed to
8265 py-objfile-script-gdb.py.in.
8266 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8267 py-objfile-script-gdb.py.
8268 * gdb.python/py-objfile-script.exp: Update reference to
8269 py-objfile-script-gdb.py.
8270
8271 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8274 reference undefined label.
8275
8276 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8277
8278 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8279 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8280 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8281 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8282
8283 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8284
8285 PR python/12438
8286 * gdb.python/python.exp: Add maint set/show python print-stack
8287 deprecated tests. Add set/show python print-backtrace tests.
8288
8289 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8292 debug info.
8293
8294 2011-07-06 Matt Rice <ratmice@gmail.com>
8295
8296 * gdb.python/python.exp: Update filename paths.
8297 * gdb.python/py-symtab.exp: Ditto.
8298
8299 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8300
8301 * gdb.python/py-evthreads.exp: Add missing `$'.
8302
8303 2011-07-06 Jie Zhang <jie.zhang@analog.com>
8304
8305 * config/bfin.exp: New file.
8306 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8307 * gdb.asm/bfin.inc: New file.
8308
8309 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8310
8311 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8312 the whole output.
8313
8314 2011-07-05 Tom Tromey <tromey@redhat.com>
8315
8316 * gdb.java/jprint.java (jprint.hi): New field.
8317 * gdb.java/jprint.exp: Print string.
8318
8319 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8320
8321 * gdb.base/call-sc.c: Fix typos.
8322 * gdb.base/ifelse.exp: Likewise.
8323 * gdb.base/structs.c: Likewise.
8324
8325 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8326
8327 * gdb.base/jit-so.exp: New test.
8328 * gdb.base/jit-dlmain.c: New file.
8329 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8330
8331 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8332
8333 * gdb.cp/m-static.exp: Call get_compiler_info.
8334 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8335 * gdb.cp/pr9167.exp (p b): Likewise.
8336 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8337 (test value of P in inner_m, test type of Z in inner_m): Call
8338 setup_xfail for gcc <= 4.5.
8339
8340 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8341
8342 * gdb.cp/paren-type.cc: New files.
8343 * gdb.cp/paren-type.exp: New files.
8344
8345 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8346
8347 Stop on first linespec terminator instead of eating what we can.
8348 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8349 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8350 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8351 (break C::f()): ... this one.
8352 (break C::operator()()): New test.
8353 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8354 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8355 test.
8356
8357 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8358
8359 Fall back linespec to minimal symbols.
8360 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8361 error message.
8362 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8363 * gdb.cp/minsym-fallback-main.cc: New file.
8364 * gdb.cp/minsym-fallback.cc: New file.
8365 * gdb.cp/minsym-fallback.exp: New file.
8366 * gdb.cp/minsym-fallback.h: New file.
8367
8368 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8369
8370 * gdb.cp/no-dmgl-verbose.cc: New file.
8371 * gdb.cp/no-dmgl-verbose.exp: New file.
8372
8373 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8374
8375 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8376 __GI_.
8377 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8378 (f): New function.
8379 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8380 (complete p 'func<short>(): ... here.
8381 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8382 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8383 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8384 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8385 Make them KFAIL gcc/49546.
8386
8387 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8388
8389 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8390
8391 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8392
8393 Test GCC PR debug/49546.
8394 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8395 (test type of F in k3_m, test value of F in k3_m): New.
8396 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8397 (main): New variable k3. Call k3.k3_m.
8398
8399 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8400
8401 * gdb.ada/packed_array.exp: Fix expected outout.
8402
8403 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8404
8405 * gdb.ada/packed_array.exp: fixed expected output.
8406
8407 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8408
8409 * gdb.ada/same_enum: New testcase.
8410
8411 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8412
8413 * gdb.ada/ptr_typedef: New testcase.
8414
8415 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8416
8417 * gdb.ada/arrayptr.exp: Add ptype test.
8418
8419 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8420
8421 * gdb.ada/char_enum: New testcase.
8422
8423 2011-07-01 Yao Qi <yao@codesourcery.com>
8424
8425 * gdb.base/dump.exp (capture_pointer_with_type): New.
8426 Get value from address instead of name.
8427 Start GDB once, and do `dump' and `restore'
8428 tests together.
8429
8430 2011-06-30 Jie Zhang <jie.zhang@analog.com>
8431 Mike Frysinger <vapier@gentoo.org>
8432
8433 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8434 helper functions for getting/setting remotetimeout variable.
8435 * lib/gdb.exp (gdb_load): If the target is remote, set
8436 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8437 with $loadtimeout. Set $load_ok to 0 before doing the load.
8438 Instead of returning, immediately, set $load_ok to 0. Call
8439 set_remotetimeout with $oldremotetimeout, and then return if
8440 $load_ok is 1.
8441
8442 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8443
8444 * gdb.python/py-template.exp: Don't run this test if the target
8445 does not support c++ tests.
8446
8447 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8448
8449 Fix non-only rename list for Fortran modules import.
8450 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8451 tests.
8452 * gdb.fortran/module.f90 (module moduse): New.
8453 (program module): use moduse, test var_x, var_y and var_z.
8454
8455 2011-06-29 Tom Tromey <tromey@redhat.com>
8456
8457 PR testsuite/12040:
8458 * gdb.fortran/array-element.exp: Use f90, not f77.
8459 * gdb.fortran/complex.exp: Use f90, not f77.
8460 * gdb.fortran/derived-type.exp: Use f90, not f77.
8461 * gdb.fortran/library-module.exp: Use f90, not f77.
8462 * gdb.fortran/logical.exp: Use f90, not f77.
8463 * gdb.fortran/module.exp: Use f90, not f77.
8464 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8465 * gdb.fortran/subarray.exp: Use f90, not f77.
8466
8467 2011-06-29 Tom Tromey <tromey@redhat.com>
8468
8469 * gdb.fortran/charset.exp: New file.
8470 * gdb.fortran/charset.f90: New file.
8471
8472 2011-06-29 Tom Tromey <tromey@redhat.com>
8473
8474 PR testsuite/12040:
8475 * lib/future.exp: New file, mostly extracted from ada.exp.
8476 Rewrote compatibility code to use rename.
8477 (gdb_find_gfortran): New proc.
8478 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8479 gfortran patch.
8480 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8481 Move to future.exp.
8482 * lib/gdb.exp: Always load future.exp.
8483
8484 2011-06-28 Yao Qi <yao@codesourcery.com>
8485
8486 * gdb.cp/exception.cc: Don't include iostream.
8487 (bar): Remove print statement.
8488 (catcher): New.
8489 (main): Remove print statements. Call function catcher.
8490 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8491 Set breakpoint on catcher, and check the value of parameter.
8492
8493 2011-06-23 Yao Qi <yao@codesourcery.com>
8494
8495 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8496 breakpoint 1.2 is disabled. KFAIL for uclinux.
8497
8498 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8499
8500 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8501 mi_gdb_test.
8502
8503 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8504
8505 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8506
8507 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8508
8509 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8510
8511 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8512
8513 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8514 `test_exec_and_symbol_mi_operatons' return value.
8515 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8516 gdb_test_multiple.
8517 (test_exec_and_symbol_mi_operatons): Likewise.
8518 (test_path_specification): Likewise.
8519
8520 2011-06-23 Yao Qi <yao@codesourcery.com>
8521
8522 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8523 supported.
8524 * lib/gdb.exp (support_displaced_stepping): New.
8525
8526 2011-06-23 Yao Qi <yao@codesourcery.com>
8527
8528 * gdb.threads/execl.exp: Skip on remote target.
8529
8530 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8531
8532 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8533 mi_gdb_test.
8534
8535 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8536
8537 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8538
8539 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8540
8541 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8542 mi_gdb_test.
8543
8544 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8545
8546 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8547
8548 2011-06-14 Yao Qi <yao@codesourcery.com>
8549
8550 gdb/testsuite/
8551 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8552
8553 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8556
8557 2011-06-10 Tom Tromey <tromey@redhat.com>
8558
8559 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8560 Add tests for pointer-to-member-function.
8561 * gdb.cp/temargs.cc (S::somefunc): New function.
8562 (K2): New class.
8563 (main): Instantiate K2; call method.
8564
8565 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8566
8567 * gdb.python/py-inferior.c (f2): Make str an array rather
8568 than a pointer.
8569 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8570
8571 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8572
8573 * gdb.base/async-shell.c: New file.
8574 * gdb.base/async-shell.exp: New file.
8575
8576 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8577
8578 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8579
8580 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8581
8582 From Stephen Kitt <steve@sk2.org>
8583 * gdb.base/help.exp: Adjust following some spelling corrections
8584 in GDB.
8585
8586 2011-06-01 Yao Qi <yao@codesourcery.com>
8587
8588 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8589
8590 2010-05-31 Keith Seitz <keiths@redhat.com>
8591
8592 PR c++/12750
8593 * gdb.cp/static-method.cc: New file.
8594 * gdb.cp/static-method.exp: New file.
8595
8596 2010-05-31 Keith Seitz <keiths@redhat.com>
8597
8598 PR symtab/12704
8599 * gdb.cp/anon-ns.cc: New file.
8600 * gdb.cp/anon-ns.exp: New file.
8601
8602 2011-05-31 Pedro Alves <pedro@codesourcery.com>
8603
8604 * gdb.arch/i386-dr3-watch.c: New file.
8605 * gdb.arch/i386-dr3-watch.exp: New file.
8606
8607 2011-05-30 Yao Qi <yao@codesourcery.com>
8608
8609 * gdb.base/callfuncs.c (t_structs_fc): New.
8610 (t_structs_dc, t_structs_ldc): New.
8611 (t_double_many_args):
8612 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8613 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8614 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8615 * gdb.base/callfuncs.exp: Call new functions.
8616
8617 2011-05-30 Yao Qi <yao@codesourcery.com>
8618
8619 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8620 Call rerun_and_prepare for each test to isolate effects.
8621
8622 2011-05-30 Yao Qi <yao@codesourcery.com>
8623
8624 * gdb.base/varargs.c (find_max_float_real): New.
8625 (find_max_double_real, find_max_long_double_real): New.
8626 * gdb.base/varargs.exp: Call these new added functions.
8627 * lib/gdb.exp (setup_kfail_for_target): New.
8628
8629 2011-05-30 Yao Qi <yao@codesourcery.com>
8630
8631 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8632 (callcd, callce, callcf, callc1a, callc1b): New.
8633 (callc2a, callc2b): New.
8634 * gdb.base/funcargs.exp (complex_args): New.
8635 (complex_integral_args, complex_float_integral_args): New.
8636 * lib/gdb.exp (support_complex_tests): New. Determine
8637 whether to run test cases on _Complex types.
8638
8639 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8640
8641 * gdb.threads/leader-exit.c: New file.
8642 * gdb.threads/leader-exit.exp: New file.
8643
8644 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8645
8646 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8647
8648 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8649
8650 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8651 remove the `supported' variable.
8652 * gdb.mi/mi-nonstop.exp: Likewise.
8653 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8654 * gdb.mi/mi-nsintrall.exp: Likewise.
8655 * gdb.mi/mi-nsmoribund.exp: Likewise.
8656 * gdb.mi/mi-nsthrexec.exp: Likewise.
8657
8658 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8659
8660 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8661
8662 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8663
8664 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8665
8666 2011-05-24 Keith Seitz <keiths@redhat.com>
8667
8668 PR breakpoint/12803
8669 * gdb.cp/cmpd-minsyms.cc (a): New method.
8670 (b): New method.
8671 (c): New method.
8672 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8673
8674 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8675
8676 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8677 watchpoint's command list didn't execute when the watchpoint went
8678 out of scope.
8679
8680 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8681
8682 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8683 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8684 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8685 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8686 * gdb.arch/i386-permbkpt.exp: Likewise.
8687 * gdb.arch/i386-prologue.exp: Likewise.
8688 * gdb.arch/i386-size-overlap.exp: Likewise.
8689 * gdb.arch/i386-size.exp: Likewise.
8690 * gdb.arch/i386-unwind.exp: Likewise.
8691 * gdb.reverse/i386-precsave.exp: Likewise.
8692 * gdb.reverse/i386-reverse.exp: Likewise.
8693 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8694 * gdb.reverse/i387-env-reverse.exp: Likewise.
8695 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8696
8697 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8698
8699 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8700 file doesn't error, using MI.
8701
8702 2011-05-23 Tom Tromey <tromey@redhat.com>
8703
8704 * gdb.base/charset.exp (string_display): Add tests to assign to
8705 arrays.
8706 * gdb.base/charset.c (short_array, int_array, long_array): New.
8707
8708 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8709
8710 Cope with async mode.
8711
8712 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8713 into gdb_test + mi_expect_stop.
8714
8715 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8716
8717 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8718 (callme): Remove printf call.
8719
8720 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8721
8722 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8723 quote pattern to avoid problems with Cygwin/mingw expect versions.
8724 * gdb.base/default.exp (show convenience): Use double
8725 quote pattern for regular expressions.
8726
8727 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8728
8729 Fix -readnow for -gdwarf-4 unused type units.
8730 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8731 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8732
8733 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8734
8735 * gdb.base/kill-after-signal.c: New file.
8736 * gdb.base/kill-after-signal.exp: New file.
8737
8738 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8739
8740 * gdb.ada/start.exp: Call untested with the correct test filename.
8741 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8742 test filename. Make the test's binary unique.
8743 * gdb.arch/i386-signal.exp: Call untested with the correct test
8744 filename.
8745 * gdb.arch/i386-size-overlap.exp: Ditto.
8746 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8747 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8748 * gdb.cp/call-c.exp: Ditto.
8749 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8750 filename. Make the test's binary unique.
8751 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8752 * gdb.python/py-mi.exp: Ditto.
8753 * gdb.python/Makefile.in (EXECUTABLES): Update.
8754 * gdb.reverse/i386-precsave.exp: Ditto.
8755 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8756 test filename.
8757 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8758 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8759 unique.
8760 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8761 test filename.
8762 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8763 * gdb.trace/tfile.exp: Ditto.
8764
8765 2011-05-14 Yao Qi <yao@codesourcery.com>
8766
8767 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8768 type.
8769
8770 2011-05-13 Doug Evans <dje@google.com>
8771
8772 * gdb.python/py-objfile-script.exp: New file.
8773 * gdb.python/py-objfile-script.c: New file.
8774 * gdb.python/py-objfile-script-gdb.py: New file.
8775 * testsuite/gdb.python/py-section-script.exp: Test
8776 "info auto-load-scripts".
8777
8778 2011-05-13 Tom Tromey <tromey@redhat.com>
8779
8780 * gdb.dwarf2/clztest.exp: New file.
8781 * gdb.dwarf2/clztest.c: New file.
8782 * gdb.dwarf2/clztest.S: New file.
8783
8784 2011-05-13 Doug Evans <dje@google.com>
8785
8786 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8787 String16 tests.
8788
8789 2011-05-13 Tom Tromey <tromey@redhat.com>
8790
8791 * lib/gdb.exp (is_x86_like_target): New proc.
8792 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8793 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8794 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8795 -nostdlib to compiler.
8796 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8797 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8798 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8799 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8800 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8801
8802 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8803
8804 * gdb.python/py-function.exp: Test setting a value from a function
8805 which executes a command.
8806
8807 2011-05-12 Tom Tromey <tromey@redhat.com>
8808
8809 * gdb.dwarf2/typeddwarf.S: New file.
8810 * gdb.dwarf2/typeddwarf.c: New file.
8811 * gdb.dwarf2/typeddwarf.exp: New file.
8812
8813 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8814
8815 * gdb.mi/mi-basics.exp: Fix races. Honour the
8816 `test_exec_and_symbol_mi_operatons' return value.
8817 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8818 gdb_test_multiple.
8819 (test_exec_and_symbol_mi_operatons): Likewise.
8820 (test_path_specification): Likewise.
8821
8822 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8823
8824 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8825 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8826 Replace `file copy' and `file rename' by `file mtime'. Twice.
8827
8828 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8829
8830 * gdb.base/readline-ask.c: New file.
8831 * gdb.base/readline-ask.exp: New file.
8832 * gdb.base/readline-ask.inputrc: New file.
8833
8834 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8835
8836 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8837 to avoid race condition.
8838 * gdb.cell/coremaker.c: Use small stack size.
8839 * gdb.cell/ea-standalone.exp: Use file name without path as
8840 argument to c_to.
8841 * gdb.cell/fork.exp: Allow other output when continuing to end.
8842
8843 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * gdb.threads/corethreads.c: New file.
8846 * gdb.threads/corethreads.exp: New file.
8847
8848 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8849
8850 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8851 Try to compile the test using -Wl,-z,norelro first.
8852 (load_core): New variable libthread_db_seen, initialize it.
8853 (zeroed-threads cannot be listed): Protect it by XFAIL on
8854 !$libthread_db_seen.
8855
8856 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8857
8858 PR 12573
8859 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8860 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8861 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8862
8863 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8864
8865 * gdb.cp/psymtab-parameter.cc: New file.
8866 * gdb.cp/psymtab-parameter.exp: New file.
8867
8868 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8869
8870 Fix a race.
8871 * gdb.cp/static-print-quit.exp (print c): Split to ...
8872 (print c - <return>, print c - q <return>, print c - to quit):
8873 ... these. Make the testfile untested on gdb-7.1.
8874
8875 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8876
8877 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8878 gdb_rename_execfile, gdb_touch_execfile): New.
8879 * gdb.base/reread.exp: Use new procs to handle multiple
8880 exec files.
8881
8882 2011-05-05 Yao Qi <yao@codesourcery.com>
8883
8884 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8885 (test_adr_32bit, test_pop_pc): New.
8886 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8887 (test_adr_32bit, test_pop_pc): New.
8888
8889 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8890
8891 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8892 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8893 targets.
8894 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8895 handle targets.
8896
8897 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8898
8899 * gdb.base/completion.exp (complete help info wat): Rename to ...
8900 (complete 'help info wat'): ... here.
8901 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8902 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8903
8904 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8905
8906 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8907 gdb_test and explicit $gdb_prompt/timeout matches.
8908
8909 2011-05-04 Yao Qi <yao@codesourcery.com>
8910
8911 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8912 and __thumb2__.
8913
8914 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8915
8916 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8917 in place of `gdb_test "delete breakpoints"'. This eliminates two
8918 testcases.
8919
8920 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8921
8922 PR testsuite/12649
8923 Fix races.
8924
8925 * gdb.base/completion.exp: Remove all sleep calls. Remove
8926 unnecessary regexs. Don't explicitly expect anything after the
8927 prompt. Eat the prompt if necessary.
8928
8929 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8930
8931 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8932 accept to show the caller line again as well as the line after.
8933
8934 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8935
8936 PR mi/12531
8937
8938 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8939 compile target.
8940 * gdb.python/py-prettyprint.exp: Add C++ object for
8941 CPLUS_FAKE_CHILD test.
8942
8943 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8944
8945 * gdb.base/signest.exp: New file.
8946 * gdb.base/signest.c: Likewise.
8947
8948 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8949
8950 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8951 thread and breakpoint notifications.
8952
8953 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8954
8955 * gdb.base/fortran-sym-case.c: New file.
8956 * gdb.base/fortran-sym-case.exp: New file.
8957 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8958 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8959 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8960
8961 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8964 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8965 false #1', `if true else false #2' and `if true else false #3'.
8966
8967 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8968
8969 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8970 while delivering signal.
8971
8972 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8973
8974 MI breakpoint notifications.
8975
8976 * testsuite/gdb.mi/mi-cli.exp: Adust.
8977 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8978 * testsuite/gdb.mi/mi-watch.exp: Adust.
8979 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8980 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8981 notifications.
8982
8983 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8984
8985 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8986 * gdb.base/gdbindex-stabs.c: New file.
8987 * gdb.base/gdbindex-stabs.exp: New file.
8988
8989 2011-04-25 Yao Qi <yao@codesourcery.com>
8990
8991 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8992 with /*...*/.
8993 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8994
8995 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8996
8997 * gdb.python/py-value.exp (test_objfiles): Name the first test
8998 `py-value in file.filename'.
8999
9000 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9003 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9004 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9005 !gdbserver_reconnect_p..
9006 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9007
9008 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 * gdb.cp/cpcompletion.exp (complete class methods)
9011 (complete class methods beginning with F): Move them above runto. New
9012 comment about the runto delimiter.
9013
9014 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9015
9016 * gdb.base/maint.exp: Test that "maint print registers" works
9017 without a running program.
9018
9019 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9020
9021 * gdb.base/setshow.exp: Fix racy tests.
9022 ($old_gdb_prompt): New variable.
9023
9024 2011-04-19 Tom Tromey <tromey@redhat.com>
9025
9026 * gdb.mi/mi-nsmoribund.exp:
9027 * gdb.hp/gdb.objdbg/objdbg01.exp:
9028 * gdb.base/structs.exp (test_struct_returns):
9029 * gdb.base/call-sc.exp (test_scalar_returns):
9030 * gdb.base/bigcore.exp: Remove duplicate words.
9031
9032 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9033
9034 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9035 * gdb.base/break-interp.exp (test_attach): New comment.
9036
9037 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9038
9039 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9040 (clear __stack_user.next, clear stack_used.next)
9041 (save a zeroed-threads corefile): New test.
9042 Call core_load for $core0file.
9043 (zeroed-threads cannot be listed): New test.
9044
9045 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9046
9047 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9048 filename.
9049 ($srcfile): Preserve the original value.
9050 ($testfile): Match it the .exp filename.
9051 ($corefile): New variable. Substitute it around.
9052 Use clean_restart.
9053 ($prev_timeout): Remove.
9054 (load_core): Move core loading into this proc.
9055 Fix restore of $timeout if load_core fails.
9056
9057 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 * gdb.base/eu-strip-infcall.c: New file.
9060 * gdb.base/eu-strip-infcall.exp: New file.
9061
9062 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9065 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9066
9067 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9068
9069 Fix Python access to inlined frames.
9070 * gdb.python/py-frame-inline.c: New file.
9071 * gdb.python/py-frame-inline.exp: New file.
9072
9073 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9074
9075 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9076 content of 's24' correctly (avoiding "optimized out").
9077 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9078
9079 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9082
9083 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9084
9085 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9086 expect a colon in watch -location output.
9087
9088 2011-04-13 Marek Polacek <mpolacek@redhat.com>
9089
9090 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
9091 New testcase `expect response to define backtrace'. Also remove
9092 redundant `default' block.
9093
9094 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * gdb.python/py-prettyprint.c (struct hint_error): New.
9097 (main): New variable hint_error.
9098 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9099 "print hint_error".
9100 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9101 (register_pretty_printers): Register it.
9102
9103 2011-04-04 Tom Tromey <tromey@redhat.com>
9104
9105 * gdb.cp/maint.exp (test_help): Update.
9106 (test_namespace): Likewise.
9107
9108 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9109
9110 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9111 * gdb.ada/arrayptr.exp: Add new tests.
9112
9113 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9114
9115 * gdb.ada/mi_catch_ex: New testcase.
9116
9117 2011-04-01 Pedro Alves <pedro@codesourcery.com>
9118
9119 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9120 base::overload(void) method without specifying "const".
9121
9122 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9123
9124 * gdb.arch/thumb-singlestep.S: New file.
9125 * gdb.arch/thumb-singlestep.exp: Likewise.
9126
9127 2011-03-31 Tom Tromey <tromey@redhat.com>
9128
9129 * gdb.python/py-prettyprint.py (exception_flag): New global.
9130 (NoStringContainerPrinter._iterator.next): Check it.
9131 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9132 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9133
9134 2011-03-29 Tom Tromey <tromey@redhat.com>
9135
9136 * gdb.cp/anon-struct.cc: New file.
9137 * gdb.cp/anon-struct.exp: New file.
9138
9139 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9140
9141 Test STT_GNU_IFUNC support.
9142 * gdb.base/gnu-ifunc-lib.c: New file.
9143 * gdb.base/gnu-ifunc.c: New file.
9144 * gdb.base/gnu-ifunc.exp: New file.
9145
9146 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9147
9148 Support a ring of related breakpoints.
9149 * gdb.base/watchpoint-delete.c: New file.
9150 * gdb.base/watchpoint-delete.exp: New file.
9151
9152 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9153
9154 * gdb.ada/arrayparam.exp (print first after function call): Use
9155 explicit package name. Add a comment
9156 (print lasta after function call): Rename ...
9157 (print last after function call): ... it and use explicit package
9158 name.
9159 (print length after function call): Use explicit package name.
9160 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9161 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9162 (multiple matches for symbol i): Rename ...
9163 (multiple matches for symbol integervar): ... it.
9164 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9165 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9166
9167 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9168
9169 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9170 environment variable to make grep output more predictable. Move
9171 all the environment setup into gdb_init so it's done once per test
9172 case rather than each time we start gdb.
9173
9174 2011-03-24 Tom Tromey <tromey@redhat.com>
9175
9176 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9177 test.
9178
9179 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9180
9181 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9182 * gdb.dwarf2/dw2-entry-value.S: New file.
9183 * gdb.dwarf2/dw2-entry-value.exp: New file.
9184
9185 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9186
9187 PR python/12183
9188
9189 * gdb.python/py-function.exp: Add GdbError tests.
9190
9191 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9192
9193 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9194 (reglocal_test_func, statlocal_test_func): New functions.
9195 (globals_test_func): Call new functions.
9196 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9197 (gdb_collect_locals_test): New procedure.
9198 (gdb_trace_collection_test): Call new procedures.
9199
9200 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9201
9202 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9203 (test_register, test_register_unavailable): New procedures.
9204 (gdb_unavailable_registers_test): New procedure.
9205 (gdb_trace_collection_test): Call it.
9206
9207 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9208
9209 PR python/12149
9210
9211 * gdb.python/python.exp: Add gdb.write tests.
9212
9213 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9214
9215 * gdb.python/Makefile.in: Add py-objfile.
9216 * gdb.python/py-objfile.exp: New file.
9217 * gdb.python/py-objfile.c: New file.
9218 * gdb.python/py-block.exp: Add is_valid tests.
9219 * gdb.python/py-inferior.exp: Ditto.
9220 * gdb.python/py-infthread.exp: Ditto.
9221 * gdb.python/py-symbol.exp: Ditto.
9222 * gdb.python/py-symtab.exp: Ditto.
9223
9224 2011-03-16 Keith Seitz <keiths@redhat.com>
9225
9226 PR c++/12273
9227 * gdb.cp/cmpd-minsyms.exp: New test.
9228 * gdb.cp/cmpd-minsyms.cc: New file.
9229
9230 PR c++/11734
9231 * gdb.cp/ovsrch.exp: New test.
9232 * gdb.cp/ovsrch.h: New file.
9233 * gdb.cp/ovsrch1.cc: New file.
9234 * gdb.cp/ovsrch2.cc: New file.
9235 * gdb.cp/ovsrch3.cc: New file.
9236 * gdb.cp/ovsrch4.cc: New file.
9237
9238 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9239
9240 PR gdb/12528
9241 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9242 * gdb.base/break-on-linker-gcd-function.exp: New test.
9243 * gdb.base/break-on-linker-gcd-function.cc: New file.
9244
9245 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9246
9247 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9248
9249 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9250
9251 * lib/gdb.exp (gdb_unload): Add another termination case.
9252
9253 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9254
9255 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9256 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9257 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9258 Provide a stub byte there.
9259 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9260 DW_AT_entry_pc.
9261 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9262
9263 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9264
9265 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9266 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9267 "generic ABI, auto".
9268 (altivec_abi_tests): Accept vectors returned by reference.
9269
9270 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9271
9272 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9273
9274 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9275
9276 * gdb.python/py-section-script.exp: Skip test if no Python support.
9277
9278 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9279
9280 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9281
9282 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9283
9284 * gdb.python/py-parameter.exp: Update tests to the new Python
9285 parameter API. Add "no documentation" test. Add deprecated API
9286 backward compatibility test.
9287
9288 2011-03-09 Tom Tromey <tromey@redhat.com>
9289
9290 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9291 gdb_continue_to_end.
9292
9293 2011-03-09 Mark Kettenis <kettenis@gnu.org>
9294
9295 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9296 tabs.
9297
9298 2011-03-09 Tom Tromey <tromey@redhat.com>
9299
9300 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9301 parentheses.
9302 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9303 $command.
9304 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9305 argument to gdb_continue_to_end.
9306 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9307 argument to gdb_continue_to_end.
9308 * gdb.cp/annota3.exp: Fix regex.
9309 * gdb.cp/annota2.exp: Fix regex.
9310 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9311 gdb_continue_to_end.
9312 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9313 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9314 gdb_continue_to_end.
9315
9316 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9317
9318 * gdb.server/ext-run.exp
9319 (load new file without any gdbserver inferior): New test.
9320
9321 2011-03-07 Tom Tromey <tromey@redhat.com>
9322
9323 * Makefile.in (TAGS): Rewrite.
9324
9325 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9328 initial commands echo. New match for `Found trace'. Anchor all the
9329 other matches. Anchor and match for `No trace frame found' the final
9330 match.
9331
9332 2011-03-07 Tom Tromey <tromey@redhat.com>
9333
9334 * Makefile.in (TAGS): New target.
9335
9336 2011-03-07 Tom Tromey <tromey@redhat.com>
9337
9338 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9339 change.
9340 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9341 change.
9342 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9343 exit message change.
9344 (skip_altivec_tests): Update for exit message change.
9345 (skip_vsx_tests): Likewise.
9346 (gdb_continue_to_end): Likewise. Add 'command' argument.
9347 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9348 * gdb.threads/tls.exp: Update for exit message change.
9349 * gdb.threads/thread-unwindonsignal.exp: Use
9350 gdb_continue_to_end.
9351 * gdb.threads/step.exp (step_it): Update for exit message change.
9352 (continue_all): Likewise.
9353 * gdb.threads/print-threads.exp (test_all_threads): Update for
9354 exit message change.
9355 * gdb.threads/interrupted-hand-call.exp: Use
9356 gdb_continue_to_end.
9357 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9358 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9359 gdb_continue_to_end.
9360 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9361 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9362 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9363 * gdb.cp/method.exp: Update for exit message change.
9364 * gdb.cp/mb-templates.exp: Update for exit message change.
9365 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9366 * gdb.cp/annota3.exp: Update for exit message change.
9367 * gdb.cp/annota2.exp: Update for exit message change.
9368 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9369 * gdb.base/term.exp: Update for exit message change.
9370 * gdb.base/step-test.exp (test_i): Update for exit message change.
9371 * gdb.base/sigstep.exp (advance): Update for exit message change.
9372 (advancei): Likewise.
9373 * gdb.base/siginfo.exp: Update for exit message change.
9374 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9375 * gdb.base/reread.exp: Use gdb_continue_to_end.
9376 * gdb.base/langs.exp: Use gdb_continue_to_end.
9377 * gdb.base/interrupt.exp: Update for exit message change.
9378 * gdb.base/gdb1555.exp: Update for exit message change.
9379 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9380 * gdb.base/ending-run.exp: Update for exit message change.
9381 * gdb.base/chng-syms.exp: Update for exit message change.
9382 * gdb.base/checkpoint.exp: Update for exit message change.
9383 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9384 gdb_continue_to_end.
9385 (test_catch_syscall_with_wrong_args): Likewise.
9386 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9387 * gdb.base/break-interp.exp (test_ld): Update for exit message
9388 change.
9389 * gdb.base/bang.exp: Update for exit message change.
9390 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9391 (do_call_attach_tests): Likewise.
9392 * gdb.base/a2-run.exp: Update for exit message change.
9393 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9394 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9395 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9396
9397 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9400
9401 2011-03-03 Tom Tromey <tromey@redhat.com>
9402
9403 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9404 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9405 * gdb.hp/gdb.aCC/configure.ac: Remove.
9406 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9407 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9408 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9409 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9410 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9411 * gdb.hp/gdb.compat/configure.ac: Remove.
9412 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9413 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9414 * gdb.hp/gdb.defects/configure.ac: Remove.
9415 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9416 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9417 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9418 * gdb.hp/configure.ac: Remove.
9419 * gdb.hp/configure: Remove.
9420 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9421 substitution.
9422 (Makefile): Remove rule.
9423 * gdb.cell/configure.ac: Remove.
9424 * gdb.cell/configure: Remove.
9425 * gdb.stabs/Makefile.in (Makefile): Remove.
9426 (distclean): Don't remove config.status or config.log.
9427 * gdb.stabs/configure (Makefile): Remove.
9428 * gdb.stabs/configure.ac: Remove.
9429 * configure: Rebuild.
9430 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9431 Remove stabs- and cell-specific logic. Test for existence of
9432 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9433 subdirectories, gdb.cell, and and gdb.stabs.
9434 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9435
9436 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9437
9438 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9439 end of buffer.
9440
9441 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9444 gdb_test when running a test where we expected no output back.
9445
9446 2011-02-28 Michael Snyder <msnyder@vmware.com>
9447
9448 * gdb.cp/overload.cc: Change initializer value to integer.
9449
9450 2011-02-27 Michael Snyder <msnyder@vmware.com>
9451
9452 * gdb.multi/base.exp: Add test for remove-inferiors.
9453
9454 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9455
9456 * gdb.python/py-frame.exp: Simplify the initialization phase
9457 using prepare_for_testing.
9458
9459 2011-02-25 Michael Snyder <msnyder@vmware.com>
9460
9461 * gdb.multi/base.exp: Add tests for info inferiors with args.
9462
9463 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9464
9465 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9466 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9467 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9468 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9469 asmfile3. Comment the STABS (#3) file compilation. Compile
9470 everything through assembler. Provide KFAIL for symtab/12497.
9471 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9472 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9473 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9474 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9475
9476 2011-02-24 Michael Snyder <msnyder@vmware.com>
9477
9478 * gdb.base/break.exp: Add tests for delete breakpoints using
9479 convenience variables and value history references.
9480
9481 2011-02-24 Michael Snyder <msnyder@vmware.com>
9482
9483 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9484 left behind in previous check-in.
9485
9486 2011-02-23 Michael Snyder <msnyder@vmware.com>
9487
9488 * gdb.base/break.exp: Add tests for "info break" with arguments.
9489 * gdb.trace/infotrace.exp: Update patterns for error and help.
9490 * gdb.base/completion.exp: Update pattern.
9491 * gdb.base/ena-dis-br.exp: Update pattern.
9492 * gdb.base/help.exp: Update patterns.
9493
9494 2011-02-23 Michael Snyder <msnyder@vmware.com>
9495
9496 * gdb.base/memattr.exp: New test.
9497 * gdb.base/memattr.c: Test load for memattr.exp.
9498
9499 2011-02-22 Doug Evans <dje@google.com>
9500
9501 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9502
9503 2011-02-22 Michael Snyder <msnyder@vmware.com>
9504
9505 * Makefile.in: Make more clean.
9506 * gdb.ada/Makefile.in: Ditto.
9507 * gdb.arch/Makefile.in: Ditto.
9508 * gdb.asm/Makefile.in: Ditto.
9509 * gdb.base/Makefile.in: Ditto.
9510 * gdb.cp/Makefile.in: Ditto.
9511 * gdb.dwarf2/Makefile.in: Ditto.
9512 * gdb.java/Makefile.in: Ditto.
9513 * gdb.mi/Makefile.in: Ditto.
9514 * gdb.modula2/Makefile.in: Ditto.
9515 * gdb.python/Makefile.in: Ditto.
9516 * gdb.server/Makefile.in: Ditto.
9517 * gdb.stabs/Makefile.in: Ditto.
9518 * gdb.threads/Makefile.in: Ditto.
9519 * gdb.trace/Makefile.in: Ditto.
9520
9521 2011-02-22 Michael Snyder <msnyder@vmware.com>
9522
9523 * gdb.threads/thread-find.exp: Add tests for bad input to
9524 info threads.
9525
9526 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9527
9528 * gdb.python/py-breakpoint.exp: Fix the expected output of
9529 one of the "maint info breakpoints" tests to accept the output
9530 generated on platforms that do not have hardware watchpoints.
9531
9532 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9533
9534 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9535 clean_restart. Be a little stricter in the expected output
9536 for one of the tests. Fix a typo in one of the comments.
9537
9538 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9539
9540 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9541 Delete variable binfile, no longer use. Add or modify test
9542 comments to make them unique.
9543
9544 2011-02-21 Michael Snyder <msnyder@vmware.com>
9545
9546 * Makefile.in: Update for make clean.
9547 * gdb.ada/Makefile.in: Ditto.
9548 * gdb.arch/Makefile.in: Ditto.
9549 * gdb.asm/Makefile.in: Ditto.
9550 * gdb.base/Makefile.in: Ditto.
9551 * gdb.cp/Makefile.in: Ditto.
9552 * gdb.dwarf2/Makefile.in: Ditto.
9553 * gdb.java/Makefile.in: Ditto.
9554 * gdb.mi/Makefile.in: Ditto.
9555 * gdb.modula2/Makefile.in: Ditto.
9556 * gdb.python/Makefile.in: Ditto.
9557 * gdb.server/Makefile.in: Ditto.
9558 * gdb.stabs/Makefile.in: Ditto.
9559 * gdb.threads/Makefile.in: Ditto.
9560 * gdb.trace/Makefile.in: Ditto.
9561
9562 2011-02-21 Michael Snyder <msnyder@vmware.com>
9563
9564 * gdb.threads/thread-find.exp: Update patterns for changes in
9565 output of "info threads" command.
9566
9567 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9568 Ulrich Weigand <uweigand@de.ibm.com>
9569
9570 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9571 (skip_hw_watchpoint_tests): Likewise.
9572 (skip_hw_watchpoint_multi_tests): Likewise.
9573
9574 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9575
9576 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9577 (skip_hw_watchpoint_tests): Likewise.
9578 (skip_hw_watchpoint_multi_tests): Likewise.
9579 (skip_hw_watchpoint_access_tests): Likewise.
9580
9581 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9582 * gdb.base/pr11022.exp: Likewise.
9583 * gdb.base/watch-read.exp: Likewise.
9584 * gdb.base/watch_thread_num.exp: Likewise.
9585 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9586 * gdb.base/watchpoint-hw.exp: Likewise.
9587 * gdb.base/watchpoint.exp: Likewise.
9588 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9589 * gdb.threads/watchthreads-reorder.exp: Likewise.
9590 * gdb.threads/watchthreads.exp: Likewise.
9591 * gdb.threads/watchthreads2.exp: Likewise.
9592
9593 2011-02-21 Joel Brobecker <brobecker@adacore.com>
9594
9595 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9596 the debugger is unable to find the array bounds.
9597
9598 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.cp/typedef-operator.exp: New file.
9601 * gdb.cp/typedef-operator.cc: New file.
9602
9603 2011-02-17 Michael Snyder <msnyder@vmware.com>
9604
9605 * gdb.threads/thread-find.exp: Fix regular expressions.
9606
9607 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9608
9609 * gdb.ada/packed_array: Expand testcase to test printing of
9610 unconstrained packed array.
9611
9612 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9613
9614 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9615
9616 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9617
9618 * gdb.trace/collection.c (globalarr3): New global.
9619 (main): Initialize it before collecting, and and clear it
9620 afterwards.
9621 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9622 collecting with '{type} addr', where the addr expression is not an
9623 rvalue.
9624
9625 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
9626
9627 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9628 a bool variable. Expect correct OpenCL names for vector types. Use the
9629 uc3 variable name instead of referring to the uchar3 built-in type.
9630 Escape the asterisk at the half pointer test.
9631
9632 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9633
9634 * gdb.trace/collection.c (globalarr2): New global.
9635 (main): Initialize it before collecting, and and clear it
9636 afterwards.
9637 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9638 collecting overlapping memory ranges.
9639
9640 2011-02-15 Michael Snyder <msnyder@vmware.com>
9641
9642 * gdb.base/default.exp: Add tests for thread commands.
9643 * gdb.base/help.exp: Add tests for thread commands.
9644 * gdb.threads/thread-find.exp: New test for thread find command.
9645
9646 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9647
9648 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9649
9650 2011-02-15 Yao Qi <yao@codesourcery.com>
9651
9652 PR tdep/12352
9653 * gdb.arch/arm-disp-step.S : New test for str instruction.
9654 * gdb.arch/arm-disp-step.exp : Likewise.
9655
9656 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9657
9658 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9659 "vector_register2_vr" test strings. Test the extended floating
9660 point registers (F32~F63).
9661 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9662 IBM XL C compiler. Make the test program use a register provided
9663 by the compiler for the lxvd2x instruction.
9664
9665 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9666
9667 * gdb.trace/unavailable.cc (class Base, class Middle, class
9668 Derived): New types.
9669 (derived_unavail, derived_partial, derived_whole): New globals.
9670 (virtual_partial): New global.
9671 (virtualp): Point at virtual_partial.
9672 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9673 related to unavailable vptr.
9674
9675 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9676
9677 * gdb.trace/unavailable.cc (a, b, c): New globals.
9678 (main): Set and clear them.
9679 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9680 `a' and `c', and check that `b' isn't collected, although `a' and
9681 `c' are.
9682
9683 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9684
9685 * gdb.trace/unavailable.cc (struct Virtual): New.
9686 (virtualp): New global pointer.
9687 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9688 printing a pointer to an object whose type has a vtable, with
9689 print object on.
9690
9691 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9692
9693 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9694 value repeat handles unavailableness.
9695
9696 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9697
9698 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9699 tests for building arrays from unavailable values, subscripting
9700 non-memory rvalue unvailable arrays, and accessing fields or
9701 baseclasses of non-lazy unavailable values,
9702 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9703 struct types.
9704 (g_smallstruct, g_smallstruct_b): New globals.
9705
9706 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9707
9708 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9709
9710 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9711
9712 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9713 * gdb.cp/overload-const.exp: New file.
9714 * gdb.cp/overload-const.cc: New file.
9715
9716 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9717
9718 * gdb.opencl/callfuncs.cl: New file.
9719 * gdb.opencl/callfuncs.exp: New test.
9720 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9721
9722 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9723
9724 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9725 when computing result.
9726 * gdb.arch/altivec-abi.exp: Update expected results.
9727
9728 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9729
9730 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9731 * gdb.base/jit.exp: Likewise.
9732 * gdb.base/pie-execl.exp: Likewise.
9733 * gdb.base/solib-nodir.exp: Likewise.
9734 * gdb.base/solib-overlap.exp: Likewise.
9735
9736 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9737
9738 * gdb.trace/collection.c (global_pieces): New.
9739 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9740 New procedure.
9741 (gdb_trace_collection_test): Call it.
9742
9743 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9744
9745 * gdb.python/py-evthreads.c: New file.
9746 * gdb.python/py-evthreads.exp: New file.
9747 * gdb.python/py-events.py: New file.
9748 * gdb.python/py-events.exp: New file.
9749 * gdb.python/py-events.c: New file.
9750
9751 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9752
9753 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9754
9755 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9756
9757 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9758 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9759 boundary between two compilation units.
9760
9761 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9762
9763 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9764 (Virtual): New structs.
9765 (virtual_o, virtual_middle_b): New globals.
9766 * gdb.cp/virtbase.exp: New tests.
9767
9768 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9769
9770 * gdb.base/jit.exp: New file.
9771 * gdb.base/jit-main.c: New file.
9772 * gdb.base/jit-solib.c: New file.
9773
9774 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9775
9776 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9777 proceed to initial kernel entry point.
9778 * gdb.opencl/datatypes.exp: Likewise.
9779 * gdb.opencl/operators.exp: Likewise.
9780 * gdb.opencl/vec_comps.exp: Likewise.
9781
9782 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9783
9784 * gdb.cp/nsnested.cc: New.
9785 * gdb.cp/nsnested.exp: New.
9786 * gdb.cp/nsnoimports.exp: New.
9787 * gdb.cp/nsnoimports.cc: New.
9788
9789 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9790
9791 * gdb.base/interact.exp: Add extra tests that verify that
9792 the value of the interactive-mode setting does not change
9793 after the script is sourced.
9794
9795 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 * gdb.cp/noparam.exp: New file.
9798 * gdb.cp/noparam.cc: New file.
9799
9800 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9801
9802 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9803 there's no stack or registers.
9804
9805 2011-01-26 Tom Tromey <tromey@redhat.com>
9806
9807 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9808 space before string output. Add test for "set print pretty off"
9809 case.
9810
9811 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9812
9813 * gdb.base/frame-args.exp: Adjust.
9814 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9815 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9816 * gdb.dwarf2/pieces.exp: Adjust.
9817 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9818 * gdb.opt/inline-locals.exp: Adjust.
9819 * gdb.threads/fork-child-threads.exp: Adjust.
9820
9821 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9822
9823 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9824 OpenCL kernel function. Add a comment as marker. Add address space
9825 qualifiers for the remaining program scope variables.
9826 * gdb.opencl/datatypes.cl: Likewise.
9827 * gdb.opencl/operators.cl: Likewise.
9828 * gdb.opencl/vec_comps.cl: Likewise.
9829 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9830 Add breakpoint at the marker comment.
9831 * gdb.opencl/datatypes.exp: Likewise.
9832 * gdb.opencl/operators.exp: Likewise.
9833 * gdb.opencl/vec_comps.exp: Likewise.
9834
9835 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9836
9837 * gdb.base/printcmds.c (some_struct): New struct and instance.
9838 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9839 procedure.
9840 <global scope>: Call it.
9841
9842 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9843
9844 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9845 argument to the gdb_compile_opencl_hostapp call.
9846
9847 2011-01-19 Yao Qi <yao@codesourcery.com>
9848
9849 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9850 positve list.
9851
9852 2011-01-19 Yao Qi <yao@codesourcery.com>
9853
9854 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9855 canonical form.
9856 Remove "xscale-*-*"
9857 * gdb.xml/tdesc-regs.exp: Likewise.
9858 * gdb.python/py-section-script.exp: Replace ARM target triplet
9859 with canonical form.
9860 Match arm*-*-symbianelf*.
9861 * gdb.base/dup-sect.exp: Likewise.
9862 * lib/dwarf.exp: New.
9863 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9864 dwarf2_support.
9865 * gdb.dwarf2/dup-psym.exp: Likewise.
9866 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9867 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9868 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9869 * gdb.dwarf2/dw2-basic.exp: Likewise.
9870 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9871 * gdb.dwarf2/dw2-const.exp: Likewise.
9872 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9873 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9874 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9875 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9876 * gdb.dwarf2/dw2-filename.exp: Likewise.
9877 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9878 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9879 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9880 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9881 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9882 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9883 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9884 * gdb.dwarf2/dw2-producer.exp: Likewise.
9885 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9886 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9887 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9888 * gdb.dwarf2/dw2-strp.exp: Likewise.
9889 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9890 * gdb.dwarf2/implptr.exp: Likewise.
9891 * gdb.dwarf2/mac-fileno.exp: Likewise.
9892 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9893 * gdb.dwarf2/pieces.exp: Likewise.
9894 * gdb.dwarf2/pr11465.exp: Likewise.
9895 * gdb.dwarf2/valop.exp: Likewise.
9896 * gdb.dwarf2/watch-notconst.exp: Likewise.
9897 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9898
9899 2011-01-19 Tom Tromey <tromey@redhat.com>
9900
9901 * gdb.python/py-infthread.exp: Add thread tests.
9902
9903 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9904
9905 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9906
9907 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9908
9909 * gdb.ada/widewide: New testcase.
9910
9911 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9912
9913 * gdb.base/interact.exp: New testcase.
9914
9915 2011-01-12 Tom Tromey <tromey@redhat.com>
9916
9917 * gdb.mi/gdb2549.exp: Update for error message changes.
9918 * gdb.mi/mi-cli.exp: Likewise.
9919 * gdb.mi/mi-disassemble.exp: Likewise.
9920 * gdb.mi/mi-pthreads.exp: Likewise.
9921 * gdb.mi/mi-regs.exp: Likewise.
9922 * gdb.mi/mi-stack.exp: Likewise.
9923 * gdb.mi/mi-var-block.exp: Likewise.
9924 * gdb.mi/mi-var-cmd.exp: Likewise.
9925 * gdb.mi/mi2-cli.exp: Likewise.
9926 * gdb.mi/mi2-disassemble.exp: Likewise.
9927 * gdb.mi/mi2-pthreads.exp: Likewise.
9928 * gdb.mi/mi2-regs.exp: Likewise.
9929 * gdb.mi/mi2-stack.exp: Likewise.
9930 * gdb.mi/mi2-var-block.exp: Likewise.
9931 * gdb.mi/mi2-var-cmd.exp: Likewise.
9932
9933 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9934 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 PR fortran/11104 and DWARF unbound arrays detection.
9937 * gdb.fortran/multi-dim.exp: New file.
9938 * gdb.fortran/multi-dim.f90: New file.
9939
9940 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9941
9942 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9943 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9944 add new tests for opcode dumping.
9945
9946 2011-01-11 Tom Tromey <tromey@redhat.com>
9947
9948 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9949
9950 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9951
9952 Convert hardware watchpoints to use breakpoint_ops.
9953 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9954 type is not supported.
9955 * gdb.base/foll-fork.exp: Likewise.
9956 * gdb.base/foll-vfork.exp: Likewise.
9957
9958 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9959
9960 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9961 Use load_lib gdb-python.exp.
9962 * gdb.python/python.exp: Ditto.
9963 * gdb.python/py-function.exp: Ditto.
9964
9965 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9966
9967 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9968
9969 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 * configure: Regenerate.
9972
9973 2011-01-06 Tom Tromey <tromey@redhat.com>
9974
9975 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9976
9977 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9978
9979 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9980 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9981 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9982 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9983 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9984 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9985 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9986 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9987 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9988 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9989 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9990 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9991 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9992 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9993 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9994 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9995 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9996 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9997 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9998 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9999 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10000 gdb.ada/uninitialized_vars.exp,
10001 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10002 Simplify by using clean_restart.
10003
10004 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10005
10006 Add marker to be used as anchor for inserting breakpoints.
10007 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10008 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10009 Likewise.
10010
10011 Remove uses of gdb_start_cmd.
10012 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10013 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10014
10015 Do not run testcase if testing with GDBserver.
10016 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10017 if testing with GDBserver.
10018
10019 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10020
10021 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10022 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10023 copyright header.
10024
10025 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10026
10027 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10028 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10029 testsuite/gdb.fortran/complex.f,
10030 testsuite/gdb.fortran/derived-type.f90,
10031 testsuite/gdb.fortran/library-module-lib.f90,
10032 testsuite/gdb.fortran/library-module-main.f90,
10033 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10034 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10035 Copyright year update.
10036
10037 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10038
10039 * gdb.base/langs1.f: Add copyright header.
10040
10041 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10042
10043 * gdb.base/morestack.exp: New file.
10044 * gdb.base/morestack.c: New file.
10045
10046 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10049
10050 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10051
10052 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10053 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10054
10055 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10056
10057 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10058
10059 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10060
10061 * gdb.threads/tls.exp: Fix typo.
10062
10063 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10064 * gdb.threads/execl.exp: Update.
10065
10066 2010-12-23 Yao Qi <yao@codesourcery.com>
10067
10068 * gdb.arch/arm-disp-step.exp: New.
10069 * gdb.arch/arm-disp-step.S: New.
10070
10071 2010-12-21 Tom Tromey <tromey@redhat.com>
10072
10073 * gdb.threads/execl.exp: Update.
10074 * gdb.threads/linux-dp.exp: Update.
10075 * gdb.threads/manythreads.exp: Update.
10076 * gdb.threads/tls.exp: Update.
10077
10078 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10079
10080 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10081 (NextOverThrowDerivates) <resumebpt>: New.
10082 (resumebpt_test): New.
10083 (main): Call resumebpt_test.
10084 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10085
10086 2010-12-12 Stan Shebs <stan@codesourcery.com>
10087
10088 * gdb.trace/tsv.exp: Test print command on trace state variables.
10089
10090 2010-12-09 Tom Tromey <tromey@redhat.com>
10091
10092 * gdb.base/interp.exp: Add regression test.
10093
10094 2010-12-09 Tom Tromey <tromey@redhat.com>
10095
10096 * gdb.java/jnpe.java: New file.
10097 * gdb.java/jnpe.exp: New file.
10098 * gdb.cp/nextoverthrow.exp: New file.
10099 * gdb.cp/nextoverthrow.cc: New file.
10100
10101 2010-12-07 Doug Evans <dje@google.com>
10102
10103 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10104 of data-directory.
10105 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10106 updated.
10107 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10108
10109 2010-11-29 Michael Snyder <msnyder@vmware.com>
10110
10111 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10112 * gdb.base/call-sc.exp: Ditto.
10113 * gdb.base/finish.exp: Ditto.
10114 * gdb.base/return.exp: Ditto.
10115 * gdb.base/return2.exp: Ditto.
10116
10117 2010-11-30 Doug Evans <dje@google.com>
10118
10119 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10120 (gdb_expect_list): Fix spelling errors in comments.
10121 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10122 send_gdb/gdb_expect_list where applicable.
10123 * gdb.base/call-ar-st.exp: Ditto.
10124 * gdb.base/funcargs.exp: Ditto.
10125 * gdb.base/gcore.exp: Ditto.
10126 * gdb.base/page.exp: Ditto.
10127 * gdb.base/sigaltstack.exp: Ditto.
10128 * gdb.base/siginfo.exp: Ditto.
10129 * gdb.base/sigstep.exp: Ditto.
10130 * gdb.base/trace-commands.exp: Ditto.
10131
10132 2010-11-29 Doug Evans <dje@google.com>
10133
10134 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10135 printer-name;subprinter-name.
10136
10137 2010-11-29 Tom Tromey <tromey@redhat.com>
10138
10139 * gdb.dwarf2/implptr.exp: New file.
10140 * gdb.dwarf2/implptr.c: New file.
10141 * gdb.dwarf2/implptr.S: New file.
10142
10143 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10144
10145 PR python/12199
10146
10147 * gdb.python/py-breakpoint.exp: Test the delete method.
10148
10149 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 Fix step_resume_breakpoint unsaved during an infcall.
10152 * gdb.base/step-resume-infcall.exp: New file.
10153 * gdb.base/step-resume-infcall.c: New file.
10154
10155 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10156
10157 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10158
10159 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10160
10161 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10162 on ppc64's symbols; "finish" and "return" commands must accept to
10163 show the caller line again as well as the line after.
10164 * gdb.asm/powerpc64.inc: New file.
10165
10166 2010-11-23 Doug Evans <dje@google.com>
10167
10168 * lib/gdb.exp (gdb_test_sequence): New function.
10169 (gdb_expect_list): Add verbose -log call for each pattern.
10170 * gdb.base/signals.exp (test_handle_all_print): Call it.
10171 Reduce timeout increment from 6 minutes to 1 minute.
10172 * gdb.server/ext-run.exp: Call it.
10173
10174 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10175
10176 PR python/12212
10177
10178 * gdb.python/python.exp: Check that selected_thread raises an
10179 error when no inferior is loaded.
10180
10181 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10182
10183 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10184 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10185
10186 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10187
10188 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10189 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10190
10191 2010-11-18 Doug Evans <dje@google.com>
10192
10193 * gdb.server/ext-run.exp: Fix intermittent failures.
10194
10195 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10196
10197 * gdb.stabs/gdb11479.exp: Use runto_main.
10198
10199 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10200
10201 * gdb.base/break-entry.exp: Skip if using a stub.
10202
10203 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10204
10205 * gdb.python/py-inferior.exp: Pack values in target endianness.
10206
10207 2010-11-12 Tom Tromey <tromey@redhat.com>
10208
10209 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10211 MemoryError.
10212 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10213 type.
10214 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10215 MemoryError.
10216 (test_subscript_regression): Update exception type.
10217
10218 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10219
10220 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10221 breakpoint tests.
10222
10223 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10224
10225 * gdb.base/watchpoint.exp: Test "watch -location" with an
10226 innacessible location.
10227
10228 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10229 Luis Machado <luisgpm@br.ibm.com>
10230
10231 * gdb.base/maint.exp: Expect "." prefix.
10232 * gdb.base/nodebug.exp: Expect "." Likewise.
10233 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10234 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10235 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10236 POWER server processors.
10237
10238 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10239 Luis Machado <luisgpm@br.ibm.com>
10240
10241 * gdb.base/break-entry.exp: convert entry point for
10242 ppc64 and expect leading `.' on ppc64's symbols
10243
10244 2010-11-05 Doug Evans <dje@google.com>
10245
10246 * gdb.base/help.exp: Update expected output.
10247 * gdb.python/py-param.exp: Delete, contents moved to ...
10248 * gdb.python/py-parameter.exp: ... here. New file.
10249 Add test for gdb.parameter ("directories").
10250
10251 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10252
10253 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10254 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10255 * configure: Regenerate.
10256 * gdb.opencl/Makefile.in: New File.
10257 * gdb.opencl/datatypes.exp: Likewise.
10258 * gdb.opencl/datatypes.cl: Likewise.
10259 * gdb.opencl/operators.exp: Likewise.
10260 * gdb.opencl/operators.cl: Likewise.
10261 * gdb.opencl/vec_comps.exp: Likewise.
10262 * gdb.opencl/vec_comps.cl: Likewise.
10263 * gdb.opencl/convs_casts.exp: Likewise.
10264 * gdb.opencl/convs_casts.cl: Likewise.
10265 * lib/opencl.exp: Likewise.
10266 * lib/opencl_hostapp.c: Likewise.
10267 * lib/opencl_kernel.cl: Likewise.
10268 * lib/cl_util.c: Likewise.
10269 * lib/cl_util.c: Likewise.
10270 * gdb.base/default.exp (set language): Add "opencl" to the list of
10271 languages.
10272
10273 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10274
10275 * gdb.cp/overload.exp: Added test for inheritance overload.
10276 * gdb.cp/overload.cc: Ditto.
10277 * gdb.cp/oranking.exp: Removed releveant kfails.
10278
10279 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10280 Joel Brobecker <brobecker@adacore.com>
10281
10282 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10283 check test_compiler_info.
10284
10285 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10286
10287 * gdb.base/gnu_vector.exp: Adjust expect messages.
10288
10289 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10290
10291 * gdb.base/gnu_vector.exp: Add unary operator tests.
10292
10293 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10294
10295 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10296
10297 2010-11-02 Doug Evans <dje@google.com>
10298
10299 * gdb.python/py-pp-maint.c: New file.
10300 * gdb.python/py-pp-maint.exp: New file.
10301 * gdb.python/py-pp-maint.py: New file.
10302
10303 2010-11-02 Tom Tromey <tromey@redhat.com>
10304
10305 * gdb.base/default.exp: Remove "scheme" from language list.
10306
10307 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10308
10309 Revert:
10310 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10311 * gdb.threads/sigstep-threads.exp: New file.
10312 * gdb.threads/sigstep-threads.c: New file.
10313
10314 2010-10-20 Michael Snyder <msnyder@vmware.com>
10315
10316 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10317
10318 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10319
10320 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10321 Skip test completely if gdb,no_hardware_watchpoints.
10322
10323 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10324
10325 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10326 strict, but do not check for any particular function name within libc.
10327
10328 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10329
10330 * gdb.cp/smartp.exp: New test.
10331 * gdb.cp/smartp.cc : New test.
10332
10333 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10334
10335 * gdb.cp/converts.exp: Test pointer to bool conversion.
10336 Test pointer to long conversion.
10337 * gdb.cp/oranking.exp: Removed relevant kfail.
10338
10339 2010-10-18 Tom Tromey <tromey@redhat.com>
10340
10341 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10342 argument to lazy_string.
10343 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10344 (pp_ls.to_string): Use it.
10345 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10346 Add "estring2" local.
10347
10348 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10349
10350 Fix s390x compatibility.
10351 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10352 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10353
10354 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * gdb.threads/sigstep-threads.exp: New file.
10357 * gdb.threads/sigstep-threads.c: New file.
10358
10359 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10360
10361 * gdb.base/pie-execl.exp: New file.
10362 * gdb.base/pie-execl.c: New file.
10363
10364 2010-10-13 Doug Evans <dje@google.com>
10365 Jan Kratochvil <jan.kratochvil@redhat.com>
10366
10367 PR exp/12117
10368 * gdb.cp/ptype-cv-cp.cc: New file.
10369 * gdb.cp/ptype-cv-cp.exp: New file.
10370
10371 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10372
10373 * gdb.cp/converts.cc: New test program.
10374 * gdb.cp/converts.exp: New test.
10375 * gdb.cp/overload.exp: Added test for void* vs int*.
10376 * gdb.cp/overload.exp: Ditto.
10377 * gdb.cp/oranking.exp: Removed related kfail.
10378
10379 2010-10-13 Doug Evans <dje@google.com>
10380
10381 * lib/gdb-python.exp (gdb_check_python_config): New function.
10382 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10383 * gdb.python/lib-types.cc: New file.
10384 * gdb.python/lib-types.exp: New file.
10385
10386 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10387
10388 * gdb.python/py-error.exp: New file.
10389 * gdb.python/py-error.py: New file.
10390
10391 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10394 gdb_test_multiple.
10395
10396 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10397
10398 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10399 * gdb.base/prelink.exp: Likewise.
10400 * gdb.base/solib-nodir.exp: Likewise.
10401 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10402 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10403 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10404
10405 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10406
10407 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10408 for the "info files" test to avoid timeouts on slow machines.
10409
10410 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10411
10412 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10413 (main): Make openlib dummy call.
10414
10415 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10416
10417 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10418 * break-interp.exp (reach): Move the core body ...
10419 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10420 (test_ld): Provide always real argument, even to the linker. Replace
10421 dl_main by _dl_debug_state.
10422
10423 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10424
10425 Fix results of prelinked PIEs on ppc*.
10426 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10427 Accept also DISPLACEMENT "PRESENT".
10428 (main): Replace "ZERO" displacements by "PRESENT".
10429
10430 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10431
10432 * gdb.cp/oranking.exp: New test.
10433 * gdb.cp/oranking.cc: New test program.
10434
10435 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
10436
10437 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10438 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10439
10440 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10441
10442 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10443 lush, lynx) New constant.
10444 * gdb.base/constvars.exp: Test const array types.
10445 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10446
10447 2010-10-06 Doug Evans <dje@google.com>
10448
10449 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10450 of syscall staging area.
10451
10452 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10453
10454 * gdb.base/gnu_vector.c: Add variable c4.
10455 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10456 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10457
10458 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10459
10460 * gdb.arch/altivec-abi.exp: Fix a typo.
10461
10462 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10463
10464 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10465 to match a thread ID.
10466
10467 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 Fix s390x testcase compatibility.
10470 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10471
10472 2010-10-01 Doug Evans <dje@google.com>
10473
10474 * lib/gdb-python.exp: New file.
10475 * gdb.python/py-block.exp: Use it.
10476 * gdb.python/py-breakpoint.exp: Ditto.
10477 * gdb.python/py-frame.exp: Ditto.
10478 * gdb.python/py-inferior.exp: Ditto.
10479 * gdb.python/py-param.exp: Ditto.
10480 * gdb.python/py-prettyprint.exp: Ditto.
10481 * gdb.python/py-shared.exp: Ditto.
10482 * gdb.python/py-symbol.exp: Ditto.
10483 * gdb.python/py-symtab.exp: Ditto.
10484 * gdb.python/py-type.exp: Ditto.
10485 * gdb.python/py-value.exp: Ditto.
10486 * gdb.python/python.exp: Ditto.
10487
10488 2010-09-30 Tom Tromey <tromey@redhat.com>
10489
10490 * gdb.base/anon.exp: New file.
10491 * gdb.base/anon.c: New file.
10492
10493 2010-09-30 Tom Tromey <tromey@redhat.com>
10494
10495 * gdb.base/completion.exp: Test completion through anonymous
10496 union.
10497 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10498
10499 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10500
10501 Fix printing parameters of inlined functions.
10502 * gdb.dwarf2/dw2-inline-param.exp: New file.
10503 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10504 * gdb.dwarf2/dw2-inline-param.S: New file.
10505
10506 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10507
10508 PR corefiles/12071.
10509 * gdb.base/corefile.exp (quit with a process, no question: load core)
10510 (quit with a core file): New tests.
10511
10512 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 Fix GDB crash on inferior calls with self-referencing classes.
10515 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10516 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10517 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10518
10519 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10520
10521 Fix lost siginfo_t for inferior calls.
10522 * gdb.base/siginfo-infcall.exp: New file.
10523 * gdb.base/siginfo-infcall.c: New file.
10524
10525 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10526
10527 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10528
10529 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10530
10531 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10532 New test.
10533 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10534
10535 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10536
10537 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10538 type of our const type.
10539
10540 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10541
10542 * gdb.cp/pr12028.cc: New.
10543 * gdb.cp/pr12028.exp: New.
10544
10545 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10546
10547 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10548
10549 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10550 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 PR mi/11407
10553 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10554 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10555 * gdb.mi/dw2-ref-missing-frame.S New File.
10556 * gdb.mi/dw2-ref-missing-frame.exp New File.
10557
10558 2010-09-14 Tom Tromey <tromey@redhat.com>
10559
10560 PR symtab/8399:
10561 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10562
10563 2010-09-14 Tom Tromey <tromey@redhat.com>
10564
10565 PR exp/11803:
10566 * gdb.threads/tls.exp: Use C++.
10567 (check_thread_local): Use K::another_thread_local.
10568 * gdb.threads/tls.c (class K): New.
10569 (another_thread_local): Now a member of K.
10570 (spin): Update. No longer K&R C.
10571
10572 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10573
10574 * gdb.cp/koenig.cc: created class for testing member lookup.
10575 * gdb.cp/koenig.exp: Added test for member lookup.
10576
10577 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 Fix false FAILs on sourcetree topdir directory containing "kill".
10580 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10581 source line matching regexp.
10582
10583 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10584
10585 * gdb.python/python.exp (set height 0, collect help from uiout)
10586 (verify help to uiout): New tests.
10587
10588 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10589
10590 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10591 is_lp64_target to check 64bit target.
10592
10593 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10594
10595 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10596 (test_ld) <powerpc64-*>: New.
10597
10598 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10599
10600 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10601
10602 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10603
10604 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10605 (FunctionArg::method): New function.
10606 (empty, arg): New variables.
10607 (main): Call arg.method.
10608 * gdb.cp/templates.exp (test_template_args): New function.
10609 (do_tests): Call it.
10610
10611 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10612
10613 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10614 of "next" to proceed over pthread_exit call.
10615
10616 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10617
10618 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10619 "maint print statistics" output to prevent expect timeouts.
10620
10621 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10622
10623 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10624 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10625 (test_float_rejected): ... here.
10626 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10627 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10628 (test_float_rejected): ... here.
10629 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10630 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10631 (test_float_rejected): ... here.
10632 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10633 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10634 (test_float_rejected): ... here.
10635
10636 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10637
10638 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10639 before disabling hardware watchpoints.
10640 (test_inaccessible_watchpoint): Check that hardware watchpoints
10641 are used. Test for watchpoints on a constant address.
10642
10643 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.base/ui-redirect.exp: New file.
10646
10647 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10648 Joel Brobecker <brobecker@adacore.com>
10649
10650 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10651
10652 2010-08-31 Doug Evans <dje@google.com>
10653
10654 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10655
10656 2010-08-30 Tom Tromey <tromey@redhat.com>
10657
10658 PR python/11792:
10659 * gdb.python/py-value.exp (test_subscript_regression): Add
10660 dynamic_type test.
10661
10662 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10663
10664 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10665 instead of running to main. Do not test the main function.
10666 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10667 Add new main.
10668
10669 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10670
10671 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10672 one test.
10673
10674 2010-08-24 Doug Evans <dje@google.com>
10675
10676 PR symtab/11942
10677 * gdb.dwarf2/dw4-sig-types.cc: New file.
10678 * gdb.dwarf2/dw4-sig-types.h: New file.
10679 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10680 * gdb.dwarf2/dw4-sig-types.exp: New file.
10681
10682 2010-08-23 Tom Tromey <tromey@redhat.com>
10683
10684 PR python/11145:
10685 * gdb.python/py-value.c (Base, Derived): New types.
10686 (base): New global.
10687 * gdb.python/py-value.exp (test_subscript_regression): Add
10688 dynamic_cast test.
10689
10690 2010-08-23 Tom Tromey <tromey@redhat.com>
10691
10692 PR python/10676:
10693 * gdb.python/py-type.exp (test_fields): Add tests for type
10694 equality.
10695
10696 2010-08-23 Tom Tromey <tromey@redhat.com>
10697
10698 PR python/11915:
10699 * gdb.python/py-type.exp (test_fields): Add tests for array.
10700
10701 2010-08-23 Keith Seitz <keiths@redhat.com>
10702
10703 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10704 have any children. Create a new abbrev for it.
10705 Add missing terminal sequence to .debug_abbrev.
10706
10707 2010-08-20 Keith Seitz <keiths@redhat.com>
10708
10709 PR symtab/11465:
10710 * gdb.dwarf2/pr11465.exp: New test.
10711 * gdb.dwarf2/pr11465.S: New file.
10712 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10713 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10714
10715 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10716
10717 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10718 registers. Update data sets with the new v2_double element in the
10719 VSX register union. Add vector_register3_vr data set for the AltiVec
10720 registers. Use gdb_test_no_output instead of send_gdb.
10721
10722 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10723
10724 * gdb.python/py-shared.exp: New file, factored out from
10725 python.exp.
10726 * gdb.python/py-shared.c: New file.
10727 * gdb.python/py-shared-sl.c: New file.
10728 * gdb.python/python-1.c: New file.
10729 * gdb.python/python-sl.c: Delete.
10730 * gdb.python/python.c: Mention python-1.c.
10731 * gdb.python/python.exp: Move shared library tests to
10732 py-shared.exp.
10733 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10734 (MISCELLANEOUS): New.
10735 (clean mostlyclean): Also remove $MISCELLANEOUS.
10736
10737 2010-08-19 Doug Evans <dje@google.com>
10738
10739 PR exp/11926
10740 * gdb.base/printcmds.exp (test_float_accepted): New function.
10741 Move existing float tests there. Add tests for floats with suffixes.
10742 (test_float_rejected): New function.
10743 * gdb.java/jv-print.exp (test_float_accepted): New function.
10744 (test_float_rejected): New function.
10745 * gdb.objc/print.exp: New file.
10746 * gdb.pascal/print.exp: New file.
10747 * lib/objc.exp: New file.
10748
10749 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10750
10751 * gdb.base/default.exp (info set): Avoid full buffer error and force
10752 reading up to final gdb prompt.
10753 (show): Likewise.
10754
10755 2010-08-18 Tom Tromey <tromey@redhat.com>
10756
10757 PR symtab/11919:
10758 * gdb.base/completion.exp: Add test.
10759
10760 2010-08-18 Doug Evans <dje@google.com>
10761
10762 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10763 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10764 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10765 Simplify, early exit if runto_main fails.
10766 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10767 (set_lang_fortran): Moved to lib/fortran.exp.
10768 * gdb.fortran/types.exp: load_lib fortran.exp.
10769 (set_lang_fortran): Moved to lib/fortran.exp.
10770 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10771 * gdb.java/jprint.exp (set_lang_java): Ditto.
10772 * gdb.java/jv-exp.exp: load_lib java.exp.
10773 If set_lang_java fails, issue a warning instead of failure to be
10774 consistent with other set_lang_foo uses.
10775 (set_lang_java): Moved to lib/java.exp.
10776 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10777 If set_lang_java fails, issue a warning instead of failure to be
10778 consistent with other set_lang_foo uses.
10779 * gdb.pascal/types.exp: load_lib pascal.exp.
10780 (set_lang_pascal): Moved to lib/pascal.exp.
10781 * lib/fortran.exp: New file.
10782 * lib/java.exp (set_lang_java): New function.
10783 * lib/pascal.exp (set_lang_pascal): New function.
10784
10785 2010-08-18 Yao Qi <yao@codesourcery.com
10786
10787 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10788 func_nofb_start and func_loopfb_start, so that address of functions
10789 is equal to these labels on Thumb.
10790
10791 2010-08-18 Yao Qi <yao@codesourcery.com>
10792
10793 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10794 to reflect latest c source file.
10795
10796 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10797
10798 * gdb.cp/infcall-dlopen.exp: New file.
10799 * gdb.cp/infcall-dlopen.cc: New file.
10800 * gdb.cp/infcall-dlopen-lib.cc: New file.
10801
10802 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10803 Pedro Alves <pedro@codesourcery.com>
10804
10805 PR breakpoints/11371
10806
10807 * gdb.base/watch-cond-infcall.exp: New file.
10808 * gdb.base/watch-cond-infcall.c: New file.
10809
10810 2010-08-16 Tom Tromey <tromey@redhat.com>
10811
10812 * gdb.base/help.exp: Update.
10813 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10814 watchpoint.
10815 (test_watch_location): New proc.
10816 (test_watchpoint_in_big_blob): Delete watchpoint.
10817 * gdb.base/watchpoint.c (func5): New function.
10818 (main): Call it.
10819
10820 2010-08-16 Doug Evans <dje@google.com>
10821
10822 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10823
10824 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10825
10826 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10827 tests.
10828
10829 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10830
10831 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10832 * gdb.base/gnu_vector.c: New File.
10833 * gdb.base/gnu_vector.exp: Likewise.
10834
10835 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10836
10837 * gdb.python/python.c: New File.
10838 * gdb.python/python-sl.c: New File.
10839 * gdb.python/python.exp: Test solib_address and decode_line
10840 * functions.
10841
10842 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 * gdb.python/python.exp (show height, set height 10)
10845 (verify pagination beforehand, verify pagination beforehand: q)
10846 (gdb.execute does not page, verify pagination afterwards)
10847 (verify pagination afterwards: q): New.
10848
10849 2010-08-02 Doug Evans <dje@google.com>
10850
10851 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10852 because of an older gcc, change test2
10853 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10854 to unsupported.
10855
10856 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10857
10858 * gdb.base/break-always.exp: Do not expect full paths to file
10859 names.
10860 * gdb.base/commands.exp: Likewise.
10861
10862 2010-07-30 Doug Evans <dje@google.com>
10863
10864 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10865 xfail them when run with older gccs.
10866
10867 * lib/gdb.exp (build_executable): Forward "c++" option to
10868 get_compiler_info.
10869
10870 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10871 "python print ttype.template_argument(1)" and
10872 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10873 if using gcc 4.4 or earlier.
10874
10875 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10876 attach-to-debugger handling.
10877
10878 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10881 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10882 (main): Use copyreloc.
10883 * gdb.base/prelink.exp (split debug of executable)
10884 (.dynbss vs. .bss address shift): New tests.
10885
10886 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10887
10888 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10889 in gdb_test_multiple.
10890
10891 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10892
10893 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10894 environment.
10895
10896 2010-07-28 Tom Tromey <tromey@redhat.com>
10897
10898 PR python/11060:
10899 * gdb.python/py-type.c (Temargs): New template.
10900 (temvar): New variable.
10901 * gdb.python/py-type.exp (test_template): New proc.
10902
10903 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10904
10905 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10906 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10907
10908 2010-07-28 Tom Tromey <tromey@redhat.com>
10909
10910 PR c++/9946:
10911 * gdb.cp/temargs.exp: New file.
10912 * gdb.cp/temargs.cc: New file.
10913
10914 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 * gdb.base/help.exp (help disassemble): Update the content.
10917
10918 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10919
10920 * gdb.threads/ia64-sigill.exp: New file.
10921 * gdb.threads/ia64-sigill.c: New file.
10922
10923 2010-07-27 Tom Tromey <tromey@redhat.com>
10924
10925 * gdb.opt/inline-cmds.c (ATTR): New define.
10926 (func1): Use it.
10927 (func2): Likewise.
10928 (func3): Likewise.
10929 (outer_inline1): Likewise.
10930 (outer_inline2): Likewise.
10931 * gdb.opt/inline-bt.c (ATTR): New define.
10932 (func1): Use it.
10933 (func2): Likewise.
10934 * gdb.opt/inline-locals.c (ATTR): New define.
10935 (func1): Use it.
10936 (func2): Likewise.
10937
10938 2010-07-27 Tom Tromey <tromey@redhat.com>
10939
10940 * gdb.stabs/gdb11479.c (hack): New function.
10941 (test): Use it.
10942 (test2): Use it.
10943 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10944 (int32_search_buf, int64_search_buf): No longer static.
10945 (x): Remove.
10946 * gdb.base/relocate.c (hack): New function.
10947
10948 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10949
10950 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10951 * gdb.python/py-value.c (func1): New function.
10952 (func2): Likewise.
10953
10954 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10955
10956 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10957 as not to clash with .data section.
10958
10959 2010-07-26 Jerome Guitton <guitton@adacore.com>
10960
10961 * gdb.base/code_elim.exp: New file.
10962 * gdb.base/code_elim1.c: New file.
10963 * gdb.base/code_elim2.c: New file.
10964
10965 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10966
10967 PR symtab/11827
10968
10969 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10970 (some_volatile_enum): New variable.
10971 * gdb.base/printcmds.exp (test_print_enums): New.
10972 <top level>: Call it.
10973
10974 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10975
10976 * gdb.cp/fpointer.cc: New test.
10977 * gdb.cp/fpointer.exp: New test.
10978
10979 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10980
10981 * gdb.base/solib-nodir.exp: New file.
10982 * lib/gdb.exp (runto): New case for a GDB internal error.
10983
10984 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10985 Ulrich Weigand <uweigand@de.ibm.com>
10986 Tom Tromey <tromey@redhat.com>
10987
10988 * gdb.base/charset-malloc.c: New file.
10989 * gdb.base/charset.c (malloc_stub): New prototype.
10990 (main): Call it instead of malloc itself.
10991 * gdb.base/charset.exp: Use only prepare_for_testing.
10992 (binfile): Remove the variable.
10993
10994 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10995
10996 Make core files the process_stratum.
10997 * gdb.base/corefile.exp (run: load core again)
10998 (run: sanity check we see the core file, run: with core)
10999 (run: core file is cleared, attach: load core again)
11000 (attach: sanity check we see the core file, attach: with core)
11001 (attach: core file is cleared): New tests.
11002 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11003
11004 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11005
11006 * gdb.arch/altivec-abi.exp: New tests.
11007
11008 2010-07-13 Tom Tromey <tromey@redhat.com>
11009
11010 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11011 (main): Use it.
11012 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11013
11014 2010-07-13 Tom Tromey <tromey@redhat.com>
11015
11016 * gdb.base/label.exp: New file.
11017 * gdb.base/label.c: New file.
11018
11019 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11020 H.J. Lu <hongjiu.lu@intel.com>
11021
11022 * lib/gdb.exp (is_ilp32_target): New.
11023 (is_lp64_target): Likewise.
11024
11025 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11026 target.
11027 * gdb.arch/amd64-disp-step.exp: Likewise.
11028 * gdb.arch/amd64-dword.exp: Likewise.
11029 * gdb.arch/amd64-i386-address.exp: Likewise.
11030 * gdb.arch/amd64-word.exp: Likewise.
11031
11032 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11033 target.
11034 * gdb.arch/i386-bp_permanent.exp: Likewise.
11035 * gdb.arch/i386-byte.exp: Likewise.
11036 * gdb.arch/i386-disp-step.exp: Likewise.
11037 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11038 * gdb.arch/i386-prologue.exp: Likewise.
11039 * gdb.arch/i386-size-overlap.exp: Likewise.
11040 * gdb.arch/i386-size.exp: Likewise.
11041 * gdb.arch/i386-sse.exp: Likewise.
11042 * gdb.arch/i386-unwind.exp: Likewise.
11043 * gdb.arch/i386-word.exp: Likewise.
11044
11045 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11046 test only when building 64-bit executables. Do not hard-code
11047 -m64 option.
11048
11049 2010-07-07 Doug Evans <dje@google.com>
11050
11051 * lib/gdb.exp (gdb_test_list_exact): New function.
11052 * gdb.base/default.exp (show convenience): Call it, add tests for
11053 $_sdata = void, $_thread = 0.
11054
11055 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11056 Joel Brobecker <brobecker@adacore.com>
11057
11058 Fix re-run of PIE executable, PR shlibs/11776.
11059 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11060 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11061 and re-"run" of the inferior.
11062
11063 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11064 Joel Brobecker <brobecker@adacore.com>
11065
11066 Cope with missing /usr/sbin/prelink.
11067 * lib/prelink-support.exp (prelink_no):
11068 <result == 1 && $output is "no such file or directory">: New.
11069 (prelink_yes): Likewise. Return on failed prelink_no.
11070
11071 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11072 Joel Brobecker <brobecker@adacore.com>
11073
11074 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11075 build_executable by build_executable_own_libs. Replace "prelink -R"
11076 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11077 change.
11078 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11079 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11080 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11081 Replace build_executable by build_executable_own_libs's function
11082 build_executable_own_libs.
11083 (prelinkNO): Create new stub to call prelink_no.
11084 (prelinkYES): Create new stub to call prelink_yes.
11085 (test_attach): Rename calls of copy to file_copy.
11086 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11087 (copy): Move to ...
11088 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11089 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11090 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11091 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11092 special flags by gdb_compile_shlib. Replace second gdb_compile by
11093 build_executable_own_libs. Replace "prelink -R" execution by a call of
11094 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11095 a second call of prelink_yes. Replace restart commands by
11096 clean_restart.
11097 (prelink): Rename to ...
11098 (seen displacement message): ... this test. Extend its expectation
11099 strictness.
11100
11101 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11102
11103 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11104 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11105 displacement message exactly once.
11106
11107 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11108 Joel Brobecker <brobecker@adacore.com>
11109
11110 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11111 its restore after the <$relink_args != ""> loop. new comment.
11112
11113 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11114 Joel Brobecker <brobecker@adacore.com>
11115
11116 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11117 code for it. New variable relink_args.
11118 (prelinkYES): Call prelinkNO.
11119 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11120 in such case. Move the core code to ...
11121 (test_attach_gdb): ... a new function. Send GDB command "file".
11122 Extend expected "Attaching to " string.
11123
11124 2010-07-02 Tom Tromey <tromey@redhat.com>
11125
11126 * gdb.base/bitops.exp: Remove extraneous "pass".
11127
11128 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
11129
11130 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11131
11132 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11133
11134 * gdb.base/help.exp: Adjust expected output.
11135
11136 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11137
11138 * gdb.base/help.exp: Adjust expected output.
11139
11140 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11141
11142 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11143 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11144 c++/11702.
11145
11146 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11147 Doug Evans <dje@google.com>
11148
11149 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11150 add .dynamic entry'.
11151
11152 2010-06-29 Doug Evans <dje@google.com>
11153
11154 Test PR c++/11702.
11155 * gdb.cp/m-static.exp: Add testcase.
11156 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11157
11158 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11159 Tom Tromey <tromey@redhat.com>
11160 Thiago Jung Bauermann <bauerman@br.ibm.com>
11161
11162 * gdb.python/py-inferior.c: New File.
11163 * gdb.python/py-infthread.c: New File.
11164 * gdb.python/py-inferior.exp: New File.
11165 * gdb.python/py-infthread.exp: New File.
11166
11167 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11168
11169 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11170 (ptype ::C::OtherFileClass typedefs): New.
11171 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11172 (C::OtherFileClass::cOtherFileClassVar2): New.
11173 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11174 cOtherFileClassVar2.
11175 (C::cOtherFileType2, C::cOtherFileVar2): New.
11176 (C::cOtherFileVar_use): use also cOtherFileVar2.
11177 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11178
11179 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11180
11181 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11182 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11183 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11184 (print ::C::cOtherFileVar)
11185 (whatis C::OtherFileClass::cOtherFileClassType)
11186 (whatis ::C::OtherFileClass::cOtherFileClassType)
11187 (print C::OtherFileClass::cOtherFileClassVar)
11188 (print ::cOtherFileClassVar)
11189 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11190 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11191 trailing content.
11192 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11193 (C::OtherFileClass::cOtherFileClassVar)
11194 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11195 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11196
11197 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 Test PR c++/11703 and PR gdb/1448.
11200 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11201 gdb/1448.
11202
11203 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11204
11205 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11206 (main) <rtti_data>: New.
11207 * gdb.cp/virtbase.exp (print rtti_data): New.
11208
11209 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11210 Joel Brobecker <brobecker@adacore.com>
11211
11212 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11213
11214 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11215
11216 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11217
11218 2010-06-28 Doug Evans <dje@google.com>
11219
11220 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11221
11222 2010-06-27 Doug Evans <dje@google.com>
11223
11224 * gdb.cp/m-static.exp: Update expected test output.
11225
11226 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11227
11228 * gdb.gdb/selftest.exp: Adjust expected message for
11229 capturing start-up runtime.
11230
11231 2010-06-25 Tom Tromey <tromey@redhat.com>
11232
11233 PR python/10808:
11234 * gdb.python/python.exp: Add new tests.
11235
11236 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11237
11238 * gdb.cp/operator.cc: Created an import loop.
11239 * gdb.cp/operator.exp: Added testcase for import loop.
11240
11241 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 Test PR python/11407.
11244 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11245 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11246 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11247 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11248 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11249 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11250 binfile. Call gdb_compile with clean_restart twice.
11251 (func_nofb print, func_nofb backtrace, func_loopfb print)
11252 (func_loopfb backtrace): New.
11253
11254 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11255
11256 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11257 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11258 by a hand made one.
11259 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11260 i?86 requirement. Remove variables srcfile and binfile. New variable
11261 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11262
11263 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11264
11265 * gdb.cell/dwarfaddr.exp: New file.
11266 * gdb.cell/dwarfaddr.S: New file.
11267
11268 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11269
11270 Test PR 9436.
11271 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11272
11273 2010-06-24 Hui Zhu <teawater@gmail.com>
11274
11275 * gdb.base/eval.exp: New file.
11276
11277 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11278
11279 * gdb.cell/fork.exp: New file.
11280 * gdb.cell/fork.c: Likewise.
11281 * gdb.cell/fork-spu.c: Likewise.
11282
11283 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11284
11285 * lib/gdb.exp (banned_variables_traced): New global variable.
11286 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11287 (gdb_init): Use `trace add variable' instead of obsolete
11288 `trace variable'.
11289
11290 2010-06-21 Doug Evans <dje@google.com>
11291
11292 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11293
11294 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11295
11296 * gdb.arch/spu-ls.exp: New file.
11297 * gdb.arch/spu-ls.c: Likewise.
11298
11299 2010-06-18 Stan Shebs <stan@codesourcery.com>
11300
11301 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11302
11303 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11304
11305 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11306 * gdb.base/watch-cond.exp: Likewise.
11307 * gdb.python/py-breakpoint.exp: Likewise.
11308
11309 2010-06-18 Pedro Alves <pedro@codesourcery.com>
11310
11311 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11312 clean_restart, make sure every test has a distinct message, and
11313 that messages don't include the executable' full path.
11314
11315 2010-06-17 Doug Evans <dje@google.com>
11316
11317 * gdb.arch/i386-size.exp: Updated expected output for
11318 DISASSEMBLY_OMIT_FNAME.
11319
11320 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11321 Sergio Durigan Junior <sergiodj@redhat.com>
11322
11323 * gdb.base/watch-notconst.c: New file.
11324 * gdb.base/watch-notconst.S: New file.
11325 * gdb.base/watch-notconst2.c: New file.
11326 * gdb.base/watch-notconst2.S: New file.
11327 * gdb.base/watch-notconst.exp: New file.
11328 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11329 (func4): Add operations on `global_ptr_ptr'.
11330 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11331 routine to test watchpoints created with a constant expression.
11332 (test_inaccessible_watchpoint): Include tests for watchpoints
11333 created with a constant expression.
11334
11335 2010-06-14 Kevin Buettner <kevinb@redhat.com>
11336
11337 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11338 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11339 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11340 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11341 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11342 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11343 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11344 of `_start'.
11345
11346 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11347
11348 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11349 not supported on the target.
11350 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11351 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11352 * gdb.mi/mi-nsintrall.exp: Likewise.
11353 * gdb.mi/mi-nsmoribund.exp: Likewise.
11354 * gdb.mi/mi-nsthrexec.exp: Likewise.
11355
11356 2010-06-11 Stan Shebs <stan@codesourcery.com>
11357
11358 * gdb.base/permissions.exp: New file.
11359
11360 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11361
11362 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11363 does not support ELF executable class.
11364
11365 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11366
11367 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11368
11369 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11370
11371 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11372 (runto): Catch "The target does not support running in non-stop mode.".
11373
11374 2010-06-11 Michael Snyder <msnyder@vmware.com>
11375
11376 * gdb.base/setshow.exp (set language asm): Don't use
11377 gdb_test_no_output, fails on some targets.
11378
11379 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11380
11381 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11382 * gdb.cp/pr9167.exp: Likewise.
11383
11384 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11385
11386 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11387
11388 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11389
11390 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11391
11392 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11393
11394 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11395
11396 2010-06-11 Tom Tromey <tromey@redhat.com>
11397
11398 PR gdb/9977, PR exp/11636::
11399 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11400 (pieces_test_f6): Update expected output.
11401
11402 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11403
11404 * gdb.base/moribund-step.exp: New.
11405
11406 2010-06-08 Michael Snyder <msnyder@vmware.com>
11407
11408 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
11409 * gdb.ada/boolean_expr.exp:
11410 * gdb.ada/frame_args.exp: Ditto.
11411 * gdb.ada/lang_switch.exp: Ditto.
11412 * gdb.ada/ptype_arith_binop.exp: Ditto.
11413 * gdb.ada/ref_param.exp: Ditto.
11414 * gdb.ada/type_coercion.exp:Ditto.
11415
11416 * gdb.asm/asm-source.exp: Ditto.
11417
11418 * gdb.base/attach.exp: Ditto.
11419 * gdb.base/bitfields2.exp: Ditto.
11420 * gdb.base/call-signal-resume.exp: Ditto.
11421 * gdb.base/callfuncs.exp: Ditto.
11422 * gdb.base/commands.exp: Ditto.
11423 * gdb.base/dbx.exp: Ditto.
11424 * gdb.base/default.exp: Ditto.
11425 * gdb.base/dump.exp: Ditto.
11426 * gdb.base/exprs.exp: Ditto.
11427 * gdb.base/freebpcmd.exp: Ditto.
11428 * gdb.base/interrupt.exp: Ditto.
11429 * gdb.base/list.exp: Ditto.
11430 * gdb.base/long_long.exp: Ditto.
11431 * gdb.base/maint.exp: Ditto.
11432 * gdb.base/ptype.exp: Ditto.
11433 * gdb.base/return.exp: Ditto.
11434 * gdb.base/setshow.exp: Ditto.
11435 * gdb.base/sigbpt.exp: Ditto.
11436 * gdb.base/sigrepeat.exp: Ditto.
11437
11438 * gdb.cp/classes.exp: Ditto.
11439
11440 * gdb.dwarf2/dw2-restore.exp: Ditto.
11441
11442 * gdb.gdb/selftest.exp: Ditto.
11443
11444 * gdb.multi/base.exp: Ditto.
11445 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11446
11447 * gdb.python/py-block.exp: Ditto.
11448 * gdb.python/py-prettyprint.exp: Ditto.
11449 * gdb.python/py-template.exp: Ditto.
11450
11451 * gdb.server/ext-attach.exp: Ditto.
11452 * gdb.server/ext-run.exp: Ditto.
11453 * gdb.server/server-mon.exp: Ditto.
11454
11455 * gdb.threads/fork-thread-pending.exp: Ditto.
11456 * gdb.threads/hand-call-in-threads.exp: Ditto.
11457 * gdb.threads/interrupted-hand-call.exp: Ditto.
11458 * gdb.threads/linux-dp.exp: Ditto.
11459 * gdb.threads/manythreads.exp: Ditto.
11460 * gdb.threads/print-threads.exp: Ditto.
11461 * gdb.threads/pthreads.exp: Ditto.
11462 * gdb.threads/schedlock.exp: Ditto.
11463 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11464 * gdb.threads/threadapply.exp: Ditto.
11465
11466 2010-06-08 Michael Snyder <msnyder@vmware.com>
11467
11468 * gdb.ada/exec_changed.exp:
11469 Use ".*" instead of "" as wildcard regexp.
11470
11471 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11472 * gdb.base/call-ar-st.exp: Ditto.
11473 * gdb.base/checkpoint.exp: Ditto.
11474 * gdb.base/default.exp: Ditto.
11475 * gdb.base/dump.exp: Ditto.
11476 * gdb.base/ending-run.exp: Ditto.
11477 * gdb.base/fileio.exp: Ditto.
11478 * gdb.base/miscexprs.exp: Ditto.
11479 * gdb.base/pointers.exp: Ditto.
11480 * gdb.base/readline.exp: Ditto.
11481 * gdb.base/reread.exp: Ditto.
11482 * gdb.base/restore.exp: Ditto.
11483 * gdb.base/shlib-call.exp: Ditto.
11484 * gdb.base/valgrind-db-attach.exp: Ditto.
11485 * gdb.base/volatile.exp: Ditto.
11486 * gdb.base/watchpoints.exp: Ditto.
11487
11488 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11489
11490 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11491 * gdb.python/py-value.exp: Ditto.
11492
11493 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11494 * gdb.trace/circ.exp: Ditto.
11495 * gdb.trace/collection.exp: Ditto.
11496 * gdb.trace/packetlen.exp: Ditto.
11497 * gdb.trace/passc-dyn.exp: Ditto.
11498 * gdb.trace/report.exp: Ditto.
11499 * gdb.trace/tfile.exp: Ditto.
11500 * gdb.trace/tfind.exp: Ditto.
11501 * gdb.trace/while-dyn.exp: Ditto.
11502
11503 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11504
11505 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11506
11507 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 Test PR 10640.
11510 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11511
11512 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11513
11514 * gdb.cp/koenig.exp: Test for ADL operators.
11515 * gdb.cp/koenig.cc: Added ADL operators.
11516 * gdb.cp/operator.exp: New test.
11517 * gdb.cp/operator.cc: New test.
11518
11519 2010-06-04 Michael Snyder <msnyder@vmware.com>
11520
11521 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11522 * gdb.base/pending.exp: Ditto.
11523
11524 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11525
11526 2010-06-04 Doug Evans <dje@google.com>
11527
11528 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11529 disabled printers.
11530 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11531 (enable_lookup_function): New function.
11532
11533 2010-06-04 Tom Tromey <tromey@redhat.com>
11534
11535 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11536 of hash and id.
11537
11538 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11541 newline.
11542 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11543 (empty verbose non-noisy clear, empty verbose noisy clear)
11544 (empty non-verbose noisy clear): Likewise.
11545
11546 2010-06-03 Michael Snyder <msnyder@vmware.com>
11547
11548 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11549 * gdb.base/display.exp: Ditto.
11550 * gdb.base/find.exp: Ditto.
11551 * gdb.base/ifelse.exp: Ditto.
11552 * gdb.base/multi-forks.exp: Ditto.
11553 * gdb.base/recurse.exp: Ditto.
11554 * gdb.base/setshow.exp: Ditto.
11555 * gdb.base/value-double-free.exp: Ditto.
11556 * gdb.base/watch-vfork.exp: Ditto.
11557 * gdb.base/watch_thread_num.exp: Ditto.
11558 * gdb.base/watchpoint-solib.exp: Ditto.
11559 * gdb.base/watchpoint.exp: Ditto.
11560 * gdb.base/watchpoints.exp: Ditto.
11561
11562 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11563 * gdb.cp/overload.exp: Ditto.
11564 * gdb.cp/virtfunc.exp: Ditto.
11565
11566 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11567
11568 * gdb.reverse/watch-precsave.exp:
11569 Replace gdb_test with gdb_test_no_output.
11570
11571 * gdb.threads/attach-into-signal.exp:
11572 Replace gdb_test with gdb_test_no_output.
11573 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11574 * gdb.threads/watchthreads.exp: Ditto.
11575 * gdb.threads/watchthreads2.exp: Ditto.
11576
11577 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11578 * gdb.trace/tfind.exp: Ditto.
11579
11580 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11581
11582 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11583 successful test if message is the empty string.
11584
11585 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.fortran/module.exp (stopped language detection): New test.
11588
11589 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 Support DW_TAG_module as separate namespaces.
11592 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11593 gdb.fortran/library-module-lib.f90: New.
11594 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11595 (print i): Remove.
11596 (continue to breakpoint: i-is-1, print var_i value 1)
11597 (continue to breakpoint: i-is-2, print var_i value 2)
11598 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11599 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11600 (complete `modmany, complete `modmany`, complete `modmany`var)
11601 (show language, setting breakpoint at module): New tests.
11602 * gdb.fortran/module.f90 (module mod): Remove.
11603 (module mod1, module mod2, module modmany, subroutine sub1)
11604 (subroutine sub2, program module): New.
11605
11606 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11607
11608 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11609 (print value of rUC, print value of rI, print value of UI): ... here.
11610 * gdb.cp/anon-union.exp (pass): Rename to ...
11611 (print z 2): ... here.
11612
11613 2010-06-02 Michael Snyder <msnyder@vmware.com>
11614
11615 * gdb.trace/actions.exp: Use gdb_test_no_output.
11616 * gdb.trace/circ.exp: Ditto.
11617 * gdb.trace/packetlen.exp: Ditto.
11618 * gdb.trace/save-trace.exp: Ditto.
11619 * gdb.trace/tracecmd.exp: Ditto.
11620 * gdb.trace/tsv.exp: Ditto.
11621
11622 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11623 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11624 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11625 * gdb.threads/manythreads.exp: Ditto.
11626 * gdb.threads/print-threads.exp: Ditto.
11627 * gdb.threads/pthreads.exp: Ditto.
11628 * gdb.threads/schedlock.exp: Ditto.
11629 * gdb.threads/staticthreads.exp: Ditto.
11630 * gdb.threads/thread-specific.exp: Ditto.
11631 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11632 * gdb.threads/threadapply.exp: Ditto.
11633 * gdb.threads/watchthreads.exp: Ditto.
11634 * gdb.threads/watchthreads2.exp: Ditto.
11635
11636 * gdb.python/py-block.exp: Use gdb_test_no_output.
11637 * gdb.python/py-prettyprint.exp: Ditto.
11638 * gdb.python/py-template.exp: Ditto.
11639 * gdb.python/py-value.exp: Ditto.
11640
11641 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11642 * gdb.reverse/watch-reverse.exp: Ditto.
11643
11644 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11645 * gdb.server/ext-run.exp: Ditto.
11646
11647 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11648 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11649 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11650 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11651 * gdb.dwarf2/dw2-producer.exp: Ditto.
11652 * gdb.dwarf2/mac-fileno.exp: Ditto.
11653
11654 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11655 * gdb.gdb/selftest.exp: Ditto.
11656
11657 * gdb.multi/base.exp: Use gdb_test_no_output.
11658
11659 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11660
11661 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11662
11663 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11664
11665 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11666
11667 * gdb.cp/class2.exp: Use gdb_test_no_output.
11668 * gdb.cp/classes.exp: Ditto.
11669 * gdb.cp/extern-c.exp: Ditto.
11670 * gdb.cp/inherit.exp: Ditto.
11671 * gdb.cp/maint.exp: Ditto.
11672 * gdb.cp/mb-inline.exp: Ditto.
11673 * gdb.cp/mb-templates.exp: Ditto.
11674 * gdb.cp/method2.exp: Ditto.
11675 * gdb.cp/misc.exp: Ditto.
11676 * gdb.cp/ovldbreak.exp: Ditto.
11677 * gdb.cp/punctuator.exp: Ditto.
11678 * gdb.cp/templates.exp: Ditto.
11679 * gdb.cp/virtbase.exp: Ditto.
11680
11681 * gdb.threads/attach-stopped.exp:
11682 Replace uses of send_gdb / gdb_expect.
11683 * gdb.threads/attachstop-mt.exp:
11684 Replace uses of send_gdb / gdb_expect.
11685 * gdb.threads/gcore-thread.exp:
11686 Replace uses of send_gdb / gdb_expect.
11687 * gdb.threads/hand-call-in-threads.exp:
11688 Replace uses of send_gdb / gdb_expect.
11689 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11690 * gdb.threads/print-threads.exp:
11691 Replace uses of send_gdb / gdb_expect.
11692 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11693 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11694 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11695
11696 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11697 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11698 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11699 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11700 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11701 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11702 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11703 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11704 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11705 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11706 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11707
11708 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11709
11710 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11711
11712 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11713
11714 * gdb.cp/koenig.exp: Added new test case.
11715 * gdb.cp/koenig.cc: Ditto.
11716
11717 2010-06-01 Michael Snyder <msnyder@vmware.com>
11718
11719 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11720 * gdb.base/arrayidx.exp: Ditto.
11721 * gdb.base/attach.exp: Ditto.
11722 * gdb.base/auxv.exp: Ditto.
11723 * gdb.base/bigcre.exp: Ditto.
11724 * gdb.base/break-always.exp: Ditto.
11725 * gdb.base/break-interp.exp: Ditto.
11726 * gdb.base/break.exp: Ditto.
11727 * gdb.base/breakpoint-shadow.exp: Ditto.
11728 * gdb.base/call-ar-st.exp: Ditto.
11729 * gdb.base/call-sc.exp: Ditto.
11730 * gdb.base/call-signal-resume.exp: Ditto.
11731 * gdb.base/callfuncs.exp: Ditto.
11732 * gdb.base/catch-syscall.exp: Ditto.
11733 * gdb.base/charset.exp: Ditto.
11734 * gdb.base/code-expr.exp: Ditto.
11735 * gdb.base/commands.exp: Ditto.
11736 * gdb.base/cond-expr.exp: Ditto.
11737 * gdb.base/condbreak.exp: Ditto.
11738 * gdb.base/cursal.exp: Ditto.
11739 * gdb.base/cvexpr.exp: Ditto.
11740 * gdb.base/default.exp: Ditto.
11741 * gdb.base/del.exp: Ditto.
11742 * gdb.base/detach.exp: Ditto.
11743 * gdb.base/display.exp: Ditto.
11744 * gdb.base/ena-dis-br.exp: Ditto.
11745 * gdb.base/eval-skip.exp: Ditto.
11746 * gdb.base/foll-fork.exp: Ditto.
11747 * gdb.base/foll-vfork.exp: Ditto.
11748 * gdb.base/frame-args.exp: Ditto.
11749 * gdb.base/funcargs.exp: Ditto.
11750 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11751 * gdb.base/gdbvars.exp: Ditto.
11752 * gdb.base/help.exp: Ditto.
11753 * gdb.base/ifelse.exp: Ditto.
11754 * gdb.base/included.exp: Ditto.
11755 * gdb.base/list.exp: Ditto.
11756 * gdb.base/macscp.exp: Ditto.
11757 * gdb.base/maint.exp: Ditto.
11758 * gdb.base/multi-fork.exp: Ditto.
11759 * gdb.base/overlays.exp: Ditto.
11760 * gdb.base/page.exp: Ditto.
11761 * gdb.base/pending.exp: Ditto.
11762 * gdb.base/pointers.exp: Ditto.
11763 * gdb.base/pr11022.exp: Ditto.
11764 * gdb.base/prelink.exp: Ditto.
11765 * gdb.base/printcmds.exp: Ditto.
11766 * gdb.base/psymtab.exp: Ditto.
11767 * gdb.base/randomize.exp: Ditto.
11768 * gdb.base/relational.exp: Ditto.
11769 * gdb.base/relocate.exp: Ditto.
11770 * gdb.base/remote.exp: Ditto.
11771 * gdb.base/sepdebug.exp: Ditto.
11772 * gdb.base/set-lang-auto.exp: Ditto.
11773 * gdb.base/setshow.exp: Ditto.
11774 * gdb.base/setvar.exp: Ditto.
11775 * gdb.base/signals.exp: Ditto.
11776 * gdb.base/signull.exp: Ditto.
11777 * gdb.base/sigstep.exp: Ditto.
11778 * gdb.base/sizeof.exp: Ditto.
11779 * gdb.base/solib-disc.exp: Ditto.
11780 * gdb.base/store.exp: Ditto.
11781 * gdb.base/structs.exp: Ditto.
11782 * gdb.base/structs2.exp: Ditto.
11783 * gdb.base/subst.exp: Ditto.
11784 * gdb.base/term.exp: Ditto.
11785 * gdb.base/trace-commands.exp: Ditto.
11786 * gdb.base/unwindonsignal.exp: Ditto.
11787 * gdb.base/valgrind-db-attach.exp: Ditto.
11788 * gdb.base/varargs.exp: Ditto.
11789 * gdb.base/watch-cond.exp: Ditto.
11790 * gdb.base/watch_thread_num.exp: Ditto.
11791 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11792 * gdb.base/watchpoint.exp: Ditto.
11793 * gdb.base/whatis-exp.exp: Ditto.
11794
11795 2010-06-01 Michael Snyder <msnyder@vmware.com>
11796
11797 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11798 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11799 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11800 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11801 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11802 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11803 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11804 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11805 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11806 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11807 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11808 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11809 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11810 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11811 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11812
11813 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11816 trailing newline.
11817 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11818 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11819 (p *args): ... here and remove excessive trailing newline.
11820
11821 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11822
11823 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11824
11825 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11826
11827 Accept the new Linux kernel "t (tracing stop)" string.
11828 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11829 Update comment.
11830 (state_wait) <T (tracing stop)>: New.
11831 (main): Update the state_wait expect string.
11832
11833 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11834
11835 * limits.c, limits.exp: Delete files.
11836 * Makefile.in (clean mostlyclean): Adjust.
11837 * tracecmd.exp: Adjust.
11838
11839 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11840
11841 * gdb.base/tui-layout.exp: New.
11842
11843 2010-05-28 Michael Snyder <msnyder@vmware.com>
11844
11845 * gdb.reverse/break-precsave.exp:
11846 Replace uses of send_gdb / gdb_expect.
11847 * gdb.reverse/break-reverse.exp:
11848 Replace uses of send_gdb / gdb_expect.
11849 * gdb.reverse/consecutive-precsave.exp:
11850 Replace uses of send_gdb / gdb_expect.
11851 * gdb.reverse/consecutive-reverse.exp:
11852 Replace uses of send_gdb / gdb_expect.
11853 * gdb.reverse/finish-precsave.exp:
11854 Replace uses of send_gdb / gdb_expect.
11855 * gdb.reverse/finish-reverse.exp:
11856 Replace uses of send_gdb / gdb_expect.
11857 * gdb.reverse/i386-precsave.exp:
11858 Replace uses of send_gdb / gdb_expect.
11859 * gdb.reverse/i386-reverse.exp:
11860 Replace uses of send_gdb / gdb_expect.
11861 * gdb.reverse/i386-sse-reverse.exp:
11862 Replace uses of send_gdb / gdb_expect.
11863 * gdb.reverse/i387-env-reverse.exp:
11864 Replace uses of send_gdb / gdb_expect.
11865 * gdb.reverse/i387-stack-reverse.exp:
11866 Replace uses of send_gdb / gdb_expect.
11867 * gdb.reverse/machinestate-precsave.exp:
11868 Replace uses of send_gdb / gdb_expect.
11869 * gdb.reverse/machinestate.exp:
11870 Replace uses of send_gdb / gdb_expect.
11871 * gdb.reverse/sigall-precsave.exp:
11872 Replace uses of send_gdb / gdb_expect.
11873 * gdb.reverse/sigall-reverse.exp:
11874 Replace uses of send_gdb / gdb_expect.
11875 * gdb.reverse/solib-precsave.exp:
11876 Replace uses of send_gdb / gdb_expect.
11877 * gdb.reverse/solib-reverse.exp:
11878 Replace uses of send_gdb / gdb_expect.
11879 * gdb.reverse/step-precsave.exp:
11880 Replace uses of send_gdb / gdb_expect.
11881 * gdb.reverse/step-reverse.exp:
11882 Replace uses of send_gdb / gdb_expect.
11883 * gdb.reverse/until-precsave.exp:
11884 Replace uses of send_gdb / gdb_expect.
11885 * gdb.reverse/until-reverse.exp:
11886 Replace uses of send_gdb / gdb_expect.
11887 * gdb.reverse/watch-precsave.exp:
11888 Replace uses of send_gdb / gdb_expect.
11889 * gdb.reverse/watch-reverse.exp:
11890 Replace uses of send_gdb / gdb_expect.
11891
11892 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11893
11894 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11895 excessive newline.
11896
11897 2010-05-27 Michael Snyder <msnyder@vmware.com>
11898
11899 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11900 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11901 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11902 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11903 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11904 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11905 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11906 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11907 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11908 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11909 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11910 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11911 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11912 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11913 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11914 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11915 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11916 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11917 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11918
11919 2010-05-26 Michael Snyder <msnyder@vmware.com>
11920
11921 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11922 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11923
11924 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11925 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11926 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11927
11928 * gdb.reverse/consecutive-reverse.exp:
11929 Replace uses of send_gdb / gdb_expect.
11930 * gdb.reverse/consecutive-precsave.exp:
11931 Replace uses of send_gdb / gdb_expect.
11932
11933 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11934 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11935 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11936 * gdb.mi/mi-ns-stale-regcache.exp:
11937 Replace uses of send_gdb / gdb_expect.
11938 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11939 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11940 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11941 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11942 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11943 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11944 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11945 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11946 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11947
11948 2010-05-26 Michael Snyder <msnyder@vmware.com>
11949
11950 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11951
11952 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11953
11954 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11955 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11956 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11957 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11958 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11959 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11960 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11961 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11962 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11963
11964 2010-05-25 Tom Tromey <tromey@redhat.com>
11965
11966 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11967
11968 2010-05-25 Tom Tromey <tromey@redhat.com>
11969
11970 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11971 argument order.
11972 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11973 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11974 order.
11975 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11976 order.
11977 * gdb.base/call-sc.exp (setup_kfails): Remove.
11978 (setup_compiler_kfails): Remove.
11979 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11980 argument order.
11981 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11982 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11983 (advancei): Fix setup_kfail argument order.
11984 * gdb.base/radix.exp: Fix setup_kfail argument order.
11985 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11986 order.
11987 * gdb.base/structs.exp (setup_kfails): Remove.
11988 (setup_compiler_kfails): Fix setup_kfail argument order.
11989 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11990 order.
11991 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11992 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11993 setup_kfail argument order.
11994 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11995
11996 2010-05-25 Tom Tromey <tromey@redhat.com>
11997
11998 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11999
12000 2010-05-25 Michael Snyder <msnyder@vmware.com>
12001
12002 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12003 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12004 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12005 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12006 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12007 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12008 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12009 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12010 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12011 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12012 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12013 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12014 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12015 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12016 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12017 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12018 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12019 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12020 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12021 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12022 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12023 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12024 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12025 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12026 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12027 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12028 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12029 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12030 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12031 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12032 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12033 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12034 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12035 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12036 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12037 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12038 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12039 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12040 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12041 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12042 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12043 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12044 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12045 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12046 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12047 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12048 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12049 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12050
12051 2010-05-25 Doug Evans <dje@google.com>
12052
12053 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12054 gdb.string_to_argv.
12055
12056 2010-05-21 Tom Tromey <tromey@redhat.com>
12057
12058 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12059 Call it.
12060 * gdb.dwarf2/pieces.S: Update.
12061 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12062
12063 2010-05-21 Tom Tromey <tromey@redhat.com>
12064
12065 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12066 Call it.
12067 * gdb.dwarf2/pieces.c (struct C): New.
12068 (f6): New function.
12069 * gdb.dwarf2/pieces.S: Replace.
12070
12071 2010-05-21 Tom Tromey <tromey@redhat.com>
12072
12073 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12074 Call it.
12075
12076 2010-05-21 Tom Tromey <tromey@redhat.com>
12077
12078 * gdb.dwarf2.pieces.exp: New file.
12079 * gdb.dwarf2.pieces.S: New file.
12080 * gdb.dwarf2.pieces.c: New file.
12081
12082 2010-05-20 Pedro Alves <pedro@codesourcery.com>
12083 Joel Brobecker <brobecker@adacore.com>
12084
12085 * lib/gdb.exp (gdb_test_no_output): New function.
12086 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12087 when testing commands that should produce no output.
12088
12089 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12090
12091 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12092 parameter that we want to watch being a constant.
12093
12094 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12095
12096 * gdb.ada/cond_lang: New testcase.
12097
12098 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12099
12100 * lib/gdb.exp (banned_variables): New variable/constant.
12101 (gdb_init): Add write trace on variables listed in banned_variables.
12102 (gdb_finish): Remove write traces on variables listed in
12103 banned_variables.
12104
12105 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12106
12107 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12108 * gdb.cp/koenig.exp: Likewise.
12109
12110 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12111
12112 PR python/11482
12113
12114 * gdb.python/py-value.exp (test_value_hash): New function.
12115
12116 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12117
12118 PR exp/11530.
12119 * gdb.base/gdb11530.c: New file.
12120 * gdb.base/gdb11530.exp: New file.
12121
12122 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12123
12124 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12125 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12126
12127 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12128
12129 * gdb.cp/koenig.exp: New test.
12130 * gdb.cp/koenig.cc: New test program.
12131
12132 2010-05-05 Joel Brobecker <brobecker@adacore.com>
12133
12134 Remove the use of prms_id and bug_id throughout the testsuite.
12135
12136 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12137
12138 PR exp/11349.
12139 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12140 use a reference local variable.
12141
12142 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12143
12144 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12145 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12146 variable different_dir. Move debugfile into a full directory pathname
12147 under DIFFERENT_DIR.
12148 * lib/gdb.exp (separate_debug_filename): Remove.
12149 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12150 variable debug_dir and mkdir of it. Update function comments.
12151
12152 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12153
12154 PR gdb/11557
12155
12156 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12157 files.
12158
12159 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12160
12161 * gdb.python/py-param.exp: New File.
12162
12163 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12164
12165 * gdb.base/default.exp: Fix "set language" test.
12166
12167 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12168
12169 PR breakpoints/11531.
12170 * gdb.base/gdb11531.c: New file.
12171 * gdb.base/gdb11531.exp: New file.
12172
12173 2010-04-26 Tom Tromey <tromey@redhat.com>
12174
12175 * gdb.base/completion.exp: Add tests for completion and deprecated
12176 commands.
12177
12178 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12181 (print /x char_array): Escape curly brackets.
12182
12183 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 Fix deadlock on looped list of loaded shared objects.
12186 * gdb.base/solib-corrupted.exp: New.
12187
12188 2010-04-23 Doug Evans <dje@google.com>
12189
12190 * gdb.python/py-section-script.c: New file.
12191 * gdb.python/py-section-script.exp: New file.
12192 * gdb.python/py-section-script.py: New file.
12193
12194 2010-04-20 Chris Moller <cmoller@redhat.com>
12195
12196 PR 10179
12197
12198 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12199 * gdb.base/pr10179-a.c:
12200 * gdb.base/pr10179-b.c:
12201 * gdb.base/pr10179.exp: New files.
12202
12203 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12204
12205 Fix crashes on dangling display expressions.
12206 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12207 is SEP.
12208 (lib_flags): Remove the "debug" keyword.
12209 (libsepdebug): New variable for iterating new loop.
12210 (save_pf_prefix): New variable wrapping the loop.
12211 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12212 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12213
12214 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12215
12216 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12217
12218 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12219
12220 PR stabs/11479.
12221 * gdb.stabs/gdb11479.exp: New file.
12222 * gdb.stabs/gdb11479.c: New file.
12223
12224 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12225
12226 * gdb.base/charset.c (Strin16, String32): New variables.
12227 * gdb.base/charset.exp (gdb_test): Test correct display
12228 of 16 or 32 bit strings.
12229
12230 2010-04-21 Chris Moller <cmoller@redhat.com>
12231
12232 PR 9167
12233 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12234 * gdb.cp/pr9167.cc: New file.
12235 * gdb.cp/pr9167.exp: New file.
12236
12237
12238 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12239
12240 PR pascal/11492.
12241 * gdb.pascal/gdb11492.pas: New file.
12242 * gdb.pascal/gdb11492.exp: New file.
12243
12244 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12245
12246 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12247
12248 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12249
12250 * gdb.ada/dyn_loc: New testcase.
12251
12252 2010-04-20 Chris Moller <cmoller@redhat.com>
12253
12254 PR 10867
12255
12256 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12257 * gdb.cp/pr10687.cc: New file.
12258 * gdb.cp/pr10687.exp: New file.
12259
12260
12261 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12262 Sergio Durigan Junior <sergiodj@redhat.com>
12263
12264 * gdb.fortran/logical.exp: New testcase.
12265 * gdb.fortran/logical.f90: New file.
12266
12267 2010-04-19 Doug Evans <dje@google.com>
12268
12269 * gdb.base/help.exp (help source): Update expected output.
12270
12271 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12272
12273 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12274 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12275 gdb_exit and return.
12276 (executable): New variable.
12277 (binfile): Use it.
12278
12279 2010-04-19 Pedro Alves <pedro@codesourcery.com>
12280
12281 PR breakpoints/8554.
12282
12283 * gdb.trace/save-trace.exp: Adjust.
12284
12285 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12286
12287 PR corefiles/11511
12288 * gdb.arch/system-gcore.exp: New.
12289 * gdb.arch/gcore.c: Likewise.
12290
12291 2010-04-15 Doug Evans <dje@google.com>
12292
12293 * gdb.python/py-progspace.c: New file.
12294 * gdb.python/py-progspace.exp: New file.
12295
12296 * gdb.base/source.exp: Add tests for "source -s".
12297
12298 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12299
12300 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12301 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12302 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12303 * gdb.python/py-mi.exp: New test for to_string returning None.
12304
12305 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12306
12307 * gdb.python/py-breakpoint.c: Make result global.
12308
12309 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12310
12311 Fix non-GNU make compatibility.
12312 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12313
12314 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12315
12316 * gdb.python/py-breakpoint.exp: New File.
12317 * gdb.python/py-breakpoint.C: Ditto.
12318
12319 2010-04-08 Stan Shebs <stan@codesourcery.com>
12320
12321 * gdb.trace/actions.exp: Clear default-collect.
12322 * gdb.trace/save-trace.exp: Clear default-collect.
12323
12324 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12325
12326 * gdb.python/py-value: Add null string variable.
12327 (test_lazy_string): Test zero length, NULL address lazy
12328 strings.
12329
12330 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12331
12332 * gdb.arch/i386-avx.c: New.
12333 * gdb.arch/i386-avx.exp: Likewise.
12334
12335 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12336
12337 2010-04-06 Doug Evans <dje@google.com>
12338
12339 * gdb.base/source-test.gdb: New file.
12340 * gdb.base/source.exp: Test source -v.
12341
12342 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12343
12344 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12345
12346 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12347
12348 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12349 within one line, unless it is followed by a double quote.
12350 * gdb.stabs/hppa.sed: Idem.
12351 * gdb.stabs/weird.def: Add char and String constants
12352 * gdb.stabs/weird.exp: Check for correct parsing of
12353 char and string constants.
12354 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12355 in .stabs to .stabx substitution.
12356
12357 2010-04-05 Stan Shebs <stan@codesourcery.com>
12358
12359 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12360 constant global.
12361 * gdb.trace/tfile.exp: Try to print them.
12362
12363 2010-04-04 Stan Shebs <stan@codesourcery.com>
12364
12365 * gdb.base/completion.exp: Update for new "info watchpoints".
12366 * gdb.base/default.exp: Ditto.
12367 * gdb.base/help.exp: Ditto.
12368 * gdb.base/watchpoint.exp: Ditto.
12369 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
12370
12371 2010-04-04 Stan Shebs <stan@codesourcery.com>
12372
12373 * gdb.trace/tfile.exp: Sharpen tfind test.
12374
12375 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12376
12377 * gdb.base/break-entry.exp: New.
12378
12379 2010-04-02 Hui Zhu <teawater@gmail.com>
12380 Michael Snyder <msnyder@vmware.com>
12381
12382 * gdb.reverse/i386-sse-reverse.exp: New file.
12383 * gdb.reverse/i386-sse-reverse.c: New file.
12384
12385 2010-04-02 Pedro Alves <pedro@codesourcery.com>
12386
12387 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12388
12389 2010-04-01 Stan Shebs <stan@codesourcery.com>
12390
12391 * gdb.trace/actions.exp: Tweak expected output.
12392 * gdb.trace/while-stepping.exp: Tweak expected output.
12393
12394 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12395
12396 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12397
12398 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12399
12400 * gdb.base/commands.exp: Adjust.
12401 * gdb.cp/extern-c.exp: Adjust.
12402
12403 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12404
12405 * gdb.trace/collection.c (local_test_func): Define a local struct,
12406 and instanciate it.
12407
12408 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12409
12410 * gdb.trace/collection.exp (gdb_collect_args_test)
12411 (gdb_collect_argarray_test): XFAIL the tests that assume the
12412 argarray argument's elements are collected.
12413
12414 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12415
12416 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12417 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12418
12419 2010-03-31 Stan Shebs <stan@codesourcery.com>
12420
12421 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12422 and tracepoint conditionals.
12423 (gdb_verify_tracepoints): Delete unused return.
12424
12425 2010-03-26 Keith Seitz <keiths@redhat.com>
12426
12427 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12428 appear in the output before main.
12429 Remove KFAIL for gdb/2215 aka bz 9320.
12430
12431 2010-03-30 Doug Evans <dje@google.com>
12432
12433 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12434 by dejagnu.
12435 * gdb.arch/amd64-dword.exp: Ditto.
12436
12437 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12438 match.
12439 (break printf): Ditto.
12440
12441 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12442
12443 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12444 gcc < 4.4.
12445 * gdb.cp/shadow.exp: Ditto.
12446
12447 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12448
12449 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12450 "tstart" is silent.
12451
12452 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12453
12454 * gdb.trace/collection.exp (executable): New.
12455 (binfile): Use it.
12456 (fpreg, spreg, pcreg): New.
12457 (test_register): Use gdb_test_multiple. Pass /x to print.
12458 (prepare_for_trace_test): New.
12459 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12460 (gdb_collect_args_test, gdb_collect_argstruct_test)
12461 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12462 prepare_for_trace_test.
12463 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12464 fpreg, spreg and pcreg.
12465 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12466 prepare_for_trace_test.
12467 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12468 try to detect tracing support here. Don't set breakpoints at
12469 `begin' or `end' here.
12470 <global scope>: Use clean_restart. Run to main before checking
12471 for tracing support. Check for for tracing support here.
12472
12473 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12474
12475 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12476 " as $displacement" to "seen displacement message".
12477
12478 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12479
12480 * gdb.trace/while-dyn.exp (executable): New variable.
12481 (binfile): Use it.
12482 (test_while_stepping): New function. Move most tests here. Call
12483 it once for each of the while-stepping, stepping and ws aliases.
12484
12485 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12486
12487 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12488 that do not provide the tagless_struct type name at all.
12489 (test_print_anon_union): Do not check value of uninitialized
12490 union member. Do not use cp_test_ptype_class, so we can accept
12491 "long" as well as "long int".
12492
12493 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12494
12495 * gdb.trace/tfile.c (tohex, bin2hex): New.
12496 (write_error_trace_file): Hexify error description.
12497
12498 2010-03-25 Stan Shebs <stan@codesourcery.com>
12499
12500 * gdb.trace/tfile.c: Generate an additional trace file, improve
12501 portability.
12502 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12503 files in a better way.
12504
12505 2010-03-25 Keith Seitz <keiths@redhat.com>
12506
12507 * gdb.java/jprint.exp: XFAIL printing of static class members
12508 because of GCC debuginfo problem.
12509
12510 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12511
12512 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12513
12514 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12515
12516 * gdb.base/completion.exp: Allow long instead of long int.
12517 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12518 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12519 variable p.
12520 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12521 * gdb.base/pointers.exp: Allow long instead of long int.
12522 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12523 * gdb.base/step-line.exp: Allow a directory before the source file name.
12524
12525 2010-03-24 Tom Tromey <tromey@redhat.com>
12526
12527 PR breakpoints/9352:
12528 * gdb.base/default.exp: Update.
12529 * gdb.base/commands.exp: Update.
12530 * gdb.cp/extern-c.exp: Test setting commands on multiple
12531 breakpoints at once.
12532
12533 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12534
12535 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12536 if gdb,nosignals.
12537 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12538 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12539 exited".
12540
12541 2010-03-24 Stan Shebs <stan@codesourcery.com>
12542
12543 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12544
12545 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12546
12547 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12548 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12549 argument. Handle "short" and "long".
12550 (Top level): Pass overprototyped output for old_fptr and xptr.
12551
12552 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12553
12554 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12555 format strings and add casts to avoid compiler warnings.
12556
12557 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12558
12559 * lib/trace-support.exp (gdb_trace_setactions):
12560 Don't expect whitespace after ">" prompt.
12561 * gdb.trace/actions.exp: Adjust for output changes.
12562 * gdb.trace/while-stepping.exp: Likewise.
12563
12564 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12565
12566 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12567 and r157645).
12568
12569 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12570
12571 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12572 New.
12573
12574 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12575
12576 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12577 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12578
12579 2010-03-19 Stan Shebs <stan@codesourcery.com>
12580
12581 * gdb.trace/ax.exp: New file.
12582
12583 2010-03-19 Doug Evans <dje@google.com>
12584
12585 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12586 output from gcc.
12587
12588 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12589 named /usr/sbin/prelink<foo>.
12590
12591 2010-03-18 Stan Shebs <stan@codesourcery.com>
12592
12593 * gdb.trace/circ.exp: Test circular-trace-buffer.
12594 * gdb.trace/tfile.exp: Update tstatus test.
12595
12596 2010-03-18 Joel Brobecker <brobecker@adacore.com>
12597
12598 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12599 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12600
12601 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12602
12603 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12604
12605 2010-03-18 Pedro Alves <pedro@codesourcery.com>
12606
12607 * gdb.base/default.exp: Adjust the expected output of the finish
12608 and until commands when the inferior is not being run.
12609
12610 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12611
12612 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12613 * gdb.cp/nsusing.exp: Ditto.
12614
12615 2010-03-15 Tom Tromey <tromey@redhat.com>
12616
12617 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12618 * gdb.cp/userdef.cc (operator==): New function.
12619 (main): New locals mem1, mem2.
12620
12621 2010-03-15 Jie Zhang <jie@codesourcery.com>
12622
12623 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12624 Declare and use new loadtimeout variable.
12625
12626 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12627
12628 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12629 Use gdb_load later.
12630
12631 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12632
12633 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12634 literal. Add missing endlines to prints to stderr.
12635
12636 2010-03-12 Tom Tromey <tromey@redhat.com>
12637
12638 PR c++/9708:
12639 * gdb.cp/m-static.exp: Add regression test.
12640 * gdb.cp/m-static.cc (method): New method.
12641 (main): Call it.
12642
12643 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12644
12645 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12646 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12647
12648 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12649
12650 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12651
12652 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12653
12654 * lib/gdb.exp (skip_stl_tests): New.
12655 (gdb_compile): Symbian needs -ldl.
12656 (shlib_target_file): New.
12657 (shlib_symbol_file): New.
12658 (gdb_load_shlibs): Use shlib_target_file.
12659 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12660 * gdb.cp/exception.exp: Use skip_stl_tests.
12661 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12662 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12663 * gdb.cp/mb-templates.exp: Ditto.
12664 * gdb.base/commands.exp: Relax regexes.
12665 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12666 shlib_target_file and shlib_symbol_file.
12667 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12668 sections.
12669 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12670 * gdb.base/solib-disc.exp: Use
12671 shlib_target_file and shlib_symbol_file.
12672 * gdb.base/unload.exp: Don't skip on symbian. Use
12673 shlib_target_file and shlib_symbol_file.
12674 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12675
12676 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12677
12678 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12679 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12680 Issue a tfind end before looking for a tracepoint frame.
12681 * gdb.trace/tfind.exp: Adjust tstatus output.
12682 Adjust disassembly output.
12683 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12684
12685 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12686
12687 * gdb.base/break-interp.exp: Create new displacement parameter value
12688 for the test_ld calls.
12689 (reach): New parameter displacement, verify its content. New push of
12690 pf_prefix "reach-$func:". Import global expect_out.
12691 (test_core): New parameter displacement, verify its content. New push
12692 of pf_prefix "core:". New command "set verbose on". Import global
12693 expect_out.
12694 (test_attach): New parameter displacement, verify its content. New
12695 push of pf_prefix "attach:". New command "set verbose on". Import
12696 global expect_out.
12697 (test_ld): New parameter displacement, pass it to the reach, test_core
12698 and test_attach calls and verify its content in the "ld.so exit" test.
12699 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12700 (prelink): Update expected text, use gdb_test.
12701
12702 2010-03-10 Doug Evans <dje@google.com>
12703
12704 * gdb.base/checkpoint.exp: Fix comment.
12705 Lengthen timeout while doing >600 checkpoints test.
12706 Rename duplicate "kill all one" test to keep test names unique.
12707
12708 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12709
12710 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12711
12712 2010-03-08 Keith Seitz <keiths@redhat.com>
12713
12714 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12715 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12716 (dm_type_long): New function.
12717 (dm_type_unsigned_short): New function.
12718 (dm_type_unsigned_long): New function.
12719 (myint): New typedef.
12720 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12721 long, unsigned shor and long, operator char*, and typedef.
12722 (test_lookup_operator_functions): Add operator char* test.
12723 (test_paddr_operator_functions): Likewise.
12724 (test_paddr_overloaded_functions): Use probe values for
12725 short, long, and unsigned short and long.
12726 (test_paddr_hairy_functions): If the demangler probe detected
12727 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12728 demangler.
12729 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12730 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12731 and "print null_pmf".
12732 Add test "ptype a.*pmf".
12733 * gdb.cp/overload.exp: Allow optional "int" to appear with
12734 "short" and "long".
12735 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12736 long expect value for men_overload1arg.
12737 Allow "int" to appear with "short" and "long".
12738 When testing "info break", add argument for main (void).
12739 Also allow "int" to appear with "short" and "long".
12740 Ditto with "unsigned" and "long long".
12741 * gdb.java/jmain.exp: Do not enclose methods names in single
12742 quotes.
12743 * gdb.java/jmisc.exp: Likewise.
12744 * gdb.java/jprint.exp: Likewise.
12745 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12746
12747 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12748 * gdb.cp/exception.exp (backtrace after first throw)
12749 (backtrace after second throw): Allow a namespace before __cxa_throw.
12750 (backtrace after first catch, backtrace after second catch): Allow
12751 a namespace before __cxa_begin_catch.
12752
12753 * gdb.cp/cpexprs.exp: New file.
12754 * gdb.cp/cpexprs.cc: New file.
12755
12756 From Daniel Jacobowitz <dan@codesourcery.com>
12757 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12758 to use string_to_regexp.
12759 (ctor, dtor): New functions. Use them to match constructor
12760 and destructor function types.
12761 (Top level): Use runto_main.
12762
12763 2010-03-05 Tom Tromey <tromey@redhat.com>
12764
12765 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12766 gdb.target_charset.
12767 (pp_ns.to_string): Likewise.
12768
12769 2010-03-04 Keith Seitz <keiths@redhat.com>
12770
12771 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12772 can be quoted. Test that both the filename and function/line
12773 portions can be quoted at the same time.
12774
12775 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12776
12777 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12778
12779 2010-03-03 Doug Evans <dje@google.com>
12780
12781 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12782 libc contains libpthread.
12783
12784 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12785 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12786 of gdb_compile. Add another pattern to match android backtrace.
12787
12788 2010-03-03 Tom Tromey <tromey@redhat.com>
12789
12790 PR gdb/11345:
12791 * gdb.base/printcmds.exp (test_printf): Add test.
12792
12793 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12794
12795 * gdb.arch/amd64-byte.exp: New.
12796 * gdb.arch/amd64-dword.exp: Likewise.
12797 * gdb.arch/amd64-pseudo.c: Likewise.
12798 * gdb.arch/amd64-word.exp: Likewise.
12799 * gdb.arch/i386-byte.exp: Likewise.
12800 * gdb.arch/i386-pseudo.c: Likewise.
12801 * gdb.arch/i386-word.exp: Likewise.
12802
12803 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12804
12805 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12806 types. Add structreg, bitfields, and flags registers.
12807 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12808 registers.
12809
12810 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12811
12812 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12813 (load_description): Set architecture if defined.
12814
12815 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12816
12817 * gdb.python/py-frame.exp: Add read_var block tests.
12818 * gdb.python/py-frame.c (block): New function.
12819
12820 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12821 Daniel Jacobowitz <dan@codesourcery.com>
12822
12823 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12824
12825 2010-02-25 David S. Miller <davem@davemloft.net>
12826
12827 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12828 fix logic for setting all_syscalls_numbers.
12829
12830 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12831
12832 * Makefile.in: Add py-block and py-symbol.
12833 * gdb.python/py-symbol.exp: New File.
12834 * gdb.python/py-symtab.exp: New File.
12835 * gdb.python/py-block.exp: New File.
12836 * gdb.python/py-symbol.c: New File.
12837 * gdb.python/py-block.c: New File.
12838
12839 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12840
12841 PR python/11314
12842 * lib/gdb.exp (skip_python_tests): New function.
12843 * gdb.python/py-cmd.exp: Use skip_python_tests.
12844 * gdb.python/py-frame.exp: Likewise.
12845 * gdb.python/py-function.exp: Likewise.
12846 * gdb.python/py-prettyprint.exp: Likewise.
12847 * gdb.python/py-template.exp: Likewise.
12848 * gdb.python/py-type.exp: Likewise.
12849 * gdb.python/py-value.exp: Likewise.
12850
12851 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12852
12853 PR9605
12854
12855 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12856
12857 2010-02-19 Tom Tromey <tromey@redhat.com>
12858
12859 PR c++/8693, PR c++/9496:
12860 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12861 regression tests.
12862
12863 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12864
12865 Fix compatibility with m68k as.
12866 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12867 Use only /* comments */.
12868
12869 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12870
12871 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12872 * configure: Regenerate.
12873
12874 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12875
12876 * gdb.python/py-type.exp: Check for Python support.
12877
12878 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12879
12880 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12881 `regsub' syntax available.
12882
12883 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12884
12885 * gdb.base/shmain.c (main): Remove printf call.
12886 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12887 * gdb.base/unload.c (main): Make format of fprintf a string
12888 literal. Add missing endlines to prints to stderr.
12889 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12890
12891 2010-02-17 Tom Tromey <tromey@redhat.com>
12892
12893 * gdb.java/jprint.java (jprint.props): New field.
12894 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12895
12896 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12897
12898 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12899 available.
12900
12901 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12902
12903 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12904 creation to support remote host testing.
12905
12906 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12907
12908 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12909 Recognize "command not found".
12910
12911 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12912
12913 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12914 single-stepping.
12915
12916 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12917
12918 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12919 if arguments are not supported.
12920
12921 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12922
12923 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12924 be const or non-const.
12925
12926 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12927
12928 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12929 mi_send_resuming_command to send -exec-continue.
12930
12931 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12932
12933 * gdb.base/list.exp (test_list_filename_and_function): Add test
12934 with single quotes.
12935 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12936 matching.
12937 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12938 Add KFAIL'd tests for PR gdb/11289.
12939
12940 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12941
12942 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12943
12944 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12945
12946 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12947 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12948 a temporary directory.
12949
12950 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12951
12952 * gdb.base/charset.exp: Use a single regular expression to match
12953 show host-charset and show target-charset output.
12954
12955 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12956
12957 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12958 "Illegal process-id" expect string more exact.
12959 (attach to digits-starting nonsense is prohibited): New.
12960
12961 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12962
12963 * gdb.base/prelink.exp (set verbose on): New.
12964
12965 2010-02-12 Tomas Holmberg <th@virtutech.com>
12966
12967 * mi-reverse.exp: New file. Test for reverse option to the
12968 following MI commands: exec-continue, exec-finish, exec-next,
12969 exec-step, exec-next-instruction, exec-step-instruction.
12970
12971 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12972
12973 * gdb.ada/ptype_tagged_param: New testcase.
12974
12975 2010-02-08 Tom Tromey <tromey@redhat.com>
12976
12977 PR c++/8017:
12978 * gdb.cp/overload.exp: Add tests.
12979 * gdb.cp/overload.cc (struct K): New.
12980 (namespace N): New.
12981 (main): Call new functions.
12982 (K::staticoverload): Define.
12983
12984 2010-02-08 Chris Moller <moller@mollerware.com>
12985
12986 PR gdb/10728
12987 * gdb.cp/pr10728-x.h: New file.
12988 * gdb.cp/pr10728-x.cc: New file.
12989 * gdb.cp/pr10728-y.cc: New file.
12990 * gdb.cp/pr10728.exp: New file.
12991 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12992
12993 2010-02-08 Chris Moller <moller@mollerware.com>
12994
12995 PR gdb/9067
12996 * gdb.cp/pr9067.exp: New
12997 * gdb.cp/pr9067.cc: New
12998 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12999
13000 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13001
13002 * lib/gdb.exp (gdb_test_timeout): New global variable.
13003 Set it to timeout if not already set.
13004 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13005
13006 2010-02-05 Doug Evans <dje@google.com>
13007
13008 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13009 user.
13010
13011 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13012
13013 PR c++/7935:
13014 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13015
13016 2010-02-04 Tom Tromey <tromey@redhat.com>
13017
13018 * gdb.cp/virtbase.exp: Make test case names unique.
13019
13020 2010-02-02 Tom Tromey <tromey@redhat.com>
13021
13022 * gdb.cp/virtbase.exp: Add regression tests.
13023 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13024 (main): Instantiate RHC.
13025
13026 2010-02-02 Tom Tromey <tromey@redhat.com>
13027
13028 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13029 type-printing change.
13030
13031 2010-02-02 Tom Tromey <tromey@redhat.com>
13032
13033 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13034 * gdb.cp/virtbase.cc: New file.
13035 * gdb.cp/virtbase.exp: New file.
13036 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13037
13038 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13039
13040 PR libc/11214:
13041 * gdb.threads/current-lwp-dead.c: Include features.h.
13042 (HAS_NOMMU): New.
13043 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13044
13045 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13046
13047 * gdb.base/symbol-without-target_section.exp,
13048 gdb.base/symbol-without-target_section.c: New.
13049
13050 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13051
13052 * gdb.base/bigcore.exp: Reset increased timeout.
13053 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13054
13055 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13056
13057 * gdb.base/gcore.exp (capture_command_output): Use
13058 gdb_test_multiple.
13059
13060 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13061
13062 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13063 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13064 (Top level): Call it.
13065
13066 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13067
13068 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13069
13070 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13071
13072 * gdb.base/call-strs.exp, gdb.base/default.exp,
13073 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13074 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13075 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13076 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13077 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13078 * gdb.base/ending-run.exp: Correct restore of timeout.
13079 * gdb.base/page.exp: Remove unnecessary timeout setting.
13080
13081 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13082
13083 * gdb.ada/rec_return: New testcase.
13084
13085 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13086
13087 * gdb.ada/call_pn: New testcase.
13088
13089 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13090
13091 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13092 (Top level): Use it to resume.
13093 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13094 the Thumb mode displaced stepping error as unsupported.
13095
13096 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13097
13098 * gdb.cp/nsusing.exp: Added more tests.
13099 * gdb.cp/nsrecurs.exp: Ditto.
13100 * gdb.cp/nsusing.cc: Added test functions.
13101 * gdb.cp/nsrecurs.cc: Ditto.
13102
13103 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13104
13105 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13106 absolute directory pathnames in gdb.sum file.
13107
13108 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13109
13110 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13111 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13112
13113 2010-01-26 Tom Tromey <tromey@redhat.com>
13114
13115 PR exp/7643:
13116 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13117 setup_kfail.
13118
13119 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13120
13121 * gdb.cp/nsrecurs.exp: New test.
13122 * gdb.cp/nsrecurs.cc: New test program.
13123 * gdb.cp/nsstress.exp: New test.
13124 * gdb.cp/nsstress.cc: New test program.
13125 * gdb.cp/nsdecl.exp: New test.
13126 * gdb.cp/nsdecl.cc: New test program.
13127
13128 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13129
13130 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13131 imported into file scope.
13132 Marked test as xfail.
13133 * gdb.cp/namespace-using.cc (marker5): New function.
13134 * gdb.cp/shadow.exp: New test.
13135 * gdb.cp/shadow.cc: New test program.
13136 * gdb.cp/nsimport.exp: New test.
13137 * gdb.cp/nsimport.cc: New test program.
13138
13139 2010-01-25 Tom Tromey <tromey@redhat.com>
13140
13141 PR gdb/11049:
13142 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13143 with "set print null-stop on".
13144
13145 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13146
13147 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13148 Adjust it for DISASSEMBLY_OMIT_FNAME.
13149
13150 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13151
13152 PR symtab/11199:
13153 * gdb.dwarf2/member-ptr-forwardref.exp,
13154 gdb.dwarf2/member-ptr-forwardref.S: New.
13155
13156 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13159 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13160 thread1_tid_mutex. Remove gdbstop_mutex handling.
13161 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13162 thread2_tid_mutex. Remove gdbstop_mutex handling.
13163 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13164 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13165 pthread_cond_wait conditionalizations by while loops.
13166
13167 2010-01-20 Tom Tromey <tromey@redhat.com>
13168
13169 PR backtrace/10770:
13170 * gdb.dwarf2/pr10770.exp: New file.
13171 * gdb.dwarf2/pr10770.c: New file.
13172 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13173
13174 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13175
13176 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13177 that target was removed, and the test always runs native anyway.
13178
13179 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13182 gdb.base/watchpoint-cond-gone-stripped.c: New.
13183
13184 2010-01-19 Tom Tromey <tromey@redhat.com>
13185
13186 PR c++/8000:
13187 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13188 existing tests.
13189 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13190 (main): Use AAA::SomeEnum.
13191
13192 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13193
13194 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13195 (test_ignore_count): Declare line_callme_body global.
13196 (run to breakpoint with ignore count): Use line_callme_body.
13197 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13198 (set line_main_hello, set line_main_return): Reindent.
13199 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13200 New.
13201 (continue to callee4): Use line_callee4_body.
13202 (check *stopped from CLI command): Use line_callee4_next.
13203 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13204 (set line_main_hello, set line_main_return): Reindent.
13205 (set line_callee4_head, set line_callee4_body): New.
13206 (continue to callee4): Use line_callee4_body.
13207
13208 2010-01-18 Tom Tromey <tromey@redhat.com>
13209
13210 PR c++/9680:
13211 * gdb.cp/casts.cc: Add new classes and variables.
13212 * gdb.cp/casts.exp: Test new operators.
13213
13214 2010-01-18 Tom Tromey <tromey@redhat.com>
13215 Thiago Jung Bauermann <bauerman@br.ibm.com>
13216
13217 * gdb.python/source2.py: New file.
13218 * gdb.python/source1: New file.
13219 * gdb.python/python.exp: Test "source" command.
13220
13221 2010-01-15 Stan Shebs <stan@codesourcery.com>
13222
13223 * gdb.trace/tfile.c: New file.
13224 * gdb.trace/tfile.exp: New file.
13225
13226 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13229
13230 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13231
13232 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13233
13234 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13235
13236 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13237 (libfunc): New parameter action. Implement also selectable "sleep".
13238 * gdb.base/break-interp-main.c: Include assert.h.
13239 (libfunc): New parameter action.
13240 (main): New parameters argc and argv. Assert argc. Pass argv.
13241 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13242 (test_attach): New proc.
13243 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13244 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13245
13246 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13247
13248 * gdb.base/break-interp.exp (test_core): New proc.
13249 (test_ld): Call it.
13250
13251 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13252
13253 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13254 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13255 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13256 and gdb_compile_shlib. Use new -Wl compiler options.
13257 (dl bt, main bt): New tests.
13258
13259 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13260
13261 Support PIEs with no symfile_objfile.
13262 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13263 (test_ld): New parameter trynosym.
13264 (test_ld <$trynosym>): New block.
13265
13266 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13267
13268 * gdb.base/break-interp.exp: New file.
13269
13270 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13271
13272 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13273 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13274 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13275 test.
13276 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13277 * gdb.python/py-mi.exp: Add lazy string test.
13278
13279 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13280
13281 * lib/mi-support.exp (mi_check_thread_states): Handle
13282 core number in thread listing.
13283
13284 2010-01-12 Joel Brobecker <brobecker@adacore.com>
13285
13286 * gdb.base/maint.exp: Adjust the expected output for the
13287 "maint print type" test. Use gdb_test_multiple instead of
13288 gdb_sent/gdb_expect.
13289
13290 2010-01-11 Doug Evans <dje@google.com>
13291
13292 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13293 from gdbserver_download. All callers updated.
13294
13295 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13296
13297 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13298
13299 Implement binary numbers parsing.
13300 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13301 (test_integer_literals_rejected): New binary tests.
13302
13303 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13304
13305 * gdb.cell/configure: Regenerate.
13306
13307 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13308
13309 * gdb.base/corefile.exp: Move the core finding block out and call it as
13310 core_find, new variable $corefile, replace corefile by $corefile and
13311 [file tail $corefile] for usage vs. test names resp.
13312 * lib/gdb.exp (core_find): Move it as a new function here. New
13313 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13314 $destcore. Return "" on error.
13315
13316 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13317
13318 Workaround PR binutils/10802.
13319 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13320 (twice).
13321
13322 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13323
13324 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13325
13326 2010-01-08 Joel Brobecker <brobecker@adacore.com>
13327
13328 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13329 call, to avoid interruption.
13330
13331 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.stabs/weird.def (args93): New.
13334
13335 2010-01-07 Doug Evans <dje@google.com>
13336
13337 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13338
13339 2010-01-07 Tom Tromey <tromey@redhat.com>
13340
13341 * gdb.base/source.exp: Use correct line number.
13342
13343 2010-01-05 Stan Shebs <stan@codesourcery.com>
13344
13345 * gdb.trace/tracecmd.exp: Test ftrace.
13346
13347 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13348
13349 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13350
13351 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13352
13353 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13354 "uint_for_mi_testing".
13355
13356 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13357
13358 Test indented comment in file being sourced.
13359 * gdb.base/commands.exp: Test indented comment in file being sourced.
13360
13361 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13362
13363 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13364 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13365 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13366 notice.
13367
13368 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13369
13370 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13371 notice.
13372
13373 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13376 missing $after_stopped and comma (,) expectation.
13377
13378 2009-12-31 Stan Shebs <stan@codesourcery.com>
13379
13380 * gdb.trace/actions.exp: Test teval action.
13381
13382 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13383
13384 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13385 (top level): Call test_watchpoint_in_big_blob.
13386 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13387 watchpoints.
13388 (func3): Write to buf.
13389
13390 2009-12-29 Stan Shebs <stan@codesourcery.com>
13391
13392 * gdb.trace/actions.exp: Test default-collect.
13393
13394 2009-12-28 Stan Shebs <stan@codesourcery.com>
13395
13396 * gdb.trace/tsv.exp: New file.
13397 * gdb.base/completion.exp: Update ambiguous info output.
13398
13399 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13400
13401 * gdb.base/find.c (main): Reference search buffers.
13402 * gdb.base/included.c (main): Reference integer.
13403 * gdb.base/ptype.c (charfoo): Declare.
13404 (intfoo): Call charfoo.
13405 * gdb.base/scope0.c (useitp): New function.
13406 (usestatics): Use useitp.
13407 (useit): Add a type for val.
13408 * gdb.base/scope1.c (useit1): Take a pointer argument.
13409 (usestatics1): Update calls to useit1.
13410 * gdb.cp/call-c.cc: Declare foo.
13411 (main): Call foo.
13412 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13413 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13414 (main): Call C::ensureRefs and ensureOtherRefs.
13415 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13416 variables.
13417 (ensureOtherRefs): New function.
13418 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13419 * gdb.cp/templates.cc (main): Call t5i.value.
13420
13421 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13422
13423 Fix compatibility with G++-4.5.
13424 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13425 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13426 (uncaught return): Remove.
13427
13428 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13429 Phil Muldoon <pmuldoon@redhat.com>
13430
13431 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13432 (bp_location13, bp_location14, bp_location17, bp_location18)
13433 (marker3_proto, marker4_proto): New variables.
13434 (breakpoint info): Update output.
13435 (run until breakpoint at marker3, run until breakpoint at marker4): New
13436 tests.
13437
13438 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13439
13440 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13441 Replace the printf call of Y by provided "y-set-1" label. New block
13442 for the second shared library.
13443 * gdb.base/unload.exp: Compile also the second library, call
13444 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13445 (single pending breakpoint info): Rename to ...
13446 (pending breakpoint info before run): ... this extended test.
13447 (libfile2, libname2, libsrcfile2, libsrc2)
13448 (lib_sl2): New variables.
13449 (exec_opts): Set also SHLIB_NAME2.
13450 (pending breakpoint info on first run at shrfunc1)
13451 (pending breakpoint info on second run at shrfunc1)
13452 (pending breakpoint info on second run at shrfunc2)
13453 (print y from libfile, print y from libfile2): New tests.
13454 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13455 * gdb.base/unloadshr2.c: New.
13456
13457 2009-12-22 Hui Zhu <teawater@gmail.com>
13458
13459 * gdb.reverse/sigall-reverse.exp: Adjust.
13460
13461 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13462
13463 PR gdb/10884
13464
13465 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13466 (main): Call do_bitfield_tests.
13467 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13468
13469 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13470
13471 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13472 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13473 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13474 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13475 gdb.modula2/unbounded1.c: Update copyright header.
13476
13477 2009-12-10 Chris Moller <moller@mollerware.com>
13478
13479 PR gdb/9399
13480 * gdb.cp/virtfunc2.exp: New tests
13481 * gdb.cp/virtfunc2.cc: New tests
13482 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13483
13484 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13485
13486 * gdb.reverse/i387-env-reverse.c: New file.
13487 * gdb.reverse/i387-env-reverse.exp: New file.
13488 * gdb.reverse/i387-stack-reverse.c: New file.
13489 * gdb.reverse/i387-stack-reverse.exp: New file.
13490
13491 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13492
13493 * gdb.python/py-type.exp (test_range): New test.
13494
13495 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13496
13497 PR python/10805
13498
13499 * gdb.python/py-type.exp: New file.
13500 * gdb.python/py-type.c: New file.
13501 * Makefile.in: Add py-type.
13502
13503 2009-12-03 Tom Tromey <tromey@redhat.com>
13504
13505 * gdb.python/py-value.exp (test_parse_and_eval): New
13506 function.
13507
13508 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13509
13510 PR gdb/11022
13511
13512 * gdb.base/pr11022.exp: New test.
13513 * gdb.base/pr11022.c: New test.
13514
13515 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13516
13517 Fix spurious false FAILs.
13518 * gdb.base/structs.c (chartest): New.
13519 (main): Fill-in chartest.
13520 * gdb.base/structs.exp (anychar_re, first): New.
13521 (start_structs_test): Import global anychar_re and first.
13522 New gdb_test call "set print elements 300; ${testfile}"
13523 (start_structs_test <$first>): New block.
13524 (any): Import global anychar_re. New variable ac. Use ${ac}.
13525
13526 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13527
13528 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13529
13530 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13531
13532 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13533 Force $srcfile file.
13534 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13535
13536 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13537
13538 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13539 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13540 * gdb.threads/watchthreads-reorder.exp: Likewise.
13541
13542 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13543
13544 PR gdb/8704
13545
13546 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13547 "if", and "thread". Correct matching in the previous test.
13548
13549 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13550
13551 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13552
13553 2009-11-23 Michael Snyder <msnyder@vmware.com>
13554
13555 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13556 * gdb.reverse-watch-precsave.exp: Ditto.
13557
13558 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13559
13560 * gdb.asm/asm-source.exp: Adjust.
13561 * gdb.base/help.exp: Adjust.
13562
13563 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13564
13565 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13566 (do_syscall_tests_without_xml): Set data-directory to
13567 /the/path/to/nowhere.
13568
13569 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13570
13571 * gdb.threads/local-watch-wrong-thread.c,
13572 gdb.threads/local-watch-wrong-thread.exp: New files.
13573
13574 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13575
13576 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13577 assume new `regsub' syntax available.
13578
13579 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 * gdb.base/watchpoint-hw-hit-once.exp,
13582 gdb.base/watchpoint-hw-hit-once.c: New.
13583
13584 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13585
13586 * gdb.threads/watchthreads-reorder.exp,
13587 gdb.threads/watchthreads-reorder.c: New.
13588
13589 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13590
13591 * gdb.xml/tdesc-regs.exp: Use for m68k.
13592
13593 2009-11-15 Pedro Alves <pedro@codesourcery.com>
13594
13595 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13596
13597 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13598
13599 * lib/gdb.exp (current_target_name): New procedure.
13600 (gdb_wrapper_target): New variable.
13601 (gdb_wrapper_init): Set gdb_wrapper_target.
13602 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13603 wrapper.
13604
13605 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13606
13607 * gdb.base/remote.exp: Delete the slowest load test.
13608 Do not load with fixed packet sizes.
13609
13610 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13611
13612 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13613
13614 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13615
13616 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13617 srcfile when setting a breakpoint.
13618
13619 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13620
13621 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13622 macros.
13623
13624 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13625
13626 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13627 to be in memory.
13628 * gdb.base/display.c (force_mem): New.
13629 (do_loops): Use it. Add breakpoint comments.
13630 (do_vars): Add a breakpoint comment.
13631 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13632 line numbers.
13633
13634 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13635
13636 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13637 instead of a bare "run".
13638
13639 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13640
13641 * gdb.python/py-prettyprint.exp: Adjust.
13642
13643 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13644
13645 * lib/cell.exp (skip_cell_tests): Clean up test files before
13646 returning.
13647
13648 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13649
13650 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13651 and the breakpoint menu. Do not call perror if a prompt is seen.
13652 Consume the following GDB prompt.
13653 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13654 * gdb.cp/namespace.exp: Use gdb_test.
13655 * gdb.cp/templates.exp: Use gdb_test.
13656 (test_template_breakpoints): Use gdb_test_multiple.
13657
13658 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13659
13660 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13661 (marker4): Reference values.
13662
13663 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13664
13665 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13666 is missing.
13667
13668 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13669
13670 * gdb.base/break.c (need_malloc): New.
13671 * gdb.base/constvars.c (main): Reference crass and crisp.
13672 * gdb.base/gdb1821.c (main): Reference bar.
13673 * gdb.cp/gdb1355.cc (main): Reference s1.
13674 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13675 (main): Call them.
13676 * gdb.cp/hang2.cc (dummy2): Define.
13677 * gdb.cp/hang3.cc (dummy3): Define.
13678 * gdb.cp/m-data.cc (main): Reference shadow.
13679
13680 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13681 Nathan Froyd <froydnj@codesourcery.com>
13682
13683 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13684 remote host.
13685
13686 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13687
13688 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13689 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13690 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13691 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13692 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13693 * gdb.dwarf2/dw2-producer.exp: Likewise.
13694 * gdb.dwarf2/mac-fileno.exp: Likewise.
13695 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13696 py-prettyprint.py to the remote host.
13697 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13698
13699 2009-11-11 Keith Seitz <keiths@redhat.com>
13700
13701 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13702 use it instead of "Foo".
13703 * gdb.cp/classes.exp (do_tests): Add a test to access
13704 a method through a typedef'd class name.
13705
13706 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13707
13708 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13709 exponents.
13710 * gdb.base/pointers.exp: Likewise.
13711 * gdb.cp/ref-types.exp: Likewise.
13712
13713 2009-11-11 Keith Seitz <keiths@redhat.com>
13714
13715 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13716 new[] and delete[].
13717 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13718 "void".
13719 (probe_demangler): Remove all single-quoting of
13720 method and variable names.
13721 (info_func_regexp): Remove the word "void" from any
13722 occurrence of "(void)".
13723 (print_addr_2): Remove all single-quoting of
13724 method names.
13725 (print_addr_2_kfail): Likewise.
13726 (print_addr): Single-quote C function names before
13727 passing to print_addr_2.
13728 (test_paddr_operator_functions): Remove single-quoting
13729 for method names.
13730 Add tests for operator new[] and operator delete[].
13731
13732 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13733
13734 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13735
13736 2009-11-09 Keith Seitz <keiths@redhat.com>
13737
13738 * gdb.cp/overload.exp: Add tests for resolving overloaded
13739 methods in expression parsing/evaluation.
13740
13741 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13742
13743 * lib/gdb.exp (default_gdb_version): Use --version instead of
13744 --command.
13745
13746 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13747
13748 * lib/gdb.exp (gdb_compile_test): New.
13749 (skip_ada_tests, skip_java_tests): New.
13750 (gdb_compile): Use gdb_compile_test for f77.
13751 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13752 * lib/java.exp (compile_java_from_source): Remove runtests check,
13753 use gdb_compile_test to record result.
13754 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13755 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13756 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13757 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13758 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13759 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13760 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13761 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13762 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13763 adjust gdb_compile invocations.
13764
13765 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13766
13767 * Makefile.in (abs_builddir): New.
13768 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13769 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13770 `$(abs_builddir)/site.exp'.
13771
13772 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13773
13774 * config/m68k-emc.exp, lib/emc-support.exp,
13775 gdb.trace/gdb_c_test.c: Delete.
13776 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13777 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13778 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13779 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13780 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13781 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13782 casing for m68k-*-elf.
13783
13784 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13785
13786 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13787 * gdb.arch/i386-prologue.exp: Likewise.
13788 * gdb.arch/i386-unwind.exp: Likewise.
13789
13790 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13791
13792 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13793
13794 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13795
13796 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13797
13798 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13799
13800 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13801
13802 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13803
13804 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13805
13806 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13807
13808 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13809 * gdb.base/sepdebug2.c: New file.
13810
13811 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13812
13813 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13814 the modified warnings for catch syscall. Verify if GDB was compiled
13815 with support for lib expat, and choose which tests to run depending
13816 on this.
13817
13818 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13819
13820 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13821 that composite commands are parsed OK. And also test
13822 that breakpoint commands do work.
13823
13824 2009-10-23 Michael Snyder <msnyder@vmware.com>
13825
13826 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13827 to allow for new disassembly style.
13828
13829 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13830
13831 * gdb.asm/asm-source.exp: Adjust.
13832
13833 2009-10-22 Michael Snyder <msnyder@vmware.com>
13834
13835 * gdb.reverse/break-precsave.exp: New test.
13836 * gdb.reverse/consecutive-precsave.exp: Ditto.
13837 * gdb.reverse/finish-precsave.exp: Ditto.
13838 * gdb.reverse/i386-precsave.exp: Ditto.
13839 * gdb.reverse/machinestate-precsave.exp: Ditto.
13840 * gdb.reverse/sigall-precsave.exp: Ditto.
13841 * gdb.reverse/solilb-precsave.exp: Ditto.
13842 * gdb.reverse/step-precsave.exp: Ditto.
13843 * gdb.reverse/until-precsave.exp: Ditto.
13844 * gdb.reverse/watch-precsave.exp: Ditto.
13845
13846 2009-10-22 Michael Snyder <msnyder@vmware.com>
13847
13848 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13849 for gdb_expect. Adjust one test's expect strings for the new
13850 format of disassemble.
13851 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13852 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13853 gdb_test_multiple.
13854 * gdb.reverse/step-reverse.exp: Delete 'return'.
13855 * gdb.reverse/until-reverse.exp: Delete blank lines.
13856 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13857
13858 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13859
13860 * gdb.base/consecutive.exp: Adjust.
13861 * gdb.base/display.exp: Likewise.
13862 * gdb.base/pc-fp.exp: Likewise.
13863 * gdb.base/sigbpt.exp: Likewise.
13864
13865 2009-10-19 Michael Snyder <msnyder@vmware.com>
13866
13867 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13868 * gdb.reverse/finish-reverse.c: Ditto.
13869 * gdb.reverse/sigall-reverse.c: Ditto.
13870 * gdb.reverse/solib-reverse.c: Ditto.
13871 * gdb.reverse/step-reverse.c: Ditto.
13872 * gdb.reverse/watch-reverse.c: Ditto.
13873
13874 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13875 Stan Shebs <stan@codesourcery.com>
13876
13877 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13878 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13879 "Executing new program".
13880 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13881 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13882 left listed after having been killed.
13883 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13884 * gdb.base/maint.exp: Adjust test.
13885
13886 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13887 * gdb.multi/Makefile.in: New.
13888 * gdb.multi/base.exp: New.
13889 * gdb.multi/goodbye.c: New.
13890 * gdb.multi/hangout.c: New.
13891 * gdb.multi/hello.c: New.
13892 * gdb.multi/bkpt-multi-exec.c: New.
13893 * gdb.multi/bkpt-multi-exec.exp: New.
13894 * gdb.multi/crashme.c: New.
13895
13896 2009-10-13 Tristan Gingold <gingold@adacore.com>
13897
13898 * gdb.base/sepdebug.exp: Check debug info are found.
13899
13900 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13901
13902 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13903 bits.
13904
13905 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13906
13907 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13908
13909 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13910
13911 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13912 of the comments.
13913
13914 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13915
13916 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13917 * gdb.base/annota3.exp: Idem.
13918 * gdb.base/maint.exp: Idem.
13919
13920 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13921
13922 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13923 to default.
13924
13925 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13926
13927 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13928 mingw and cygwin targets.
13929
13930 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13931 Pedro Alves <pedro@codesourcery.com>
13932
13933 * lib/gdb.exp (gdb_compile): Avoid adding
13934 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13935
13936 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13937
13938 * gdb.base/shr1.c: Use %p in format string.
13939 * gdb.base/unload.c: Avoid warning in fprintf.
13940 * gdb.base/watchpoint-solib.c: Idem.
13941
13942 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13943
13944 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13945 long type.
13946 (test_unlink): Correct printf string.
13947 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13948 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13949
13950 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13951
13952 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13953 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13954 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13955
13956 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13957
13958 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13959 * gdb.objc/nondebug.exp: Likewise.
13960
13961 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13962
13963 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13964 target_info setting.
13965
13966 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13967 that detect new threads during "info threads".
13968
13969 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13970
13971 * gdb.threads/manythreads.c (main): Increase thread stack size
13972 to 2*PTHREAD_STACK_MIN.
13973 * gdb.threads/multi-create.c (main): Likewise.
13974 (create_function): Likewise.
13975
13976 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13977
13978 * gdb.base/dump.exp: Pass difference of pointer types instead
13979 of integer types as offset to restore in intarr3.srec case.
13980
13981 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13982
13983 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13984
13985 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13986
13987 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13988
13989 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13990
13991 New test for two watchpoints, with disabling of
13992 the first inserted.
13993 * testsuite/gdb.base/watchpoints.c: New file.
13994 * testsuite/gdb.base/watchpoints.exp: New file.
13995
13996 2009-09-25 Tom Tromey <tromey@redhat.com>
13997
13998 * gdb.base/charset.exp: Test utf-16 strings with Python.
13999
14000 2009-09-25 Tom Tromey <tromey@redhat.com>
14001
14002 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14003 UCS-4.
14004 * gdb.base/charset.c (utf_32_string): Rename.
14005 (init_utf32): Rename.
14006 (main): Update.
14007
14008 2009-09-22 Tom Tromey <tromey@redhat.com>
14009
14010 * gdb.python/py-function.exp: Add regression tests.
14011
14012 2009-09-21 Keith Seitz <keiths@redhat.com>
14013
14014 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14015 with invalid operator.
14016
14017 2009-09-21 Keith Seitz <keiths@redhat.com>
14018
14019 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14020 and destructor using typedef name of class.
14021 * gdb.cp/classes.cc (class Base1): Add a destructor.
14022 (base1): New typedef.
14023 (use_methods): Instanitate an object of type base1.
14024 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14025 (do_tests): Call test_template_typedef.
14026 * gdb.cp/templates.cc (Baz::~Baz): New method.
14027 (intBazOne): New typedef.
14028 (main): Instantiate intBazOne.
14029
14030 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14031
14032 PR python/10633
14033
14034 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14035 Function.
14036 (run_lang_tests): Add print elements test.
14037
14038 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14039
14040 * gdb.python/py-value.exp (test_subscript_regression): New
14041 function. Test for invalid subscripts.
14042 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14043 (ptr_ref): New function.
14044
14045 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14046
14047 * gdb.base/default.exp: Fix "show convenience".
14048
14049 2009-09-15 Tom Tromey <tromey@redhat.com>
14050
14051 * lib/mi-support.exp (mi_create_varobj): Update.
14052 (mi_create_floating_varobj): Likewise.
14053 (mi_create_dynamic_varobj): New proc.
14054 (mi_varobj_update): Update.
14055 (mi_varobj_update_with_type_change): Likewise.
14056 (mi_varobj_update_kv_helper): New proc.
14057 (mi_varobj_update_dynamic_helper): Rewrite.
14058 (mi_varobj_update_dynamic): New proc.
14059 (mi_list_varobj_children): Update.
14060 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14061 * gdb.python/python-prettyprint.py (pp_outer): New class.
14062 (pp_nullstr): Likewise.
14063 (lookup_function): Register new printers.
14064 * gdb.python/python-prettyprint.c (struct substruct): New type.
14065 (struct outerstruct): Likewise.
14066 (substruct_test): New function.
14067 (struct nullstr): New type.
14068 (string_1, string_2): New globals.
14069 (main): Add new tests.
14070 * gdb.python/python-mi.exp: Added regression tests.
14071 * gdb.mi/mi2-var-display.exp: Update.
14072 * gdb.mi/mi2-var-cmd.exp: Update.
14073 * gdb.mi/mi2-var-child.exp: Update.
14074 * gdb.mi/mi2-var-block.exp: Update.
14075 * gdb.mi/mi-var-invalidate.exp: Update.
14076 * gdb.mi/mi-var-display.exp: Update.
14077 * gdb.mi/mi-var-cmd.exp: Update.
14078 * gdb.mi/mi-var-child.exp: Update.
14079 * gdb.mi/mi-var-block.exp: Update.
14080 * gdb.mi/mi-break.exp: Update.
14081 * gdb.mi/gdb701.exp: Update.
14082
14083 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14084
14085 * Makefile.in: Inclusion of catch-syscall object.
14086 * gdb.base/catch-syscall.c: New file.
14087 * gdb.base/catch-syscall.exp: New file.
14088
14089 2009-09-12 Michael Snyder <msnyder@vmware.com>
14090
14091 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14092 that can support reverse debuggnig.
14093
14094 2009-09-11 Tom Tromey <tromey@redhat.com>
14095
14096 * gdb.dwarf2/valop.S: New file.
14097 * gdb.dwarf2/valop.exp: New file.
14098
14099 2009-09-11 Mark Kettenis <kettenis@gnu.org>
14100
14101 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14102
14103 2009-09-10 Doug Evans <dje@google.com>
14104
14105 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14106 Add $gdb_prompt to second breakpoint regexp.
14107
14108 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14109
14110 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14111 names, add missing ones.
14112 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14113 * gdb.python/py-frame.c: Rename from python-frame.c.
14114 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14115 testfile name.
14116 * gdb.python/py-function.exp: Rename from python-function.exp.
14117 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14118 testfile name.
14119 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14120 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14121 Adjust testfile name.
14122 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14123 * gdb.python/py-template.cc: Rename from python-template.cc.
14124 * gdb.python/py-template.exp: Rename from python-template.exp.
14125 Adjust testfile name.
14126 * gdb.python/py-value.c: Rename from python-value.c.
14127 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14128 testfile name.
14129
14130 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14131
14132 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14133 $bpt2address.
14134 (Second breakpoint address is valid on ia64)
14135 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14136
14137 2009-09-03 Joseph Myers <joseph@codesourcery.com>
14138
14139 * gdb.base/ending-run.exp: Restrict regular expression matching
14140 line number to require closing brace following.
14141
14142 2009-09-03 Doug Evans <dje@google.com>
14143
14144 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14145
14146 2009-09-02 Tom Tromey <tromey@redhat.com>
14147
14148 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14149
14150 2009-09-02 Tom Tromey <tromey@redhat.com>
14151
14152 * gdb.dwarf2/callframecfa.exp: New file.
14153 * gdb.dwarf2/callframecfa.S: New file.
14154
14155 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14156
14157 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14158 gdb.base/solib-overlap-main.c: New.
14159
14160 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14161
14162 PR gdb/10565
14163
14164 * gdb.base/bitfields.c (struct container, container): New.
14165 (main): Initialize it and call break5.
14166 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14167
14168 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14171 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14172
14173 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14174
14175 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14176
14177 2009-08-26 Michael Snyder <msnyder@vmware.com>
14178
14179 * gdb.base/i386-reverse.c: New file.
14180 * gdb.base/i386-reverse.exp: New file.
14181 * gdb.base/Makefile.in: Add new files to be removed.
14182
14183 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14184
14185 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14186 environment-pwd for remote host.
14187 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14188
14189 2009-08-24 Keith Seitz <keiths@redhat.com>
14190
14191 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14192 Add two new C++ completer tests which limit the output to a
14193 given class.
14194
14195 2009-08-24 Michael Snyder <msnyder@vmware.com>
14196
14197 * gdb.base/del.exp: Fix typo in comment.
14198 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14199
14200 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14201
14202 * configure: Regenerate.
14203 * gdb.hp/configure: Likewise.
14204 * gdb.hp/gdb.aCC/configure: Likewise.
14205 * gdb.hp/gdb.base-hp/configure: Likewise.
14206 * gdb.hp/gdb.compat/configure: Likewise.
14207 * gdb.hp/gdb.defects/configure: Likewise.
14208 * gdb.hp/gdb.objdbg/configure: Likewise.
14209 * gdb.stabs/configure: Likewise.
14210
14211 2009-08-19 Doug Evans <dje@google.com>
14212
14213 * gdb.base/gdbvars.c: New file.
14214 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14215
14216 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14217
14218 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14219 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14220
14221 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14222
14223 * gdb.base/default.exp: Adjust "set language test": it's now an
14224 enum command. Larger help string moved to "help set language".
14225 * gdb.base/help.exp: Adjust "help set language" expected output,
14226 now lists all known languages.
14227
14228 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14229
14230 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14231 all frame arguments.
14232 * gdb.arch/altivec-regs.exp: Likewise.
14233
14234 2009-08-07 Tom Tromey <tromey@redhat.com>
14235
14236 * gdb.base/setshow.exp: Add tests for changes to set language, set
14237 check range, and set check type.
14238
14239 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14240
14241 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14242 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14243 Call it.
14244
14245 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14246
14247 * configure.ac: Run gdb.cell tests when appropriate.
14248 * configure: Regenerate.
14249 * lib/cell.exp: New file.
14250 * gdb.cell: New directory.
14251 * gdb.cell/configure.ac: New file.
14252 * gdb.cell/configure: New file.
14253 * gdb.cell/Makefile.in: New file.
14254 * gdb.cell/arch.exp: New file.
14255 * gdb.cell/break.c: New file.
14256 * gdb.cell/break.exp: New file.
14257 * gdb.cell/break-spu.c: New file.
14258 * gdb.cell/bt.c: New file.
14259 * gdb.cell/bt2-spu.c: New file.
14260 * gdb.cell/bt-spu.c: New file.
14261 * gdb.cell/bt.exp: New file.
14262 * gdb.cell/coremaker.c: New file.
14263 * gdb.cell/coremaker-spu.c: New file.
14264 * gdb.cell/core.exp: New file.
14265 * gdb.cell/gcore.exp: New file.
14266 * gdb.cell/data.c: New file.
14267 * gdb.cell/data.exp: New file.
14268 * gdb.cell/data-spu.c: New file.
14269 * gdb.cell/ea-cache.exp: New file.
14270 * gdb.cell/ea-cache.c: New file.
14271 * gdb.cell/ea-cache-spu.c: New file.
14272 * gdb.cell/ea-standalone.c: New file.
14273 * gdb.cell/ea-standalone.exp: New file.
14274 * gdb.cell/ea-test.c: New file.
14275 * gdb.cell/ea-test.exp: New file.
14276 * gdb.cell/f-regs.exp: New file.
14277 * gdb.cell/mem-access.c: New file.
14278 * gdb.cell/mem-access.exp: New file.
14279 * gdb.cell/mem-access-spu.c: New file.
14280 * gdb.cell/ptype.exp: New file.
14281 * gdb.cell/registers.exp: New file.
14282 * gdb.cell/size.c: New file.
14283 * gdb.cell/sizeof.exp: New file.
14284 * gdb.cell/size-spu.c: New file.
14285 * gdb.cell/solib.exp: New file.
14286 * gdb.cell/solib-symbol.exp: New file.
14287
14288 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14289
14290 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14291
14292 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14293
14294 * gdb.base/float.exp: Handle VFP registers.
14295
14296 2009-07-14 Michael Snyder <msnyder@vmware.com>
14297
14298 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14299 to bring gdb to the beginning of the calling line.
14300
14301 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14302 confusing the i386 epilogue unwinder.
14303
14304 2009-07-14 Stan Shebs <stan@codesourcery.com>
14305
14306 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14307
14308 2009-07-14 Michael Snyder <msnyder@vmware.com>
14309
14310 * gdb.reverse/step-reverse.exp (stepi into function call):
14311 Call instruction may not be first instruction in the line.
14312 (reverse stepi from a function call): Used wrong line number.
14313
14314 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14317
14318 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14319
14320 Fix gdb.base/macscp.exp when using custom inputrc.
14321 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14322 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14323 env(TERM) set.
14324 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14325 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14326
14327 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14328
14329 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14330 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14331 Change the compilation target to match the testcase name.
14332 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14333 testcase name.
14334 * a2-run.exp: Use for setup prepare_for_testing. Change the
14335 compilation target to match the testcase name.
14336 * gdb.base/commands.exp: Likewise.
14337 * gdb.base/finish.exp: Likewise.
14338 * gdb.base/float.exp: Likewise.
14339 * gdb.base/info-target.exp: Likewise.
14340 * gdb.base/relational.exp: Likewise.
14341 * gdb.base/term.exp: Likewise.
14342 * gdb.base/until.exp: Likewise.
14343 * gdb.base/volatile.exp: Likewise.
14344 * gdb.base/whatis-exp.exp: Likewise.
14345
14346 2009-07-11 Hui Zhu <teawater@gmail.com>
14347
14348 * gdb.base/help.exp (disassemble): Update expected help text.
14349
14350 2009-07-09 Tom Tromey <tromey@redhat.com>
14351
14352 * lib/gdb.exp: Handle TRANSCRIPT.
14353 (remote_spawn, remote_close, send_gdb): New procs.
14354
14355 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14356
14357 * gdb.python/python-prettyprint.c: Add counted null string
14358 structure.
14359 * gdb.python/python-prettyprint.exp: Print null string. Test for
14360 embedded nulls.
14361 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14362 * gdb.python/python-value.exp (test_value_in_inferior): Add
14363 variable length string fetch tests.
14364 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14365
14366 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14367
14368 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14369
14370 2009-07-07 Tom Tromey <tromey@redhat.com>
14371
14372 * gdb.base/call-rt-st.exp: Update for change to escape output.
14373 * gdb.base/callfuncs.exp: Likewise.
14374 * gdb.base/charset.exp: Likewise.
14375 * gdb.base/constvars.exp: Likewise.
14376 * gdb.base/long_long.exp: Likewise.
14377 * gdb.base/pointers.exp: Likewise.
14378 * gdb.base/printcmds.exp: Likewise.
14379 * gdb.base/setvar.exp: Likewise.
14380 * gdb.base/store.exp: Likewise.
14381 * gdb.cp/ref-types.exp: Likewise.
14382 * gdb.mi/mi-var-child.exp: Likewise.
14383 * gdb.mi/mi-var-display.exp: Likewise.
14384 * gdb.mi/mi2-var-display.exp: Likewise.
14385 * gdb.base/charset.exp: Test octal escape sequence length.
14386 Update for change to escape output.
14387
14388 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14389
14390 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14391
14392 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14393
14394 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14395
14396 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14397
14398 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14399 gdbserver increasing $portnum if "Can't bind address" has been seen.
14400
14401 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14402
14403 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14404 mingw32ce.
14405
14406 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14407
14408 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14409 VFP format.
14410
14411 2009-07-02 Pedro Alves <pedro@codesourcery.com>
14412
14413 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14414 linux. Adjust to use "inferior", "info inferiors", "detach
14415 inferior" and "kill inferior" instead of "restart", "info fork",
14416 "detach fork" and "delete fork".
14417 * gdb.base/ending-run.exp: Spell out "info".
14418 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14419 the "kill" command.
14420
14421 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14422
14423 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14424 change to prefix TLS offset in hex with 0x.
14425
14426 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14427
14428 * gdb.base/default.exp: Update test case for "x" changes.
14429
14430 2009-07-01 Tristan Gingold <gingold@adacore.com>
14431
14432 * gdb.base/bigcore.exp: Make darwin untested.
14433
14434 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14435
14436 * gdb.base/completion.exp (directory completion): Create the directory.
14437 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14438 escapeuniquesub.
14439 (directory completion 2): Expect now ${escapeuniquesub}.
14440 (Glob remaining of directory test): Remove one excessive newline.
14441 Expect the real output.
14442
14443 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14444
14445 Fix `make check//%' target after `make check' has been ran.
14446 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14447 a mkdir call.
14448 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14449 (%/.dir): Remove.
14450
14451 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14452
14453 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14454 the expected result record.
14455
14456 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14457
14458 Remove racy FAILs relying just on the timeouts.
14459 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14460 (annotation_level 2): Remove racy FAILs.
14461
14462 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14463
14464 gdb/10275
14465 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14466
14467 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14468
14469 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14470
14471 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14472
14473 * gdb.mi/mi-stack.exp: Testing symbolic options
14474 to -stack-list-locals and -stack-list-arguments.
14475
14476 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14479
14480 2009-06-29 Tom Tromey <tromey@redhat.com>
14481
14482 * dg-extract-results.sh: New file.
14483 * Makefile.in (FORCE_PARALLEL): New variable.
14484 (CHECK_TARGET): New conditional variable.
14485 (check): Use CHECK_TARGET.
14486 (DO_RUNTEST): New variable.
14487 (check-single): New target.
14488 (TEST_DIRS): New variable.
14489 (TEST_TARGETS): Likewise.
14490 (check-parallel): New target.
14491 (check-gdb.%): New pattern.
14492 (BASE1_FILES): New variable.
14493 (BASE2_FILES): Likewise.
14494 (check-gdb.base%): New pattern.
14495 (%/.dir): New pattern.
14496 * configure: Rebuild.
14497 * aclocal.m4 (AM_CONDITIONAL): New defun.
14498 * configure.ac: Check whether user is using GNU make.
14499 (GMAKE): New conditional.
14500
14501 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14502
14503 * gdb.cp/namespace-nested-import.cc: New test.
14504 * gdb.cp/namespace-nested-import.exp: New test.
14505
14506 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14507
14508 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14509 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14510 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14511 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14512 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14513 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14514 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14515 gdb.opt/inline-markers.c: New files.
14516 * lib/gdb.exp (skip_inline_frame_tests): New function.
14517 (skip_inline_var_tests): New function.
14518
14519 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14520
14521 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14522 backtrace.
14523
14524 2009-06-27 Michael Snyder <msnyder@vmware.com>
14525
14526 * gdb.reverse: New directory.
14527 * gdb.reverse/break-reverse.c: New test.
14528 * gdb.reverse/break-reverse.exp: New test.
14529 * gdb.reverse/consecutive-reverse.c: New test.
14530 * gdb.reverse/consecutive-reverse.exp: New test.
14531 * gdb.reverse/finish-reverse.c: New test.
14532 * gdb.reverse/finish-reverse.exp: New test.
14533 * gdb.reverse/machinestate.c: New test.
14534 * gdb.reverse/ms1.c: New test.
14535 * gdb.reverse/machinestate.exp: New test.
14536 * gdb.reverse/Makefile.in: New file.
14537 * gdb.reverse/shr2.c: New test.
14538 * gdb.reverse/solib-reverse.c: New test.
14539 * gdb.reverse/solib-reverse.exp: New test.
14540 * gdb.reverse/step-reverse.c: New test.
14541 * gdb.reverse/step-reverse.exp: New test.
14542 * gdb.reverse/until-reverse.c: New test.
14543 * gdb.reverse/ur1.c: New test.
14544 * gdb.reverse/until-reverse.exp: New test.
14545 * gdb.reverse/watch-reverse.c: New test.
14546 * gdb.reverse/watch-reverse.exp: New test.
14547 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14548 * configure: Regenerate.
14549
14550 2009-06-26 Doug Evans <dje@google.com>
14551
14552 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14553
14554 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14555
14556 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14557 windows problem for 'file delete $binfile'.
14558
14559 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14560
14561 * gdb.cp/namespace-using.exp: New test.
14562 * gdb.cp/namespace-using.cc: New test.
14563
14564 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14565
14566 * gdb.ada/variant_record_packed_array: New testcase.
14567
14568 2009-06-23 Tom Tromey <tromey@redhat.com>
14569
14570 * gdb.base/charset.exp (test_combination): Regression test.
14571 * gdb.base/charset.c (my_wchar_t): New typedef.
14572 (myvar): New global.
14573 (main): Set myvar.
14574
14575 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14576
14577 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14578 target.
14579
14580 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14581
14582 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14583
14584 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14585
14586 * gdb.mi/gdb680.exp: Update test for error message.
14587
14588 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14589
14590 * gdb.base/annota1.exp: Allow multiple occurrences of the
14591 frames-invalid annotation.
14592 * gdb.cp/annota2.exp: Likewise.
14593
14594 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14595
14596 * gdb.cp/gdb2495.cc: New file.
14597 * gdb.cp/gdb2495.exp: New file.
14598
14599 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14600
14601 Report error on GDB crash during runto.
14602 * lib/gdb.exp (runto <eof>): New.
14603
14604 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14605
14606 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14607 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14608 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14609 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14610 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14611 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14612 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14613 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14614 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14615 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14616 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14617 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14618 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14619 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14620 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14621 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14622 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14623 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14624 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14625 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14626 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14627 gdb.trace/passcount.exp, gdb.trace/report.exp,
14628 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14629 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14630 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14631 executable.
14632
14633 2009-06-07 Pedro Alves <pedro@codesourcery.com>
14634
14635 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14636 defined before referencing it.
14637
14638 2009-06-03 Doug Evans <dje@google.com>
14639
14640 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14641 * gdb.arch/i386-see.c: Ditto.
14642
14643 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14644
14645 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14646 (check_macro): Return 1 if undefined.
14647 If first test fails, check if macro debug information is available,
14648 and report unsupported test if no macro information is found.
14649
14650 2009-05-29 Doug Evans <dje@google.com>
14651
14652 * gdb.threads/hand-call-in-threads.exp: New.
14653 * gdb.threads/hand-call-in-threads.c: New.
14654
14655 2009-05-29 Michael Snyder <msnyder@vmware.com>
14656
14657 * gdb.base/break-always.exp: Change "1" to "on".
14658 Add confirmation check.
14659
14660 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14661
14662 * gdb.threads/threxit-hop-specific.c: New.
14663 * gdb.threads/threxit-hop-specific.exp: New.
14664 * gdb.threads/thread-execl.c: New.
14665 * gdb.threads/thread-execl.exp: New.
14666
14667 2009-05-27 Tom Tromey <tromey@redhat.com>
14668 Thiago Jung Bauermann <bauerman@br.ibm.com>
14669
14670 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14671 (mi_child_regexp): Likewise.
14672 (mi_list_varobj_children_range): Likewise.
14673 (mi_get_features): Likewise.
14674 (mi_list_varobj_children): Rewrite.
14675 * gdb.python/python-mi.exp: New file.
14676
14677 2009-05-27 Tom Tromey <tromey@redhat.com>
14678 Thiago Jung Bauermann <bauerman@br.ibm.com>
14679 Phil Muldoon <pmuldoon@redhat.com>
14680 Paul Pluzhnikov <ppluzhnikov@google.com>
14681
14682 * gdb.python/python-prettyprint.exp: New file.
14683 * gdb.python/python-prettyprint.c: New file.
14684 * gdb.python/python-prettyprint.py: New file.
14685 * gdb.base/display.exp: print/r is now valid.
14686
14687 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14688 Tom Tromey <tromey@redhat.com>
14689 Pedro Alves <pedro@codesourcery.com>
14690 Paul Pluzhnikov <ppluzhnikov@google.com>
14691
14692 * gdb.python/python-template.exp: New file.
14693 * gdb.python/python-template.cc: New file.
14694 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14695 tests.
14696 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14697 Call it.
14698 (test_value_after_death): New proc.
14699 * gdb.python/python-value.c (PTR): New typedef.
14700 (main): New variable 'x'.
14701
14702 2009-05-27 Tom Tromey <tromey@redhat.com>
14703
14704 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14705 tests.
14706 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14707 Call it.
14708
14709 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14710
14711 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14712
14713 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14714
14715 * gdb.threads/fork-thread-pending.c: New.
14716 * gdb.threads/fork-thread-pending.exp: New.
14717
14718 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14719
14720 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14721 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14722
14723 2009-05-18 Jon Beniston <jon@beniston.com>
14724
14725 * gdb.asm/asm-source.exp: Add lm32 target.
14726
14727 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14728
14729 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14730 `gdb_get_line_number'. Call `callee' in both parent and child.
14731 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14732 `gdb_get_line_number' instead of hardcoding line numbers.
14733 (catch_fork_unpatch_child): New procedure to test detaching
14734 breakpoints from child fork.
14735 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14736 hardcoding line numbers.
14737 (do_fork_tests): Run `catch_fork_unpatch_child'.
14738
14739 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14740
14741 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14742 of structure type enters or leaves the scope, it
14743 is reported by -var-update.
14744
14745 2009-05-11 Doug Evans <dje@sebabeach.org>
14746
14747 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14748 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14749 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14750
14751 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14752
14753 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14754
14755 2009-04-30 Doug Evans <dje@google.com>
14756
14757 * gdb.threads/watchthreads2.exp: New testcase.
14758 * gdb.threads/watchthreads2.c: New testcase.
14759
14760 2009-04-29 Doug Evans <dje@google.com>
14761
14762 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14763 * gdb.cp/mb-ctor.cc: Ditto.
14764 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14765 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14766 * gdb.cp/mb-inline1.cc: Call it.
14767 * gdb.cp/mb-inline2.cc: Ditto.
14768 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14769 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14770
14771 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14772
14773 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14774 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14775 Replace all uses of `decimal' by `nonzero'.
14776 (info macro FROM_COMMANDLINE): New test.
14777
14778 2009-04-27 Tom Tromey <tromey@redhat.com>
14779
14780 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14781
14782 2009-04-27 Doug Evans <dje@google.com>
14783
14784 * gdb.threads/watchthreads.c (main): Initialize args before starting
14785 the threads. Plus formatting cleanup.
14786 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14787 biased scheduling of one thread.
14788
14789 2009-04-27 Jerome Guitton <guitton@adacore.com>
14790
14791 * gdb.cp/templates.cc (GetMax): New template.
14792 (main): Declare two instances of GetMax.
14793 * gdb.cp/templates.exp: Add new test.
14794
14795 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14796
14797 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14798
14799 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14800
14801 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14802
14803 2009-04-15 Tom Tromey <tromey@redhat.com>
14804
14805 * gdb.base/charset.exp: Add regression test.
14806
14807 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14808
14809 * gdb.base/exe-lock.exp: New testcase.
14810
14811 2009-04-13 Tom Tromey <tromey@redhat.com>
14812
14813 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14814 operator on Frame.
14815
14816 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14817
14818 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14819 * gdb.server/ext-attach.exp: Likewise.
14820
14821 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14822
14823 Eliminate some sleep usage.
14824
14825 * gdb.mi/basics.c (do_nothing): New.
14826 (main): Use do_nothing instead of printf, so that
14827 not to introduce race condition between output of
14828 inferiour and output of gdb. Do not use sleep as it
14829 is not generally available on embedded targets.
14830
14831 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14832
14833 * gdb.server/ext-attach.exp: Expect an optional process id after
14834 "Detached from remote process".
14835
14836 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14837
14838 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14839 gdb.dwarf2/dw2-unresolved.exp: New.
14840
14841 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14842
14843 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14844 mi_run_to_main.
14845
14846 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14847
14848 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14849 mi_run_to_main. Skip thread exit test on remote targets.
14850 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14851 mi_run_to_main.
14852 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14853 mi_run_to_main.
14854 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14855 when expecting ^connected. Detect when the target doesn't support
14856 non-stop mode.
14857 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14858 supported. Return -1 on error, 0 on success.
14859 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14860 (mi_runto): Return mi_runto_helper's result explicitly.
14861
14862 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14863
14864 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14865
14866 2009-04-01 Tom Tromey <tromey@redhat.com>
14867
14868 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14869 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14870 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14871 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14872
14873 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14874 Jan Kratochvil <jan.kratochvil@redhat.com>
14875
14876 PR gdb/931
14877 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14878 output.
14879 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14880 for gdb/931.
14881 * dw2-strp.S (DW_AT_language): Change to C++.
14882 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14883
14884 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14885
14886 * gdb.ada/tasks: New testcase.
14887
14888 2009-03-30 Stan Shebs <stan@codesourcery.com>
14889
14890 * gdb.trace/actions.exp: Update to match new info trace format.
14891 * gdb.trace/deltrace.exp: Ditto.
14892 * gdb.trace/infotrace.exp: Ditto.
14893 * gdb.trace/passcount.exp: Ditto.
14894 * gdb.trace/save-trace.exp: Ditto.
14895 * gdb.trace/while-stepping.exp: Ditto.
14896 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14897
14898 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14899
14900 * gdb.python/python-frame.c: New file.
14901 * gdb.python/python-frame.exp: New file.
14902
14903 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14904
14905 * gdb.python/python-value.exp: Add tests for the address
14906 attribute.
14907
14908 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14909
14910 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14911
14912 2009-03-26 Doug Evans <dje@google.com>
14913
14914 * gdb.mi/mi-nonstop-exit.exp: New file.
14915 * gdb.mi/non-stop-exit.c: New file.
14916
14917 2009-03-26 Tom Tromey <tromey@redhat.com>
14918
14919 Update for change to prologue skipping:
14920 * gdb.mi/mi2-simplerun.exp: Update.
14921 * gdb.mi/mi2-break.exp: Update.
14922 * gdb.mi/mi-simplerun.exp: Update.
14923 * gdb.mi/mi-break.exp: Update.
14924 * gdb.base/ending-run.exp: Update.
14925
14926 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14927
14928 * gdb.python/python-value.exp (test_value_in_inferior): Test
14929 gdb.Value.is_optimized_out attribute.
14930
14931 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14932
14933 * gdb.dwarf2/dw2-noloc-main.c: New file.
14934 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14935 (.text): Remove.
14936 (.data): New.
14937 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14938 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14939 (DW_TAG_subprogram func_cu1, noloc): Remove.
14940 (main): New.
14941 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14942 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14943 (file_symbols): New procedure.
14944
14945 2009-03-25 Tom Tromey <tromey@redhat.com>
14946
14947 * gdb.base/charset.exp (valid_target_charset): New proc.
14948 Use it to skip tests on invalid charsets.
14949
14950 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14951
14952 * gdb.base/completion.exp: Add a test for directory completion.
14953
14954 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14955
14956 Fix a racy FAIL.
14957 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14958 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14959
14960 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14961
14962 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14963 * gdb.python/python-function.exp: Add test for function returning
14964 a GDB value.
14965
14966 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14967
14968 * gdb.python/python-function.exp: New file.
14969
14970 2009-03-20 Tom Tromey <tromey@redhat.com>
14971
14972 * gdb.base/store.exp: Update for change to escape output.
14973 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14974 to escape output.
14975 * gdb.base/pointers.exp: Update for change to escape output.
14976 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14977 to escape output.
14978 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14979 escape output.
14980 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14981 to escape output.
14982 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14983 escape output.
14984 * gdb.base/setvar.exp: Update for change to escape output.
14985 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14986 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14987 to escape output.
14988 (test_print_string_constants): Likewise.
14989 * gdb.base/charset.exp (valid_host_charset): Check size of
14990 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14991 cases. Handle "auto"-related output.
14992 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14993 (uvar, Uvar): New globals.
14994
14995 2009-03-19 Jerome Guitton <guitton@adacore.com>
14996
14997 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14998 deltas.
14999 * gdb.ada/fixed_points.exp: Ditto.
15000
15001 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15002
15003 * return-nodebug.c: Don't include stdio.h.
15004 (init): Delete.
15005 (func): Delete definition and provide extern declaration.
15006 (t): New.
15007 (main): Don't call printf. Call func and store its result in t.
15008 * return-nodebug1.c: New.
15009 * return-nodebug.exp: Don't expect stdio output. Instead, print
15010 the global variable t. Drop printf formatters and cast types from
15011 foreach loop. Don't use prepare_for_testing. Compile
15012 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15013 define FORMAT or CAST.
15014
15015 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15016
15017 * gdb.base/solib-display.exp: Disable test for remote targers.
15018
15019 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15020
15021 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15022
15023 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15024
15025 Fix a racy FAIL.
15026 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15027 code from `follow parent, print pids'.
15028 (`follow child, print pids', `follow parent, print pids'): Call it.
15029 Replace `gdb_test "break..."' by gdb_breakpoint.
15030
15031 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15032
15033 * gdb.mi/mi-cli.exp: Adjust for output difference in
15034 sync and async modes.
15035
15036 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15037
15038 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15039 that was checked in by mistake. Remove loading of ada.exp, since
15040 this is not necessary in this case.
15041
15042 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15043
15044 * gdb.ada/ptype_arith_binop.exp: New testcase.
15045
15046 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15047
15048 * gdb.ada/mod_from_name: New testcase.
15049
15050 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15051
15052 * gdb.ada/tick_last_segv: New testcase.
15053
15054 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15055
15056 * gdb.mi/mi-cli.exp: Remove debug print.
15057
15058 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15059
15060 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15061 include the token in ^running and frame info in *stopped.
15062
15063 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15064
15065 * solib-display.exp: New file.
15066 * solib-display-main.c: New file.
15067 * solib-display-lib.c: New file.
15068
15069 2009-03-05 Pedro Alves <pedro@codesourcery.com>
15070
15071 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15072
15073 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15074
15075 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15076 (list_and_check_macro): Use more specific test name.
15077 (next to definition): Make the test names unique.
15078
15079 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15080
15081 * gdb.pascal/floats.exp: Accept approximate results everywhere.
15082
15083 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15084
15085 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15086 notifications.
15087 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15088 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15089 * lib/mi-support.exp (library_loaded_re): New.
15090 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15091
15092 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15093
15094 * gdb.gdb/observer.exp: Use test_notification observer, not
15095 normal_stop, everywhere.
15096 (test_normal_stop_notifications): Rename to...
15097 (test_notifications): ...this.
15098 (test_observer_normal_stop): Rename to...
15099 (test_observer): ...this.
15100
15101 2009-02-16 Doug Evans <dje@google.com>
15102
15103 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15104 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15105 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15106 (test_prefixed_syscall,test_int3): New tests.
15107 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15108 (test_prefixed_syscall,test_int3): New tests.
15109
15110 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15111
15112 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15113 (mi_expect_interrupt): Likewise.
15114 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15115 response.
15116
15117 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15118
15119 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15120 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15121 Replace calls to get_valueofx by get_hexadecimal_valueof.
15122
15123 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15124
15125 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15126 (get_integer_valueof): New procedure.
15127 (get_sizeof): Use new get_integer_value_of.
15128 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15129 by get_integer_valueof.
15130
15131 2009-02-13 Tom Tromey <tromey@redhat.com>
15132
15133 * gdb.base/remote.exp (get_sizeof): Remove.
15134 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15135 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15136 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15137 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15138 (get_sizeof): Likewise.
15139
15140 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15141
15142 PR fortran/9806
15143 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15144
15145 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15146
15147 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15148
15149 2009-02-06 Pedro Alves <pedro@codesourcery.com>
15150
15151 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15152
15153 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15154
15155 * gdb.python/python-cmd.exp: New file.
15156
15157 2009-02-06 Tristan Gingold <gingold@adacore.com>
15158
15159 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15160
15161 2009-02-05 Tristan Gingold <gingold@adacore.com>
15162
15163 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15164 pointer is dereferenced and use this signal name in regexp.
15165 * gdb.base/signull.exp: Ditto.
15166 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15167 * gdb.base/signull.c (main): Ditto.
15168
15169 2009-02-04 Tom Tromey <tromey@redhat.com>
15170 Thiago Jung Bauermann <bauerman@br.ibm.com>
15171
15172 * gdb.python/python-value.exp: Use `gdb.history' instead of
15173 `gdb.value_from_history'.
15174 (test_value_numeric_ops): Add test for conversion of enum constant.
15175 * gdb.python/python-value.c (enum e): New type.
15176 (evalue): New global.
15177 (main): Use argv.
15178
15179 2009-02-04 Jerome Guitton <guitton@adacore.com>
15180
15181 * gdb.ada/uninitialized_vars: New test program.
15182 * gdb.ada/uninitialized_vars.exp: New testcase.
15183
15184 2009-02-02 Tom Tromey <tromey@redhat.com>
15185
15186 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15187 * gdb.cp/pr2489.cc: Rename...
15188 * gdb.cp/pr9594.cc: ... to this.
15189
15190 2009-02-02 Tom Tromey <tromey@redhat.com>
15191
15192 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15193 * gdb.cp/pr2489.cc: New file.
15194 * gdb.cp/cpcompletion.exp: New file.
15195
15196 2009-02-02 Tom Tromey <tromey@redhat.com>
15197
15198 PR exp/9059:
15199 * gdb.cp/call-c.exp: Add regression test.
15200 * gdb.cp/call-c.cc (FooHandle): New typedef.
15201 (main): New variable 'handle'.
15202
15203 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15204
15205 * lib/mi-support.exp (et_mi_thread_list)
15206 (check_mi_and_console_threads): Adjust for current thread in
15207 -thread-list-ids output.
15208
15209 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15210
15211 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15212 Call it.
15213
15214 2009-01-28 Doug Evans <dje@google.com>
15215
15216 * gdb.arch/amd64-disp-step.S: New file.
15217 * gdb.arch/amd64-disp-step.exp: New file.
15218 * gdb.arch/i386-disp-step.S: New file.
15219 * gdb.arch/i386-disp-step.exp: New file.
15220
15221 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15222
15223 * gdb.base/find.exp: Set newline variable
15224 using quotes instead of braces to fix cygwin failures.
15225
15226 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15227
15228 * gdb.base/radix.exp: Add tests to ensure that that set
15229 input-radix 0 and set output-radix 0 are really rejected.
15230
15231 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15232
15233 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15234 copyright years.
15235
15236 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15237
15238 PR gdb/9664:
15239 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15240
15241 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15242
15243 PR c++/9631:
15244 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15245
15246 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15247
15248 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15249 binfile definition to fix Windows OS failure.
15250
15251 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15252
15253 PR gdb/9346
15254 * gdb.base/interrupt.c (sigint_handler): New.
15255 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15256 on error.
15257 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15258 Test "signal SIGINT".
15259
15260 2009-01-19 Doug Evans <dje@google.com>
15261
15262 * gdb.base/break.exp: Update expected gdb output.
15263 * gdb.base/sepdebug.exp: Ditto.
15264 * gdb.mi/mi-syn-frame.exp: Ditto.
15265 * gdb.mi/mi2-syn-frame.exp: Ditto.
15266 * gdb.base/call-signal-resume.exp: New file.
15267 * gdb.base/call-signals.c: New file.
15268 * gdb.base/unwindonsignal.exp: New file.
15269 * gdb.base/unwindonsignal.c: New file.
15270 * gdb.threads/interrupted-hand-call.exp: New file.
15271 * gdb.threads/interrupted-hand-call.c: New file.
15272 * gdb.threads/thread-unwindonsignal.exp: New file.
15273
15274 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15275
15276 * gdb.base/define.exp: Test defining and hooking prefix commands.
15277 * gdb.python/python.exp: Update test for "show user" output.
15278
15279 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15282 now the output exactly, using less wildcards. Expect also the output
15283 of gfortran-4.3. Update for the f-valprint.c modification from
15284 2008-04-22.
15285 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15286 Remove gdb_test test names where matching the command.
15287
15288 2009-01-01 Pedro Alves <pedro@codesourcery.com>
15289
15290 PR breakpoints/9681:
15291 * gdb.base/watchpoint.exp: Add regression test.
15292
15293 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15294
15295 * gdb.threads/attach-into-signal.exp: Don't use
15296 gdb_suppress_entire_file.
15297 * gdb.threads/attach-stopped.exp: Ditto.
15298 * gdb.threads/attachstop-mt.exp: Ditto.
15299
15300 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15301
15302 PR gdb/8812:
15303 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15304
15305 2008-12-29 Pedro Alves <pedro@codesourcery.com>
15306
15307 PR gdb/7536:
15308 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15309 and unsupported output radices are really rejected.
15310
15311 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15312
15313 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15314
15315 2008-12-22 Tom Tromey <tromey@redhat.com>
15316
15317 * gdb.cp/punctuator.exp: New file.
15318
15319 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15320
15321 * gdb.base/completion.exp (Completing non-existing component): New test.
15322
15323 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15324
15325 Fix for PR gdb/8648.
15326 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15327 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15328 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15329 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15330
15331 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15332
15333 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15334
15335 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
15336
15337 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15338 compiler actually generate code at the expected line number.
15339
15340 2008-12-15 Jie Zhang <jie.zhang@analog.com>
15341
15342 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15343
15344 2008-12-12 Tom Tromey <tromey@redhat.com>
15345
15346 * gdb.base/commands.exp (redefine_hook_test): New proc.
15347 Call it.
15348
15349 2008-12-11 Tom Tromey <tromey@redhat.com>
15350
15351 * gdb.base/macscp.exp: New regression test.
15352
15353 2008-12-11 Tom Tromey <tromey@redhat.com>
15354
15355 * gdb.base/macscp.exp: Print "address.addr".
15356 * gdb.base/macscp1.c (struct outer): New struct.
15357 (address): New global.
15358
15359 2008-12-09 Tom Tromey <tromey@redhat.com>
15360
15361 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15362 Call it.
15363
15364 2008-12-04 Doug Evans <dje@google.com>
15365
15366 * gdb.server/ext-run.exp: Relax regexp for init program.
15367
15368 2008-12-03 Tristan Gingold <gingold@adacore.com>
15369
15370 * gdb.base/macscp.exp: Generate an object file during compilation
15371 to work around Darwin dsymutil limitations.
15372
15373 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15374
15375 Test resolving external references to TLS variables.
15376 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15377 FILE2_THREAD_LOCAL.
15378 (testfile2, srcfile2): New variables.
15379 * gdb.threads/tls.c (file2_thread_local)
15380 (function_referencing_file2_thread_local): New.
15381 * gdb.threads/tls2.c: New file.
15382
15383 2008-11-28 Joel Brobecker <brobecker@adacore.com>
15384
15385 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
15386 rather than integer, as integer might not be big enough when
15387 on 64bit targets.
15388
15389 2008-11-27 Jerome Guitton <guitton@adacore.com>
15390
15391 * gdb.cp/formatted-ref.exp: Add equality test.
15392 * gdb.ada/formatted_ref.exp: Ditto.
15393
15394 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15395
15396 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15397 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15398
15399 2008-11-20 Andreas Schwab <schwab@suse.de>
15400
15401 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15402 matching syscall entry point.
15403 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15404 (tcatch_vfork_then_child_follow): Likewise. Finish through
15405 vfork even if we stopped at the syscall trampoline.
15406
15407 2008-11-20 Doug Evans <dje@google.com>
15408
15409 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15410
15411 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15412
15413 * gdb.arch/ppc-dfp.exp: New file.
15414 * gdb.arch/ppc-dfp.c: New file.
15415
15416 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15417
15418 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
15419
15420 2008-11-17 Doug Evans <dje@google.com>
15421
15422 * gdb.mi/mi-syn-frame.exp: Update expected output.
15423 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15424
15425 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15426
15427 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
15428 "thread N" results in =thread-selected.
15429 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15430 (mi_send_resuming_command_raw): Be prepared for
15431 =thread-selected.
15432
15433 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15434
15435 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15436 * lib/mi-support.exp: Likewise.
15437
15438 2008-11-16 Joel Brobecker <brobecker@adacore.com>
15439
15440 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15441 commands from the expected output for "help catch".
15442
15443 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15444
15445 * gdb.ada/int_deref.exp: New testcase.
15446
15447 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15448
15449 * gdb.mi/gdb2549.exp: New file.
15450
15451 2008-11-11 Doug Evans <dje@google.com>
15452
15453 * gdb.base/callexit.exp: New file.
15454 * gdb.base/callexit.c: New file.
15455
15456 2008-11-10 Doug Evans <dje@google.com>
15457
15458 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15459 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15460 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15461 (default_gdb_start,default_gdb_exit): Ditto.
15462 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15463 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15464 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15465 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15466 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15467 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15468
15469 2008-11-03 Andreas Schwab <schwab@suse.de>
15470
15471 * gdb.base/hashline2.exp: Fix typo.
15472 * gdb.base/hashline3.exp: Likewise.
15473
15474 2008-10-30 Tom Tromey <tromey@redhat.com>
15475
15476 * gdb.base/pointers.exp: Add test.
15477 * gdb.base/pointers.c (k, S): New typedefs.
15478 (instance): New global.
15479
15480 2008-10-30 Andreas Schwab <schwab@suse.de>
15481
15482 * gdb.base/args.exp: Add tests for newlines.
15483
15484 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15485
15486 gdb.base/foll-exec.exp: Update the expected output of a couple
15487 of "info breakpoints" tests.
15488
15489 2008-10-28 Tom Tromey <tromey@redhat.com>
15490
15491 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15492
15493 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15494
15495 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15496 gdb_start_cmd.
15497 Use runto_main before any test that requires execution.
15498
15499 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15500
15501 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15502 instead of SIGINT.
15503
15504 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15505
15506 * gdb.base/completion.exp: Update expected output following
15507 the addition of the "info tasks" command.
15508
15509 2008-10-22 Tom Tromey <tromey@redhat.com>
15510
15511 * gdb.base/exprs.exp (test_expr): Add test for string
15512 concatenation.
15513
15514 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15515
15516 * configure.ac: Output gdb.python/Makefile.
15517 * configure: Regenerate.
15518 * gdb.python/Makefile.in: New.
15519
15520 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15521
15522 * gdb.base/foll-fork.exp: Adjust the expected output to match
15523 the new description for fork/vfork catchpoints in the "info
15524 breakpoints" output.
15525
15526 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15527
15528 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15529
15530 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15531
15532 * gdb.python/python-value.c: New file.
15533 * gdb.python/python-value.exp: New file.
15534
15535 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15536
15537 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15538
15539 2008-10-15 Denis Pilat <denis.pilat@st.com>
15540
15541 * gdb.cp/mb-ctor.exp: Fix a typo.
15542
15543 2008-10-09 Tom Tromey <tromey@redhat.com>
15544
15545 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15546 'fprintf' and 'stderr'.
15547
15548 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15549
15550 * gdb.ada/ref_tick_size.exp: New testcase.
15551
15552 2008-10-06 Doug Evans <dje@google.com>
15553
15554 * gdb.dwarf2/dw2-cu-size.exp: New file.
15555 * gdb.dwarf2/dw2-cu-size.S: New file.
15556
15557 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15558 .Ltype_int for clarity.
15559
15560 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15561
15562 PR gdb/2384:
15563 * gdb.cp/gdb2384.exp: Extended to test more cases.
15564 * gdb.cp/gdb2384.cc: Likewise.
15565 * gdb.cp/gdb2384-base.h: Likewise.
15566 * gdb.cp/gdb2384-base.cc: Likewise.
15567
15568 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15569
15570 * gdb.base/maint.exp (maint print type): Remove printing
15571 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15572
15573 2008-09-30 Tom Tromey <tromey@redhat.com>
15574
15575 * gdb.base/macscp.exp: Add completion tests.
15576 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15577 (TWENTY_THREE): Likewise.
15578 (FORTY_EIGHT): Likewise.
15579
15580 2008-09-30 Tom Tromey <tromey@redhat.com>
15581
15582 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15583 everywhere.
15584 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15585
15586 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15587
15588 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15589 testcase is derived from. Fix racy dependency on an expected PID
15590 number. No longer support the testcase on Linux kernel 2.4.x.
15591
15592 2008-09-27 Tom Tromey <tromey@redhat.com>
15593
15594 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15595 and varargs.
15596
15597 2008-09-22 Pedro Alves <pedro@codesourcery.com>
15598
15599 * lib/mi-support.exp (mi_expect_interrupt): New.
15600 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15601 from gdb.mi/mi-nonstop.exp.
15602 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15603 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15604 lib/mi-support.exp.
15605 Use mi_check_thread_states throughout. Avoid ".*" and do not
15606 require an anchor after -exec-run.
15607
15608 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15609
15610 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15611 stop is pending. Avoid ".*" when two stops are pending.
15612 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15613 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15614 newlines in fullnames.
15615 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15616 (mi_expect_stop): Update comments. Only anchor in sync mode.
15617 Do not match newlines.
15618 (mi_send_resuming_command_raw): Always return status.
15619 (mi_get_stop_line): Do not match more than one line by accident.
15620 Only anchor in sync mode.
15621 (mi_run_inline_test): If -exec-next fails, give up.
15622
15623 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15624
15625 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15626 on SPU.
15627
15628 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15629
15630 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15631
15632 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15633
15634 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15635 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15636 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15637 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15638 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15639 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15640 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15641 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15642 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15643 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15644 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15645 Include the "= " sequence in the expected output of print tests.
15646
15647 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15648
15649 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15650 description for boolean types.
15651
15652 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15653
15654 * gdb.base/hook-stop-continue.c: New.
15655 * gdb.base/hook-stop-continue.exp: New.
15656
15657 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15658
15659 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15660
15661 2008-09-08 Jerome Guitton <guitton@adacore.com>
15662
15663 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15664 (stack_check_probe_2, stack_check_probe_loop_1)
15665 (stack_check_probe_loop_2): New functions.
15666 (main): Add call to these new functions.
15667 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15668 functions, check that the breakpoint is inserted at the appropriate
15669 location.
15670 (insert_breakpoint): Slightly refine this procedure so that it can
15671 be called several times in the test.
15672
15673 2008-09-08 Jerome Guitton <guitton@adacore.com>
15674
15675 * gdb.base/stack-checking.c: New file.
15676 * gdb.base/stack-checking.exp: New file.
15677
15678 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15679
15680 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15681 * gdb.arch/altivec-regs.exp: Likewise.
15682 * gdb.arch/vsx-regs.exp: Likewise.
15683
15684 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15685
15686 * gdb.arch/ppc-fp.exp: New file.
15687 * gdb.arch/ppc-fp.c: New file.
15688
15689 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15690
15691 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15692 lest gcc-4.3.1 optimizes the whole thing away.
15693
15694 2008-09-04 Michael Snyder <msnyder@vmware.com>
15695
15696 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15697 as "at" (for non-debug functions such as _start).
15698
15699 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15700
15701 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15702 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15703 software watchpoints.
15704 * gdb.base/watch_thread_num.exp: Likewise.
15705
15706 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15707
15708 * gdb.arch/i386-bp_permanent.exp: New test.
15709
15710 2008-08-24 Tom Tromey <tromey@redhat.com>
15711
15712 * gdb.base/maint.exp: Update "maint print type".
15713
15714 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15715
15716 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15717 support. Adjust the order of "*running" notifications.
15718 * gdb.mi/non-stop.c: Don't cast from int to void* and
15719 back.
15720
15721 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15722
15723 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15724 expect to find it in the "info frame" output.
15725
15726 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15727
15728 * gdb.base/interp.exp: Always consume both prompts.
15729
15730 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15731
15732 * gdb.base/pending.exp: Test pending breakpoints without symbols
15733 loaded.
15734
15735 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15736
15737 * lib/mi-support.exp (mi_expect_stop): Produce
15738 more details on failures.
15739 * gdb.mi/mi-nonstop.exp: New.
15740 * gdb.mi/non-stop.c: New.
15741
15742 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15743
15744 * gdb.mi/mi-async.exp: Use 'set target-async'.
15745 * lib/mi-support.exp: Use 'set/show target-async'.
15746
15747 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15748
15749 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15750
15751 2008-08-17 Tom Tromey <tromey@redhat.com>
15752
15753 * gdb.base/help.exp (help catch): Rewrite.
15754
15755 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15756
15757 * gdb.base/define.exp: Test indented command documentation.
15758 * gdb.python/python.exp: Test indented multi-line command.
15759
15760 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15761
15762 * testsuite/gdb.arch/vsx-regs.c: New source file.
15763 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15764 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15765
15766 2008-08-14 Tom Tromey <tromey@redhat.com>
15767
15768 * gdb.base/macscp.exp: Add regression test for "macro define" or
15769 "macro undef" with no arguments.
15770
15771 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15772
15773 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15774
15775 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15776
15777 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15778
15779 2008-08-06 Tom Tromey <tromey@redhat.com>
15780
15781 * gdb.python/python.exp: New file.
15782
15783 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15784
15785 Fix for PR gdb/1543.
15786 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15787 $LOCATION.
15788 (location): New variable.
15789 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15790 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15791 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15792 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15793 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15794 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15795 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15796 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15797 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15798 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15799 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15800 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15801 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15802 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15803 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15804 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15805 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15806 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15807 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15808 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15809 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15810 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15811 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15812 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15813 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15814 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15815 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15816 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15817 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15818 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15819 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15820 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15821 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15822 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15823 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15824 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15825 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15826 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15827 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15828 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15829 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15830 gdb.base/type-opaque.exp, gdb.base/until.exp,
15831 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15832 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15833 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15834 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15835 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15836 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15837 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15838 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15839 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15840 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15841 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15842 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15843 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15844 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15845 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15846 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15847 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15848 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15849 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15850 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15851 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15852 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15853 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15854 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15855 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15856 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15857 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15858 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15859 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15860 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15861 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15862 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15863 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15864 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15865 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15866 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15867 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15868 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15869 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15870 to bug-gdb@prep.ai.mit.edu .
15871
15872 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15873
15874 * lib/mi-support.exp (mi_load_shlibs): New.
15875 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15876
15877 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15878
15879 * lib/mi-support.exp (get_mi_thread_list)
15880 (check_mi_and_console_threads): New, moved from ...
15881 * gdb.mi/mi-pthread.exp: ...here.
15882 * gdb.mi/gdb669.exp (get_mi_thread_list)
15883 (check_mi_and_console_threads): Delete.
15884 * gdb.mi/mi2-pthread.exp: Likewise.
15885
15886 2008-07-28 Tom Tromey <tromey@redhat.com>
15887
15888 * Makefile.in (just-check): Remove. Move body to...
15889 (check): ... here.
15890
15891 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15892
15893 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15894 Add a test for duplicated SIGINTs.
15895
15896 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15897
15898 * gdb.threads/schedlock.exp (get_args): Update to work for any
15899 value of NUM.
15900 (Top level): Report the number of threads that did not resume.
15901
15902 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15903
15904 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15905
15906 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15907
15908 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15909 non-MI prompt.
15910
15911 2008-07-26 Tom Tromey <tromey@redhat.com>
15912
15913 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15914 (function_struct, function_struct_ptr): New globals.
15915 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15916 function pointer in a struct.
15917
15918 2008-07-26 Tom Tromey <tromey@redhat.com>
15919
15920 * gdb.base/macscp.exp: Add test for macro lexing bug.
15921
15922 2008-07-18 Tom Tromey <tromey@redhat.com>
15923
15924 * gdb.base/macscp.exp: Add macro tests.
15925
15926 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15927
15928 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15929
15930 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15931
15932 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15933
15934 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15935
15936 * gdb.cp/class2.exp: fix for failure on spu-elf
15937
15938 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15939
15940 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15941
15942 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15943
15944 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15945
15946 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15947
15948 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15949
15950 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15951
15952 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15953 of regexp to account for changes made to GDB in the printing of
15954 byte vectors.
15955
15956 2008-07-11 Tom Tromey <tromey@redhat.com>
15957
15958 * gdb.base/completion.exp: Add 'help' completion test.
15959
15960 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15961
15962 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15963
15964 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15965
15966 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15967
15968 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15969
15970 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15971
15972 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15973
15974 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15975
15976 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15977
15978 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15979
15980 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15981
15982 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15983 previous commit. Add a comment.
15984
15985 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15986
15987 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15988
15989 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15990
15991 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15992
15993 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15994
15995 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15996 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15997 compiling an executable, link in an object that forces unbuffered
15998 output.
15999 * lib/set_unbuffered_mode.c: New file.
16000
16001 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16002
16003 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16004
16005 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16006
16007 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16008 mi_expect_stop.
16009 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16010 Demand that *running is output.
16011 (detect_async): Perform checking every time.
16012 (mi_send_resuming_command): Extract everything into...
16013 (mi_send_resuming_command_raw): ...this.
16014 (mi_expect_stop): Don't accept any output before *stopped.
16015
16016 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16017
16018 Robustify mi-simplerun.
16019 * gdb.mi/basics.c (main): Add a call to sleep.
16020 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16021 * gdb.mi/mi2-cli.exp: Likewise.
16022 * gdb.mi/mi-break.exp: Likewise.
16023
16024 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16025
16026 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16027
16028 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16029
16030 * gdb.mi/mi-console.exp: Adjust.
16031 * gdb.mi/mi-syn-frame.exp: Adjust.
16032 * gdb.mi/mi2-console.exp: Adjust.
16033 * gdb.mi/mi2-syn-frame.exp: Adjust.
16034 * lib/mi-support.exp (mi_run_cmd): Adjust.
16035 (mi_send_resuming_command): Adjust.
16036
16037 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16038
16039 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16040 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16041 testing of stopped.
16042 * gdb.mi/mi2-syn-frame.exp: Likewise.
16043 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16044 (async, detect_async): New.
16045 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16046 depending on if we're running in sync or async mode.
16047
16048 2008-06-09 Tom Tromey <tromey@redhat.com>
16049
16050 * gdb.base/completion.exp: New tests for field name completion
16051 with spaces, and field name completion with '->'.
16052
16053 2008-06-06 Tom Tromey <tromey@redhat.com>
16054
16055 * gdb.base/break1.c (struct some_struct): New struct.
16056 (values): New global.
16057 * gdb.base/completion.exp: Add field name completion test.
16058
16059 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16060
16061 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16062 to pointer.
16063 * gdb.cp/call-c.cc: Likewise.
16064
16065 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
16066
16067 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16068 annotation.
16069
16070 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16071 Pedro Alves <pedro@codesourcery.com>
16072
16073 * gdb.threads/execl.c, gdb.threads/execl1.c,
16074 gdb.threads/execl.exp: New tests.
16075
16076 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16077 Daniel Jacobowitz <dan@codesourcery.com>
16078
16079 * gdb.cp/exception.exp: Activate test, make it work with pending
16080 catchpoints.
16081
16082 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16083
16084 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16085
16086 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16087
16088 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16089 now printed.
16090 * gdb.mi/mi2-var-cmd.exp: Likewise.
16091
16092 2008-05-27 Andreas Schwab <schwab@suse.de>
16093
16094 * gdb.base/frame-args.exp: Handle arguments that are optimized
16095 out.
16096
16097 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
16098
16099 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16100 quiet for ppc32 and group options into a single variable.
16101
16102 2008-05-23 Joel Brobecker <brobecker@adacore.com>
16103
16104 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16105 of zero-size elements.
16106 * gdb.ada/null_array.exp: Test printing this new array.
16107
16108 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16109
16110 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16111
16112 2008-05-21 Joel Brobecker <brobecker@adacore.com>
16113
16114 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16115 of the "finish" command.
16116
16117 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
16118
16119 * gdb.base/annota1.exp: Test for new annotation.
16120
16121 2008-05-16 Pedro Alves <pedro@codesourcery.com>
16122
16123 * gdb.base/fixsection.exp: New file.
16124 * gdb.base/fixsection0.c: New file.
16125 * gdb.base/fixsection1.c: New file.
16126
16127 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16128
16129 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16130 * gdb.base/annota3.exp: Likewise.
16131
16132 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16133
16134 * gdb.base/watch_thread_num.exp: Don't run tests that require
16135 watchpoints if the target doesn't support them.
16136
16137 2008-05-12 Doug Evans <dje@google.com>
16138
16139 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16140
16141 2008-05-09 Joel Brobecker <brobecker@adacore.com>
16142
16143 * gdb.ada/assign_1.exp: New testcase.
16144
16145 2008-05-09 Doug Evans <dje@google.com>
16146
16147 * gdb.base/find.exp: New file.
16148 * gdb.base/find.c: New file.
16149
16150 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16151
16152 * gdb.base/commands.exp (watchpoint_command_test): Handle
16153 gdb,no_hardware_watchpoints.
16154 * gdb.base/float.exp: Allow ARM targets without floating point.
16155 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16156
16157 2008-05-06 Jerome Guitton <guitton@adacore.com>
16158 Joel Brobecker <brobecker@adacore.com>
16159
16160 * gdb.ada/lang_switch: New test program.
16161 * gdb.ada/lang_switch.exp: New testcase.
16162
16163 2008-05-05 Doug Evans <dje@google.com>
16164
16165 * gdb.base/help.exp (disassemble): Update expected help text.
16166
16167 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16168
16169 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16170
16171 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16172
16173 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16174 different times.
16175
16176 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16177
16178 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16179 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16180 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16181 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16182
16183 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16184
16185 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16186 notification to appear.
16187
16188 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16189
16190 * gdb.base/fullname.c: New file.
16191 * gdb.base/fullname.exp: New file.
16192 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16193
16194 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16195
16196 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16197 expressions with macros.
16198
16199 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16200
16201 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16202
16203 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16204
16205 * gdb.base/completion.exp: Handle lack of other symbols beginning
16206 with "a".
16207
16208 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16209
16210 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16211
16212 * gdb.asm/asmsrc1.s: Add scratch space.
16213
16214 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16215 Daniel Jacobowitz <dan@codesourcery.com>
16216
16217 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16218 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16219 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16220
16221 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16222
16223 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16224
16225 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16226
16227 * gdb.base/info-target.exp: New testcase.
16228
16229 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16230
16231 * gdb.cp/hang.exp: Use .cc instead of .C.
16232 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16233 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16234
16235 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16236
16237 * gdb.base/gdb1250.exp: Remove perror.
16238 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16239
16240 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16241
16242 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16243 .2byte.
16244
16245 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16246
16247 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16248 (maybe_kfail): New.
16249
16250 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16251
16252 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16253
16254 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16255
16256 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16257 * gdb.mi/mi2-syn-frame.exp: Likewise.
16258 * lib/mi-support.exp: Likewise.
16259
16260 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16261
16262 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16263 to specify regexp for the location to stop at.
16264 * gdb.base/break-always.c: New.
16265 * gdb.base/break-always.exp: New.
16266
16267 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16268
16269 * lib/mi-support.exp (mi_runto_helper): Adjust
16270 for the original-location field.
16271 (mi_create_breakpoint, mi_list_breakpoints): New.
16272 * gdb.mi/mi-break.exp: Adjust.
16273 * gdb.mi/mi2-break.exp: Adjust.
16274 * gdb.mi/mi-pending.exp: Adjust.
16275 * gdb.mi/mi-simplerun.exp: Adjust.
16276 * gdb.mi/mi2-simplerun.exp: Adjust.
16277 * gdb.mi/mi-syn-frame.exp: Adjust.
16278 * gdb.mi/mi2-syn-frame.exp: Adjust.
16279 * gdb.mi/mi-until.exp: Adjust.
16280 * gdb.mi/mi2-until.exp: Adjust.
16281 * gdb.mi/mi-var-display.exp: Adjust.
16282 * gdb.mi/mi2-var-display.exp: Adjust.
16283 * gdb.mi/mi-watch.exp: Adjust.
16284 * gdb.mi/mi2-watch.exp: Adjust.
16285
16286 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16287
16288 * aclocal.m4: Add override.m4.
16289 * configure: Regenerate.
16290
16291 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16292
16293 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16294 '-var-update --all-values' reports new value even the type
16295 of a variable object has changed.
16296
16297 2008-04-18 Craig Silverstein <csilvers@google.com>
16298
16299 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16300 files.
16301
16302 2008-04-18 Joel Brobecker <brobecker@adacore.com>
16303
16304 * gdb.ada/atomic_enum: New test program.
16305 * gdb.ada/atomic_enum.exp: New testcase.
16306
16307 2008-04-17 Doug Evans <dje@google.com>
16308
16309 * gdb.opt/Makefile.in: Fix whitespace.
16310
16311 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16312
16313 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16314
16315 2008-04-17 Doug Evans <dje@google.com>
16316
16317 * gdb.base/hashline1.exp: New testcase.
16318 * gdb.base/hashline2.exp: New testcase.
16319 * gdb.base/hashline2.exp: New testcase.
16320
16321 2008-04-17 Pedro Alves <pedro@codesourcery.com>
16322
16323 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16324
16325 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16326
16327 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16328 temporary breakpoint to match "Temporary breakpoint".
16329 * gdb.base/break.exp (delete_breakpoints): Likewise.
16330 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16331 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16332 * gdb.base/display.exp: Likewise.
16333 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16334 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16335 * gdb.base/restore.exp (restore_tests): Likewise.
16336 * gdb.base/sepdebug.exp: Likewise.
16337 * gdb.base/watchpoint.exp: Likewise.
16338 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16339 * gdb.mi/mi-pending.exp: Likewise.
16340 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16341 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16342 * gdb.mi/mi-var-cmd.exp: Likewise.
16343 * gdb.mi/mi-var-display.exp: Likewise.
16344 * gdb.mi/mi2-cli.exp: Likewise.
16345 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16346 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16347 * gdb.mi/mi2-var-display.exp: Likewise.
16348 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16349 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16350 new "disp" field.
16351 (mi_expect_stop): Move after_reason argument to be really after
16352 reason. This is to support fix for PR2424.
16353
16354 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16355
16356 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16357
16358 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16359
16360 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
16361 field. Add more floating varobj tests.
16362 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
16363 field.
16364 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16365 (main): Call do_at_tests.
16366 * lib/mi-support.exp (mi_create_floating_varobj)
16367 (mi_varobj_update_with_type_change): New.
16368
16369 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16370
16371 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16372 option of -var-evaluate-expression.
16373 * gdb.mi/mi2-var-display.exp: Likewise.
16374
16375 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16376
16377 Introduce test setup helpers.
16378 * lib/gdb.exp (build_executable, clean_restart)
16379 (prepare_for_testing): New.
16380 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16381 * gdb.base/return.exp: Likewise.
16382 * gdb.base/ending-run.exp: Likewise.
16383
16384 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
16385
16386 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16387 Interface (MI) responses.
16388
16389 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16390
16391 * gdb.cp/breakpoint.cc: New code to test conditions involving
16392 member variables.
16393 * gdb.cp/breakpoint.exp: Test condition involving member
16394 variables.
16395
16396 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16397
16398 * lib/mi-support.exp (mi_expect_stop): New.
16399 (mi_run_cmd): Change the
16400 token. Use mi_send_resuming_command, use
16401 mi_expect_stop.
16402 (mi_execute_to_helper): Rename to mi_execute_to.
16403 (mi_send_resuming_command): Add more error patterns.
16404 (mi_wait_for_stop): Renamed to...
16405 (mi_get_stop_line): ...this.
16406 (mi_run_inline_test): Adjust.
16407
16408 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16409 * gdb.mi/mi-console.exp: Likewise.
16410 * gdb.mi/mi-pending.exp: Likewise.
16411 * gdb.mi/mi-simplerun.exp: Likewise.
16412 * gdb.mi/mi-stack.exp: Likewise.
16413 * gdb.mi/mi-stepi.exp: Likewise.
16414 * gdb.mi/mi-syn-frame.exp: Add comment.
16415 * gdb.mi/mi-until.exp: Likewise.
16416 * gdb.mi/mi-var-display.exp: Likewise.
16417 * gdb.mi/mi-watch.exp: Likewise.
16418 * gdb.mi/mi2-cli.exp: Likewise.
16419 * gdb.mi/mi2-console.exp: Likewise.
16420 * gdb.mi/mi2-simplerun.exp: Likewise.
16421 * gdb.mi/mi2-stack.exp: Likewise.
16422 * gdb.mi/mi2-stepi.exp: Likewise.
16423 * gdb.mi/mi2-until.exp: Likewise.
16424 * gdb.mi/mi2-var-display.exp: Likewise.
16425 * gdb.mi/mi2-watch.exp: Likewise.
16426
16427 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16428
16429 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16430
16431 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16432
16433 2008-04-04 Pedro Alves <pedro@codesourcery.com>
16434
16435 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16436 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16437 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16438 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16439 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16440 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16441 expect an mi error duplicated in stderr.
16442
16443 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16444
16445 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16446 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16447 Add a couple of tests that verify the behavior when the new setting
16448 is set to "cancel" and "all".
16449 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16450 "ask" before we start the testing.
16451
16452 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16453
16454 * gdb.cp/casts.cc: Add class reference variables.
16455 * gdb.cp/casts.exp: New test cases for up/down casting references.
16456
16457 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16458
16459 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16460 instead of beginning to make an extra test pass.
16461 * gdb.mi/mi2-var-display.exp: Likewise.
16462
16463 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16464
16465 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16466
16467 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16468 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16469
16470 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16471 value. Add xfail for older kernels.
16472
16473 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16474
16475 Bring mi-support in line with gdb.exp.
16476 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16477 (mi_gdb_start): New function.
16478
16479 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16480
16481 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16482
16483 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16484
16485 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16486 * gdb.mi/mi2-var-display.exp: Likewise.
16487
16488 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16489
16490 * lib/mi-support.exp (mi_create_varobj_checked): New.
16491 (mi_list_varobj_children): Allow to check for a
16492 value.
16493 (mi_list_array_varobj_children): New.
16494
16495 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16496 and mi_list_varobj_children, as opposed to hardcoding
16497 expected strings.
16498 * gdb.mi/gdb701.exp: Likewise.
16499 * gdb.mi/gdb792.exp: Likewise.
16500 * gdb.mi/mi-var-block.exp: Likewise.
16501 * gdb.mi/mi-var-cmd.exp: Likewise.
16502 * gdb.mi/mi-var-invalidate.exp: Likewise.
16503 * gdb.mi/mi2-var-block.exp: Likewise.
16504 * gdb.mi/mi2-var-child.exp: Likewise.
16505 * gdb.mi/mi2-var-cmd.exp: Likewise.
16506 * gdb.mi/mi2-var-display.exp: Likewise.
16507
16508 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16509
16510 Fix random false FAILs on i386.
16511 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16512
16513 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16514
16515 PR gdb/544
16516 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16517
16518 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16519
16520 PR gdb/544
16521 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16522
16523 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16524
16525 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16526 fixed PR gdb/544.
16527
16528 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16529
16530 * gdb.threads/fork-child-threads.exp: Test next over fork.
16531
16532 2008-03-21 Chris Demetriou <cgd@google.com>
16533
16534 * gdb.base/break.exp (rbreak junk): New test for rbreak
16535 "Junk at end of arguments" issue.
16536
16537 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16538
16539 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16540 *& to work on created array elements.
16541 (Top level): Test print $pc with a file. Test string operations
16542 without a target.
16543 * gdb.base/ptype.exp: Do not expect *& to work on created array
16544 elements.
16545
16546 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16547
16548 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16549 gdb.threads/staticthreads.exp: Update exit query.
16550
16551 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16552
16553 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16554
16555 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16556
16557 * gdb.base/watchpoint.c (global_ptr, func4): New.
16558 (main): Call func4.
16559 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16560 (test_inaccessible_watchpoint): New.
16561
16562 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16563
16564 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16565 select the largest.
16566
16567 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16568
16569 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16570 frames-invalid annotations.
16571
16572 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16573
16574 * gdb.base/assign.exp: avoid same output for different tests.
16575
16576 2008-02-27 Doug Evans <dje@google.com>
16577
16578 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16579 for bug 1738.
16580 (breakpoint_to_handler_entry): Ditto.
16581
16582 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16583
16584 * gdb.base/ending-run.exp: Use the first line of code inside
16585 function body to test breakpoints.
16586 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16587 location where the breakpoint is inserted when using the line
16588 where a function is declared. Fix typo in the description of
16589 one of the tests.
16590 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16591
16592 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16593
16594 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
16595 tests.
16596
16597 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16598
16599 * gdb.base/args.exp: avoid same output for tests
16600 with single quotes.
16601
16602 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16603
16604 * gdb.base/annota1.exp: Adjust for 'info break'
16605 format changes.
16606 * gdb.base/annota3.exp: Likewise.
16607 * gdb.base/break.exp: Likewise.
16608 * gdb.base/condbreak.exp: Likewise.
16609 * gdb.base/pending.exp: Likewise.
16610 * gdb.base/sepdebug.exp: Likewise.
16611 * gdb.base/unload.exp: Likewise.
16612 * gdb.cp/ovldbreak.exp: Likewise.
16613 * gdb.mi/mi-pending.exp: Likewise.
16614
16615 2008-02-07 Doug Evans <dje@google.com>
16616
16617 * gdb.cp/mb-inline.exp: New.
16618 * gdb.cp/mb-inline.h: New.
16619 * gdb.cp/mb-inline1.cc: New.
16620 * gdb.cp/mb-inline2.cc: New.
16621
16622 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16623
16624 * gdb.pascal/floats.pas: New test program.
16625 * gdb.pascal/floats.exp: New testcase.
16626
16627 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16628
16629 * gdb.base/callfuncs.c (t_float_many_args): New function.
16630 (t_double_many_args): New function.
16631 * gdb.base/callfuncs.exp: Add tests for exceeding float
16632 and double parameters passed through the stack.
16633
16634 2008-02-05 Joel Brobecker <brobecker@adacore.com>
16635
16636 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16637 gdb.ada/complete/foo.adb: New files.
16638 * gdb.ada/complete.exp: New testcase.
16639
16640 2008-02-03 Doug Evans <dje@google.com>
16641
16642 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16643
16644 * gdb.cp/gdb2384.exp: New file.
16645 * gdb.cp/gdb2384.cc: New file.
16646 * gdb.cp/gdb2384-base.h: New file.
16647 * gdb.cp/gdb2384-base.cc: New file.
16648
16649 2008-02-02 Doug Evans <dje@google.com>
16650
16651 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16652
16653 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16654
16655 * gdb.ada/sym_print_name: New test program.
16656 * gdb.ada/sym_print_name.exp: New testcase.
16657
16658 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16659
16660 * gdb.ada/nested/hello.adb: New file.
16661 * gdb.ada/nested.exp: New testcase.
16662 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16663
16664 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16665
16666 * gdb.mi/basic.c (return_1): New function.
16667 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16668 don't cause future evaluations of function to report
16669 creation of internal breakpoints.
16670
16671 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16672
16673 * gdb.mi/mi-break.exp (test_error): New.
16674 Call it.
16675
16676 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16677
16678 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16679 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16680
16681 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16682
16683 * gdb.pascal/integers.pas: New test program.
16684 * gdb.pascal/integers.exp: New testcase.
16685
16686 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16687
16688 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16689
16690 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16691
16692 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16693 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16694
16695 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16696
16697 * gdb.ada/formatted_ref: New test program.
16698 * gdb.ada/formatted_ref.exp: New testcase.
16699
16700 * gdb.cp/formatted-ref.cc: New file.
16701 * gdb.cp/formatted-ref.exp: New testcase.
16702
16703 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16704
16705 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16706
16707 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16708
16709 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16710 (test_file_list_exec_source_file): Update to new macro-info field.
16711
16712 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16713
16714 * gdb.ada/exprs: New test program.
16715 * gdb.ada/exprs.exp: New testcase.
16716
16717 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16718
16719 * dfp-test.c (DELTA, DELTA_B): New definitions.
16720 (double_val1, double_val2, double_val3, double_val4, double_val5,
16721 double_val6, double_val7, double_val8, double_val9, double_val10,
16722 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16723 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16724 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16725 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16726 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16727 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16728 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16729 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16730 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16731 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16732 dec128_val16): New global variables.
16733 (decimal_dec128_align): New function.
16734 (decimal_mixed): Likewise.
16735 (decimal_many_args_dec32): Likewise.
16736 (decimal_many_args_dec64): Likewise.
16737 (decimal_many_args_dec128): Likewise.
16738 (decimal_many_args_mixed): Likewise.
16739 * dfp-test.exp: Add tests calling new inferior functions.
16740
16741 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16742
16743 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16744 gdb.server/ext-run.exp: New files.
16745 * lib/gdbserver-support.exp (gdbserver_download): New.
16746 (gdbserver_start): New. Update gdbserver expected
16747 output.
16748 (gdbserver_spawn): Use them.
16749 (gdbserver_start_extended): New.
16750
16751 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16752
16753 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16754 Run on GNU/Linux.
16755 (do_exec_tests): Check for systems which do not support catchpoints.
16756 Do not match START.
16757 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16758 Run on GNU/Linux. Enable verbose output.
16759 (check_fork_catchpoints): New.
16760 (explicit_fork_child_follow, catch_fork_child_follow)
16761 (tcatch_fork_parent_follow): Update expected messages.
16762 (do_fork_tests): Use check_fork_catchpoints.
16763 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16764 Run on GNU/Linux. Enable verbose output.
16765 (check_vfork_catchpoints): New.
16766 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16767 expected messages.
16768 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16769
16770 2008-01-29 Jim Blandy <jimb@red-bean.com>
16771
16772 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16773 host' errors.
16774 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16775
16776 2008-01-29 Jim Blandy <jimb@red-bean.com>
16777
16778 * gdb.threads/sigthread.c: Use barriers to ensure that
16779 child_thread and child_thread_two are always initialized before we
16780 start to use them.
16781
16782 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16783
16784 * gdb.base/watchpoint-solib.exp: New.
16785 * gdb.base/watchpoint-solib.c: New.
16786 * gdb.base/watchpoint-solib-shr.c: New.
16787
16788 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16789
16790 * gdb.base/gdb1056.exp: Add unsigned integer test.
16791
16792 2008-01-28 Doug Evans <dje@google.com>
16793
16794 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16795
16796 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16797
16798 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16799
16800 * gdb.base/expand-psymtabs.exp: Doc fix.
16801
16802 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16803
16804 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16805
16806 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16807
16808 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16809 -var-set-format.
16810
16811 2008-01-23 Chris Demetriou <cgd@google.com>
16812
16813 * gdb.threads/thread_events.c: New testcase source file.
16814 * gdb.threads/thread_events.exp: New testcase expect file.
16815
16816 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16817
16818 * lib/gdb.exp: Add the variable octal.
16819
16820 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16821 -var-set-format.
16822
16823 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16824 Vladimir Prus <vladimir@codesourcery.com>
16825
16826 * gdb.base/float.exp: Allow missing floating point for m68k and
16827 PowerPC.
16828
16829 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16830
16831 * gdb.mi/basics.c: Setup for testing breakpoints
16832 ignore count.
16833 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16834 * gdb.mi/mi-cli.exp: Adjust.
16835 * gdb.mi/mi2-cli.exp: Adjust.
16836
16837 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16838
16839 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16840 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16841 with dummy_ptr's address.
16842 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16843 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16844 all targets.
16845 * gdb.mi/mi2-var-child.exp: Likewise.
16846
16847 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.ada/null_array: New test program.
16850 * gdb.ada/null_array.exp: New testcase.
16851
16852 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16853
16854 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16855 with required float modifiers.
16856
16857 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16858
16859 * gdb.ada/funcall_param: New test program.
16860 * gdb.ada/funcall_param.exp: New testcase.
16861
16862 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16863
16864 * gdb.ada/arrayparam: New test program.
16865 * gdb.ada/arrayparam.exp: New testcase.
16866
16867 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16868
16869 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16870 landed. Should also fix random failures in the test following it.
16871
16872 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16873
16874 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16875 for expressions with decimal float values.
16876 (test_dfp_conversions): New function to test casts to and from
16877 decimal float types.
16878 Call test_dfp_conversions.
16879 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16880 elements.
16881 (main): Initialize ds.float4 and ds.double8 elements.
16882 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16883 string to new error message.
16884 (d64_set_tests): Likewise.
16885 (d128_set_tests): Likewise.
16886 Add tests for expressions with decimal float variables. Add tests for
16887 conversions to and from decimal float types.
16888
16889 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16890
16891 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16892 * gdb.ada/packed_tagged.exp: New testcase.
16893
16894 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16895
16896 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16897 gdb.ada/homonym/homonym_main.adb: New files.
16898 * gdb.ada/homonym.exp: New testcase.
16899
16900 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.ada/packed_array.exp: Add testing of references to
16903 a packed array.
16904
16905 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16906
16907 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16908 New files.
16909 * gdb.ada/type_coercion.exp: New testcase.
16910
16911 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16912
16913 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16914 gdb.ada/tagged/foo.adb: New file.
16915 * gdb.ada/tagged.exp: New testcase.
16916
16917 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16918
16919 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16920 gdb.ada/ptype_field/foo.adb: New files.
16921 * gdb.ada/ptype_field.exp: New testcase.
16922
16923 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16924
16925 * gdb.ada/print_pc.exp: New testcase.
16926
16927 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16928
16929 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16930 gdb.ada/taft_type/p.adb: New files.
16931 * gdb.ada/taft_type.exp: New testcase.
16932
16933 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16934
16935 * gdb.ada/array_bounds/bar.adb: New file.
16936 * gdb.ada/array_bounds.exp: New testcase.
16937
16938 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16939
16940 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16941 gdb.ada/arrayptr/foo.adb: New files.
16942 * gdb.ada/arrayptr.exp: New testcase.
16943
16944 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16945
16946 * gdb.base/set-lang-auto.exp: New testcase.
16947
16948 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16949
16950 * gdb.ada/fun_addr/foo.adb: New file.
16951 * gdb.ada/fun_addr.exp: New testcase.
16952
16953 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16954
16955 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16956 New files
16957
16958 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16959
16960 * array_subscript_addr/p.adb: New file.
16961 * array_subscript_addr.exp: New testcase.
16962
16963 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16964
16965 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16966 New files.
16967 * gdb.ada/str_cmp_ref.exp: New testcase.
16968
16969 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16970
16971 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16972 gdb.ada/fun_in_declare/foo.adb: New files.
16973 * gdb.ada/fun_in_declare.exp: New testcase.
16974
16975 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16976
16977 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16978 gdb.ada/ref_param/pck.ads: New files.
16979 * gdb.ada/ref_param.exp: New testcase.
16980
16981 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16982
16983 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16984 gdb.ada/interface/foo.adb: New files.
16985 * gdb.ada/interface.exp: New testcase.
16986
16987 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16988
16989 * gdb.base/multi-forks.exp: Consume all output from child
16990 processes before proceeding to next test.
16991
16992 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16993
16994 * configure: Regenerated.
16995
16996 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16997
16998 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16999 gdb.ada/fixed_cmp/fixed.adb: New files.
17000 * gdb.ada/fixed_cmp.exp: New testcase.
17001
17002 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17003
17004 * gdb.ada/boolean_expr.exp: New testcase.
17005
17006 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17007
17008 * gdb.base/multi-forks.exp: Doc fix.
17009
17010 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17011
17012 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17013 * gdb.ada/char_param.exp: Do not compile our test program with
17014 -gnata, this is unnecessary.
17015 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17016
17017 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17018
17019 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17020 gdb.ada/print_chars/foo.adb: New files.
17021 * gdb.ada/print_chars.exp: New testcase.
17022
17023 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17024
17025 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17026 gdb.ada/char_param/foo.adb: New files.
17027 * gdb.ada/char_param.exp: New testcase.
17028
17029 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17030
17031 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17032 hard-coding source line numbers into the test.
17033 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17034 gdb_get_line_number to find.
17035
17036 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17037
17038 * gdb.base/ptype.c (highest): New struct type.
17039 (the_highest): New variable of that type.
17040 (main): Add dummy assignment to a field of variable the_highest.
17041 * gdb.base/ptype.exp: Test type printing of our new variable.
17042
17043 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17044
17045 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17046 and record first explicitly generated thread number.
17047 Use that thread number for thread specific watchpoint test.
17048 Add iteration number to repetitive tests.
17049
17050 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17051 Jim Blandy <jimb@codesourcery.com>
17052
17053 * gdb.base/expand-psymtabs.c: New testcase
17054 source file.
17055 * gdb.base/expand-psymtabs.exp: New testcase
17056 expect file.
17057
17058 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17059
17060 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17061 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17062
17063 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17064
17065 * gdb.ada/frame_args/foo.adb: New file.
17066 * gdb.ada/frame_args/pck.ads: New file.
17067 * gdb.ada/frame_args/pck.adb: New file.
17068 * gdb.ada/frame_args.exp: New testcase.
17069
17070 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17071
17072 * gdb.base/frame-args.c: New file.
17073 * gdb.base/frame-args.exp: New testcase.
17074
17075 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
17076 Joseph Myers <joseph@codesourcery.com>
17077
17078 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17079
17080 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
17081
17082 * gdb.mi/mi-pending.exp: New.
17083 * gdb.mi/mi-pending.c: New.
17084 * gdb.mi/mi-pendshr.c: New.
17085
17086 2007-12-06 Jim Blandy <jimb@codesourcery.com>
17087
17088 * gdb.base/default.exp: Update expected output for 'info catch'.
17089
17090 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17091
17092 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17093 must be set to binary.
17094
17095 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17096
17097 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17098
17099 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17100
17101 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17102 gdb.mi/mi-file-transfer.exp: New.
17103
17104 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17105
17106 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17107
17108 2007-11-22 Maciej W. Rozycki <macro@mips.com>
17109
17110 * gdb.trace/backtrace.exp: Fix a typo.
17111 * gdb.trace/circ.exp: Likewise.
17112 * gdb.trace/collection.exp: Likewise.
17113 * gdb.trace/limits.exp: Likewise.
17114 * gdb.trace/report.exp: Likewise.
17115 * gdb.trace/tfind.exp: Likewise.
17116 * gdb.trace/while-dyn.exp: Likewise.
17117
17118 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
17119
17120 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17121 objects of pointers that can't be dereferenced are now
17122 "noneditable".
17123
17124 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17125
17126 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17127 (target_cpu): Remove.
17128
17129 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17130
17131 * gdb.base/ending-run.exp: Expect the list of cleared
17132 breakpoint to come in natural order, not the reversed one.
17133
17134 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17135
17136 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17137 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
17138
17139 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
17140
17141 * gdb.base/printcmds.exp: New function
17142 test_printf_with_dfp.
17143
17144 2007-11-02 Doug Evans <dje@google.com>
17145
17146 * gdb.disasm/t01_mov.s: Remove carriage returns.
17147 * gdb.disasm/t02_mova.s: Ditto.
17148 * gdb.disasm/t03_add.s: Ditto.
17149 * gdb.disasm/t04_sub.s: Ditto.
17150 * gdb.disasm/t05_cmp.s: Ditto.
17151 * gdb.disasm/t06_ari2.s: Ditto.
17152 * gdb.disasm/t07_ari3.s: Ditto.
17153 * gdb.disasm/t08_or.s: Ditto.
17154 * gdb.disasm/t09_xor.s: Ditto.
17155 * gdb.disasm/t10_and.s: Ditto.
17156 * gdb.disasm/t11_logs.s: Ditto.
17157 * gdb.disasm/t12_bit.s: Ditto.
17158 * gdb.disasm/t13_otr.s: Ditto.
17159
17160 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17161
17162 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17163
17164 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17165
17166 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17167 provide DFP support.
17168
17169 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17170
17171 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17172 Test "set powerpc vector-abi". Skip auto-detection tests for old
17173 toolchains.
17174
17175 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17176
17177 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17178 with [string compare].
17179
17180 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17181
17182 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17183 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17184
17185 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17186
17187 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17188 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17189 * gdb.opt/Makefile.in: New makefile.
17190 * Makefile.in: Create new directory "gdb.opt".
17191 * configure.ac: Add "gdb.opt" directory.
17192 * configure: Regenerated.
17193
17194 2007-10-25 Doug Evans <dje@google.com>
17195
17196 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17197 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17198
17199 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17200 Thiago Jung Bauermann <bauerman@br.ibm.com>
17201
17202 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17203 Floating Point expressions.
17204 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17205 Floating Point variables.
17206 * gdb.base/dfp-test.c: new file containing program with Decimal
17207 Floating variables, used by gdb.base/dfp-test.exp.
17208
17209 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17210
17211 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17212
17213 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17214
17215 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17216 compiling test case with GCC.
17217 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17218
17219 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17220
17221 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17222 format changes.
17223
17224 2007-10-18 Michael Snyder <msnyder@specifix.com>
17225
17226 * gdb.base/dbx.exp: Add missing "-re " operator.
17227
17228 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17229
17230 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17231 * configure.ac: Removed trailing spaces after backslash.
17232 * gdb.modula2: New directory.
17233 * gdb.modula2/Makefile.in: New file.
17234 * gdb.modula2/unbounded-array.exp: New file.
17235 * gdb.modula2/unbounded1.c: New file.
17236
17237 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17238
17239 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17240
17241 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17242
17243 * gdb.base/sigstep.c (main): Add checks for
17244 return values for setitimer call.
17245 Call setitimer again with itimer = ITIMER_REAL
17246 if first call to setitimer fails.
17247
17248 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17249
17250 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17251 of $timeout.
17252
17253 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17254
17255 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17256
17257 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17258
17259 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17260 of gdb_expect call, to avoid interruption.
17261
17262 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17263
17264 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17265 (v_unsigned_long_long, v_long_long_array)
17266 (v_signed_long_long_array, v_unsigned_long_long_array)
17267 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17268 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17269 [!NO_LONG_LONG]: New.
17270 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17271 v_long_long_member.
17272
17273 (v_long_long_func, v_signed_long_long_func)
17274 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17275 (main) [!NO_LONG_LONG]: Initialize long long variants.
17276
17277 * gdb.base/whatis.exp: If board file requests no_long_long, build
17278 test with NO_LONG_LONG defined. Test long long, signed long long,
17279 and unsigned long long variants but only if board file doesn't
17280 disable it.
17281
17282 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
17283 Daniel Jacobowitz <dan@codesourcery.com>
17284
17285 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17286 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17287 * configure: Regenerated.
17288 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17289 gdb.pascal/types.exp, lib/pascal.exp: New files.
17290
17291 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17292
17293 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17294 call.
17295 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17296 to return to the call.
17297 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17298 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17299 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17300 * gdb.mi/mi-until.exp (test_until): Likewise.
17301 * gdb.mi/mi2-until.exp (test_until): Likewise.
17302
17303 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17304
17305 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17306 two-char array.
17307 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17308
17309 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17310
17311 * gdb.threads/watchthreads.c (thread_function): Sleep between
17312 iterations.
17313 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17314 at once for S/390. Generate matching fails and passes.
17315
17316 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17317
17318 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17319 the 'struct_declarations' variable to zeros.
17320
17321 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17322
17323 * gdb.cp/mb-ctor.cc: New.
17324 * gdb.cp/mb-ctor.exp: New.
17325 * gdb.cp/mb-templates.cc: New.
17326 * gdb.cp/mb-templates.exp: New.
17327
17328 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17329
17330 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17331
17332 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17333
17334 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17335 targets.
17336 * configure: Regenerate.
17337
17338 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
17339
17340 * gdb.base/annota1.exp: Adjust for 'info break'
17341 format changes.
17342 * gdb.base/annota3.exp: Likewise.
17343 * gdb.base/break.exp: Likewise.
17344 * gdb.base/condbreak.exp: Likewise.
17345 * gdb.base/pending.exp: Likewise.
17346 * gdb.base/sepdebug.exp: Likewise.
17347 * gdb.base/unload.exp: Likewise.
17348 * gdb.base/ovldbreak.exp: Likewise.
17349
17350 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17351
17352 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17353 messages.
17354 * gdb.base/chng-syms.exp: Likewise.
17355 * gdb.base/unload.exp: Likewise.
17356
17357 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17358
17359 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17360
17361 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17362
17363 * schedlock.c (NUM): Change to 1.
17364 (main): Use args[0] for the main thread.
17365 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17366 regardless of the number of threads.
17367
17368 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17369
17370 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17371 type down.
17372 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17373 test.
17374 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17375 watchpoint type down.
17376 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17377 test.
17378
17379 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17380
17381 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17382 Move all the tests here and run them twice, once using software
17383 watchpoints and once using hardware watchpoints.
17384 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17385
17386 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17387
17388 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17389 test.
17390
17391 2007-09-10 Mark Kettenis <kettenis@gnu.org>
17392
17393 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17394 build-id.
17395
17396 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17397 know about $ORIGIN. Calculate output dir from $dest instead of
17398 using ${objdir}/{$subdir}.
17399
17400 2007-09-09 Mark Kettenis <kettenis@gnu.org>
17401
17402 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17403 gcore, before continuing with the test.
17404
17405 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17406
17407 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17408 * gdb.mi/mi-watch.exp: Likewise.
17409
17410 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17411 Jim Blandy <jimb@codesourcery.com>
17412
17413 * gdb.arch/i386-sse.exp: Do not expect character constants.
17414 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17415 * gdb.base/display.exp: Allow print/s.
17416 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17417 and unsigned char array changes.
17418
17419 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17420
17421 * gdb.base/display.exp: Add tests for printf %p.
17422
17423 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17424
17425 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17426 the dll name to unicode.
17427
17428 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17429
17430 * gdb.base/default.exp (show version): Update the version text.
17431 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17432
17433 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17434
17435 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17436 New files.
17437
17438 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17439
17440 * lib/gdb.exp (build_id_debug_filename_get): New function.
17441 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17442 Remove the generate DEBUG file for the future testcase runs.
17443 New testcase for the NT_GNU_BUILD_ID retrieval.
17444 Move the final testing step to ...
17445 (test_different_dir): ... a new function.
17446 New parameter XFAIL to XFAIL all the tests performed.
17447 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17448 New parameter TYPE to PF_PREFIX all the tests performed.
17449
17450 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17451
17452 * gdb.mi/mi-var-cp.cc (path_expression): New
17453 function.
17454 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17455
17456 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17457
17458 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17459 to fit into SPU Local Store memory.
17460
17461 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17462
17463 * gdb.base/default.exp: Adjust the expected output of "info
17464 warranty" after the switch to GPLv3.
17465
17466 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17467
17468 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17469 to 30000 (from 20000).
17470
17471 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17472
17473 Switch the license of all .exp files to GPLv3.
17474 Switch the license of all .f and .f90 files to GPLv3.
17475 Switch the license of all .s and .S files to GPLv3.
17476
17477 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17478
17479 * configure.ac: Switch license to GPLv3.
17480
17481 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17482
17483 Switch the licensing to GPLv3 for all .ads and .adb files.
17484
17485 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17486
17487 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17488 and t_int_double.
17489 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17490
17491 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17492
17493 * gdb.base/step-line.c: Switch license to GPL version 3, and
17494 update copyright year.
17495 * gdb.base/step-line.inp: Likewise.
17496
17497 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17498
17499 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17500 changes inside gdb1555.c.
17501 * gdb.base/pending.exp: Likewise.
17502
17503 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17504
17505 * config/default.exp: New file.
17506
17507 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17508
17509 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17510 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17511
17512 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17513
17514 * gdb.base/dump.exp: Force the correct endianness for binary
17515 formats not carrying this information.
17516
17517 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17518
17519 * gdb.threads/staticthreads.exp: Match .*sem_post.
17520
17521 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17522
17523 * gdb.base/readline.exp (operate_and_get_next): Match the final
17524 prompt.
17525
17526 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17527
17528 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17529 to restarting SID.
17530
17531 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17532
17533 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17534 prior to `gdb_start'.
17535
17536 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17537
17538 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17539 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17540 Remove call to gdb_unload.
17541
17542 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17543 Daniel Jacobowitz <dan@codesourcery.com>
17544
17545 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17546 for __WIN32__.
17547 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17548 * gdb.base/unload.exp: Use shared library test routines.
17549
17550 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17551
17552 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17553 * gdb.base/solib-symbol-lib.c: Likewise.
17554 * gdb.base/solib-symbol-main.c: Likewise.
17555
17556 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17557
17558 * config/gdbserver.exp (gdb_reconnect): New.
17559 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17560 gdb.base/solib-disc.exp: New files.
17561 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17562 remote debugging".
17563 (gdb_compile): Add shlib_load flag.
17564 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17565 port.
17566 (gdbserver_reconnect): New.
17567
17568 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17569 Daniel Jacobowitz <dan@codesourcery.com>
17570
17571 * gdb.base/annota3.exp: Test for if construct.
17572
17573 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17574
17575 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17576
17577 2007-06-21 Chris Dearman <chris@mips.com>
17578 Maciej W. Rozycki <macro@mips.com>
17579
17580 * gdb.base/display.exp: Allow a newline after display/i.
17581 * gdb.base/pc-fp.exp: Likewise.
17582 * gdb.base/sigbpt.exp: Likewise.
17583
17584 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17585
17586 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17587 required features to be included.
17588
17589 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17590
17591 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17592 in info threads output.
17593
17594 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17595 Markus Deuling <deuling@de.ibm.com>
17596
17597 * gdb.arch/spu-info.exp: New testcase.
17598 * gdb.arch/spu-info.c: New file.
17599
17600 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17601
17602 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17603 tpcs_offset. Restore lr after the call.
17604 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17605
17606 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17607
17608 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17609 (gdbserver_run): Kill any running gdbserver.
17610 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17611
17612 2007-05-17 Maciej W. Rozycki <macro@mips.com>
17613
17614 * gdb.base/sigbpt.exp: Preset segv_addr.
17615
17616 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17617
17618 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17619 (gdb_compile_shlib): Likewise.
17620 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17621 (default_gdb_init): Clear cleanfiles.
17622 (gdb_finish): Delete recorded cleanfiles.
17623 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17624
17625 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17626 Do not use isnative.
17627 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17628 gdb.base/so-impl-ld.exp: Likewise.
17629 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17630 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17631 gdb_compile.
17632
17633 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17634
17635 * config/unknown.exp: Remove.
17636
17637 2007-05-15 Markus Deuling <deuling@de.ibm.com>
17638
17639 * gdb.base/info-proc.exp: Check is_remote.
17640
17641 2007-05-14 Markus Deuling <deuling@de.ibm.com>
17642
17643 * gdb.base/gcore.exp: Initialize variable core_supported.
17644
17645 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17646
17647 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17648
17649 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17650
17651 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17652 * gdb.threads/print-threads.exp (test_all_threads): Allow
17653 negative and hexadecimal thread IDs.
17654
17655 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17656
17657 * gdb.java/jprint.java (public): Avoid invalid call to static
17658 method.
17659
17660 2007-05-14 Denis Pilat <denis.pilat@st.com>
17661
17662 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17663 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17664 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17665 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17666 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17667
17668 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17669
17670 * gdb.base/overlays.exp: Add support for targets with only code
17671 overlay support, not data overlay. Support spu-*-* target in
17672 this mode.
17673 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17674 * gdb.base/spu.ld: New file.
17675
17676 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17677
17678 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17679
17680 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17681
17682 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17683
17684 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17685
17686 * gdb.java/jmain.exp: Handle demangled names with and without method
17687 signatures.
17688
17689 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17690
17691 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17692 (have_a_very_merry_interrupt): Remove calls to puts.
17693 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17694 inferior output.
17695 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17696 test names.
17697
17698 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17699 Daniel Jacobowitz <dan@codesourcery.com>
17700
17701 * gdb.base/auxv.exp (core_works): Also check is_remote.
17702 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17703
17704 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17705
17706 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17707 message, not the undefined 'module' variable.
17708 * gdb.base/siginfo.exp: Likewise.
17709 * gdb.base/sigstep.exp: Likewise.
17710 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17711 serialport.
17712 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17713
17714 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17715
17716 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17717 target sim fails. Return 0 otherwise.
17718 (gdb_load): Return prematurely if gdb_target_sim fails.
17719
17720 2007-04-16 Denis Pilat <denis.pilat@st.com>
17721
17722 * gdb.base/setshow.exp: Reset height after having set it to 100.
17723
17724 2007-04-16 Denis Pilat <denis.pilat@st.com>
17725
17726 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17727
17728 2007-04-16 Denis Pilat <denis.pilat@st.com>
17729
17730 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17731
17732 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17733
17734 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17735 tests. Run the frozen varobjs test.
17736 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17737 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17738
17739 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17740
17741 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17742 gdb.base/type-opaque.exp: New files.
17743
17744 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17745
17746 * gdb.mi/mi-var-child.c
17747 (do_children_tests): User char[2] instead of
17748 char so that automatic printing of pointers to char
17749 don't give unpredicable result.
17750 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17751 local variables.
17752 * gdb.mi/mi-var-child.exp: Step to right line
17753 of do_children_tests.
17754 * gdb.mi/mi2-var-child.exp: Likewise.
17755 * gdb.mi/mi-var-cmd.exp: Step to right line of
17756 do_locals_tests.
17757 (do_children_tests): User char[2] instead of
17758 char so that automatic printing of pointers to char
17759 don't give unpredicable result.
17760 * gdb.mi/mi2-var-cmd.exp: Likewise.
17761 * lib/mi-support.exp (mi_continue_to_line):
17762 Pass test name to mi_wait_for_stop.
17763
17764 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17765
17766 * gdb.asm/asm-source.exp: Remove d10v case.
17767 * lib/gdb.exp (skip_cplus_tests): Likewise.
17768 * gdb.asm/d10v.inc: Deleted.
17769
17770 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17771
17772 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17773
17774 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17775
17776 * config/netware.exp: Delete file.
17777
17778 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17779
17780 * gdb.dwarf2/dw2-noloc.S: New file.
17781 * gdb.dwarf2/dw2-noloc.exp: New file.
17782
17783 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17784
17785 * gdb.cp/method2.cc: New test.
17786 * gdb.cp/method2.exp: New test.
17787 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17788
17789 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17790
17791 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17792
17793 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17794
17795 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17796
17797 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17798
17799 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17800 (gdb_load): Delete, replace with...
17801 (gdb_reload): ...this.
17802 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17803 * gdb.server/server-mon.exp: Likewise.
17804 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17805 (gdb_start_cmd): New.
17806 (gdb_file_cmd): Save the last loaded file.
17807 (gdb_reload): New.
17808 (gdb_gnu_strip_debug): Use transform.
17809 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17810 support here. Use new $last_loaded_file. Check mtime.
17811 (gdb_target_cmd): Handle ObjC failure case.
17812 (infer_host_exec): Delete.
17813 (gdbserver_load): Rename to...
17814 (gdbserver_run): ...this. Simplify.
17815 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17816 (mi_gdb_load): Move most contents to a new function...
17817 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17818 (mi_run_cmd): Use mi_gdb_target_load.
17819 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17820 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17821 Use gdb_run_cmd.
17822 * gdb.base/charsign.exp: Remove incorrect comment.
17823 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17824 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17825 gdb.base/start.exp: Use gdb_start_cmd.
17826
17827 2007-03-23 Nigel Stephens <nigel@mips.com>
17828 Maciej W. Rozycki <macro@mips.com>
17829
17830 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17831 * gdb.base/signull.exp: Similarly.
17832
17833 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17834
17835 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17836 messages available to test cases (like chng-sym.exp).
17837
17838 2007-03-14 Andreas Schwab <schwab@suse.de>
17839
17840 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17841 format changes.
17842
17843 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17844
17845 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17846 (optimized_1): New.
17847 (main): Call optimized_1.
17848 (gdb2029): Correct typos. Call gdb2029_marker.
17849 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17850 for gdb2029.
17851
17852 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17853
17854 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17855 as tabs. Remove redundant test pattern.
17856
17857 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17858
17859 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17860 for /a format output.
17861
17862 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17863
17864 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17865 collect output incrementally.
17866
17867 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17868
17869 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17870 for -var-create lpcharacter test.
17871 * gdb.mi/mi2-var-cmd.exp: Likewise.
17872
17873 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17874
17875 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17876 pass on targets where address zero is readable.
17877
17878 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17879
17880 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17881 just a single architecture.
17882
17883 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17884
17885 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17886 (fetch_all_registers): New function, uses gdb_test_multiple and
17887 exp_continue to fetch inferior output line-by-line.
17888 Replace all uses of do_get_all_registers by fetch_all_registers.
17889
17890 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17891
17892 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17893 in target_info.
17894
17895 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17896
17897 * gdb.threads/manythreads.exp: Use $message string for
17898 consistancy; add a default (timeout) case.
17899
17900 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17901
17902 * gdb.base/watchpoint.exp: Fix truncated comment.
17903
17904 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17905
17906 * Makefile.in: Remove spurious single-quotes from sed command.
17907
17908 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17909
17910 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17911 func.
17912 * gdb.mi/mi2-var-cmd.exp: Likewise.
17913
17914 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17915
17916 * gdb.dwarf2/dw2-producer.S: New file.
17917 * gdb.dwarf2/dw2-producer.exp: New testcase.
17918
17919 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17920
17921 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17922 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17923 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17924 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17925 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17926 Revert tests to use mi_gdb_test and include value field in output
17927 of -var-create.
17928
17929 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17930
17931 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17932
17933 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17934
17935 * gdb.base/maint.exp: Remove full paths from test names.
17936 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17937 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17938
17939 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17940
17941 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17942
17943 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17944
17945 * gdb.server/server-mon.exp: New test.
17946
17947 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17948
17949 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17950
17951 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17952
17953 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17954 register capitalization.
17955
17956 2007-02-13 Denis Pilat <denis.pilat@st.com>
17957
17958 * gdb.mi/mi-var-invalidate.exp: New file.
17959
17960 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17961
17962 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17963
17964 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17965
17966 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17967
17968 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17969
17970 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17971 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17972
17973 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17974
17975 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17976 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17977 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17978 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17979 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17980 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17981 Update tests to include value field in output of -var-create.
17982
17983 2007-02-08 Andreas Schwab <schwab@suse.de>
17984
17985 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17986
17987 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17988
17989 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17990 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17991
17992 2007-02-02 Denis Pilat <denis.pilat@st.com>
17993
17994 * gdb.threads/threadapply.exp: check that frame is not changed by
17995 the thread apply all command.
17996
17997 2007-01-31 Andreas Schwab <schwab@suse.de>
17998
17999 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18000
18001 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18002 in the dwarf sections.
18003 * gdb.dwarf2/mac-fileno.S: Likewise.
18004
18005 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18006 bspstore register on ia64.
18007
18008 2007-01-29 Andreas Schwab <schwab@suse.de>
18009
18010 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18011 "frame-begin" annotation.
18012
18013 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18014 number of "frames-invalid" annotations.
18015
18016 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18017
18018 * gdb.base/commands.exp: Call if_commands_test.
18019 (gdb_test_no_prompt, if_commands_test): New.
18020
18021 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18022
18023 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18024
18025 2007-01-27 Andreas Schwab <schwab@suse.de>
18026
18027 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18028 .short/.int/.quad in the dwarf sections.
18029 * gdb.dwarf2/dw2-intercu.S: Likewise.
18030 * gdb.dwarf2/dw2-intermix.S: Likewise.
18031
18032 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18033
18034 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18035 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18036 array.
18037 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18038 * gdb.base/setvar.exp: Likewise.
18039
18040 2007-01-26 Andreas Schwab <schwab@suse.de>
18041
18042 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18043 test.
18044
18045 * gdb.base/multi-forks.exp ("restart $i"): Also match
18046 __kernel_syscall_via_break.
18047
18048 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18049
18050 * lib/mi-support.exp (mi_delete_varobj): New.
18051 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18052 testcase.
18053 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18054 (main): Call the above.
18055 (reference_update_test, base_in_reference_test)
18056 (reference_to_pointer): Delete the created varobjs.
18057
18058 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18059
18060 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18061 * configure: Regenerated.
18062 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18063 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18064 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18065 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18066 * lib/gdb.exp (gdb_skip_xml_test): New function.
18067
18068 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18069
18070 * gdb.base/sigrepeat.exp: Correct error message.
18071
18072 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18073 Daniel Jacobowitz <dan@codesourcery.com>
18074
18075 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18076 gdb.arch/i386-gnu-cfi-asm.S: New files.
18077
18078 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18079
18080 * lib/gdb.exp: Abort on missing `site.exp'.
18081
18082 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18083 Daniel Jacobowitz <dan@codesourcery.com>
18084
18085 * gdb.base/included.c, gdb.base/included.exp,
18086 gdb.base/included.h: New files.
18087
18088 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18089
18090 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18091 (maximize_rlimit): Reduce limits on 64-bit systems.
18092
18093 2007-01-19 Mark Kettenis <kettenis@gnu.org>
18094
18095 From Marcus Deuling <deuling@de.ibm.com>:
18096 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18097 every case.
18098
18099 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
18100
18101 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18102 (test_path_specification): Use objdir instead of srcdir to always
18103 get an absolute filename.
18104
18105 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18106
18107 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18108
18109 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18110
18111 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18112 Make sure the variable we're using is in scope.
18113 (reference_to_pointer): Likewise.
18114
18115 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18116
18117 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18118 has no debug information.
18119
18120 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18121
18122 * gdb.base/annota1.exp: Remove extra send_gdb.
18123
18124 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18125
18126 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18127
18128 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18129
18130 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18131
18132 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
18133 Daniel Jacobowitz <dan@codesourcery.com>
18134
18135 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18136 lcharacter or linteger change. Correct duplicated test name.
18137 * gdb.mi/mi2-var-cmd.exp: Likewise.
18138
18139 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18140
18141 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18142
18143 2007-01-05 Joel Brobecker <brobecker@adacore.com>
18144
18145 * gdb.base/nofield.c: New file.
18146 * gdb.base/nofield.exp: New testcase.
18147
18148 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
18149
18150 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18151
18152 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18153 test.
18154
18155 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18156
18157 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18158
18159 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18160
18161 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18162 when continuing.
18163
18164 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18165
18166 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18167 Expect ".exe" extension.
18168
18169 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18170
18171 * gdb.base/charset.exp: Add explicit filename to break.
18172 * gdb.base/dbx.exp: Add explicit filename to breaks.
18173
18174 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18175
18176 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18177 * gdb.mi/mi2-file.exp: Likewise.
18178
18179 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18180
18181 Implement specification of MI tests as comments
18182 in C and C++ sources.
18183 * lib/mi-support.exp (mi_autotest_data): New variable.
18184 (mi_autotest_source): New variable.
18185 (count_newlines, mi_prepare_inline_tests)
18186 (mi_get_inline_test, mi_continue_to_line)
18187 (mi_run_inline_test, mi_tbreak)
18188 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18189 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18190 Run inline tests.
18191 * gdb.mi/mi-var-cp.cc: Define tests here.
18192
18193 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18194
18195 Simplify usage of mi_continue_to.
18196 * lib/mi-support.exp (mi_runto_helper): Renamed
18197 from mi_runto, added new parameter 'run_or_continue'.
18198 (mi_runto): Use mi_runto_helper.
18199 (mi_continue_to): Accept just function name as parameter.
18200 Use mi_runto_helper.
18201 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18202 * gdb.mi/mi2-var-cmd.exp: Likewise.
18203
18204 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18205
18206 Make this testcase a bit more realistic. The current code
18207 is too simplistic, and allows the compiler to optimize out
18208 some of the entities we need for this testcase.
18209 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18210 (Do_Nothing): Add extra parameter.
18211 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18212 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18213 by using a variable of type Void_Star.
18214
18215 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18216
18217 * gdb.ada/catch_ex/foo.adb: New file.
18218 * gdb.ada/catch_ex.exp: New testcase.
18219
18220 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18221
18222 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18223 pass --image-base to linker.
18224
18225 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18226 Daniel Jacobowitz <dan@codesourcery.com>
18227
18228 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18229 secondary prompts.
18230
18231 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18232
18233 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18234 output. Test the types of members and member pointers.
18235 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18236 gdb/2092.
18237 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18238 statement. Enable for GCC. Update expected output for some tests
18239 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18240 layout.
18241 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18242 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18243 (Diamond::vget_base): New.
18244 (main): Add new tests.
18245 * gdb.cp/printmethod.exp: Update expected output for member functions.
18246 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18247 print pEe->D::vg().
18248
18249 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18250
18251 * gdb.threads/tls.exp: Allow stops in sem_post.
18252
18253 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18254
18255 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18256 * gdb.base/annota3.exp: Likewise.
18257 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18258 again (instead of timing out).
18259 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18260 GCC bug 26475.
18261 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18262 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18263 test from jmisc1.exp.
18264 * gdb.java/jmisc1.exp: Delete.
18265 * gdb.java/jprint.exp: Adjust to work with method signatures including
18266 return types.
18267 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18268 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18269 * lib/java.exp (compile_java_from_source): Pass the correct type
18270 to target_compile.
18271
18272 2006-12-31 Joel Brobecker <brobecker@adacore.com>
18273
18274 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18275 (stack_align_edx): New function.
18276 (stack_align_eax): New function.
18277 (main): Add calls to stack_align_edx and stack_align_eax.
18278 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18279 Add testing for the cases where the register used during a stack
18280 realignment is edx. Same for eax.
18281
18282 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18283
18284 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18285 and generic PE targets.
18286
18287 2006-12-29 Joel Brobecker <brobecker@adacore.com>
18288
18289 * gdb.ada/array_return.exp: Update copyright date list.
18290
18291 2006-12-27 Joel Brobecker <brobecker@adacore.com>
18292
18293 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18294 (Create_Small_Float_Vector): New function.
18295 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18296 function body.
18297 * gdb.ada/array_return/p.adb: Use new type and function from
18298 package Pck.
18299 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18300 able to print the value returned by a function returning an
18301 array of float.
18302
18303 2006-12-20 Joel Brobecker <brobecker@adacore.com>
18304
18305 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18306 The associated tests should be PASSing.
18307
18308 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18309
18310 Test for base in references.
18311 * gdb.mi/mi-var-cp.cc: Add test code.
18312 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18313 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18314 * gdb.mi/mi2-watch.exp: Likewise.
18315 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18316 (mi_list_varobj_children): New function.
18317
18318 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18319
18320 * lib/mi-support.exp
18321 (mi_runto): Accept "()" after function name.
18322 (mi_create_varobj): New function.
18323 (mi_varobj_update): New function.
18324 (mi_Check_varobj_value): New function.
18325 * gdb.mi/mi-var-cp.exp: New file.
18326 * gdb.mi/mi-var-cp.cc: New file.
18327
18328 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18329
18330 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18331 gdb.base/weaklib2.c: New files.
18332
18333 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
18334
18335 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18336 info. Adjust test names.
18337
18338 * gdb.base/break.c (main): Move position of malloc.
18339 * gdb.base/break.exp: Revert mistaken checkin.
18340
18341 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18342
18343 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18344 assignement of arrays and function pointers.
18345 * gdb.mi/var-cmd.c: Add declaration necessary for above
18346 tests.
18347
18348 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18349
18350 * gdb.base/break.c (main): Call malloc.
18351
18352 * gdb.threads/linux-dp.exp: Read thread table before and after
18353 creating each philosopher and verify it.
18354
18355 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18356 Paul Brook <paul@codesourcery.com>
18357 Daniel Jacobowitz <dan@codesourcery.com>
18358
18359 * gdb.base/ending-run.exp: Flatten expect script stepping out of
18360 main to remove duplication. Add start function of the form
18361 '_*start[1-9]*'. Add RVDS start function.
18362
18363 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18364
18365 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18366
18367 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18368
18369 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18370 * gdb.asm/spu.inc: New file.
18371 * gdb.base/term.exp: Disable if [target_info exists noargs].
18372 * gdb.gdb/complaints.exp: Disable if ![isnative].
18373 * gdb.gdb/selftest.exp: Likewise.
18374 * gdb.gdb/observer.exp: Likewise.
18375 * gdb.gdb/xfullpath.exp: Likewise.
18376 * gdb.base/attach.exp: Disable on SPU target.
18377 * gdb.cp/bs145503.exp: Likewise.
18378 * gdb.cp/exception.exp: Likewise.
18379 * gdb.cp/userdef.exp: Likewise.
18380
18381 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18382
18383 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18384
18385 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18386
18387 * gdb.base/completion.exp: Fix completion tests for
18388 'info' and 'info '.
18389 * gdb.base/help.exp (help_test_raw, test_class_help)
18390 (test_prefix_command_help): Move...
18391 * lib/gdb.exp: Here.
18392 * gdb.base/main.exp: Adjust.
18393 * gdb.cp/maint.exp: Adjust.
18394 * gdb.trace/tracecmd.exp: Use test_help_class.
18395
18396 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18397
18398 * gdb.stabs/weird.exp (print_weird_var): Use
18399 gdb_test_multiple instead of gdb_expect.
18400
18401 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18402
18403 * gdb.base/help.exp (help_test_raw): New.
18404 (test_class_help): New.
18405 (test_prefix_command_help): New.
18406 Adjust testcases.
18407
18408 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
18409
18410 * gdb.base/constvars.c (main): Write to crass and crips, so that
18411 they are allocated by the compiler.
18412
18413 2006-10-27 Andreas Schwab <schwab@suse.de>
18414
18415 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18416 "detach-fork".
18417
18418 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18419
18420 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18421 of patterns.
18422
18423 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18424
18425 * gdb.base/sepdebug.exp: Remove debug format test.
18426 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18427 Handle no-symtab.
18428 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18429
18430 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18431
18432 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18433 int to pointer or pointer to int.
18434 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18435
18436 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18437
18438 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18439
18440 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18441
18442 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18443
18444 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18445
18446 PR c++/2116
18447 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18448
18449 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18450
18451 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18452 the corresponding bug has been fixed in GDB (PR/2018).
18453
18454 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18455
18456 * gdb.base/subst.exp: New testcase.
18457
18458 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18459
18460 * gdb.ada/array_return/pck.ads: Add copyright notice.
18461 * gdb.ada/array_return/pck.adb: Likewise.
18462 * gdb.ada/array_return/p.adb: Likewise.
18463 * gdb.ada/exec_changed/first.adb: Likewise.
18464 * gdb.ada/exec_changed/second.adb: Likewise.
18465
18466 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18467
18468 * gdb.ada/watch_arg/watch.adb: New file.
18469 * gdb.ada/watch_arg.exp: New testcase.
18470
18471 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18472
18473 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18474 via string_to_regexp.
18475 * gdb.mi/mi2-basics.exp: Likewise.
18476
18477 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18478
18479 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18480 Remove unused / obsolete files.
18481
18482 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18483
18484 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18485
18486 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18487
18488 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18489 HIGH_FRAME argument to -stack-list-arguments can be larger than
18490 the number of frames.
18491
18492 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18493
18494 * gdb.base/args.c (main): Add breakpoint marker.
18495 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18496 really test empty arguments.
18497 (args_load): Delete.
18498 (args_test): New.
18499
18500 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18501
18502 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18503 check for one file.
18504
18505 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18506
18507 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18508 HIGH_FRAME argument to -stack-list-locals can be larger than
18509 the number of frames.
18510
18511 2006-08-18 Fred Fish <fnf@specifix.com>
18512
18513 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18514 '$' in front of skip_vmx_tests_saved when setting that.
18515
18516 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18517
18518 * gdb.base/trace-commands.exp: New file.
18519
18520 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18521 Daniel Jacobowitz <dan@codesourcery.com>
18522
18523 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18524 expected output of the backtrace commands.
18525
18526 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18527
18528 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18529 untested followed by return combination.
18530 * gdb.arch/altivec-regs.exp: Likewise.
18531 * gdb.arch/e500-abi.exp: Likewise.
18532 * gdb.arch/e500-regs.exp: Likewise.
18533 * gdb.arch/gdb1291.exp: Likewise.
18534 * gdb.arch/gdb1431.exp: Likewise.
18535 * gdb.arch/gdb1558.exp: Likewise.
18536 * gdb.arch/i386-prologue.exp: Likewise.
18537 * gdb.arch/i386-unwind.exp: Likewise.
18538 * gdb.asm/asm-source.exp: Likewise.
18539 * gdb.base/a2-run.exp: Likewise.
18540 * gdb.base/advance.exp: Likewise.
18541 * gdb.base/all-bin.exp: Likewise.
18542 * gdb.base/annota1.exp: Likewise.
18543 * gdb.base/annota3.exp: Likewise.
18544 * gdb.base/args.exp: Likewise.
18545 * gdb.base/arithmet.exp: Likewise.
18546 * gdb.base/assign.exp: Likewise.
18547 * gdb.base/async.exp: Likewise.
18548 * gdb.base/attach.exp: Likewise.
18549 * gdb.base/bang.exp: Likewise.
18550 * gdb.base/bigcore.exp: Likewise.
18551 * gdb.base/bitfields.exp: Likewise.
18552 * gdb.base/bitfields2.exp: Likewise.
18553 * gdb.base/break.exp: Likewise.
18554 * gdb.base/call-sc.exp: Likewise.
18555 * gdb.base/call-strs.exp: Likewise.
18556 * gdb.base/callfuncs.exp: Likewise.
18557 * gdb.base/checkpoint.exp: Likewise.
18558 * gdb.base/chng-syms.exp: Likewise.
18559 * gdb.base/code-expr.exp: Likewise.
18560 * gdb.base/commands.exp: Likewise.
18561 * gdb.base/completion.exp: Likewise.
18562 * gdb.base/cond-expr.exp: Likewise.
18563 * gdb.base/condbreak.exp: Likewise.
18564 * gdb.base/consecutive.exp: Likewise.
18565 * gdb.base/constvars.exp: Likewise.
18566 * gdb.base/corefile.exp: Likewise.
18567 * gdb.base/cvexpr.exp: Likewise.
18568 * gdb.base/dbx.exp: Likewise.
18569 * gdb.base/define.exp: Likewise.
18570 * gdb.base/detach.exp: Likewise.
18571 * gdb.base/display.exp: Likewise.
18572 * gdb.base/dump.exp: Likewise.
18573 * gdb.base/ena-dis-br.exp: Likewise.
18574 * gdb.base/ending-run.exp: Likewise.
18575 * gdb.base/environ.exp: Likewise.
18576 * gdb.base/eval-skip.exp: Likewise.
18577 * gdb.base/exprs.exp: Likewise.
18578 * gdb.base/fileio.exp: Likewise.
18579 * gdb.base/finish.exp: Likewise.
18580 * gdb.base/float.exp: Likewise.
18581 * gdb.base/foll-exec.exp: Likewise.
18582 * gdb.base/foll-fork.exp: Likewise.
18583 * gdb.base/foll-vfork.exp: Likewise.
18584 * gdb.base/freebpcmd.exp: Likewise.
18585 * gdb.base/funcargs.exp: Likewise.
18586 * gdb.base/gcore.exp: Likewise.
18587 * gdb.base/gdb1090.exp: Likewise.
18588 * gdb.base/gdb1250.exp: Likewise.
18589 * gdb.base/huge.exp: Likewise.
18590 * gdb.base/info-proc.exp: Likewise.
18591 * gdb.base/interrupt.exp: Likewise.
18592 * gdb.base/jump.exp: Likewise.
18593 * gdb.base/langs.exp: Likewise.
18594 * gdb.base/lineinc.exp: Likewise.
18595 * gdb.base/list.exp: Likewise.
18596 * gdb.base/logical.exp: Likewise.
18597 * gdb.base/long_long.exp: Likewise.
18598 * gdb.base/macscp.exp: Likewise.
18599 * gdb.base/maint.exp: Likewise.
18600 * gdb.base/mips_pro.exp: Likewise.
18601 * gdb.base/miscexprs.exp: Likewise.
18602 * gdb.base/multi-forks.exp: Likewise.
18603 * gdb.base/opaque.exp: Likewise.
18604 * gdb.base/overlays.exp: Likewise.
18605 * gdb.base/pc-fp.exp: Likewise.
18606 * gdb.base/pointers.exp: Likewise.
18607 * gdb.base/printcmds.exp: Likewise.
18608 * gdb.base/psymtab.exp: Likewise.
18609 * gdb.base/ptype.exp: Likewise.
18610 * gdb.base/recurse.exp: Likewise.
18611 * gdb.base/relational.exp: Likewise.
18612 * gdb.base/relocate.exp: Likewise.
18613 * gdb.base/remote.exp: Likewise.
18614 * gdb.base/reread.exp: Likewise.
18615 * gdb.base/restore.exp: Likewise.
18616 * gdb.base/return.exp: Likewise.
18617 * gdb.base/return2.exp: Likewise.
18618 * gdb.base/scope.exp: Likewise.
18619 * gdb.base/sect-cmd.exp: Likewise.
18620 * gdb.base/sep.exp: Likewise.
18621 * gdb.base/sepdebug.exp: Likewise.
18622 * gdb.base/setshow.exp: Likewise.
18623 * gdb.base/setvar.exp: Likewise.
18624 * gdb.base/sigall.exp: Likewise.
18625 * gdb.base/sigbpt.exp: Likewise.
18626 * gdb.base/signals.exp: Likewise.
18627 * gdb.base/signull.exp: Likewise.
18628 * gdb.base/sizeof.exp: Likewise.
18629 * gdb.base/solib.exp: Likewise.
18630 * gdb.base/step-line.exp: Likewise.
18631 * gdb.base/step-test.exp: Likewise.
18632 * gdb.base/structs.exp: Likewise.
18633 * gdb.base/structs2.exp: Likewise.
18634 * gdb.base/term.exp: Likewise.
18635 * gdb.base/twice.exp: Likewise.
18636 * gdb.base/until.exp: Likewise.
18637 * gdb.base/varargs.exp: Likewise.
18638 * gdb.base/volatile.exp: Likewise.
18639 * gdb.base/watchpoint.exp: Likewise.
18640 * gdb.base/whatis-exp.exp: Likewise.
18641 * gdb.base/whatis.exp: Likewise.
18642 * gdb.cp/ambiguous.exp: Likewise.
18643 * gdb.cp/annota2.exp: Likewise.
18644 * gdb.cp/annota3.exp: Likewise.
18645 * gdb.cp/bool.exp: Likewise.
18646 * gdb.cp/breakpoint.exp: Likewise.
18647 * gdb.cp/casts.exp: Likewise.
18648 * gdb.cp/class2.exp: Likewise.
18649 * gdb.cp/classes.exp: Likewise.
18650 * gdb.cp/cplusfuncs.exp: Likewise.
18651 * gdb.cp/ctti.exp: Likewise.
18652 * gdb.cp/derivation.exp: Likewise.
18653 * gdb.cp/exception.exp: Likewise.
18654 * gdb.cp/gdb1355.exp: Likewise.
18655 * gdb.cp/hang.exp: Likewise.
18656 * gdb.cp/inherit.exp: Likewise.
18657 * gdb.cp/local.exp: Likewise.
18658 * gdb.cp/m-data.exp: Likewise.
18659 * gdb.cp/m-static.exp: Likewise.
18660 * gdb.cp/member-ptr.exp: Likewise.
18661 * gdb.cp/method.exp: Likewise.
18662 * gdb.cp/misc.exp: Likewise.
18663 * gdb.cp/namespace.exp: Likewise.
18664 * gdb.cp/overload.exp: Likewise.
18665 * gdb.cp/ovldbreak.exp: Likewise.
18666 * gdb.cp/pr-1023.exp: Likewise.
18667 * gdb.cp/pr-1210.exp: Likewise.
18668 * gdb.cp/pr-574.exp: Likewise.
18669 * gdb.cp/printmethod.exp: Likewise.
18670 * gdb.cp/psmang.exp: Likewise.
18671 * gdb.cp/ref-params.exp: Likewise.
18672 * gdb.cp/ref-types.exp: Likewise.
18673 * gdb.cp/rtti.exp: Likewise.
18674 * gdb.cp/templates.exp: Likewise.
18675 * gdb.cp/try_catch.exp: Likewise.
18676 * gdb.cp/userdef.exp: Likewise.
18677 * gdb.cp/virtfunc.exp: Likewise.
18678 * gdb.disasm/am33.exp: Likewise.
18679 * gdb.disasm/h8300s.exp: Likewise.
18680 * gdb.disasm/mn10300.exp: Likewise.
18681 * gdb.disasm/sh3.exp: Likewise.
18682 * gdb.disasm/t01_mov.exp: Likewise.
18683 * gdb.disasm/t02_mova.exp: Likewise.
18684 * gdb.disasm/t03_add.exp: Likewise.
18685 * gdb.disasm/t04_sub.exp: Likewise.
18686 * gdb.disasm/t05_cmp.exp: Likewise.
18687 * gdb.disasm/t06_ari2.exp: Likewise.
18688 * gdb.disasm/t07_ari3.exp: Likewise.
18689 * gdb.disasm/t08_or.exp: Likewise.
18690 * gdb.disasm/t09_xor.exp: Likewise.
18691 * gdb.disasm/t10_and.exp: Likewise.
18692 * gdb.disasm/t11_logs.exp: Likewise.
18693 * gdb.disasm/t12_bit.exp: Likewise.
18694 * gdb.disasm/t13_otr.exp: Likewise.
18695 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18696 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18697 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18698 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18699 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18700 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18701 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18702 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18703 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18704 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18705 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18706 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18707 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18708 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18709 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18710 * gdb.mi/gdb701.exp: Likewise.
18711 * gdb.mi/gdb792.exp: Likewise.
18712 * gdb.mi/mi-basics.exp: Likewise.
18713 * gdb.mi/mi-break.exp: Likewise.
18714 * gdb.mi/mi-cli.exp: Likewise.
18715 * gdb.mi/mi-console.exp: Likewise.
18716 * gdb.mi/mi-disassemble.exp: Likewise.
18717 * gdb.mi/mi-eval.exp: Likewise.
18718 * gdb.mi/mi-file.exp: Likewise.
18719 * gdb.mi/mi-read-memory.exp: Likewise.
18720 * gdb.mi/mi-regs.exp: Likewise.
18721 * gdb.mi/mi-return.exp: Likewise.
18722 * gdb.mi/mi-simplerun.exp: Likewise.
18723 * gdb.mi/mi-stack.exp: Likewise.
18724 * gdb.mi/mi-stepi.exp: Likewise.
18725 * gdb.mi/mi-syn-frame.exp: Likewise.
18726 * gdb.mi/mi-until.exp: Likewise.
18727 * gdb.mi/mi-var-block.exp: Likewise.
18728 * gdb.mi/mi-var-child.exp: Likewise.
18729 * gdb.mi/mi-var-cmd.exp: Likewise.
18730 * gdb.mi/mi-var-display.exp: Likewise.
18731 * gdb.mi/mi-watch.exp: Likewise.
18732 * gdb.mi/mi2-basics.exp: Likewise.
18733 * gdb.mi/mi2-break.exp: Likewise.
18734 * gdb.mi/mi2-cli.exp: Likewise.
18735 * gdb.mi/mi2-console.exp: Likewise.
18736 * gdb.mi/mi2-disassemble.exp: Likewise.
18737 * gdb.mi/mi2-eval.exp: Likewise.
18738 * gdb.mi/mi2-file.exp: Likewise.
18739 * gdb.mi/mi2-read-memory.exp: Likewise.
18740 * gdb.mi/mi2-regs.exp: Likewise.
18741 * gdb.mi/mi2-return.exp: Likewise.
18742 * gdb.mi/mi2-simplerun.exp: Likewise.
18743 * gdb.mi/mi2-stack.exp: Likewise.
18744 * gdb.mi/mi2-stepi.exp: Likewise.
18745 * gdb.mi/mi2-syn-frame.exp: Likewise.
18746 * gdb.mi/mi2-until.exp: Likewise.
18747 * gdb.mi/mi2-var-block.exp: Likewise.
18748 * gdb.mi/mi2-var-child.exp: Likewise.
18749 * gdb.mi/mi2-var-cmd.exp: Likewise.
18750 * gdb.mi/mi2-var-display.exp: Likewise.
18751 * gdb.mi/mi2-watch.exp: Likewise.
18752 * gdb.stabs/exclfwd.exp: Likewise.
18753 * gdb.stabs/weird.exp: Likewise.
18754 * gdb.threads/gcore-thread.exp: Likewise.
18755 * gdb.trace/actions.exp: Likewise.
18756 * gdb.trace/backtrace.exp: Likewise.
18757 * gdb.trace/circ.exp: Likewise.
18758 * gdb.trace/collection.exp: Likewise.
18759 * gdb.trace/deltrace.exp: Likewise.
18760 * gdb.trace/infotrace.exp: Likewise.
18761 * gdb.trace/limits.exp: Likewise.
18762 * gdb.trace/packetlen.exp: Likewise.
18763 * gdb.trace/passc-dyn.exp: Likewise.
18764 * gdb.trace/passcount.exp: Likewise.
18765 * gdb.trace/report.exp: Likewise.
18766 * gdb.trace/save-trace.exp: Likewise.
18767 * gdb.trace/tfind.exp: Likewise.
18768 * gdb.trace/tracecmd.exp: Likewise.
18769 * gdb.trace/while-dyn.exp: Likewise.
18770 * gdb.trace/while-stepping.exp: Likewise.
18771
18772 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18773
18774 * gdb.base/step-bt.c: New file.
18775 * gdb.base/step-bt.exp: New testcase.
18776
18777 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18778
18779 * config/monitor.exp (gdb_load): Remove support for obsolete
18780 download-write-size.
18781 * gdb.base/remote.exp: Likewise. Update all callers of
18782 gdb_timed_load.
18783
18784 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18785
18786 * cursal.exp: Pass binfile to gdb_load.
18787
18788 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18789
18790 * gdb.base/cursal.exp: Add "" to gdb_load call.
18791
18792 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18793
18794 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18795 NetBSD/ELF targets.
18796
18797 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18798
18799 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18800 operator*.
18801
18802 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18803
18804 * gdb.base/completion.exp: Update for change in "file" behavior.
18805 * gdb.stabs/weird.exp: Likewise.
18806 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18807 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18808
18809 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18810
18811 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18812 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18813
18814 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18815
18816 * gdb.base/default.exp: Update source command error message.
18817 * gdb.base/help.exp: Update 'help source' message.
18818
18819 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18820
18821 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18822 test.
18823
18824 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18825
18826 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18827
18828 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18829
18830 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18831
18832 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18833
18834 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18835
18836 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18837
18838 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18839 *-*-openbsd* from targets for wich we expect ARM FPA floating
18840 point format.
18841
18842 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18843
18844 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18845
18846 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18847
18848 * gdb.base/annota3.exp: Expect frame-begin annotation.
18849
18850 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18851
18852 * gdb.base/help.exp: Adjust "help unset" test to accept
18853 any list of unset commands.
18854
18855 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18856 Daniel Jacobowitz <dan@codesourcery.com>
18857
18858 * gdb.cp/ref-params.exp: New test.
18859 * gdb.cp/ref-params.cc: New source file.
18860 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18861
18862 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18863
18864 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18865 spaces/tabs in regular expressions since they might not be there.
18866
18867 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18868
18869 * gdb.base/ifelse.exp: New file.
18870
18871 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18872
18873 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18874 line.
18875 * gdb.base/huge.exp: Loop over compilation to find a size that
18876 is acceptable.
18877 * gdb.base/remote.exp: Correct expected strings.
18878 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18879
18880 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18881
18882 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18883
18884 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18885
18886 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18887 native.
18888
18889 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18890
18891 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18892 enable stabs testing.
18893
18894 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18895
18896 * gdb.base/auxv.exp: Intercept undefined command messages before
18897 gdb_test_multiple does.
18898
18899 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18900
18901 * Makefile.in (host_alias): Remove.
18902 (target_alias): Use @target_noncanonical@.
18903 (site.exp): Don't set host_alias.
18904 * aclocal.m4: Remove contents. Include acx.m4.
18905 * configure: Regenerated.
18906 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18907
18908 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18909
18910 * lib/gdb.exp (gdb_load_cmd): New.
18911
18912 * gdb.base/fileio.c: Add system(NULL) test.
18913 * gdb.base/fileio.exp: Check it.
18914
18915 * gdb.base/break.c: Add 10a breakpoint at }
18916 * gdb.base/break.exp: Add test for breakpoint at }
18917 * gdb.cp/anon-union.cc: Add code at end of function.
18918 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18919 * gdb.mi/var-cmd.c: Add code at end of function.
18920 * gdb.mi/mi-var-display.exp: Adjust end of next.
18921 * gdb.mi/mi2-var-display.exp: Likewise.
18922 * gdb.base/fileio.c: Add stop function and insert calls at
18923 stopping places.
18924 * gdb.base/fileio.exp: Breakpoint stop function and remove
18925 explicit line number references.
18926
18927 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.base/del.exp (test_delete_alias): New function.
18930 Now check that both "del" and "d" work as aliases for "delete".
18931
18932 2006-05-18 Fred Fish <fnf@specifix.com>
18933
18934 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18935 required. Check for spurious output after program exits normally.
18936
18937 2006-05-17 Fred Fish <fnf@specifix.com>
18938
18939 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18940 gdb_load, so it works in the simulator.
18941
18942 2006-05-11 Fred Fish <fnf@specifix.com>
18943
18944 * gdb.base/bang.exp: Ignore unexpected output between the
18945 "program exited normally" and the gdb prompt, as many other
18946 tests do.
18947
18948 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18949
18950 * gdb.base/help.exp: Make "delete checkpoint" part option for
18951 "help d" and "help delete" tests.
18952
18953 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18954
18955 * gdb.mi/mi-basics.exp: Add missing serial number to
18956 expected output in some mi_gdb_test statements.
18957 * gdb.mi/mi2-basics.exp: Likewise.
18958
18959 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18960
18961 * gdb.base/del.c: New file.
18962 * gdb.base/del.exp: New testcase.
18963
18964 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18965
18966 * gdb.base/break.exp: Do not assume a breakpoint on
18967 main will actually be in $srcfile when optimizing.
18968 * gdb.base/savedregs.exp: Do not require that the dummy
18969 frame location match up to a symbol and source file location.
18970 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18971 will get printed without a mi_cmd_data_list_register_values prefix.
18972 (*-data-list-register-*): Correct regular expressions to expect the new
18973 pseudo d? floating point registers.
18974 * gdb.mi/mi2-regs.exp: Likewise.
18975
18976 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18977
18978 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18979 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18980 is allocated by the compiler.
18981 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18982 anons, e, anone to force their allocation by the compiler.
18983
18984 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18985
18986 * gdb.base/help.exp: Update expected text for help d and
18987 help delete.
18988
18989 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18990
18991 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18992 NetBSD/ELF targets.
18993
18994 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18995
18996 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18997 single-step breakpoint fails; make this a KFAIL on
18998 sparc*-*-openbsd*.
18999 * gdb.base/siginfo.exp: Likewise.
19000 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19001
19002 2006-04-26 Michael Snyder <msnyder@redhat.com>
19003
19004 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19005 which may have to consume output from other forks.
19006 Add tests to make sure that "delete fork" succeeded.
19007
19008 2006-04-20 Michael Snyder <msnyder@redhat.com>
19009
19010 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19011 Add support for the Renesas M32C and M16C.
19012
19013 * gdb.asm/asm-source.exp: Add m32c target.
19014 * gdb.asm/m32c.inc: Support for m32c target.
19015
19016 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19017
19018 * gdb.base/commands.exp (recursive_source_test): New test.
19019
19020 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19021
19022 * gdb.base/float.exp: Add pattern for sparc targets.
19023
19024 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19025
19026 * gdb.base/commands.exp (stray_arg0_test): New test.
19027
19028 2006-03-30 Paul Brook <paul@codesourcery.com>
19029
19030 * gdb.mi/mi-until.exp: kfail broken until command.
19031 * gdb.mi/mi2-until.exp: Ditto.
19032
19033 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19034
19035 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19036
19037 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19038
19039 * gdb.base/prelink.exp: Anchor tested-for regular expression
19040 on gdb prompt.
19041
19042 2006-03-07 Paul Brook <paul@codesourcery.com>
19043
19044 * gdb.base/assign.exp: Correct fail message.
19045
19046 2006-03-07 Paul Brook <paul@codesourcery.com>
19047
19048 * lib/compiler.c: Extract armcc version number.
19049 * lib/compiler.cc: Ditto.
19050
19051 2006-03-07 Paul Brook <paul@codesourcery.com>
19052
19053 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19054 additional_flags=-w.
19055 * gdb.arch/altivec-regs.exp: Ditto.
19056 * gdb.arch/e500-abi.exp: Ditto.
19057 * gdb.arch/e500-regs.exp: Ditto.
19058 * gdb.base/all-bin.exp: Ditto.
19059 * gdb.base/annota1.exp: Ditto.
19060 * gdb.base/annota3.exp: Ditto.
19061 * gdb.base/args.exp: Ditto.
19062 * gdb.base/arithmet.exp: Ditto.
19063 * gdb.base/assign.exp: Ditto.
19064 * gdb.base/async.exp: Ditto.
19065 * gdb.base/bang.exp: Ditto.
19066 * gdb.base/break.exp: Ditto.
19067 * gdb.base/call-rt-st.exp: Ditto.
19068 * gdb.base/completion.exp: Ditto.
19069 * gdb.base/cond-expr.exp: Ditto.
19070 * gdb.base/condbreak.exp: Ditto.
19071 * gdb.base/consecutive.exp: Ditto.
19072 * gdb.base/define.exp: Ditto.
19073 * gdb.base/display.exp: Ditto.
19074 * gdb.base/ena-dis-br.exp: Ditto.
19075 * gdb.base/environ.exp: Ditto.
19076 * gdb.base/eval-skip.exp: Ditto.
19077 * gdb.base/info-proc.exp: Ditto.
19078 * gdb.base/jump.exp: Ditto.
19079 * gdb.base/logical.exp: Ditto.
19080 * gdb.base/long_long.exp: Ditto.
19081 * gdb.base/maint.exp: Ditto.
19082 * gdb.base/miscexprs.exp: Ditto.
19083 * gdb.base/pc-fp.exp: Ditto.
19084 * gdb.base/pointers.exp: Ditto.
19085 * gdb.base/relational.exp: Ditto.
19086 * gdb.base/reread.exp: Ditto.
19087 * gdb.base/sect-cmd.exp: Ditto.
19088 * gdb.base/sep.exp: Ditto.
19089 * gdb.base/sepdebug.exp: Ditto.
19090 * gdb.base/until.exp: Ditto.
19091 * gdb.base/whatis-exp.exp: Ditto.
19092 * gdb.cp/annota2.exp: Ditto.
19093 * gdb.cp/annota3.exp: Ditto.
19094 * gdb.trace/actions.exp: Ditto.
19095 * gdb.trace/backtrace.exp: Ditto.
19096 * gdb.trace/circ.exp: Ditto.
19097 * gdb.trace/collection.exp: Ditto.
19098 * gdb.trace/deltrace.exp: Ditto.
19099 * gdb.trace/infotrace.exp: Ditto.
19100 * gdb.trace/limits.exp: Ditto.
19101 * gdb.trace/packetlen.exp: Ditto.
19102 * gdb.trace/passc-dyn.exp: Ditto.
19103 * gdb.trace/passcount.exp: Ditto.
19104 * gdb.trace/report.exp: Ditto.
19105 * gdb.trace/save-trace.exp: Ditto.
19106 * gdb.trace/tfind.exp: Ditto.
19107 * gdb.trace/tracecmd.exp: Ditto.
19108 * gdb.trace/while-dyn.exp: Ditto.
19109 * gdb.trace/while-stepping.exp: Ditto.
19110 * lib/gdb.exp: Ditto.
19111 (gdb_compile): Handle nowarning option.
19112
19113 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
19114
19115 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19116 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19117 Rename executable to prelinkt. Don't re-prelink if we didn't
19118 get a core file. Test prelink -u exit status to tell whether
19119 prelinking failed. Use gdb_test_multiple.
19120
19121 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19122
19123 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19124 (do_tests): Call it.
19125
19126 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
19127
19128 * gdb.base/prelink.exp: New test.
19129 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19130
19131 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19132
19133 * gdb.fortran/derived-type.f90: New file.
19134 * gdb.fortran/derived-type.exp: New testcase.
19135
19136 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19137
19138 * gdb.base/default.exp: Allow ';' as a directory separator.
19139
19140 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19141
19142 * gdb.base/help.exp (help add-symbol-file): Update.
19143
19144 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19145
19146 * gdb.base/help.exp (help load): Update expected results.
19147
19148 2006-02-19 Fred Fish <fnf@specifix.com>
19149
19150 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19151 specifix hex value as part of results.
19152 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19153
19154 2006-02-16 Fred Fish <fnf@specifix.com>
19155
19156 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19157 ushort_addr, and slong_addr, so the typedefs are not optimized
19158 away.
19159 * gdb.base/whatis.exp: Add tests using type name for struct type,
19160 union type, enum type, and typedef.
19161
19162 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19163
19164 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19165
19166 2006-02-13 Jim Blandy <jimb@redhat.com>
19167
19168 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19169 case where it takes two "next" commands to skip past the init
19170 call.
19171
19172 2006-02-12 Fred Fish <fnf@specifix.com>
19173
19174 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19175 to handle cases where it takes two "next" commands to skip
19176 past the init call.
19177
19178 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19179
19180 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19181 on hppa32 targets.
19182
19183 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19184
19185 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19186 field.
19187
19188 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19189
19190 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19191
19192 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19193
19194 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19195 files.
19196
19197 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19198
19199 * gdb.cp/maint.exp: Set complaints to a positive value.
19200
19201 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19202
19203 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19204 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19205 function name.
19206
19207 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19208
19209 * gdb.base/checkpoint.c: Update copyright notice. Include
19210 <stdlib.h>.
19211
19212 2006-01-04 Jim Blandy <jimb@redhat.com>
19213
19214 * gdb.asm/asm-source.exp: Independently provide default values for
19215 asm-flags and debug-flags. Use 'string equal' to do the
19216 comparison, not the implicit expr's '==' operator. Remove
19217 now-unneeded assignments to asm-flags. In h8300 case, place
19218 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19219
19220 2006-01-04 Michael Snyder <msnyder@redhat.com>
19221
19222 * gdb.base/checkpoint.c: New file.
19223 * gdb.base/checkpoint.exp: New file.
19224 * gdb.base/multi-fork.c: New file.
19225 * gdb.base/multi-fork.exp: New file.
19226 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19227
19228 2006-01-04 Fred Fish <fnf@specifix.com>
19229
19230 * gdb.base/ptype.c (foo): Add typedef.
19231 (intfoo): Add function.
19232 * gdb.base/ptype1.c: New file.
19233 * gdb.base/ptype.exp: Handle compilation and linking with two
19234 source files. Test that proper type for "foo" is found based
19235 on source context rather than first match found in symtabs.
19236
19237 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19238
19239 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19240 * gdb.asm/openbsd.inc: Indent commands.
19241
19242 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19243
19244 * gdb.base/freebpcmd.exp: Increase timeout.
19245
19246 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19247
19248 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19249
19250 * gdb.base/default.exp: Update check for "show version".
19251
19252 2005-12-09 Randolph Chung <tausq@debian.org>
19253
19254 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19255 * gdb.asm/pa64.inc: New file.
19256
19257 2005-12-09 Randolph Chung <tausq@debian.org>
19258
19259 * gdb.asm/common.inc: Indent commands.
19260 * gdb.asm/asmsrc1.s: Likewise.
19261 * gdb.asm/asmsrc2.s: Likewise.
19262
19263 2005-12-09 Randolph Chung <tausq@debian.org>
19264
19265 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19266 (get_addr_of_sym): Remove duplicate print.
19267 (gen_core): xfail hppa*-*-hpux*, update expected output.
19268 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19269 * gdb.arch/pa64-nullify.s: New file.
19270
19271 2005-12-09 Randolph Chung <tausq@debian.org>
19272
19273 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19274
19275 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
19276
19277 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19278 code generation for these functions.
19279 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19280 error message.
19281
19282 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19283
19284 * gdb.base/help.exp (help b, help br, help bre, help brea)
19285 (help break): Update the expected message.
19286
19287 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19288
19289 * gdb.asm/m68hc11.inc: Setup the data section.
19290 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19291 script for this test.
19292 (m6812-*-*): Likewise.
19293
19294 2005-11-09 Randolph Chung <tausq@debian.org>
19295
19296 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19297
19298 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19299
19300 * gdb.base/break.exp: Fix a comment typo.
19301
19302 2005-11-03 Jim Blandy <jimb@redhat.com>
19303
19304 Checked in by Elena Zannoni <ezannoni@redhat.com>
19305
19306 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
19307
19308 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
19309
19310 * gdb.arch/gdb1558.c: Include stdio.h.
19311
19312 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19313
19314 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19315
19316 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19317
19318 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19319
19320 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19321
19322 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19323 vscr" tests to better match output.
19324
19325 2005-10-12 Jim Blandy <jimb@redhat.com>
19326
19327 * gdb.base/structs.exp (any): New function.
19328 (test_struct_returns): Don't make any assumptions at all about
19329 what value the function returns when GDB can't set the return
19330 value.
19331
19332 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19333
19334 * gdb.ada/arrayidx/p.adb: New file.
19335 * gdb.ada/arrayidx.exp: New testcase
19336
19337 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19338
19339 * gdb.ada/array_return/pck.ads: New file.
19340 * gdb.ada/array_return/pck.adb: New file.
19341 * gdb.ada/array_return/p.adb: New file.
19342 * gdb.ada/array_return.exp: New testcase.
19343
19344 2005-10-03 Joel Brobecker <brobecker@adacore.com>
19345
19346 * gdb.base/arrayidx.c: New file.
19347 * gdb.base/arrayidx.exp: New testcase.
19348
19349 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
19350
19351 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19352 frames-invalid and breakpoints-invalid are no longer generated
19353 with level 3 so don't expect them in the output.
19354
19355 2005-09-27 Bob Rossi <bob@brasko.net>
19356
19357 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
19358 from test. Escape the | in mi_gdb_test call.
19359 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19360 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19361 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19362 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19363 expected regex's in mi_gdb_test calls.
19364 * lib/mi-support.exp: Remove arbitrary .* from tests.
19365 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19366 Fully anchor GDB/MI expected results in mi_gdb_test.
19367 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19368 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19369
19370 2005-09-26 Paul Brook <paul@codesourcery.com>
19371
19372 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19373
19374 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19375
19376 * bfp-test.c: New file.
19377 * bfp-test.exp: New testcase.
19378
19379 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19380
19381 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19382 of subarray and substring variable.
19383 * gdb.fortran/subarray.f: New source file for the test of subarray
19384 and substring variable evaluation.
19385 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19386 of string constant.
19387
19388 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19389
19390 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19391 copyright dates.
19392
19393 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19394
19395 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19396 powerpc altivec' test with an almost identical 'info vector' test.
19397
19398 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19399
19400 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19401 vscr" tests to match output.
19402
19403 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19404
19405 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19406 output.
19407
19408 2005-09-11 Bob Rossi <bob@brasko.net>
19409
19410 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19411 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19412 commands that return an MI output command and an asyncronous MI output
19413 command.
19414 * gdb.mi/mi-console.exp: Ditto.
19415
19416 2005-09-11 Bob Rossi <bob@brasko.net>
19417
19418 * gdb.mi/mi-var-child.c: Include <string.h>.
19419
19420 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19421
19422 * killed.exp: Correct gdb_expect syntax.
19423
19424 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
19425
19426 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19427
19428 2005-08-02 Bob Rossi <bob@brasko.net>
19429
19430 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19431 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19432 Change tests to inferior-tty-set/show.
19433 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19434 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19435 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19436 inferior. Use mi_gdb_test to get GDB and Inferior output.
19437 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19438 descriptor.
19439 (mi_inferior_tty_name): Add inferior PTY file name.
19440 (mi_gdb_start): Add INFERIOR_PTY parameter.
19441 (mi_gdb_test): Add IPATTERN parameter.
19442
19443 2005-08-02 Bob Rossi <bob@brasko.net>
19444
19445 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19446 parameter to mi_gdb_test.
19447 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19448
19449 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19450
19451 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19452 struct_declarations.
19453 * gdb.mi/mi-var-child.exp: Step over the initialization of
19454 struct_declarations.
19455
19456 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19457
19458 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19459 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19460 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19461 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19462 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19463 file.
19464
19465 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19466
19467 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19468 (do_children_tests): Assign values to the extra elements.
19469
19470 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19471 them for tests for "-var-update --no-values" and
19472 "-var-update --all-values".
19473 Add test for "-var-list-children --simple-values".
19474
19475 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19476
19477 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19478 "-stack-list-locals --simple-values" Improve doc strings and
19479 comments.
19480
19481 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19482
19483 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19484 *-*-openbsd*.
19485 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19486
19487 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19488 sigaltsatck'.
19489
19490 2005-07-14 Bob Rossi <bob@brasko.net>
19491
19492 * gdb.base/default.exp (tty): Changed output of command.
19493 * gdb.base/help.exp (help tty): Ditto.
19494
19495 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19496
19497 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19498
19499 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19500
19501 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19502 -stack-select-frame without arguments.
19503 (test_stack_frame_listing): Add test for newly implemented command
19504 -stack-info-frame.
19505
19506 2005-07-06 Bob Rossi <bob@brasko.net>
19507
19508 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19509 command.
19510 (Copyright): Update copyright.
19511
19512 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19513
19514 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19515 tests to evaluate exponentiation expression.
19516
19517 2005-06-29 Andreas Schwab <schwab@suse.de>
19518
19519 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19520 main to avoid warnings.
19521
19522 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19523
19524 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19525
19526 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19527 -stack-select-frame without arguments.
19528 (test_stack_frame_listing): Add test for newly implemented command
19529 -stack-info-frame.
19530
19531 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19532
19533 * gdb.fortran/array-element.f: New file.
19534 * gdb.fortran/array-element.exp: New testcase.
19535
19536 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19537
19538 * gdb.base/bigcore.exp: Correct checks for systems which can
19539 not dump a large core file.
19540
19541 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19542
19543 * gdb.base/relocate.c: Add a copyright notice.
19544 (dummy): Remove.
19545 * gdb.base/relocate.exp: Test printing the values of variables
19546 from a relocatable file.
19547
19548 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19549
19550 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19551 excess MI output after an error.
19552
19553 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19554
19555 * gdb.arch/alpha-step.c: New file.
19556 * gdb.arch/alpha-step.exp: New testcase.
19557
19558 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19559 Dennis Brueni <dennis@slickedit.com>
19560
19561 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19562 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19563 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19564 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19565 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19566 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19567 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19568
19569 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19570 Wu Zhou <woodzltc@cn.ibm.com>
19571
19572 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19573 IBM's xlc compiler.
19574 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19575 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19576
19577 2005-05-13 Jim Blandy <jimb@redhat.com>
19578
19579 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19580 calling gdb_suppress_entire_file.
19581 * gdb.base/charset.exp: Same.
19582 * gdb.base/call-rt-st.exp: Same.
19583
19584 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19585
19586 * lib/gdb.exp (fullname_syntax): Added global regex.
19587 (fullname_syntax_POSIX): Ditto.
19588 (fullname_syntax_UNC): Ditto.
19589 (fullname_syntax_DOS_CASE): Ditto.
19590 (fullname_syntax_DOS): Ditto.
19591 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19592 fullname_syntax variable to scope and use it.
19593 (test_file_list_exec_source_files): Ditto.
19594 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19595
19596 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19597
19598 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19599
19600 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19601
19602 * lib/gdb.exp (skip_altivec_tests): New function, based on
19603 check_vmx_hw_available from the GCC testsuite.
19604 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19605 * lib/gdb.arch/altivec-regs.exp: Likewise.
19606
19607 2005-05-02 Jim Blandy <jimb@redhat.com>
19608
19609 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19610 calling gdb_suppress_entire_file.
19611
19612 2005-04-30 Randolph Chung <tausq@debian.org>
19613
19614 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19615 Slightly relax "sem_post" name checking.
19616
19617 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19618
19619 * gdb.base/unload.exp: Use new shared library infrastructure.
19620
19621 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19622
19623 * gdb.base/so-impl-ld.exp: Use new shared library
19624 infrastructure.
19625
19626 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
19627
19628 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19629 * gdb.asm/h8300.inc: New file.
19630
19631 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19632
19633 * gdb.base/shlib-call.exp: Change to use new shared library
19634 infrastructure.
19635
19636 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19637
19638 * gdb.base/pending.exp: Change to use new shared library
19639 infrastructure.
19640
19641 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19642
19643 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19644 use test_compiler_info instead of gcc_compiled, and update copyright.
19645
19646 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19647
19648 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19649 shared objects being adjusted and update copyright years.
19650
19651 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19652
19653 * ChangeLog: Correct some 2003-01-13 dates.
19654 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19655 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19656 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19657 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19658 gdb.trace/tfind.exp: Update copyright years.
19659
19660 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19661 Daniel Jacobowitz <dan@codesourcery.com>
19662
19663 * lib/gdb.exp (gdb_compile): Handle shlib=.
19664 (gdb_compile_shlib): New function.
19665
19666 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19667
19668 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19669
19670 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19671
19672 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19673 gdb.server.
19674 * configure.ac: Likewise.
19675 * configure: Regenerated.
19676 * gdb.gdbserver/Makefile.in: Moved to...
19677 * gdb.server/Makefile.in: ... here.
19678 * gdb.gdbserver/server.c: Moved to...
19679 * gdb.server/server.c: ... here.
19680 * gdb.gdbserver/server-run.exp: Moved to...
19681 * gdb.server/server-run.exp: ... here.
19682
19683 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19684
19685 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19686 * configure.ac: Create gdb.gdbserver/Makefile.
19687 * configure: Regenerated.
19688 * lib/gdbserver-support.exp: New file, derived from
19689 config/gdbserver.exp.
19690 * config/gdbserver.exp: Use gdbserver-support.exp.
19691 * gdb.gdbserver/Makefile.in: New file.
19692 * gdb.gdbserver/server.c: New file.
19693 * gdb.gdbserver/server-run.exp: New file.
19694
19695 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19696
19697 * lib/gdb.exp (test_compiler_info): Return compiler_info
19698 if no arguments are given.
19699
19700 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19701
19702 * gdb.arch/altivec-abi.exp: Check for compiler and set
19703 use altivec' flag accordingly.
19704 * gdb.arch/altivec-regs.exp: Likewise.
19705
19706 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19707
19708 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19709
19710 2005-03-27 Andreas Schwab <schwab@suse.de>
19711
19712 * gdb.base/bigcore.c (main): Add missing mode argument in open
19713 call.
19714
19715 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19716
19717 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19718 downloads.
19719 * config/gdbserver.exp (gdb_load): Likewise.
19720
19721 2005-03-14 Paul Brook <paul@codesourcery.com>
19722
19723 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19724 targets.
19725
19726 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19727
19728 * gdb.dwarf2/dup-psym.S: New file.
19729 * gdb.dwarf2/dup-psym.exp: New testcase.
19730
19731 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19732
19733 * gdb.ada/exec_changed/first.adb: New file.
19734 * gdb.ada/exec_changed/second.adb: New file.
19735 * gdb.ada/exec_changed.exp: New testcase.
19736
19737 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19738
19739 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19740 (A2): New class.
19741 (main): Test operator+.
19742 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19743 breakpoint test.
19744
19745 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19746 * gdb.base/signull.exp: Disable if gdb,nosignals.
19747 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19748 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19749 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19750 * gdb.mi/mi2-console.exp: Likewise.
19751 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19752 continue output at start.
19753 (gdb_collect_locals_test): Robustify regexp.
19754 * gdb.trace/passc-dyn.exp: Fix comment typo.
19755 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19756
19757 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19758
19759 * gdb.asm/asm-source.exp: Add iq2000 case.
19760 * gdb.asm/iq2000.inc: New file.
19761
19762 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19763
19764 * gdb.base/command.exp: Change hardcoded value to regular expression.
19765 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19766
19767 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19768
19769 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19770 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19771 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19772 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19773 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19774
19775 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19776
19777 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19778 changes.
19779
19780 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19781
19782 * lib/compiler.c: Add test for IBM's xlc compiler.
19783 * lib/compiler.cc: Likewise.
19784
19785 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19786
19787 * gdb.ada/fixed_points.exp: Create compilation object directory
19788 before running the test.
19789 * gdb.ada/null_record.exp: Likewise.
19790 * gdb.ada/packed_array.exp: Likewise.
19791 * gdb.ada/start.exp: Likewise.
19792
19793 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19794
19795 * gdb.ada/packed_array/pa.adb: New file.
19796 * gdb.ada/packed_array.exp: New testcase.
19797
19798 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19799
19800 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19801 files.
19802
19803 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19804 on *-*-openbsd*. Correctly match whitespace in regukar
19805 expressions.
19806
19807 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19808
19809 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19810 PR exp/1821
19811 * gdb.base/gdb1821.c: New test file.
19812 * gdb.base/gdb1821.exp: New test file.
19813
19814 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19815
19816 * gdb.base/start.c: New file.
19817 * gdb.base/start.exp: New testcase.
19818
19819 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19820
19821 * gdb.ada/start/dummy.adb: New file.
19822 * gdb.ada/start.exp: New testcase.
19823
19824 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19825
19826 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19827 for printing symbols and statistics.
19828 Add test for using relative pathnames in "maint print msymbols" test.
19829 Mark "maint info sections DATA" XFAIL on Cygwin.
19830 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19831 tests.
19832
19833 2005-02-09 Andreas Schwab <schwab@suse.de>
19834
19835 Committed by Andrew Cagney <cagney@gnu.org>
19836 * gdb.base/remotetimeout.exp: New file.
19837
19838 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19839
19840 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19841
19842 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19843
19844 * gdb.ada/gnat_ada.gpr: New file.
19845 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19846 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19847 * configure.ac: No longer generate gnat_ada.gpr.
19848 * configure: Regenerate.
19849 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19850 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19851 * gdb.ada/null_record/bar.ads: Likewise.
19852 * gdb.ada/null_record/bar.adb: Likewise.
19853 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19854 * gdb.ada/null_record.exp (testdir): New variable.
19855 (testfile): executable is now in testdir subdirectory.
19856 (srcfile): Use full path to the main compilation unit.
19857 * gdb.ada/fixed_points.exp: Same changes as above.
19858
19859 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19860
19861 * gdb.base/interp.exp: New test.
19862
19863 2005-01-24 Andrew Cagney <cagney@gnu.org>
19864
19865 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19866
19867 2005-01-19 Andrew Cagney <cagney@gnu.org>
19868
19869 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19870 configure.ac not configure.in.
19871
19872 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19873 of powerpc*-*-*.
19874 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19875 * gdb.base/list.exp (test_list_function)
19876 (test_list_filename_and_function): Ditto.
19877 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19878
19879 2005-01-16 Andrew Cagney <cagney@gnu.org>
19880
19881 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19882
19883 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19884
19885 2005-01-14 Andrew Cagney <cagney@gnu.org>
19886
19887 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19888 * gdb.mi/mi2-var-cmd.exp: Ditto.
19889
19890 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19891
19892 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19893
19894 2005-01-07 Andrew Cagney <cagney@gnu.org>
19895
19896 * configure.ac: Rename configure.in, require autoconf 2.59.
19897 * configure: Re-generate.
19898 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19899 * gdb.stabs/configure: Re-generate.
19900 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19901 * gdb.hp/configure: Re-generate.
19902 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19903 autoconf 2.59.
19904 * gdb.hp/gdb.objdbg/configure: Re-generate.
19905 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19906 autoconf 2.59.
19907 * gdb.hp/gdb.defects/configure: Re-generate.
19908 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19909 autoconf 2.59.
19910 * gdb.hp/gdb.compat/configure: Re-generate.
19911 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19912 autoconf 2.59.
19913 * gdb.hp/gdb.base-hp/configure: Re-generate.
19914 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19915 autoconf 2.59.
19916 * gdb.hp/gdb.aCC/configure: Re-generate.
19917
19918 2004-12-15 Jim Blandy <jimb@redhat.com>
19919
19920 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19921 under NPTL when there is debugging info available for libpthread.
19922
19923 2004-12-13 Jerome Guitton <guitton@gnat.com>
19924
19925 * gdb.ada/fixed_points.c: New file.
19926 * gdb.ada/fixed_points.exp: New file.
19927
19928 2004-12-03 Randolph Chung <tausq@debian.org>
19929
19930 * gdb.arch/pa-nullify.exp: New file.
19931 * gdb.arch/pa-nullify.s: New file.
19932
19933 2004-11-30 Randolph Chung <tausq@debian.org>
19934
19935 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19936 instead of "tbug". Fix regexp to work properly with gdb_test.
19937
19938 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19939
19940 * gdb.base/bitfields2.exp: New test.
19941 * gdb.base/bitfields2.c: New file.
19942
19943 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19944
19945 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19946
19947 2004-11-16 Randolph Chung <tausq@debian.org>
19948
19949 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19950
19951 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19952
19953 * gdb.threads/threadapply.exp: Correct "macro details" test.
19954
19955 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19956
19957 * gdb.threads/threadapply.exp: New test.
19958 * gdb.threads/threadapply.c: New file.
19959
19960 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19961
19962 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19963 frames.
19964
19965 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19966
19967 * gdb.base/cursal.exp: New file.
19968 * gdb.base/cursal.c: New file.
19969
19970 2004-11-03 Andrew Cagney <cagney@gnu.org>
19971
19972 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19973
19974 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19975
19976 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19977 NetBSD/ELF targets.
19978
19979 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19980
19981 * gdb.threads/bp_in_thread.c: New file, copied from
19982 pthread_cond_wait.c.
19983 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19984 file, rather than reusing the .c file from another testcase.
19985
19986 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19987
19988 * gdb.ada/null_record.exp: Check where we stopped after
19989 sending the start command, instead of where the associated
19990 temporary breakpoint was inserted.
19991
19992 2004-10-14 Andrew Cagney <cagney@gnu.org>
19993
19994 * gdb.mi/gdb701.c (main): Return 0.
19995
19996 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19997
19998 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19999
20000 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20001
20002 * gdb.threads/schedlock.c: Add comment markers to use to find
20003 line numbers.
20004 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20005 comments.
20006 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20007 breakpoint lines.
20008
20009 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20010
20011 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20012
20013 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20014
20015 * configure.in: Add gdb.dwarf2.
20016 * configure: Regenerated.
20017 * Makefile.in: Add gdb.dwarf2.
20018 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20019 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20020 gdb.dwarf2/file1.txt: New files.
20021
20022 2004-10-11 Orjan Friberg <orjanf@axis.com>
20023
20024 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20025 of "run", since the latter doesn't work with remote targets. Adjust
20026 the breakpoint numbering accordingly.
20027 * gdb.threads/pthread_cond_wait.exp: Ditto.
20028
20029 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20030
20031 * gdb.base/overlays.exp: Update copyright years.
20032
20033 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20034
20035 * gdb.base/overlays.exp: Disable if target is Linux.
20036
20037 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20038
20039 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20040
20041 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20042
20043 * gdb.asm/asm-source.exp: Add m32r-linux target.
20044 * gdb.asm/m32r-linux.inc: New file.
20045
20046 2004-09-24 Andrew Cagney <cagney@redhat.com>
20047 David Anderson <anderson@redhat.com>
20048
20049 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20050 command fails, assume things will work.
20051 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20052 (_GNU_SOURCE): Define.
20053 (print_unsigned, print_hex): Change parameter to "long long".
20054 (print_byte_count): New function, use to print byte counts.
20055 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20056 O_LARGEFILE.
20057 (main): Compute an upper bound on a corefile in max_core_size.
20058 Limit memory chunk size to max_core_size. Limit total memory
20059 allocated to max_core_size.
20060
20061 2004-09-23 Andrew Cagney <cagney@gnu.org>
20062
20063 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20064 from a separate process with code that creates a corefile by
20065 making the inferior dump core.
20066
20067 2004-09-23 Mark Kettenis <kettenis@gnu.org>
20068
20069 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20070 block.
20071
20072 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20073
20074 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20075 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20076 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20077 Likewise.
20078
20079 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20080
20081 * gdb.java/jprint.exp: New test case for java inferior call.
20082 * gdb.java/jprint.java: Ditto.
20083
20084 2004-09-15 Joel Brobecker <brobecker@gnat.com>
20085
20086 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20087
20088 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20089
20090 * gdb.threads/killed.c: Include <stdlib.h>.
20091 * gdb.threads/pthreads.c: Likewise.
20092
20093 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20094
20095 * gdb.threads/killed.c: Add copyright notice.
20096
20097 2004-09-10 Jason Molenda (jmolenda@apple.com)
20098
20099 * gdb.base/define.exp: Two new tests to verify zero space chars
20100 after 'if' and 'while' commands in a user-defined command is correctly
20101 parsed.
20102
20103 2004-09-08 Andrew Cagney <cagney@gnu.org>
20104
20105 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20106 delivery test with duplicate at end of file.
20107
20108 2004-09-06 Mark Kettenis <kettenis@jive.nl>
20109
20110 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20111
20112 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20113
20114 * config/hppro.exp: Removed.
20115
20116 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20117
20118 * config/sparclet.exp: Removed.
20119
20120 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20121
20122 * config/udi.exp: Removed.
20123
20124 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20125
20126 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20127 of "exp_continue".
20128 (advancei): Likewise.
20129
20130 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20131
20132 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20133
20134 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20135
20136 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
20137 to check for nodebug in executable.
20138 * gdb.gdb/observer.exp (setup_test): Likewise.
20139 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20140 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20141
20142 2004-09-01 Andrew Cagney <cagney@gnu.org>
20143
20144 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20145 files.
20146
20147 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20148
20149 * gdb.base/unload.exp: Fix expected warning message to match
20150 latest format.
20151
20152 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20153
20154 * gdb.base/call-rt-st.exp: Fix typos.
20155
20156 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20157
20158 * gdb.threads/thread_check.exp: New testcase.
20159 * gdb.threads/thread_check.c: New testcase.
20160
20161 2004-08-31 Andrew Cagney <cagney@gnu.org>
20162
20163 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20164 (skip_to_handler_entry): New procedures. Test stepping into a
20165 handler when the breakpoint is at the handler's entry point.
20166
20167 2004-08-30 Andrew Cagney <cagney@gnu.org>
20168
20169 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20170 gdb/1757.
20171
20172 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20173
20174 With code from Manoj Iyer <manjo@austin.ibm.com>:
20175 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20176 return value. Add an arm for "no debugging symbols found".
20177 Change a stray "error" to "perror".
20178 (gdb_run_cmd): Adapt to new return value.
20179 * gdb.base/remote.exp: Adapt to new return value.
20180 * gdb.gdb/complaints.exp: Likewise.
20181 * gdb.gdb/observer.exp: Likewise.
20182 * gdb.gdb/selftest.exp: Likewise.
20183 * gdb.gdb/xfullpath.exp: Likewise.
20184
20185 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20186
20187 * gdb.threads/bp_in_thread.exp: New testcase.
20188
20189 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20190
20191 Fix PR testsuite/1735.
20192 * gdb.threads/schedlock.c (thread_function): Add a cast
20193 to suppress a gcc warning.
20194 * gdb.threads/thread-specific.c (thread_function): Likewise.
20195
20196 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20197
20198 * gdb.base/unload.c: Include <stdlib.h>.
20199
20200 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20201
20202 From Paul Gilliam <pgilliam@us.ibm.com>:
20203 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20204 synchronized after the "return".
20205
20206 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20207
20208 * gdb.mi/basics.c: Include <stdio.h>.
20209 * gdb.mi/pthreads.c: Include <stdlib.h>.
20210 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20211
20212 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20213
20214 * gdb.threads/schedlock.c: Add copyright notice.
20215
20216 2004-08-25 Andrew Cagney <cagney@gnu.org>
20217
20218 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20219 (skip_over_handler, breakpoint_over_hander): New test procedures.
20220 (advance, advancei): Add a proper prefix, do not use
20221 rerun_to_main.
20222 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20223
20224 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20225
20226 * gdb.mi/basics.c: Add copyright notice.
20227 * gdb.mi/var-cmd.c: Add copyright notice.
20228
20229 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20230
20231 * lib/gdb.exp: Remove signed_keyword_not_used.
20232 * lib/compiler.c: Likewise.
20233 * lib/compiler.cc: Likewise.
20234
20235 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20236
20237 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20238 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20239
20240 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20241
20242 * gdb.base/whatis.c: Add copyright notice.
20243
20244 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20245
20246 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20247 it to skip the breakpoints encoded in the inline assembly.
20248
20249 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20250
20251 * Makefile.in: Add gdb.fortran.
20252
20253 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20254
20255 * gdb.base/call-sc.exp (test_scalar_returns):
20256 Fix cut-and-paste glitch in "Make fun return now".
20257
20258 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20259
20260 * configure.in: Add gdb.fortran.
20261 * configure: Regenerate.
20262 * gdb.fortran/Makefile.in: New file.
20263 * lib/gdb.exp (skip_fortran_tests): New procedure.
20264
20265 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20266
20267 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20268 reference to bug-gnu@prep.ai.mit.edu.
20269 * gdb.mi/mi-var-child.exp: Likewise.
20270 * gdb.mi/mi-var-cmd.exp: Likewise.
20271 * gdb.mi/mi-var-display.exp: Likewise.
20272 * gdb.mi/mi2-var-block.exp: Likewise.
20273 * gdb.mi/mi2-var-child.exp: Likewise.
20274 * gdb.mi/mi2-var-cmd.exp: Likewise.
20275 * gdb.mi/mi2-var-display.exp: Likewise.
20276
20277 2004-08-15 Mark Kettenis <kettenis@gnu.org>
20278
20279 * gdb.base/unload.c (main): Make local variable msg const.
20280
20281 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20282
20283 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20284 to bug-gnu@prep.ai.mit.edu.
20285 * gdb.mi/mi-disassemble.exp: Likewise.
20286 * gdb.mi/mi-eval.exp: Likewise.
20287 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20288 default line number.
20289 * gdb.mi/mi-return.exp: Likewise.
20290 * gdb.mi/mi-simplerun.exp: Likewise.
20291 * gdb.mi/mi-stack.exp: Likewise.
20292 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20293 number with explicit range test.
20294 * gdb.mi/mi-watch.exp: Likewise.
20295 * gdb.mi/mi2-break.exp: Likewise.
20296 * gdb.mi/mi2-cli.exp: Likewise.
20297 * gdb.mi/mi2-disassemble.exp: Likewise.
20298 * gdb.mi/mi2-eval.exp: Likewise.
20299 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20300 default line number.
20301 * gdb.mi/mi2-return.exp: Likewise.
20302 * gdb.mi/mi2-simplerun.exp: Likewise.
20303 * gdb.mi/mi2-stack.exp: Likewise.
20304 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20305 number with explicit range test.
20306 * gdb.mi/mi2-watch.exp: Likewise.
20307
20308 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20309
20310 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20311 * gdb.cp/m-static.exp: Likewise.
20312 * gdb.cp/rtti.exp: Likewise.
20313
20314 2004-08-14 Mark Kettenis <kettenis@gnu.org>
20315
20316 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20317
20318 2004-08-14 Eli Zaretskii <eliz@gnu.org>
20319
20320 * ChangeLog: Prefix Local Variables with semi-colons and indent
20321 the reference to older ChangeLog files, to fix fontification in
20322 Emacs.
20323
20324 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20325
20326 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20327 * gdb.mi/mi2-break.exp: Likewise.
20328
20329 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20330
20331 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20332
20333 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20334
20335 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20336
20337 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20338
20339 * gdb.cp/classes.exp: Remove unused declarations. Just let
20340 test names default instead of providing special names. Remove
20341 extraneous demangler test.
20342
20343 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20344
20345 * gdb.base/unload.exp: New test for breakpoints in dynamically
20346 loaded libraries.
20347 * gdb.base/unload.c: Ditto.
20348 * gdb.base/unloadshr.c: Ditto.
20349
20350 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20351
20352 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20353 cp_test_ptype_class.
20354 (test_enums): Likewise.
20355
20356 2004-08-10 Andrew Cagney <cagney@gnu.org>
20357
20358 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20359 files.
20360
20361 2004-08-10 Andrew Cagney <cagney@gnu.org>
20362
20363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20364 init_malloc call.
20365
20366 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20367
20368 * ChangeLog: Add copyright notice. The notice is copied
20369 from emacs 21.3 top level ChangeLog.
20370
20371 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20372
20373 * lib/cp-support.exp: New file.
20374 * lib/cp-support.exp (cp_test_type_class): New function.
20375 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20376 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20377 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20378 cp_test_ptype_class.
20379
20380 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20381
20382 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20383 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20384 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20385 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20386 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20387 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20388 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20389 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20390 gdb.mi/mi2-watch.exp: Update copyright years.
20391
20392 2004-08-09 Mark Kettenis <kettenis@gnu.org>
20393
20394 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20395
20396 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20397
20398 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20399 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20400 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20401 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20402 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20403 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20404 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20405 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20406 gdb.mi/mi-watch.exp: Update copyright years.
20407
20408 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20409
20410 PR gdb/1738
20411 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20412 from a breakpoint with a pending signal.
20413
20414 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20415
20416 PR gdb/1736
20417 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20418 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20419 the prompt.
20420 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20421
20422 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20423
20424 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20425
20426 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20427
20428 PR gdb/1736
20429 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20430 for i?86-*-linux*.
20431
20432 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20433
20434 * gdb.arch/i386-prologue.exp: Compile without debug information.
20435
20436 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20437
20438 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20439 rather than asking gdb to search.
20440
20441 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20442
20443 * gdb.base/gcore.c: Include <string.h>.
20444
20445 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20446
20447 * gdb.base/gcore.c: Add copyright notice.
20448
20449 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20450
20451 * gdb.base/freebpcmd.c: Include <stdio.h>.
20452 * gdb.base/long_long.c: Include <string.h>.
20453 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20454 * gdb.base/siginfo.c: Include <string.h>.
20455 * gdb.base/sigstep.c: Include <string.h>.
20456
20457 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20458
20459 * gdb.base/complex.c: Include <stdlib.h>.
20460
20461 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20462
20463 * gdb.base/complex.c: Add copyright notice.
20464
20465 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20466
20467 * gdb.base/charset.c: Include <stdlib.h>.
20468
20469 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20470
20471 * gdb.base/auxv.c: Include <stdlib.h>.
20472
20473 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20474
20475 * gdb.base/auxv.c: Add copyright notice.
20476
20477 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20478
20479 * gdb.base/coremaker.c: Add copyright notice.
20480 * gdb.base/coremaker2.c: Add copyright notice.
20481
20482 2004-08-04 Andrew Cagney <cagney@gnu.org>
20483
20484 * gdb.base/store.exp: Update copyright.
20485 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20486 names, do not import gdb_prompt.
20487
20488 2004-08-01 Andrew Cagney <cagney@gnu.org>
20489
20490 Fix PR testsuite/1729.
20491 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20492 not use capture_value with value 4.
20493 (capture_value): Add optional test name parameter.
20494 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20495 the prefix, pass to capture_value.
20496
20497 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20498
20499 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20500 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20501 (main): Call new function.
20502
20503 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20504
20505 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20506
20507 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20508
20509 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20510
20511 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20512
20513 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20514 Accept more values of vtbl pointer. Remove some messages
20515 about "obsolete gcc or gdb".
20516
20517 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20518
20519 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20520
20521 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20522
20523 * gdb.base/asm-source.exp: Properly convert target board
20524 debug flags from gcc format to binutils format.
20525
20526 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20527
20528 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20529 gdb1718". PR backtrace/1718 partially fixed.
20530
20531 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20532
20533 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20534
20535 2004-07-26 Nick Clifton <nickc@redhat.com>
20536
20537 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20538 good default value for a specific architecture is available then
20539 set it to that value. Otherwise default to the -gstabs switch.
20540 Remove the -g... switches from the asm-flags variable. Allow the
20541 target board info to override the value if it wants to. Pass the
20542 switch on the assembler command line.
20543
20544 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20545
20546 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20547 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20548 (main): Call new function.
20549
20550 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20551
20552 Test for PR exp/1715.
20553 * gdb.base/radix.exp: Refactor common procedures. Make all
20554 test names unique. Change XFAIL to KFAIL.
20555
20556 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20557
20558 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20559 * gdb.ada/gnat_ada.gin: ... to here.
20560 * configure.in: Use gnat_ada.gin.
20561 * configure: Regenerate.
20562
20563 2004-07-20 Andrew Cagney <cagney@gnu.org>
20564
20565 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20566 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20567 XFAILs. Clean up test messages and comments. Check backtraces.
20568 Delete re-sync code.
20569
20570 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20571
20572 Fix PR cli/740.
20573 * gdb.base/annota1.exp: Honor gdb,nosignals.
20574 * gdb.base/annota3.exp: Likewise.
20575
20576 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20577
20578 * lib/java.exp: Update copyright notice.
20579
20580 2004-07-19 Andrew Cagney <cagney@gnu.org>
20581
20582 * gdb.base/selftest.exp: Copy file from here ...
20583 * gdb.gdb/selftest.exp: ... to here.
20584
20585 2004-07-16 Andrew Cagney <cagney@redhat.com>
20586
20587 * lib/insight-support.exp: Delete file.
20588 * lib/java.exp (java_init): Fix copyright.
20589
20590 2004-07-16 Andrew Cagney <cagney@gnu.org>
20591
20592 * gdb.base/restore.c: Append "prologue" to comments marking the a
20593 function's prologue.
20594 * gdb.base/restore.exp: Update copyright, re-indent.
20595 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20596 callerN" prefix where needed. Update patterns that match a
20597 function's prologue.
20598
20599 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20600
20601 * gdb.base/restore.c: Add copyright notice.
20602
20603 2004-07-16 Andrew Cagney <cagney@gnu.org>
20604
20605 * gdb.base/logical.exp: Update copyright.
20606 (evaluate): New procedure. Use to re-implement tests using
20607 several tables.
20608
20609 2004-07-14 Martin Hunt <hunt@redhat.com>
20610
20611 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20612 which fixes some problems where init.tcl was not found.
20613
20614 2004-07-13 Andrew Cagney <cagney@gnu.org>
20615
20616 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20617 (check_sizeof, check_valueof): Do not include the output in the
20618 test name. Use gdb_test.
20619 (get_valueof): Use gdb_test_multiple.
20620
20621 * gdb.base/step-test.exp: Update copyright. Use
20622 gdb_test_multiple. Ensure that test names do not include
20623 architecture dependent output.
20624
20625 * gdb.gdb/observer.exp: Update copyright.
20626 (setup_test): Use gdb_test_multiple.
20627 (attach_first_observer, attach_second_observer)
20628 (attach_third_observer, detach_first_observer)
20629 (detach_second_observer, detach_third_observer)
20630 (reset_counters, check_counters): Make $message a prefix.
20631 (test_normal_stop_notifications): Add "args" parameter - a list of
20632 init functions to be called. Make $message a prefix,
20633 (test_observer_normal_stop): Change the message prefixes so that
20634 they are unique, pass the attach / detach procedures to
20635 test_normal_stop_notifications.
20636
20637 * gdb.base/signull.exp (test_segv): Prefix all tests with
20638 "${name}". Clean up test messages.
20639
20640 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20641
20642 * gdb.base/ena-dis-br.exp: Update copyright.
20643 (break_at): New function. Replace send_gdb with gdb_test,
20644 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20645 ignore count, not stopped at bpt", with KFAIL.
20646
20647 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20648
20649 * gdb.base/attach.exp: Remove cleanupfile handling.
20650
20651 2004-07-12 Andrew Cagney <cagney@gnu.org>
20652
20653 * gdb.base/annota1.exp: Cleanup corefile test name.
20654 * gdb.base/annota3.exp: Ditto.
20655
20656 2004-07-12 Andrew Cagney <cagney@gnu.org>
20657
20658 * gdb.base/signals.exp: Clean up copyright, re-indent.
20659
20660 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20661 gdb_test and gdb_test_multiple.
20662
20663 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20664
20665 * gdb.java/jmain.exp: Fix expected line number for main to
20666 break at. Set XFAIL for break at main test since gcj does not
20667 provide line number info for first statement in main.
20668
20669 2004-07-08 Andrew Cagney <cagney@gnu.org>
20670
20671 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20672
20673 * gdb.base/sigbpt.exp: Make the common part of each test name a
20674 prefix instead of suffix.
20675
20676 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20677
20678 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20679 test from test_tbreak_creation_and_listing to
20680 test_file_list_exec_source_file
20681 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20682 Changed name of test from test_tbreak_creation_and_listing to
20683 test_file_list_exec_source_file
20684
20685 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20686
20687 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20688 the jmisc() constructor instead of <init>.
20689 * gdb.java/jmisc1.exp: Ditto.
20690
20691 2004-07-07 Andrew Cagney <cagney@gnu.org>
20692
20693 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20694 corrupting the PC.
20695
20696 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20697
20698 * gdb.cp/templates.exp: Accept whitespace change in demangler
20699 output.
20700
20701 2004-07-06 Andrew Cagney <cagney@gnu.org>
20702
20703 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20704
20705 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20706
20707 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20708 * lib/compiler.cc: Likewise.
20709
20710 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20711
20712 * lib/compiler.cc: Work around string preprocessing problem
20713 with old hp c++ compiler.
20714 * lib/compiler.c: Likewise.
20715
20716 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20717
20718 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20719 directives to conditionalize symbol prefixing.
20720 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20721 additional_flags handling. Add underscore prefix for Cygwin.
20722 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20723 conditionalize symbol prefixing.
20724 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20725 additional_flags handling. Add underscore prefix for Cygwin.
20726
20727 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20728
20729 * gdb.base/bigcore.exp: Skip test on Cygwin.
20730
20731 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20732
20733 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20734 formats for "info register". Use gdb_test_multiple. Fix
20735 the "invalid register" test.
20736
20737 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20738
20739 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20740 PID for Cygwin. Add Cygwin specific strings to check for in some
20741 tests.
20742 (do_attach_tests): Add a test for user interaction when attaching
20743 to a process with no matching symbol table already loaded.
20744
20745 2004-06-26 Andrew Cagney <cagney@gnu.org>
20746
20747 Test PR java/1567 and PR java/1565.
20748 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20749 * gdb.java/jmisc2.exp: Delete file.
20750
20751 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20752
20753 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20754
20755 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20756
20757 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20758 attach process.
20759
20760 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20761
20762 * gdb.cp/pr-1553.exp: Remove.
20763
20764 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20765
20766 * gdb.cp/pr-1553.cc: Remove.
20767 * gdb.cp/pr-1553.exp: Disable this test.
20768
20769 2004-06-20 Jim Blandy <jimb@redhat.com>
20770
20771 Fix PR testsuite/1680.
20772 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20773 regular expressions.
20774
20775 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20776
20777 Fix PR testsuite/1679.
20778 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20779 Issue an UNSUPPORTED result instead.
20780
20781 2004-06-18 Jim Blandy <jimb@redhat.com>
20782
20783 * gdb.base/charset.exp: Only send a control-C if we see a new
20784 prompt and incomplete command.
20785
20786 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20787
20788 * gdb.cp/pr-574.cc: Add copyright notice.
20789
20790 2004-06-17 Jim Blandy <jimb@redhat.com>
20791
20792 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20793 cases where the regexp has no groups; this grabs random text from
20794 the previous test suite, whatever that was.
20795
20796 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20797
20798 * gdb.cp/printmethod.cc: Add copyright notice.
20799
20800 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20801
20802 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20803
20804 2004-06-16 Andrew Cagney <cagney@gnu.org>
20805
20806 * gdb.base/signull.c: Update copyright. Include <string.h>.
20807 (bowler): Replace data_pointer with data_read
20808 and data_write cases. Add code_descriptor case.
20809 (zero, desc): New array and pointer.
20810 (data, code): Change to simple pointers.
20811 * gdb.base/signull.exp: Fix probe pattern matching a function
20812 descriptor SIGSEGV. Replace data_pointer with data_read and
20813 data_write tests.
20814
20815 2004-06-16 Andrew Cagney <cagney@gnu.org>
20816
20817 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20818
20819 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20820
20821 * gdb.base/long_long.c: Add copyright notice.
20822
20823 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20824
20825 * gdb.base/long_long.exp: Remove reference to
20826 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20827 to gdb_breakpoint and gdb_continue_to_breakpoint.
20828
20829 2004-06-14 Jim Blandy <jimb@redhat.com>
20830
20831 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20832 endian case.
20833
20834 2004-06-14 Andrew Cagney <cagney@gnu.org>
20835
20836 * gdb.base/gcore.exp (capture_command_output): Delete the always
20837 passing tests containing inferior values.
20838 * gdb.base/ending-run.exp: Do not include the breakpoint address
20839 in the test message. Update copyright.
20840 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20841 size in the test name, use gdb_test_multiple. Update copyright.
20842
20843 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20844
20845 * gdb.cp/ref-types.cc: Add copyright notice.
20846
20847 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20848
20849 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20850 hp_aCC_compiler.
20851 * lib/compiler.cc: Likewise.
20852 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20853 'set' commands. Log diagnostics for other lines. Set
20854 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20855
20856 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20857
20858 * gdb.cp/try_catch.cc: Add copyright notice.
20859
20860 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20861
20862 * gdb.cp/userdef.cc: Add copyright notice.
20863
20864 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20865
20866 * gdb.cp/virtfunc.cc: Add copyright notice.
20867
20868 2004-06-11 Randolph Chung <tausq@debian.org>
20869
20870 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20871 problem.
20872
20873 2004-06-10 Andrew Cagney <cagney@gnu.org>
20874
20875 * lib/compiler.cc, lib/compiler.c: Append either
20876 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20877 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20878 instead of gcc-3-3.
20879
20880 2004-06-09 Andrew Cagney <cagney@gnu.org>
20881
20882 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20883 gdb/1455, bug is specific to "long long" and "double".
20884
20885 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20886 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20887 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20888 fixed.
20889
20890 2004-06-09 Andrew Cagney <cagney@gnu.org>
20891
20892 * gdb.base/structs.exp (test_struct_returns): Replace
20893 "return_value_unknown" and "finish_value_unknown" by
20894 "return_value_known" and "finish_value_known". Instead of
20895 "return_value_unknown" iff "finish_value_unknown", check
20896 "return_value_known" implies "finish_value_known".
20897
20898 2004-06-08 Martin Hunt <hunt@redhat.com>
20899
20900 * gdb.base/float.exp: Add pattern for mips targets.
20901
20902 2004-06-08 Randolph Chung <tausq@debian.org>
20903
20904 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20905 message for unknown architectures more clear.
20906
20907 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20908
20909 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20910 start the execution of the program.
20911
20912 2004-06-07 Jim Blandy <jimb@redhat.com>
20913
20914 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20915 * gdb.arch/i386-cpuid.h: New helper file.
20916
20917 2004-06-07 Randolph Chung <tausq@debian.org>
20918
20919 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20920 has started.
20921
20922 2004-06-04 Roland McGrath <roland@redhat.com>
20923
20924 Fix PR gdb/1647.
20925 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20926 differently to be robust to output buffering differences.
20927
20928 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20929
20930 * gdb.threads/pthreads.exp: Update copyright years.
20931 (check_control_c): Change asynchronous 'after' to synchronous.
20932
20933 2004-06-04 Roland McGrath <roland@redhat.com>
20934
20935 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20936 next gdb prompt.
20937
20938 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20939
20940 Fix PR gdb/1636.
20941 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20942 calls to synchronous.
20943
20944 2004-05-26 Jim Blandy <jimb@redhat.com>
20945
20946 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20947
20948 2004-05-24 Randolph Chung <tausq@debian.org>
20949
20950 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20951 * gdb.asm/pa.inc: New file.
20952
20953 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20954
20955 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20956
20957 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20958 Daniel Jacobowitz <drow@mvista.com>
20959
20960 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20961 GDB prompt.
20962
20963 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20964
20965 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20966 setjmp/longjmp. Use sigaction instead of signal.
20967
20968 2004-05-19 J. Brobecker <brobecker@gnat.com>
20969 Michael Snyder <msnyder@redhat.com>
20970
20971 * gdb.threads/pthread_cond_wait.c: New file.
20972 * gdb.threads/pthread_cond_wait.exp: New testcase.
20973
20974 2004-05-13 Andrew Cagney <cagney@redhat.com>
20975
20976 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20977 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20978
20979 2004-05-11 Andrew Cagney <cagney@redhat.com>
20980
20981 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20982 fixed but revealed gdb/1639.
20983
20984 2004-05-10 Andrew Cagney <cagney@redhat.com>
20985
20986 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20987 func1" and "next to 2nd alarm", kernel bug avoided.
20988
20989 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20990
20991 PR external/1568
20992 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20993 XFAIL if it is smaller than bytes_allocated.
20994 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20995 (main): Make chunks_allocated unsigned. Correct comment.
20996
20997 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20998
20999 * gdb.arch/powerpc-aix-prologue.c: New file.
21000 * gdb.arch/powerpc-aix-prologue.exp: New file.
21001
21002 2004-05-07 Jim Blandy <jimb@redhat.com>
21003
21004 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21005 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21006
21007 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21008
21009 * gdb.base/sep.exp: No longer setup_kfail when the program was
21010 built with dwarf2.
21011
21012 2004-05-05 Jim Ingham <jingham@apple.com>
21013
21014 * gdb.base/pending.exp: Make sure pending breakpoints
21015 preserve the ignore count.
21016
21017 2004-04-27 Jerome Guitton <guitton@gnat.com>
21018
21019 * i386-prologue.exp: Add testcase for jump instruction as first
21020 instruction of the real code.
21021 * i386-prologue.c (jump_at_beginning): New function.
21022
21023 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21024
21025 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21026 x86_64-*-*.
21027
21028 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21029
21030 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21031 i*86-*-*.
21032
21033 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21034
21035 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21036 expression that checks the return type.
21037
21038 2004-04-23 Andrew Cagney <cagney@redhat.com>
21039
21040 * gdb.base/call-sc.exp: New test of scalar call/return values.
21041 * gdb.base/call-sc.c: Ditto.
21042
21043 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21044
21045 * gdb.threads/manythreads.c: Reduce thread stack size.
21046
21047 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21048
21049 * gdb.threads/manythreads.c: Add copyright notice.
21050
21051 2004-04-23 Andrew Cagney <cagney@redhat.com>
21052
21053 * gdb.base/siginfo.exp: Better handle step out of signal.
21054 * gdb.base/sigstep.exp: Ditto.
21055
21056 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21057 Daniel Jacobowitz <drow@mvista.com>
21058
21059 * gdb.threads/manythreads.c: New testcase.
21060 * gdb.threads/manythreads.exp: Ditto.
21061
21062 2004-04-22 Jim Blandy <jimb@redhat.com>
21063
21064 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21065 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21066
21067 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21068
21069 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21070
21071 2004-04-21 Andrew Cagney <cagney@redhat.com>
21072
21073 * gdb.base/sigstep.c: New file.
21074 * gdb.base/sigstep.exp: New file.
21075
21076 2004-04-16 Joel Brobecker <brobecker@gnat.com>
21077
21078 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21079 call to observer_notify_normal_stop.
21080
21081 2004-04-15 Andrew Cagney <cagney@redhat.com>
21082
21083 * gdb.base/siginfo.c: New file.
21084 * gdb.base/siginfo.exp: New file.
21085
21086 2004-04-12 J. Brobecker <brobecker@gnat.com>
21087
21088 * gdb.base/sep.exp: Fix typo in comment.
21089
21090 2004-04-12 J. Brobecker <brobecker@gnat.com>
21091
21092 * gdb.base/sep.c: New file.
21093 * gdb.base/sep-proc.c: New file.
21094 * gdb.base/sep.exp: New testcase.
21095
21096 2004-04-09 Mark Kettenis <kettenis@gnu.org>
21097
21098 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21099 support.
21100
21101 2004-04-05 Andrew Cagney <cagney@redhat.com>
21102
21103 * gdb.base/sigaltstack.c: New file.
21104 * gdb.base/sigaltstack.exp: New file.
21105
21106 2004-04-04 Joel Brobecker <brobecker@gnat.com>
21107
21108 * gdb.base/foll-fork.exp: Update the expected output for
21109 "help set follow-fork-mode", to match a change that was made
21110 to the help of this variable on 2004-01-13.
21111
21112 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21113
21114 * lib/ada.exp: Add copyright notice.
21115 * bar.ads: Likewise.
21116 * bar.adb: Likewise.
21117 * null_record.adb: Likewise.
21118 * null_record.exp: Likewise.
21119 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21120
21121 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21122
21123 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21124 * configure: Regenerate.
21125
21126 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21127
21128 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21129 to build the application. Remove the message printed when in
21130 verbose mode, redundant with the UNSUPPORTED message above.
21131
21132 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21133
21134 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21135 * gdb.ada (null_record.exp): New testcase.
21136
21137 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21138
21139 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21140
21141 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21142
21143 * gdb.ada: New subdirectory.
21144 * gdb.ada/Makefile.in: New file.
21145 * gdb.ada/gnat_ada.gpr.in: New file.
21146
21147 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21148
21149 * lib/ada.exp: New file.
21150
21151 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
21152
21153 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21154 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21155
21156 2004-03-22 Andrew Cagney <cagney@redhat.com>
21157
21158 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21159 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21160 Problem identified by Ulrich Weigand.
21161
21162 2004-03-17 David Carlton <carlton@kealia.com>
21163
21164 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21165 PR c++/826.
21166
21167 2004-03-16 Roland McGrath <roland@redhat.com>
21168
21169 * gdb.base/auxv.exp: New file.
21170 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21171
21172 2004-03-12 David Carlton <carlton@kealia.com>
21173
21174 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21175 * gdb.cp/pr-1553.cc: Ditto.
21176 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21177 pass branch.
21178
21179 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21180
21181 * gdb.cp/templates.exp: Accept more template types.
21182
21183 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21184
21185 From Corinna Vinschen with modifications.
21186 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21187 local variable obj_with_enum.
21188 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21189 results with obj_with_enum.
21190
21191 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21192
21193 * gdb.cp/classes.cc: New file, copied from misc.cc.
21194 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21195
21196 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21197
21198 * gdb.cp/misc.cc: Add copyright notice.
21199
21200 2004-03-05 David Carlton <carlton@kealia.com>
21201
21202 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21203 * gdb.cp/rtti.h: Update copyright.
21204 (namespace n2::n3): New.
21205 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21206 (n2::n3::func3): New.
21207 (main): Call n2::n3::func3.
21208 * gdb.cp/rtti2.cc: Update copyright.
21209 (n2::create3): New.
21210
21211 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21212
21213 * gdb.asm/openbsd.inc: Fix typo.
21214
21215 2004-03-03 Fred Fish <fnf@redhat.com>
21216
21217 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21218 "val" instead of unused "size". Update copyright year.
21219
21220 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21221
21222 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21223 to use unsigned char.
21224 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21225 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21226
21227 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21228
21229 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21230 line of output.
21231
21232 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21233
21234 * gdb.base/relocate.c (dummy): Initialize.
21235
21236 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21237
21238 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21239 a breakpoint at exit.
21240
21241 2004-02-27 Fred Fish <fnf@redhat.com>
21242
21243 * gdb.base/chng-syms.exp: Add expect condition to match failing
21244 case that isn't a timeout.
21245
21246 2004-02-27 Andrew Cagney <cagney@redhat.com>
21247
21248 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21249 support.
21250
21251 2004-02-26 Fred Fish <fnf@redhat.com>
21252
21253 * gdb.arch/gdb1431.c: Remove.
21254 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21255 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21256 of "until" incorrectly.
21257
21258 2004-02-26 J. Brobecker <brobecker@gnat.com>
21259
21260 * gdb.cp/class2.cc (empty): New class.
21261 (refer): New function.
21262 (main): Declare an object of type empty and use it.
21263 * gdb.cp/class2.exp: Print the value of an object of type empty.
21264
21265 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21266
21267 * gdb.base/langs.exp: Update query string to match the
21268 new nquery format used for pending breakpoints.
21269
21270 2004-02-26 Andrew Cagney <cagney@redhat.com>
21271
21272 Fix PR i18n/1570.
21273 * gdb.base/charset.c: Update copyright notice.
21274 (main, init_string): Remove the escape character '\e' tests.
21275 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21276 * gdb.base/charset.exp (valid_host_charset): Ditto.
21277 * gdb.base/setvar.exp: Ditto.
21278
21279 2004-02-24 Andrew Cagney <cagney@redhat.com>
21280
21281 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21282 mmapped data in core file" PASS and FAIL messages consistent.
21283
21284 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21285 setting a breakpoint. Work around PR java/1565.
21286
21287 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21288
21289 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21290 new nquery format.
21291 * gdb.base/pending.exp: Ditto.
21292
21293 2004-02-22 Mark Kettenis <kettenis@gnu.org>
21294
21295 * configure.in: Run stabs tests on *BSD.
21296 * configure: Regenerated.
21297
21298 2004-02-21 Mark Kettenis <kettenis@gnu.org>
21299
21300 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21301
21302 2004-02-20 Fred Fish <fnf@redhat.com>
21303
21304 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21305 blank in test for "returns short", for consistency with other
21306 "returns xxx" tests. Update copyright year.
21307
21308 2004-02-19 Fred Fish <fnf@redhat.com>
21309
21310 New testcase for PR breakpoint/1558.
21311 * gdb.arch/gdb1558.exp: New file.
21312 * gdb.arch/gdb1558.c: New file.
21313
21314 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
21315
21316 * gdb.base/nodebug.exp: Fix typo.
21317
21318 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21319
21320 Committed by Jim Blandy <jimb@redhat.com>.
21321
21322 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21323
21324 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21325
21326 * gdb.base/float.exp: Support s390*-*-* targets.
21327
21328 2004-02-17 Adam Fedor <fedor@gnu.org>
21329
21330 * gdb.base/gdb1555.exp: New file.
21331 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21332
21333 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
21334
21335 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21336
21337 2004-02-16 Fred Fish <fnf@redhat.com>
21338
21339 * gdb.arch/gdb1291.c: Remove
21340 * gdb.arch/gdb1291.s: New test input file.
21341 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21342 fail. Test for correct result, known incorrect result, other
21343 failures and timeouts.
21344
21345 2004-02-16 Andrew Cagney <cagney@redhat.com>
21346
21347 * gdb.base/bigcore.exp: New file.
21348 * gdb.base/bigcore.c: New file.
21349
21350 2004-02-13 Andrew Cagney <cagney@redhat.com>
21351
21352 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21353 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21354 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21355 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21356 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21357 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21358 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21359 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21360 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21361 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21362
21363 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21364
21365 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21366 executed is an alloc instruction.
21367
21368 2004-02-11 David Carlton <carlton@kealia.com>
21369
21370 * gdb.cp/breakpoint.exp: New.
21371 * gdb.cp/breakpoint.cc: New.
21372
21373 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21374
21375 Partial fix for PR gdb/1543.
21376 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21377 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21378 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21379 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21380 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21381 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21382 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21383 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21384 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21385 to bug-gdb@prep.ai.mit.edu .
21386 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21387 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21388 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21389 Likewise.
21390
21391 2004-02-10 Andrew Cagney <cagney@redhat.com>
21392
21393 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21394 using gdb_internal_error_resync.
21395
21396 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
21397
21398 * gdb.threads/thread-specific.exp: Stop early if no threads are
21399 found.
21400
21401 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21402
21403 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21404
21405 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
21406
21407 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21408 breakpoints.
21409
21410 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
21411
21412 * config/sim.exp (gdb_load): Handle $arg == "".
21413 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21414 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21415
21416 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
21417
21418 * gdb.base/maint.exp: Update test to reflect
21419 obstack changes.
21420
21421 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21422
21423 * gdb.base/pendshr.c (pendfunc): New function that calls
21424 pendfunc1.
21425 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21426
21427 2004-02-04 Fred Fish <fnf@redhat.com>
21428
21429 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21430 function symbols and update copyright years.
21431 * gdb.arch/gdb1291.c: Ditto.
21432
21433 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21434
21435 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21436
21437 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21438
21439 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21440
21441 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21442
21443 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21444
21445 2004-02-02 Fred Fish <fnf@redhat.com>
21446
21447 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21448 remote targets. Update copyright years.
21449
21450 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21451
21452 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21453 support.
21454 * gdb.base/langs.exp: Fix test which attempts to create
21455 breakpoint on non-existent function to handle new pending
21456 support.
21457 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21458 a breakpoint.
21459 * gdb.base/pending.exp: New test.
21460 * gdb.base/pending.c: New file.
21461 * gdb.base/pendshr.c: Ditto.
21462
21463 2004-02-02 David Carlton <carlton@kealia.com>
21464
21465 * gdb.cp/overload.exp: Add overloadNamespace tests.
21466 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21467 (overloadNamespace, XXX): New.
21468 (main): Call XXX::marker2.
21469
21470 2004-02-01 Fred Fish <fnf@redhat.com>
21471
21472 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21473 * gdb.base/finish.exp: Ditto.
21474 * gdb.base/gcore.exp: Ditto.
21475 * gdb.base/huge.exp: Ditto.
21476 * gdb.base/info-proc.exp: Ditto.
21477 * gdb.base/return2.exp: Ditto.
21478 * gdb.threads/gcore-thread.exp: Ditto.
21479
21480 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21481
21482 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21483
21484 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21485
21486 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21487 that opening the file succeeds on OpenBSD.
21488
21489 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21490
21491 * gdb.threads/thread-specific.c: New file.
21492 * gdb.threads/threads-specific.exp: New test script.
21493 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21494 to expect_out.
21495
21496 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21497
21498 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21499 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21500 only on the "print_small_structs from print_long_arg_list" test.
21501
21502 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21503
21504 * gdb.base/completion.exp: Kill a stray backslash.
21505
21506 From Jim Ingham <jingham@apple.com>:
21507 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21508 agrees with the result from sending a tab.
21509
21510 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21511
21512 * gdb.base/chng-syms.exp: Remove stray newline.
21513
21514 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21515
21516 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21517 *-*-openbsd*.
21518 * gdb.asm/openbsd.inc: New file.
21519
21520 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21521
21522 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21523 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21524 *-*solaris2*. Remove commented out default settings for
21525 asm-flags. Replace gdb_compile with target_link.
21526
21527 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21528
21529 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21530 for all tests. Remove old hp-ux and cygnus xfail cases.
21531
21532 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21533
21534 * gdb.base/chng-syms.exp: New file.
21535 * gdb.base/chng-syms.c: New file.
21536
21537 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21538
21539 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21540 Provide arms for current output in all my configurations.
21541
21542 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21543
21544 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21545 * lib/compiler.cc: Likewise.
21546 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21547 get the right preprocessor. Eval the output directly. Remove
21548 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21549 hp_f77_compiler and hp_f90_compiler completely.
21550 (gdb_preprocess): Delete.
21551 (get_compiler): Delete.
21552
21553 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21554
21555 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21556 <string.h>.
21557
21558 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21559
21560 * gdb.mi/mi-stack.exp: Update copyright.
21561
21562 2004-01-23 David Carlton <carlton@kealia.com>
21563
21564 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21565 test for cp_lookup_transparent_type.
21566 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21567 call them.
21568
21569 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21570
21571 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21572 after -var-update.
21573
21574 2004-01-23 David Carlton <carlton@kealia.com>
21575
21576 * gdb.cp/namespace.cc (C::ensureRefs): New.
21577 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21578
21579 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21580
21581 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21582 case "-stack-list-locals 2".
21583 * gdb.mi/mi-var-child.exp: Test for case
21584 "-var-list-children --all-values NAME".
21585
21586 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21587
21588 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21589
21590 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21591
21592 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21593 used with gdb_test_multiple.
21594
21595 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21596 read at address 0. This fixes PR testsuite/1504.
21597
21598 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
21599
21600 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21601 Remove downloading, guessing the host executable, the calls to
21602 gdb_file_cmd and gdb_target_cmd, and "load" support.
21603 (infer_host_exec): New function broken out from gdb_load.
21604 (gdb_load): New wrapper for gdbserver_gdb_load.
21605 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21606 gdb_target_cmd. Use -target-select.
21607 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21608 Download binaries to the host. Clear last_mi_remote_file when
21609 we load a new binary.
21610 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21611 call gdbserver_gdb_load and mi_gdb_target_cmd.
21612
21613 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21614
21615 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21616 type patterns.
21617
21618 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21619
21620 * gdb.cp/templates.exp: Fix typo in test name of
21621 "print Foo<volatile char*>::foo".
21622
21623 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21624
21625 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21626
21627 2004-01-16 Ben Elliston <bje@wasabisystems.com>
21628
21629 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21630 (clean mostlyclean): Remove empty rm.
21631
21632 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21633
21634 * gdb.base/setvar.exp: Add copyright years.
21635
21636 2004-01-14 David Carlton <carlton@bactrian.org>
21637
21638 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21639 PR c++/1511 and update coment.
21640 * gdb.cp/templates.exp: Update patterns to match current output.
21641 If changes involve something other than whitespace, KFAIL
21642 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21643
21644 2004-01-14 David Carlton <carlton@kealia.com>
21645
21646 * gdb.cp/namespace.exp: Add tests involving classes defined within
21647 namespaces.
21648 * gdb.cp/namespace.cc (C::CClass): New.
21649 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21650
21651 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21652
21653 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21654 what debug info we have. Print a better message if something goes
21655 wrong while producing the separate debug info file.
21656
21657 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21660
21661 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21662
21663 * gdb.base/callfuncs.c: Add copyright notice.
21664
21665 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21666
21667 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21668 inheritance. PR gdb/1498, PR gcc/13539.
21669
21670 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21671
21672 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21673 test specific name.
21674 * gdb.mi/gdb669.exp: Ditto.
21675 * gdb.mi/mi-pthreads.exp: Ditto.
21676 * gdb.mi/mi1-pthreads.exp: Ditto.
21677 * gdb.mi/mi2-pthreads.exp: Ditto.
21678
21679 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21680
21681 * gdb.cp/member-ptr.cc: Add copyright notice.
21682
21683 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21684
21685 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21686 some patterns for recent versions of gcc and hpacc. Delete
21687 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21688 Delete tests that access a NULL pointer-to-member-data. This
21689 script is still disabled for gcc.
21690
21691 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21692
21693 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21694 escaped correctly.
21695
21696 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21697
21698 * gdb.base/sepdebug.exp: New file.
21699 * gdb.base/sepdebug.c: New file.
21700 * lib/gdb.exp (separate_debug_filename): New procedure.
21701 (gdb_gnu_strip_debug): New procedure.
21702
21703 2004-01-12 Andrew Cagney <cagney@redhat.com>
21704
21705 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21706 * gdb.mi/ChangeLog-1999-2003: New file.
21707
21708 2004-01-12 Andrew Cagney <cagney@redhat.com>
21709
21710 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21711 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21712 or EEXIST", treat EBUSY as an XFAIL.
21713
21714 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21715
21716 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21717 hp_cc_compiler.
21718
21719 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21720
21721 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21722 decorations.
21723
21724 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21725
21726 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21727 and "(aCC)" decorations. Remove obsolete doco about old
21728 test results.
21729
21730 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21731
21732 * gdb.cp/exception.exp: Fix typo in doco.
21733
21734 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21735
21736 * gdb.base/gdb1476.exp: Fix typo.
21737
21738 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21739
21740 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21741 file.
21742
21743 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21744
21745 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21746 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21747 Use gdb_compile. Remove restriction on gcc. Add some patterns
21748 for recent version of gdb. Delete second half, which was a copy
21749 of the first half with different build flags. This test is
21750 still disabled because it is still not ready for production.
21751
21752 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21753
21754 * gdb.cp/exception.cc: Add copyright notice.
21755 * gdb.cp/exception.exp: Add a notice that this file is broken
21756 because of line number changes caused by addition of copyright
21757 notice.
21758
21759 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21760
21761 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21762 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21763
21764 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21765
21766 * gdb.cp/classes.exp: Accept gnu abi 2.
21767 * gdb.cp/derivation.exp: Likewise.
21768 * gdb.cp/overload.exp: Likewise.
21769 * gdb.cp/virtfunc.exp: Likewise.
21770
21771 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21772
21773 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21774 semicolon after end of function.
21775
21776 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21777
21778 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21779 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21780 boilerplate code for compiling and running the program under
21781 test. Add some string method tests.
21782
21783 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21784
21785 * gdb.cp/bs15503.cc: Add copyright notice.
21786 * gdb.cp/bs15503.exp: Adjust line number.
21787
21788 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21789
21790 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21791 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21792
21793 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21794
21795 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21796 hp_cc_compiler.
21797
21798 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21799
21800 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21801 * gdb.cp/ctti.exp: Use the marker instead of "next".
21802 With gcc, run further before bailing.
21803
21804 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21805
21806 * gdb.cp/cttiadd.cc: Add copyright notice.
21807 * gdb.cp/cttiadd1.cc: Likewise.
21808 * gdb.cp/cttiadd2.cc: Likewise.
21809 * gdb.cp/cttiadd3.cc: Likewise.
21810
21811 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21812
21813 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21814 Use gdb_test, gdb_test_multiple. Use floating-point values that
21815 have exact representations in IEEE-ish formats.
21816
21817 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21818
21819 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21820 compilers. Delete duplicate call to get_compiler_info.
21821 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21822 * gdb.base/volatile.exp: Likewise.
21823
21824 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21825
21826 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21827 memory at address 0.
21828
21829 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21830
21831 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21832 to test for hp-ux assembler. Fix copyright years.
21833
21834 2004-01-07 Andrew Cagney <cagney@redhat.com>
21835
21836 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21837
21838 2004-01-07 Andrew Cagney <cagney@redhat.com>
21839
21840 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21841 when creating the read-only file. From analysis by Roland McGrath
21842 and Elena Zannoni.
21843
21844 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21845
21846 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21847
21848 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21849
21850 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21851 data pointers.
21852
21853 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21854
21855 * gdb.cp/m-static.exp: Compile one source file at a time.
21856 Delete unused call to get_compiler_info.
21857
21858 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21859
21860 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21861 * gdb.base/call-rt-st.exp: Likewise.
21862 * gdb.base/nodebug.exp: Likewise.
21863 * gdb.base/volatile.exp: Likewise.
21864 * gdb.cp/ref-types.exp: Likewise.
21865 * gdb.cp/templates.exp: Likewise.
21866
21867 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21868
21869 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21870
21871 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21872
21873 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21874 hppa*-hp-hpux*.
21875
21876 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21877
21878 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21879 x86_64-*-*.
21880
21881 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21882 sparc64-*-* and sparc*-solaris2*.
21883
21884 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21885
21886 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21887 return ${tests}" test. The ${tests} already mentions the
21888 filename.
21889
21890 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21891
21892 * gdb.cp/local.exp: Accept gcc abi 2.
21893
21894 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21895
21896 * gdb.cp/templates.exp: Accept gcc abi 2.
21897
21898 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21899
21900 * lib/compiler.cc: Remove supports_template_debugging.
21901 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21902
21903 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21904
21905 * gdb.cp/namespace.exp: Accept gcc abi 2.
21906
21907 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21908
21909 * gdb.cp/method.exp: Accept gcc abi 2.
21910
21911 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 * gdb.cp/classes.exp: Generate identical results as old version.
21914 * gdb.cp/derivation.exp: Likewise.
21915 * gdb.cp/overload.exp: Likewise.
21916 * gdb.cp/virtfunc.exp: Likewise.
21917
21918 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21919
21920 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21921 mysterious bug with sourceware version of expect.
21922
21923 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21924
21925 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21926 current versions of gcc, including gcc abi 2. Remove gratuitous
21927 restart of test program. Use gdb_test_multiple and gdb_test for
21928 all tests. Add patterns to xfail missing "const" in "const char *"
21929 and kfail PR gdb/1155.
21930
21931 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21932
21933 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21934 current versions of gcc, including gcc abi 2. Remove gratuitous
21935 restart of test program. Use gdb_test_multiple and gdb_test for
21936 all tests. Add patterns to kfail PR gdb/1498.
21937
21938 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21939
21940 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21941 current versions of gcc, including gcc abi 2. Use "breakpoint"
21942 and "continue" instead of restarting the target program. Use
21943 gdb_test_multiple and gdb_test for all tests.
21944
21945 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21946
21947 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21948 for *-*-solaris2*.
21949
21950 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21951
21952 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21953 current versions of gcc, including gcc abi 2. Use "breakpoint"
21954 and "continue" instead of restarting the target program several
21955 times. Use gdb_test_multiple and gdb_test for all tests.
21956
21957 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21958
21959 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21960 source files.
21961
21962 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21963
21964 * gdb.base/environ.exp: Handle compiling test case from multiple
21965 source files.
21966
21967 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21968
21969 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21970
21971 2003-12-17 Jim Blandy <jimb@redhat.com>
21972
21973 * gdb.base/freebpcmd.c: Add copyright notice.
21974
21975 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21976
21977 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21978
21979 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21980
21981 2003-12-13 Jim Blandy <jimb@redhat.com>
21982
21983 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21984
21985 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21986
21987 * gdb.asm/frv.inc: New file.
21988 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21989
21990 2003-12-09 Fred Fish <fnf@redhat.com>
21991
21992 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21993 functions to break1.c and leave prototypes behind. Add more
21994 "set breakpoint NN here" comments.
21995 * gdb.base/break1.c: New file.
21996
21997 * gdb.base/break.exp: Handle compiling test case from multiple
21998 source files and change source file references as needed.
21999 * gdb.base/completion.exp: Ditto.
22000 * gdb.base/condbreak.exp: Ditto.
22001 * gdb.base/define.exp: Ditto.
22002 * gdb.base/ena-dis-br.exp: Ditto.
22003 * gdb.base/info-proc.exp: Ditto.
22004 * gdb.base/maint.exp: Ditto.
22005 * gdb.base/until.exp: Ditto.
22006
22007 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22008 hardcoded line numbers.
22009 * gdb.base/define.exp: Ditto.
22010 * gdb.base/ena-dis-br.exp: Ditto.
22011 * gdb.base/maint.exp: Ditto.
22012 * gdb.base/until.exp: Ditto.
22013
22014 * gdb.base/completion.exp: Use "break1" for completion tests since
22015 "break" is no longer a unique prefix.
22016
22017 2003-12-06 Andrew Cagney <cagney@redhat.com>
22018
22019 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22020 "return_value_unimplemented". When an unimplemented struct return
22021 architecture, report incorrect values as a KFAIL
22022
22023 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22024
22025 * gdb.cp/rtti.exp: Accept new wording of warning from
22026 cp_lookup_rtti_type.
22027
22028 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22029
22030 Partial fix for PR testsuite/1456.
22031 * gdb.base/scope.exp (test_at_main): Replace references to
22032 gcc_compiled with calls to test_compiler_info.
22033 (test_at_foo): Likewise.
22034 (test_at_bar): Likewise.
22035
22036 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22037
22038 Partial fix for PR testsuite/1456.
22039 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22040 to test_compiler_info.
22041
22042 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22043
22044 * gdb.base/so-impl-ld.exp: Update copyright notice.
22045
22046 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22047
22048 Partial fix for PR testsuite/1456.
22049 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22050 to test_compiler_info.
22051
22052 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22053
22054 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22055 from current versions of gdb. Clean up regular expressions.
22056 Delete redundant timeout case.
22057
22058 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22059
22060 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22061 from current versions of gdb. Clean up regular expressions.
22062 Delete redundant timeout case.
22063
22064 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22065
22066 Partial fix for PR testsuite/1456.
22067 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22068 gcc_compiled with call to test_compiler_info.
22069
22070 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22071
22072 Partial fix for PR testsuite/1456.
22073 * gdb.base/list.exp (test_list_function): Delete unused declaration
22074 of gcc_compiled.
22075
22076 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22077
22078 Partial fix for PR testsuite/1456.
22079 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22080 call to test_compiler_info.
22081
22082 2003-11-29 Mark Kettenis <kettenis@gnu.org>
22083
22084 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22085 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22086 it to create the appropriate note.inc.
22087 * gdb.asm/asmsrc1.s: Include "note.inc".
22088 * gdb.asm/netbsd.inc: New file.
22089 * gdb.asm/empty.inc: New file.
22090
22091 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22092
22093 Partial fix for PR testsuite/1456.
22094 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22095 calls to test_compiler_info.
22096
22097 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22098
22099 Partial fix for PR testsuite/1456.
22100 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22101 calls to test_compiler_info.
22102
22103 2003-11-27 Mark Kettenis <kettenis@gnu.org>
22104
22105 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22106 pattern for the KFAILs.
22107
22108 2003-11-25 Adam Fedor <fedor@gnu.org>
22109
22110 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22111 * gdb.objc/objcdecode.m: New file.
22112
22113 2003-11-25 Adam Fedor <fedor@gnu.org>
22114
22115 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22116 * gdb.objc/nondebug.m: New file.
22117
22118 2003-11-26 Ben Elliston <bje@wasabisystems.com>
22119
22120 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22121 NetBSD as it does on FreeBSD. Modelled on a similar change by
22122 Mark Kettenis on 2003-05-30.
22123 (link-flags): Set to "--entry _start" regardless of target.
22124 Special linker flags are to be appended to $link-flags.
22125 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22126
22127 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22128
22129 * gdb.cp/method.exp: Accept output of new demangler.
22130
22131 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22132
22133 * gdb/class2.exp: New file.
22134 * gdb/class2.cc: New file.
22135
22136 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22137
22138 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22139 of new demangler.
22140
22141 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22142
22143 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22144 of gdb_test "run".
22145
22146 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22147
22148 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22149 "continue" into "run".
22150
22151 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22152
22153 Partial fix for PR testsuite/1456.
22154 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22155 call to test_compiler_info.
22156 * gdb.cp/ctti.exp: Likewise.
22157 * gdb.cp/derivation.exp: Likewise.
22158 * gdb.cp/member-ptr.exp: Likewise.
22159 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22160 reference to gcc_compiled.
22161
22162 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22163
22164 Fix PR testsuite/1463.
22165 * gdb.base/structs.exp (start_structs_test): Call
22166 get_debug_format before using the debug format.
22167
22168 2003-11-22 Andrew Cagney <cagney@redhat.com>
22169
22170 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22171 * gdb.base/structs.exp: Use gdb_test_multiple.
22172
22173 2003-11-20 Andrew Cagney <cagney@redhat.com>
22174
22175 * gdb.base/structs.exp: Handle and recover from internal errors.
22176 Replace "foo${n}" with "foo<n>" in test messages.
22177
22178 * gdb.base/structs.exp: Update copyright. Rewrite.
22179 * gdb.base/structs.c: Update copyright. Rewrite.
22180
22181 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22182 resync count exceeded.
22183
22184 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22185 from the internal error.
22186 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22187 Original from Jim Blandy.
22188 (gdb_test_multiple): Use gdb_internal_error_resync.
22189
22190 2003-11-19 Andrew Cagney <cagney@redhat.com>
22191
22192 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22193 KFAIL.
22194
22195 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22196
22197 New testcase for PR backtrace/1435.
22198 * gdb.arch/i386-unwind.exp: New file.
22199 * gdb.arch/i386-unwind.c: New file.
22200
22201 2003-11-17 Andrew Cagney <cagney@redhat.com>
22202
22203 * lib/gdb.exp (compiler_info): New global.
22204 (test_compiler_info): New function.
22205 (get_compiler_info): Set compiler_info.
22206 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22207 "compiler_info" to gcc-<major>-<minor>.
22208
22209 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22210
22211 * gdb.trace/configure: Remove.
22212
22213 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22214
22215 * gdb.base/break.c: Add comments to aid finding line numbers for
22216 breakpoints.
22217 * gdb.base/break.exp: Remove all references to explicit line
22218 numbers.
22219
22220 2003-11-11 Nick Clifton <nickc@redhat.com>
22221
22222 * gdb.base/shreloc.exp: Do not run for targets which do not
22223 support shared objects.
22224
22225 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22226
22227 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22228 Don't run tests if nofileio flag is given.
22229
22230 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22231
22232 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22233 as well as 'Watchpoint'.
22234
22235 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22236
22237 Reported by Jim Ingham <jingham@apple.com>:
22238 * gdb.base/annota1.exp: Match at least one occurrence of the
22239 signal handler annotation.
22240
22241 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22242
22243 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22244 as well as 'Watchpoint'.
22245
22246 2003-11-05 Michael Chastain <mec@shout.net>
22247
22248 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22249
22250 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22251
22252 * gdb.arch/gdb1291.c: New test file.
22253 * gdb.arch/gdb1291.exp: New test script.
22254 * gdb.arch/gdb1431.c: New test file.
22255 * gdb.arch/gdb1431.exp: New test script.
22256
22257 2003-10-22 Michael Chastain <mec@shout.net>
22258
22259 * gdb.mi/pthreads.c: Add copyright notice.
22260
22261 2003-10-22 Michael Chastain <mec@shout.net>
22262
22263 * gdb.threads/pthreads.c: Add copyright notice.
22264
22265 2003-10-20 Michael Chastain <mec@shout.net>
22266
22267 * gdb.base/gdb1056.exp: New test script.
22268
22269 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22270
22271 * gdb.threads/killed.exp: Use gdb_run_cmd.
22272
22273 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22274
22275 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22276 create a core file.
22277 * gdb.threads/gcore-thread.exp: Likewise.
22278
22279 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
22280
22281 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22282 type, based on char type.
22283 (struct bit_flags_short_t): New bitfield type, based on short type.
22284 (init_bit_flags_char): New fuction.
22285 (init_bit_flags_short): Ditto.
22286 (print_bit_flags_char): Ditto.
22287 (print_bit_flags_short): Ditto.
22288 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22289
22290 2003-10-11 Michael Chastain <mec@shout.net>
22291
22292 * gdb.base/call-rt-st.exp: Update copyright year.
22293
22294 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22295
22296 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22297 * gdb.disasm/sh3.s: Ditto.
22298
22299 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
22300
22301 * gdb.threads/switch-threads.exp: New test.
22302 * gdb.threads/switch-threads.c: New source file.
22303
22304 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
22305
22306 * gdb.base/ending-run.exp: Add sh specific case.
22307
22308 2003-10-06 Andrew Cagney <cagney@redhat.com>
22309
22310 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22311 * gdb.disasm/mn10200.exp: Delete obsolete file.
22312
22313 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
22314
22315 * ChangeLog: Correct an entry command.exp -> commands.exp.
22316 * gdb.base/commands.exp (bp_deleted_in_command_test)
22317 (temporary_breakpoint_commands): Check noargs.
22318
22319 2003-09-25 David Carlton <carlton@kealia.com>
22320
22321 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22322 of some print tests, where appropriate. Add tests for C::D::cd,
22323 E::ce, F::cXfX, G::XgX.
22324 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22325
22326 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
22327
22328 * lib/java.exp (java_init): Import target_alias before using it.
22329
22330 2003-09-25 David Carlton <carlton@kealia.com>
22331
22332 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22333
22334 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
22335
22336 * gdb.base/selftest.exp: Accomodate more instruction reordering
22337 weirdness.
22338
22339 2003-09-17 Michael Chastain <mec@shout.net>
22340
22341 * gdb.cp/gdb1355.exp: New file.
22342 * gdb.cp/gdb1355.c: New file.
22343
22344 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
22345
22346 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22347 * gdb.asm/sh.inc: New file.
22348
22349 2003-09-11 David Carlton <carlton@kealia.com>
22350
22351 * gdb.cp/namespace.exp: Add tests for namespace types.
22352 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
22353 (test_namespace): New.
22354
22355 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
22356
22357 * gdb.base/relocate.exp: Handle new gdb output at startup.
22358 * gdb.stabs/weird.exp: Ditto.
22359
22360 2003-09-08 Michael Chastain <mec@shout.net>
22361
22362 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22363
22364 2003-09-07 Michael Chastain <mec@shout.net>
22365
22366 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22367 'parse error'.
22368
22369 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22370
22371 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22372
22373 2003-08-30 Michael Chastain <mec@shout.net>
22374
22375 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22376 * gdb.gdb/observer.exp: Ditto.
22377 * gdb.gdb/xfullpath.exp: Ditto.
22378
22379 2003-08-29 Mark Kettenis <kettenis@gnu.org>
22380
22381 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22382 *-*-*bsd*.
22383
22384 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22385
22386 * gdb.base/dump.exp: Skip for ia64.
22387
22388 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22389
22390 * gdb.asm/asm-source.exp: Add ia64 support.
22391 * gdb.asm/ia64.inc: New file.
22392
22393 2003-08-22 Michael Chastain <mec@shout.net>
22394
22395 * gdb.cp: New directory.
22396 * gdb.cp/*: Copy from gdb.c++/*.
22397 * gdb.c++/*: Remove.
22398 * Makefile.in: Change gdb.c++ to gdb.cp.
22399 * configure.in: Ditto.
22400 * configure: Regnerate.
22401
22402 2003-08-18 Mark Kettenis <kettenis@gnu.org>
22403
22404 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22405 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22406
22407 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22408
22409 * mi-var-display.exp (-var-list-children weird): Accept function
22410 pointers with argument types.
22411 * mi1-var-display.exp (-var-list-children weird): Likewise.
22412 * mi2-var-display.exp (-var-list-children weird): Likewise.
22413
22414 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22415
22416 * gdb.base/annota3.exp: Add missing newline.
22417
22418 2003-08-06 Michael Chastain <mec@shout.net>
22419
22420 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22421
22422 2003-08-12 Michael Snyder <msnyder@redhat.com>
22423
22424 * gdb.base/float.exp: Add test for SH.
22425
22426 2003-08-10 Mark Kettenis <kettenis@gnu.org>
22427
22428 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22429
22430 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22431
22432 * gdb.base/completion.exp: Remove reduntant completion test
22433 on filename.
22434
22435 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22436
22437 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22438 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22439 gdb.trace/save-trace.exp: Make sure that full pathnames are
22440 escaped correctly.
22441
22442 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22443
22444 * configure.in: Don't generate config.h from config.hin.
22445 * configure: Regenerate.
22446 * config.hin: Remove file.
22447 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22448 * gdb.threads/pthreads.c: Ditto.
22449
22450 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22451
22452 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22453 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22454 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22455 Replace ld24 with seth/add3.
22456
22457 2003-08-02 Andrew Cagney <cagney@redhat.com>
22458
22459 * gdb.base/annota3.exp: New file.
22460 * gdb.base/annota3.c: New file.
22461 * gdb.c++/annota3.exp: New file.
22462 * gdb.c++/annota3.cc: New file.
22463
22464 2003-07-29 Michael Chastain <mec@shout.net>
22465
22466 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22467 actually failed.
22468 (do_pass): Likewise.
22469 * gdb.threads/tls.exp: Always initialize no_of_threads.
22470
22471 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22472
22473 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22474 pattern.
22475 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22476 * gdb.threads/tls.exp: Recognize one case of the host library not
22477 supporting TLS.
22478
22479 2003-07-27 Andrew Cagney <cagney@redhat.com>
22480
22481 * gdb.base/fileio.exp: Use SH when running commands using
22482 remote_exec.
22483
22484 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22485
22486 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22487 * gdb.base/relocate.c (dummy): New padding array.
22488
22489 2003-07-22 Michael Snyder <msnyder@redhat.com>
22490
22491 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22492
22493 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22494 patterns to be more general, accepting old and new output.
22495 Some output chars (such as '+') also must be quoted.
22496 Some addresses are displayed numerically instead of
22497 symbolically.
22498
22499 2003-07-23 Michael Snyder <msnyder@redhat.com>
22500
22501 * gdb.base/return2.exp: Don't test long-long return.
22502
22503 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22504 * gdb.disasm/t01_mov.exp: Ditto.
22505 * gdb.disasm/t02_mova.s: Ditto.
22506 * gdb.disasm/t02_mova.exp: Ditto.
22507 * gdb.disasm/t03_add.s: Ditto.
22508 * gdb.disasm/t03_add.exp: Ditto.
22509 * gdb.disasm/t04_sub.s: Ditto.
22510 * gdb.disasm/t04_sub.exp: Ditto.
22511 * gdb.disasm/t05_cmp.s: Ditto.
22512 * gdb.disasm/t05_cmp.exp: Ditto.
22513 * gdb.disasm/t06_ari2.s: Ditto.
22514 * gdb.disasm/t06_ari2.exp: Ditto.
22515 * gdb.disasm/t07_ari3.s: Ditto.
22516 * gdb.disasm/t07_ari3.exp: Ditto.
22517 * gdb.disasm/t08_or.s: Ditto.
22518 * gdb.disasm/t08_or.exp: Ditto.
22519 * gdb.disasm/t09_xor.s: Ditto.
22520 * gdb.disasm/t09_xor.exp: Ditto.
22521 * gdb.disasm/t10_and.s: Ditto.
22522 * gdb.disasm/t10_and.exp: Ditto.
22523 * gdb.disasm/t11_logs.s: Ditto.
22524 * gdb.disasm/t11_logs.exp: Ditto.
22525 * gdb.disasm/t12_bit.s: Ditto.
22526 * gdb.disasm/t12_bit.exp: Ditto.
22527 * gdb.disasm/t13_otr.s: Ditto.
22528 * gdb.disasm/t13_otr.exp: Ditto.
22529
22530 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22531
22532 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22533
22534 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22535
22536 * gdb.threads/tls.c : New file.
22537 * gdb.threads/tls.exp : New file.
22538 * gdb.threads/tls-main.c : New file.
22539 * gdb.threads/tls-shared.c : New file.
22540 * gdb.threads/tls-shared.exp : New file.
22541
22542 2003-07-22 Andreas Schwab <schwab@suse.de>
22543
22544 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22545
22546 2003-07-20 Andreas Schwab <schwab@suse.de>
22547
22548 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22549 due to insn reordering.
22550
22551 2003-07-15 Andrew Cagney <cagney@redhat.com>
22552
22553 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22554
22555 2003-07-15 Michael Chastain <mec@shout.net>
22556
22557 * gdb.base/gdb1250.exp: New file.
22558 * gdb.base/gdb1250.c: New file.
22559
22560 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22561
22562 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22563 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22564
22565 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22566
22567 * gdb.threads/tls.c: New file.
22568 * gdb.threads/tls.exp: New file.
22569 * gdb.threads/tls-main.c: New file.
22570 * gdb.threads/tls-shared.c: New file.
22571 * gdb.threads/tls-shared.exp: New file.
22572
22573 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22574
22575 * gdb.base/annota1.exp: Make sure that we properly escape the
22576 full path of the source file. Xfail more permissive patterns,
22577 due to a compiler debug info problem.
22578
22579 2003-07-07 Andreas Schwab <schwab@suse.de>
22580
22581 * gdb.asm/m68k.inc: New file.
22582 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22583
22584 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22585 arguments"): Also match negative number.
22586
22587 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22588
22589 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22590
22591 * gdb.base/store.c (charest): New typedef.
22592 (add_char): Rename to add_charest, update.
22593 (wack_char): Rename to wack_charest, update types. Return l + r
22594 to keep r live across the call.
22595 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22596 (wack_double, wack_doublest): Return l + r to keep r live across
22597 the call.
22598 * gdb.base/store.exp: Accomodate store.c changes.
22599
22600 2003-06-30 David Carlton <carlton@kealia.com>
22601
22602 * gdb.c++/maint.exp (test_invalid_name): New.
22603 (test_first_component): Add tests for invalid names.
22604
22605 2003-06-29 Michael Chastain <mec@shout.net>
22606
22607 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22608 output of '<VTT for class>' for virtual base classes.
22609
22610 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22611
22612 * gdb.base/completion.exp: Tab-complete "complet" instead of
22613 "compl".
22614 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22615
22616 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22617
22618 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22619 * gdb.base/volatile.exp: Likewise.
22620
22621 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22622
22623 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22624 gdb/1265.
22625
22626 2003-06-28 Michael Chastain <mec@shout.net>
22627 Daniel Jacobowitz <drow@mvista.com>
22628
22629 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22630 initial line count of 'captured_main' from 26 to 32.
22631 (test_with_self): Allow xmalloc call to be interleaved with the
22632 preceding two lines.
22633
22634 2003-06-24 Joel Brobecker <brobecker@gnat.com>
22635
22636 * gdb.base/bang.exp: New testcase.
22637
22638 2003-06-23 Joel Brobecker <brobecker@gnat.com>
22639
22640 * gdb.base/langs.exp: Add some tests for the "minimal" language
22641 support.
22642
22643 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
22644
22645 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22646 the testcase.
22647
22648 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22649
22650 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22651 offset.
22652
22653 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22654
22655 * gdb.c++/pr-1210.cc: New file.
22656 * gdb.c++/pr-1210.exp: New file.
22657
22658 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22659
22660 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22661 000-exec-continue.
22662
22663 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22664
22665 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22666 on *-*-*bsd* instead of *-*-freebsd*.
22667
22668 2003-06-14 Andrew Cagney <cagney@redhat.com>
22669
22670 * gdb.base/store.exp: Test longest and doublest. Test all
22671 parameters. Weaken return statement match.
22672 * gdb.base/store.c: Add longest and doublest - aka long long and
22673 long double functions. Put all parameters into local register
22674 variables. Use negative values.
22675
22676 2003-06-14 Andrew Cagney <cagney@redhat.com>
22677
22678 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22679 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22680 exit status.
22681 * gdb.base/fileio.exp: Disable target when nointerrupts and
22682 noinferiorio, instead of limiting it to remote. Use remote_exec
22683 instead of system.
22684
22685 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22686
22687 * gdb.base/float.exp: Add ia64 support.
22688
22689 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22690
22691 * gdb.base/fileio.exp: Run only on remote targets.
22692
22693 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22694
22695 * gdb.base/fileio.c: New file, testing File-I/O.
22696 * gdb.base/fileio.exp: Ditto.
22697
22698 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22699
22700 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22701 shared objects after relocation at load time (gdb PR/1132).
22702 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22703 as above, part of the shared object relocation test.
22704
22705 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22706
22707 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22708 fully filled history list.
22709 * gdb.base/gdb_history: New file.
22710
22711 * gdb.base/signals.exp: XFAIL "continue to func1" on
22712 i*86-*-freebsd*.
22713
22714 * gdb.base/attach.exp: When trying to attach to a nonexistent
22715 process, make it possible to specify the PID based on the target,
22716 and do so for *-*-freebsd*.
22717
22718 2003-06-02 Richard Henderson <rth@redhat.com>
22719
22720 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22721
22722 2003-06-02 Richard Henderson <rth@redhat.com>
22723
22724 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22725
22726 2003-06-02 Richard Henderson <rth@redhat.com>
22727
22728 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22729
22730 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22731
22732 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22733 of globalvar.
22734
22735 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22736
22737 * gdb.asm/asm-source.exp: Check for memory read errors in
22738 disassembler test on *BSD too.
22739
22740 2003-06-01 Richard Henderson <rth@redhat.com>
22741
22742 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22743 for .frame.
22744 (gdbasm_call): Lose ldgp.
22745 (gdbasm_startup): Add frame information.
22746 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22747
22748 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22749
22750 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22751 i?86-*-*.
22752
22753 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22754
22755 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22756 FreeBSD.
22757
22758 2003-05-29 Richard Henderson <rth@redhat.com>
22759
22760 * gdb.asm/alpha.inc: New file.
22761 * gdb.asm/asm-source.exp: Use it.
22762
22763 2003-05-29 Jim Blandy <jimb@redhat.com>
22764
22765 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22766 'core.PID'.
22767
22768 2003-05-22 Jim Blandy <jimb@redhat.com>
22769
22770 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22771 backtrace.
22772
22773 2003-05-20 David Carlton <carlton@math.stanford.edu>
22774
22775 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22776 this time.
22777
22778 2003-05-19 David Carlton <carlton@bactrian.org>
22779
22780 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22781 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22782
22783 2003-05-19 David Carlton <carlton@bactrian.org>
22784
22785 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22786 namespace tests.
22787 Bump copyright date.
22788 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22789 (main): Call C::D::marker2.
22790 * gdb.c++/namespace1.cc: New file.
22791
22792 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22793
22794 Roland McGrath <roland@redhat.com>
22795 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22796 there is no manager thread.
22797
22798 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22799
22800 * gdb.threads/schedlock.exp: Remove assumption that all threads
22801 will run in a particular small time slice. Also ensure we break
22802 in one of the child threads rather than the main thread.
22803
22804 2003-05-07 Jim Blandy <jimb@redhat.com>
22805
22806 Add support for assembly source testing on the s390x.
22807 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22808 architecture.
22809 * gdb.asm/s390x.inc: New file.
22810
22811 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22812 succession of 'if' statements.
22813
22814 2003-05-05 Andrew Cagney <cagney@redhat.com>
22815
22816 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22817
22818 2003-05-05 Andrew Cagney <cagney@redhat.com>
22819
22820 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22821 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22822
22823 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22824
22825 * gdb.base/charset.exp: Update based on new behavior of set/show
22826 charset commands.
22827
22828 2003-05-01 Andrew Cagney <cagney@redhat.com>
22829
22830 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22831 variable do not give memory errors.
22832
22833 2003-04-30 Adam Fedor <fedor@gnu.org>
22834
22835 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22836 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22837 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22838 gdb.objc/basicclass.m: : New files
22839
22840 * lib/gdb.exp (gdb_compile_objc): New procedure.
22841
22842 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22843
22844 * gdb.base/signals.exp: Make backtrace tests more specific.
22845
22846 2003-04-23 David Carlton <carlton@bactrian.org>
22847
22848 * gdb.c++/maint.exp (test_first_component): Add tests for
22849 'operator' in more locations.
22850
22851 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22852
22853 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22854
22855 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22856
22857 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22858 func marke' instead. Update test name.
22859
22860 2003-04-15 David Carlton <carlton@math.stanford.edu>
22861
22862 * gdb.c++/maint.exp: New file.
22863
22864 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22865
22866 * gdb.threads/schedlock.c: Change type of thread function argument
22867 to long, to avoid warnings on 64-bit platforms.
22868
22869 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22870
22871 * gdb.base/attach.exp: Add new message from ptrace in case of
22872 attaching to nonexistent process.
22873
22874 2003-04-11 Jim Blandy <jimb@redhat.com>
22875
22876 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22877 gdb.c++/userdef.cc: Place comments on the lines to which the
22878 marker function might return.
22879 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22880 gdb.c++/userdef.exp: Look for those comments to check that we've
22881 returned to the right place, instead of checking line numbers.
22882
22883 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22884
22885 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22886 match on sourcefile name, instead of directory name.
22887
22888 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22889
22890 * gdb.base/completion.exp: Use string_to_regexp to match the
22891 working directory name.
22892
22893 2003-04-09 Jim Blandy <jimb@redhat.com>
22894
22895 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22896 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22897 after an inferior function call, report the failure, but allow the
22898 test to continue.
22899
22900 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22901
22902 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22903 with -DPROTOTYPES.
22904
22905 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22906
22907 * gdb.base/break.exp: Revert last patch.
22908
22909 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22910
22911 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22912 with -DPROTOTYPES.
22913
22914 2003-04-02 Andrew Cagney <cagney@redhat.com>
22915
22916 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22917 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22918 matching directories by the name breakpoint.
22919 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22920 Make "continue to marker1" consistent.
22921 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22922 message consistent.
22923 * lib/gdb.exp: Put "the program is no longer running", and "the
22924 program exited" in parenthesis.
22925 * lib/mi-support.exp: Ditto.
22926
22927 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22928
22929 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22930
22931 2003-03-29 Andrew Cagney <cagney@redhat.com>
22932
22933 * gdb.base/sizeof.c (main): Print the value of '\377'.
22934 * gdb.base/sizeof.exp: Check the sign of '\377'.
22935
22936 2003-03-27 Michael Chastain <mec@shout.net>
22937
22938 * gdb.base/gdb1090.exp: New file.
22939 * gdb.base/gdb1090.cc: New file.
22940
22941 2003-03-27 J. Brobecker <brobecker@gnat.com>
22942
22943 * gdb.gdb/observer.exp: New regression test.
22944
22945 2003-03-27 Michael Chastain <mec@shout.net>
22946
22947 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22948 * gdb.base/ptype.exp: Likewise.
22949
22950 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22951
22952 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22953
22954 2003-03-26 Michael Chastain <mec@shout.net>
22955
22956 * gdb.base/ptype.exp: Actually use some typedef'd types.
22957
22958 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22959
22960 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22961 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22962
22963 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22964
22965 * gdb.base/default.exp: Fix regular expression.
22966
22967 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22968
22969 * gdb.base/args.exp: Fix regular expression.
22970
22971 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22972
22973 * gdb.base/help.exp: Allow Win32 child process.
22974
22975 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22976
22977 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22978 when stepping out of main().
22979
22980 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22981
22982 * gdb.base/default.exp: Check for win32 specific message when calling
22983 "run" without executable.
22984
22985 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22986
22987 * gdb.base/args.exp: Expect .exe in output.
22988
22989 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22990
22991 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22992 Cygwin native.
22993
22994 2003-03-17 Andrew Cagney <cagney@redhat.com>
22995
22996 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22997 vector registes.
22998 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22999 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23000
23001 2003-03-17 David Carlton <carlton@math.stanford.edu>
23002
23003 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23004 test, for PR breakpoints/38.
23005 Call test_watchpoint_and_breakpoint.
23006 * gdb.base/watchpoint.c (func3): New function.
23007 (main): Call func3.
23008
23009 2003-03-04 David Carlton <carlton@math.stanford.edu>
23010
23011 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23012 Garply<Garply<char> >:: garply".
23013 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23014 with respect to PR c++/1111; note also PR c++/1113.
23015 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23016 respect to PR c++/1062.
23017 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23018
23019 2003-03-03 David Carlton <carlton@math.stanford.edu>
23020
23021 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23022 with respect to PR c++/57.
23023 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23024 c++/826.
23025 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23026 respect to PR c++/57.
23027
23028 2003-03-03 David Carlton <carlton@math.stanford.edu>
23029
23030 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23031 respect to PR c++/33 into FAILs.
23032
23033 2003-03-03 Michael Chastain <mec@shout.net>
23034
23035 * configure.in: Update copyright years.
23036
23037 2003-03-03 Michael Chastain <mec@shout.net>
23038
23039 * Makefile.in: Update copyright years.
23040
23041 2003-02-28 David Carlton <carlton@math.stanford.edu>
23042
23043 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23044 print class instead of struct and/or superfluous protection
23045 specifiers, as long as the resulting output is equivalent to the
23046 source code.
23047 Delete FIXME from end of messages on tests that don't need
23048 fixing.
23049
23050 2003-02-28 David Carlton <carlton@math.stanford.edu>
23051
23052 * gdb.c++/templates.exp (do_tests): Allow const in the two
23053 Foo<volatile char *>::foo tests.
23054
23055 2003-02-27 Michael Snyder <msnyder@redhat.com>
23056
23057 * gdb.base/restore.c (main): Return zero, so exit code
23058 will be consistant.
23059
23060 2003-02-26 David Carlton <carlton@math.stanford.edu>
23061
23062 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23063 char *>::foo" test with respect to PR c++/33. Create a new test
23064 which is identical to that one except that it doesn't put the
23065 space between the "char" and the "*"; KFAIL it, too.
23066
23067 2003-02-26 David Carlton <carlton@math.stanford.edu>
23068
23069 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23070 template types into either PASSes or KFAILs (corresponding to PR
23071 c++/57). Tweak indentation. Update copyright.
23072
23073 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23074
23075 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23076
23077 2003-02-13 Michael Chastain <mec@shout.net>
23078
23079 * gdb.base/exprs.exp: Remove i960 remnants.
23080 * gdb.base/funcargs.exp: Likewise.
23081 * gdb.base/list.exp: Likewise.
23082 * gdb.base/ptype.exp: Likewise.
23083
23084 2003-02-14 David Carlton <carlton@math.stanford.edu>
23085
23086 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23087 pEe->D::vg()" from XFAIL to KFAIL.
23088
23089 2003-02-13 Jason Molenda (jmolenda@apple.com)
23090
23091 * gdb.base/maint.exp: Update maint print statistics regexp to include
23092 new entries.
23093
23094 2003-02-13 Michael Chastain <mec@shout.net>
23095
23096 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23097
23098 2003-02-12 Michael Chastain <mec@shout.net>
23099
23100 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23101 * gdb.c++/inherit.exp: Likewise.
23102 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23103 * gdb.c++/templates.exp: Likewise.
23104 * gdb.c++/virtfunc.exp: Likewise.
23105
23106 2003-02-06 Jason Molenda (jason-cl@molenda.com)
23107
23108 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23109 why the code is written that way.
23110
23111 2003-02-05 Michael Chastain <mec@shout.net>
23112
23113 * gdb.base/dump.exp: Add missing copyright line.
23114
23115 2003-02-05 Jason Molenda (jason-cl@molenda.com)
23116
23117 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
23118 at the beginning so the breakpoint doesn't get set on the loop.
23119
23120 2003-02-05 Michael Chastain <mec@shout.net>
23121
23122 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23123 output for configurations with gcc 2.95.3.
23124
23125 2003-02-05 Keith Seitz <keiths@redhat.com>
23126 Andrew Cagney <ac131313@redhat.com>
23127
23128 * gdb.mi/mi-cli.exp: New file.
23129
23130 2003-02-04 Michael Chastain <mec@shout.net>
23131
23132 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23133 Call perror and then continue.
23134
23135 2003-02-03 Michael Chastain <mec@shout.net>
23136
23137 * gdb.c++/pr-1023.cc: New file.
23138 * gdb.c++/pr-1023.exp: New file.
23139
23140 2003-02-05 Jim Blandy <jimb@redhat.com>
23141
23142 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23143 it's local to foobar. Check for it there, and check that it's not
23144 present in main.
23145 * gdb.c++/local.cc (marker2): New function.
23146 (foobar): Call marker1.
23147 (main): Call marker2 instead of marker1.
23148
23149 2003-02-04 Andrew Cagney <ac131313@redhat.com>
23150
23151 * gdb.disasm/mn10200.exp: Obsolete file.
23152 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23153 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23154 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23155
23156 2003-02-04 David Carlton <carlton@math.stanford.edu>
23157
23158 * gdb.c++/overload.exp: Test intToChar(1).
23159 * gdb.c++/overload.cc (intToChar): New.
23160 (main): Call intToChar.
23161
23162 2003-02-03 David Carlton <carlton@math.stanford.edu>
23163
23164 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23165 'might_kfail' arg.
23166 KFAIL some of the continue_to_bp_overloaded calls, according to
23167 PR c++/1025.
23168
23169 2003-02-01 Michael Chastain <mec@shout.net>
23170
23171 * gdb.base/advance.c (marker1): New marker function.
23172 * gdb.base/advance.exp: When the 'advance' command lands on the
23173 return breakpoint, it can legitimately stop on either the
23174 current line or the next line. Accommodate both outcomes.
23175 * gdb.base/until.exp: Likewise.
23176
23177 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23178
23179 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23180 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23181 now a list, not a tuple.
23182 * gdb.mi/mi-var-display.exp: Ditto.
23183 * gdb.mi/gdb792.exp: Ditto.
23184
23185 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23186
23187 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23188 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23189 stack backtraces.
23190 * gdb.mi/mi-syn-frame.c: Part of same.
23191
23192 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23193
23194 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23195 gdb.mi/mi1-pthreads.exp: Return instead of calling
23196 gdb_suppress_entire_file.
23197
23198 2003-02-01 Mark Salter <msalter@redhat.com>
23199
23200 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23201
23202 2003-01-31 Mark Salter <msalter@redhat.com>
23203
23204 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23205 Support empty arg.
23206
23207 2003-01-30 Michael Chastain <mec@shout.net>
23208
23209 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23210 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23211 has been fixed in gdb/readline on 2003-01-09.
23212
23213 2003-01-29 Michael Snyder <msnyder@redhat.com>
23214
23215 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23216 * gdb.base/display.exp: Allow for leading underscore in symbol.
23217 * gdb.base/args.exp: Skip if target does not support args passing.
23218
23219 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23220
23221 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23222 gdb_test. Accept a list of expect arguments as the third
23223 parameter.
23224 (gdb_test): Use it.
23225
23226 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23227
23228 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23229 allow for different test tree configurations. Update some
23230 tescases accordingly.
23231 * gdb.arch/altivec-regs.exp: Ditto.
23232 * gdb.asm/asm-source.exp: Ditto.
23233 * gdb.base/advance.exp: Ditto.
23234 * gdb.base/display.exp: Ditto.
23235 * gdb.base/long_long.exp: Ditto.
23236 * gdb.base/mips_pro.exp: Ditto.
23237 * gdb.base/overlays.exp: Ditto.
23238 * gdb.base/relocate.exp: Ditto.
23239 * gdb.base/setshow.exp: Ditto.
23240 * gdb.base/step-line.exp: Ditto.
23241 * gdb.base/step-test.exp: Ditto.
23242 * gdb.base/until.exp: Ditto.
23243 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23244
23245 2003-01-17 David Carlton <carlton@math.stanford.edu>
23246
23247 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23248 corresponding to PR c++/945.
23249 Update copyright.
23250
23251 2003-01-17 David Carlton <carlton@math.stanford.edu>
23252
23253 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23254 corresponding to PR c++/68.
23255
23256 2003-01-17 David Carlton <carlton@math.stanford.edu>
23257
23258 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23259 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23260 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23261
23262 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23263
23264 * gdb.base/break.exp: Fix change of default location, because of
23265 removal of until tests.
23266 * gdb.base/help.exp: Update test for new 'until' help message.
23267 Add test for help on 'advance'.
23268 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
23269
23270 2003-01-15 Mark Kettenis <kettenis@gnu.org>
23271
23272 * gdb.base/default.exp: Adapt "info float" test for recent changes
23273 to that command. Add test for "info vector".
23274 * gdb.base/float.exp: New file. Add test for "info float" that
23275 resembles the old test in gdb.base/default.exp.
23276
23277 2003-01-15 David Carlton <carlton@math.stanford.edu>
23278
23279 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23280
23281 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23282
23283 * gdb.base/break.exp: Move the tests of until command from here...
23284 * gdb.base/until.exp: ... to here. New file. Add other tests.
23285 * gdb.base/advance.c: New file.
23286 * gdb.base/advance.exp: New file.
23287
23288 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
23289
23290 * gdb.base/args.c: New file.
23291 * gdb.base/args.exp: New file.
23292
23293 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23294
23295 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23296
23297 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23298
23299 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23300
23301 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23302
23303 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23304 dates.
23305
23306 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23307
23308 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23309
23310 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23311
23312 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23313 (ptype &*"foo").
23314 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23315
23316 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23317
23318 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23319 * gdb.mi/mi1-console.exp: Likewise.
23320
23321 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23322
23323 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23324 * gdb.mi/mi1-console.exp: Likewise.
23325
23326 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23327
23328 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23329
23330 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23331
23332 * gdb.base/detach.exp: New test.
23333
23334 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23335
23336 * Makefile.in (ALL_SUBDIRS): New variable.
23337 (subdirs, clean, distclean): Use it.
23338 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23339 regenerating Makefile, since it is generated from the top level.
23340 * gdb.asm/Makefile.in: Likewise.
23341 * gdb.base/Makefile.in: Likewise.
23342 * gdb.c++/Makefile.in: Likewise.
23343 * gdb.disasm/Makefile.in: Likewise.
23344 * gdb.java/Makefile.in: Likewise.
23345 * gdb.mi/Makefile.in: Likewise.
23346 * gdb.threads/Makefile.in: Likewise.
23347 * gdb.trace/Makefile.in: Likewise.
23348
23349 2003-01-09 David Carlton <carlton@math.stanford.edu>
23350
23351 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23352 Add copyright year 2003.
23353
23354 2003-01-06 Michael Chastain <mec@shout.net>
23355
23356 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23357 When selecting a thread, 'line' and 'file' are optional.
23358 * gdb.mi/mi1-pthreads.exp: Likewise.
23359
23360 2003-01-06 Andreas Schwab <schwab@suse.de>
23361
23362 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23363 failures.
23364
23365 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23366
23367 Fix PR gdb/844
23368 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23369 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23370
23371 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23372 instead of calling gdb_suppress_entire_file.
23373 * gdb.threads/print-threads.exp: Likewise.
23374 * gdb.threads/schedlock.exp: Likewise.
23375
23376 * gdb.threads/killed.exp: Return instead of calling
23377 gdb_suppress_entire_file.
23378 * gdb.threads/linux-dp.exp: Likewise.
23379 * gdb.threads/pthreads.exp: Likewise.
23380
23381 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23382
23383 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23384 stabs.
23385 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23386 * gdb.base/whatis.exp: Always allow (void) after function names.
23387
23388 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23389
23390 * gdb.c++/casts.exp: Correct regexp.
23391
23392 2003-01-04 Mark Kettenis <kettenis@gnu.org>
23393
23394 * configure.in: Call AC_CONFIG_HEADER. Don't call
23395 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23396 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23397 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23398 aforementioned directories in the AC_OUPUT call.
23399 * config.hin: New file.
23400 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23401 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23402 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23403 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23404 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23405 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23406 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23407 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23408 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23409 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23410 gdb.threads/configure.in, gdb.threads/configure,
23411 gdb.threads/config.in, gdb.trace/configure.in,
23412 gdb.trace/configure: Removed.
23413
23414 2003-01-03 Michael Chastain <mec@shout.net>
23415
23416 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23417 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23418
23419 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
23420
23421 * gdb.base/store.exp: Fix regular expressions.
23422
23423 2002-12-28 Mark Kettenis <kettenis@gnu.org>
23424
23425 * configure.in: Rewrite.
23426 * configure: Regenerated.
23427
23428 2003-01-03 David Carlton <carlton@math.stanford.edu>
23429
23430 * gdb.base/psymtab.exp: New file.
23431 * gdb.base/psymtab1.c: Ditto.
23432 * gdb.base/psymtab2.c: Ditto.
23433
23434 2002-12-23 Adam Fedor <fedor@gnu.org>
23435
23436 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23437
23438 2002-12-23 David Carlton <carlton@math.stanford.edu>
23439
23440 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23441 and current_directory initialization.
23442
23443 2002-12-22 Jim Blandy <jimb@redhat.com>
23444
23445 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23446 rather than as part of the output file name.
23447
23448 * gdb.base/attach.exp: There's no need to copy the test program to
23449 /tmp; that was only ever necessary on HP/UX, and this test is
23450 entirely disabled there anyway.
23451
23452 2002-12-21 Jim Blandy <jimb@redhat.com>
23453
23454 * gdb.c++/psmang.exp: Doc fix.
23455
23456 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23457 test.
23458
23459 2002-12-20 David Carlton <carlton@math.stanford.edu>
23460
23461 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23462
23463 2002-12-18 Michael Chastain <mec@shout.net>
23464
23465 * gdb.c++/annota2.exp: Add copyright year 2002.
23466
23467 2002-12-17 David Carlton <carlton@math.stanford.edu>
23468
23469 * gdb.c++/try_catch.cc: Add marker comments.
23470 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23471 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23472 * gdb.c++/m-static.cc: Ditto.
23473 * gdb.c++/m-static1.cc: Ditto.
23474 * gdb.c++/try_catch.cc: Ditto.
23475
23476 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23477
23478 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23479 to see whether we are using the new -environment-directory
23480 command which resets via -r or the old version of the command
23481 which may prompt the user. Part of fix for gdb/741.
23482
23483 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23484
23485 * gdb.fortran/types.exp: Update obsolete comment.
23486 * gdb.fortran/exprs.exp: Ditto.
23487 * lib/gdb.exp: Delete obsolete code.
23488 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23489 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23490 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23491 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23492 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23493 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23494 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23495 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23496 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23497 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23498 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23499 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23500 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23501 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23502 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23503 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23504 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23505 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23506 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23507 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23508 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23509 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23510 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23511 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23512 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23513 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23514 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23515 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23516 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23517 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23518 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23519 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23520 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23521 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23522 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23523 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23524 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23525
23526 2002-12-11 David Carlton <carlton@math.stanford.edu>
23527
23528 * gdb.c++/m-data.exp: Add test for members that shadow global
23529 variables: see PR gdb/804.
23530 * gdb.c++/m-data.cc: Ditto.
23531
23532 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23533
23534 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23535
23536 2002-12-06 David Carlton <carlton@math.stanford.edu>
23537
23538 * gdb.base/store.c: Don't declare functions static.
23539
23540 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23541
23542 * gdb.base/store.exp, gdb.base/store.c: New files.
23543
23544 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23545
23546 * gdb.base/selftest.exp: Update for current gdb.
23547
23548 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23549
23550 * gdb.base/maint.exp: Only dump symbols from one source file
23551 or objfile.
23552
23553 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23554
23555 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23556 function call.
23557
23558 2002-11-25 Jim Blandy <jimb@redhat.com>
23559
23560 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23561 function appearing in error message.
23562
23563 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23564
23565 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23566
23567 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23568
23569 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23570 for mi1 and current mi is in correct format. New mi startup message
23571 should be in mi console format. This is part of fix for PR gdb/604.
23572
23573 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23574
23575 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23576 which explicitly prints the zero offset as "+0".
23577
23578 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23579
23580 * gdb.threads/schedlock.c (args): Make unsigned.
23581
23582 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23583
23584 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23585 numbers. Allow "foo2|selected stack frame".
23586 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23587 * gdb.asm/asmsrc2.s: Likewise.
23588 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23589 comments.
23590 * gdb.asm/mips.inc: New file.
23591
23592 2002-10-18 Adam Fedor <fedor@gnu.org>
23593
23594 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23595 * gdb.base/help.exp: Likewise.
23596
23597 2002-10-17 Kevin Buettner <kevinb@redhat.com>
23598
23599 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23600 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23601
23602 2002-10-02 Jim Blandy <jimb@redhat.com>
23603
23604 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23605
23606 2002-10-01 Andrew Cagney <ac131313@redhat.com>
23607
23608 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23609 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23610 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23611 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23612 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23613 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23614 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23615
23616 2002-09-29 Andrew Cagney <ac131313@redhat.com>
23617
23618 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23619 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23620 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23621 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23622 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23623 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23624 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
23625
23626 2002-09-27 Kevin Buettner <kevinb@redhat.com>
23627
23628 * gdb.base/annota1.exp (info break): Make directory components of
23629 path optional since not all compilers emit this debug information.
23630
23631 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23632 step ends up stepping out of the function instead of stopping on
23633 the epilogue.
23634
23635 2002-09-26 Keith Seitz <keiths@redhat.com>
23636
23637 * lib/insight-support.exp (gdbtk_start): Figure out where
23638 the insight executable is based on where gdb is. Use this
23639 executable to start insight instead of gdb.
23640
23641 2002-09-25 Andrew Cagney <cagney@redhat.com>
23642
23643 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23644
23645 2002-09-24 Andrew Cagney <ac131313@redhat.com>
23646
23647 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23648 test_isolated_complaints.
23649 (test_empty_complaint): New function.
23650 (test_empty_complaints): New function. Check no output when no
23651 complaints.
23652
23653 2002-09-19 Jim Blandy <jimb@redhat.com>
23654
23655 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23656
23657 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23658
23659 * gdb.gdb/complaints.exp: New file.
23660
23661 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23662
23663 * gdb.base/maint.exp: Check `help maint internal-warning'.
23664
23665 2002-09-18 David Carlton <carlton@math.stanford.edu>
23666
23667 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23668 numbers, and replace them by a single breakpoint after the
23669 constructors are all finished.
23670 Add test 4.
23671 * gdb.c++/m-static.cc: Add test 4.
23672 * gdb.c++/m-static.h: New file.
23673 * gdb.c++/m-static1.cc: New file.
23674
23675 * gdb.c++/printmethod.exp: New file.
23676 * gdb.c++/printmethod.cc: New file.
23677
23678 * gdb.c++/pr-574.exp: New file.
23679 * gdb.c++/pr-574.cc: New file.
23680
23681 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23682
23683 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23684 embedded targets which never actually exit.
23685
23686 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23687
23688 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23689 "don't step after run" as unresolved or unsupported, instead of xfail.
23690
23691 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23692
23693 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23694 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23695 Add newline to expected string in "step out of main (status wrapper)"
23696 case.
23697
23698 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23699
23700 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23701 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23702
23703 2002-09-17 Tom Tromey <tromey@redhat.com>
23704
23705 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23706 \000, not \0, in double-quoted string.
23707
23708 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23709
23710 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23711 string after running the commands execution on breakpoint tests.
23712
23713 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23714
23715 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23716
23717 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23718
23719 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23720
23721 2002-09-10 Keith Seitz <keiths@redhat.com>
23722
23723 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23724 runto proc.
23725 (mi_run_to_main): Use mi_runto.
23726 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23727
23728 2002-09-10 Keith Seitz <keiths@redhat.com>
23729
23730 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23731 regexp for stopping at main. Could have multiple event notifications.
23732 Don't assume that main was declared with no parameters.
23733 (mi_next): Use mi_step_to.
23734 (mi_step): Use mi_next_to.
23735
23736 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23737
23738 * gdb.base/default.exp: Fix expected string in `info float' test.
23739
23740 2002-09-09 Ben Elliston <bje@redhat.com>
23741
23742 * config/mips.exp: Update comments.
23743 * config/mips-idt.exp: Likewise.
23744 * config/nind.exp: Likewise.
23745 * config/slite.exp: Likewise.
23746 * config/sparclet.exp: Likewise.
23747 * config/udi.exp: Likewise.
23748 * config/vx.exp: Likewise.
23749 * config/vxworks29k.exp: Likewise.
23750
23751 2002-09-05 Jim Blandy <jimb@redhat.com>
23752
23753 * gdb.threads/killed.exp: Fix test failure message.
23754
23755 2002-09-04 Keith Seitz <keiths@redhat.com>
23756
23757 * lib/mi-support.exp: Update copyright.
23758 (mi_gdb_test): Increase the priority of the expected pattern
23759 so that it matches gdb_test.
23760
23761 2002-09-03 Keith Seitz <keiths@redhat.com>
23762
23763 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23764 Use integer comparison instead of string comparison for testing
23765 whether binary was built.
23766
23767 2002-09-03 Jim Blandy <jimb@redhat.com>
23768
23769 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23770
23771 2002-08-29 Jim Blandy <jimb@redhat.com>
23772
23773 * gdb.threads/pthreads.exp: Move the portable thread compilation
23774 code into a function in lib/gdb.exp, and call that from here.
23775 * lib/gdb.exp (gdb_compile_pthreads): New function.
23776
23777 2002-08-29 Keith Seitz <keiths@redhat.com>
23778
23779 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23780 expect_out so that callers can get at it.
23781
23782 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23783
23784 * gdb.threads/print-threads.c: New file.
23785 * gdb.threads/print-threads.exp: New file.
23786 * gdb.threads/schedlock.c: New file.
23787 * gdb.threads/schedlock.exp: New file.
23788
23789 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23790
23791 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23792 not altivec.c.
23793
23794 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23795
23796 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23797 targets. The problem should be fixed now.
23798
23799 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23800
23801 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23802 2002-07-24 change that removes final dots from error messages.
23803
23804 2002-08-13 Tom Tromey <tromey@redhat.com>
23805
23806 * gdb.base/readline.exp: New file.
23807
23808 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23809
23810 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23811 supress message.
23812
23813 2002-08-01 Andrew Cagney <cagney@redhat.com>
23814
23815 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23816 CHILL_FOR_TARGET and CHILL_LIB.
23817 * configure.in (configdirs): Remove gdb.chill.
23818 * configure: Regenerate.
23819 * lib/gdb.exp: Obsolete references to chill.
23820 * gdb.fortran/types.exp: Ditto.
23821 * gdb.fortran/exprs.exp: Ditto.
23822
23823 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23824
23825 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23826 set Irix-specific compile and link flags.
23827
23828 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23829
23830 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23831 source files. The ``-o'' option doesn't work with the ``-E'' option
23832 when using the Irix compiler.
23833
23834 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23835
23836 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23837 Improve support for reusing an exec file. Copy exec file
23838 to target, and run gdbserver on the target instead of on the host.
23839
23840 2002-07-18 Jim Blandy <jimb@redhat.com>
23841
23842 * gdb.base/ending-run.exp: Don't expect to see the program end in
23843 some orderly fashion when we're running on a real stand-alone
23844 board.
23845
23846 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23847 targets that don't support interrupts.
23848
23849 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23850
23851 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23852 systems.
23853 Move comments in expect statements to inside the actions, so that they
23854 don't get matched against.
23855
23856 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23857
23858 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23859 function when asleep" test.
23860
23861 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23862
23863 * gdb.base/page.exp: Rewrite to handle problems with very long
23864 `info set' output. Update copyright.
23865
23866 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23867
23868 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23869 gdb.threads-hp.
23870 * gdb.hp/configure: Regenerate.
23871 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23872 * gdb.hp/gdb.threads-hp/configure: Delete file.
23873 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23874
23875 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23876
23877 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23878 setlocale, bindtextdomain and textdomain.
23879
23880 2002-06-11 Jim Blandy <jimb@redhat.com>
23881
23882 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23883 preprocessor macro information is present.
23884
23885 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23886 tests.
23887
23888 2002-06-06 Michael Snyder <msnyder@redhat.com>
23889
23890 * gdb.base/overlays.exp: Record addresses of overlay
23891 functions in TCL variables rather than in GDB variables,
23892 to avoid having GDB convert them to pointers (with loss
23893 of information).
23894
23895 * gdb.base/d10v.ld: Merge in several years worth of
23896 default linker script changes.
23897 * gdb.base/long_long.exp: Add check for sizeof (long double).
23898
23899 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23900
23901 * gdb.asm/asm-source.exp: Add x86-64 target.
23902 * gdb.asm/x86_64.inc: New.
23903
23904 2002-05-30 Michael Chastain <mec@shout.net>
23905
23906 From Benjamin Kosnik <bkoz@redhat.com>:
23907 * gdb.c++/m-static.cc: New file.
23908 * gdb.c++/m-static.exp: New file.
23909
23910 2002-05-28 Michael Snyder <msnyder@redhat.com>
23911
23912 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23913 precision.
23914
23915 2002-05-27 Michael Chastain <mec@shout.net>
23916
23917 From Benjamin Kosnik <bkoz@redhat.com>:
23918 * gdb.c++/m-data.cc: New file.
23919 * gdb.c++/m-data.exp: New file.
23920
23921 2002-05-27 Michael Chastain <mec@shout.net>
23922
23923 From Benjamin Kosnik <bkoz@redhat.com>:
23924 * gdb.c++/try_catch.cc: New file.
23925 * gdb.c++/try_catch.exp: New file.
23926
23927 2002-05-27 Michael Chastain <mec@shout.net>
23928
23929 * gdb.c++/local.exp: Accept more nested types in output.
23930
23931 2002-05-26 Michael Chastain <mec@shout.net>
23932
23933 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23934
23935 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23936
23937 * lib/gdb.exp (gdb_wrapper_init): Just because
23938 gdb_wrapper_file exists, this does not mean that the file
23939 should not be rebuilt. That is what gdb_wrapper_initialized
23940 is for.
23941 (default_gdb_init): Reset gdb_wrapper_initialized.
23942
23943 2002-05-23 Michael Snyder <msnyder@redhat.com>
23944
23945 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23946 the precision of the floating point test results.
23947 * gdb.base/call-rt-st.exp: Ditto.
23948
23949 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23950 * gdb.base/call-rt-st.exp: Ditto.
23951
23952 2002-05-19 Michael Chastain <mec@shout.net>
23953
23954 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23955
23956 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23957
23958 * configure.in (configdirs): Add gdb.arch.
23959 * configure: Regenerate.
23960
23961 2002-05-17 Jim Blandy <jimb@redhat.com>
23962
23963 * gdb.base/completion.exp: Recognize the more detailed error
23964 messages produced by the macro expander's lexical analyzer.
23965
23966 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23967
23968 * gdb.arch/altivec-abi.c: New file.
23969 * gdb.arch/altivec-abi.exp: New file.
23970 * gdb.arch/altivec-regs.c: New file.
23971 * gdb.arch/altivec-regs.exp: New file.
23972
23973 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23974
23975 * gdb.base/maint.exp (maint print type): Update for new type
23976 structure.
23977
23978 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23979
23980 * gdb.arch: New directory.
23981 * gdb.arch/configure.in: New file.
23982 * gdb.arch/configure: New file.
23983 * gdb.arch/Makefile.in: New file.
23984
23985 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23986
23987 * gdb.asm/asm-source.exp: Add v850 as supported target.
23988 * gdb.asm/v850.inc: New file.
23989
23990 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23991
23992 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23993
23994 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23995
23996 * gdb.base/break.exp: Check 'break "marker2"'.
23997
23998 2002-05-10 Michael Snyder <msnyder@redhat.com>
23999
24000 * gdb.base/long_long.exp: Fix typo.
24001
24002 2002-05-10 Jim Blandy <jimb@redhat.com>
24003
24004 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24005 a bug.
24006
24007 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24008 Recognize more detailed error message produced by the macro
24009 expander's lexical analyzer.
24010 * lib/gdb.exp (test_print_reject): Same.
24011
24012 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24013
24014 * gdb.c++/method.exp: Fix typo.
24015
24016 2002-05-08 Michael Snyder <msnyder@redhat.com>
24017
24018 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24019 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24020 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24021 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24022 Add iftarget clause for strongarm.
24023
24024 2002-05-06 Michael Snyder <msnyder@redhat.com>
24025
24026 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24027 (gdb_continue_to_end): Accept output from status wrapper.
24028 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24029 Clean up fail messages to match pass messages.
24030
24031 Enable the "needs_status_wrapper" testsuite feature.
24032 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24033 (gdb_compile): Conditionally call gdb_wrapper_init.
24034 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24035 * gdb.c++/method.exp: Recognize output from status wrapper.
24036
24037 2002-05-06 Ben Elliston <bje@redhat.com>
24038 From Graydon Hoare <graydon@redhat.com>
24039
24040 * config/sid.exp: Include support for "rawsid" protocol.
24041
24042 2002-05-03 Jim Blandy <jimb@redhat.com>
24043
24044 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24045 * gdb.c++/hang3.C: New file.
24046
24047 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24048
24049 * gdb.base/default.exp: Remove obsolete code.
24050 * gdb.c++/misc.exp: Ditto. Update copyright.
24051 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24052 * gdb.base/whatis.exp: Ditto. Update copyright.
24053 * gdb.base/scope.exp: Ditto. Update copyright.
24054 * gdb.base/ptype.exp: Ditto. Update copyright.
24055 * gdb.base/printcmds.exp: Ditto. Update copyright.
24056 * gdb.base/opaque.exp: Ditto. Update copyright.
24057 * gdb.base/list.exp: Ditto.
24058 * gdb.base/funcargs.exp: Ditto. Update copyright.
24059 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24060 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24061 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24062 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24063 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24064 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24065
24066 2002-05-02 Michael Snyder <msnyder@redhat.com>
24067
24068 * gdb.base/watchpoint.exp: Add xscale target.
24069 * gdb.base/long_long.exp: Add xscale target.
24070 * gdb.base/default.exp: Add xscale target.
24071
24072 2002-05-01 Jim Blandy <jimb@redhat.com>
24073
24074 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24075 gdb.c++/hang.exp: New test.
24076
24077 2002-05-01 Fred Fish <fnf@redhat.com>
24078
24079 * gdb.base/completion.exp: Handle completions of "./Make" for
24080 more than one completion possibility, as is the case when we
24081 build and test in the source tree.
24082
24083 2002-04-29 Anthony Green <green@redhat.com>
24084
24085 * gdb.java/jmisc1.exp: New file.
24086 * gdb.java/jmisc2.exp: New file.
24087
24088 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
24089
24090 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24091
24092 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
24093
24094 * gdb.base/help.exp: Change 'help status' to allow for target
24095 dependent output differences.
24096
24097 2002-04-22 Michael Chastain <mec@shout.net>
24098
24099 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24100
24101 2002-04-22 Michael Chastain <mec@shout.net>
24102
24103 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24104
24105 2002-04-17 David S. Miller <davem@redhat.com>
24106
24107 * gdb.asm/sparc64.inc: New file.
24108 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24109
24110 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
24111
24112 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24113 instruction file directly into the build tree. Clean up at end of
24114 test.
24115
24116 2002-04-18 David S. Miller <davem@redhat.com>
24117
24118 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24119 handle 64-bit platforms correctly.
24120 * gdb.base/maint.exp: Likewise.
24121
24122 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24123
24124 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24125 ``-fpic'' when compiling files comprising a shared library, but
24126 it does need additional linker flags in order to find shared
24127 libraries at run time.
24128
24129 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24130
24131 * gdb.base/cvexpr.c (use): New function.
24132 (main): Invoke use() on all global variables to prevent
24133 some linkers from deleting these otherwise unused symbols.
24134
24135 2002-04-17 Michael Chastain <mec@shout.net>
24136 From David S. Miller <davem@redhat.com>
24137
24138 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24139 handle 64-bit platforms correctly.
24140
24141 2002-04-12 Michael Snyder <msnyder@redhat.com>
24142 From Jim Blandy <jimb@redhat.com>
24143 * gdb.base/foo.c (foox): Remove section attribute; the linker
24144 script can handle this instead.
24145 * gdb.base/bar.c (barx): Same.
24146 * gdb.base/baz.c (bazx): Same.
24147 * gdb.base/grbx.c (grbxx): Same.
24148
24149 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24150 manager doesn't automatically unmap overlays unnecessarily.
24151
24152 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24153
24154 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24155 stepping out of main.
24156
24157 2002-04-09 Michael Chastain <mec@shout.net>
24158
24159 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24160 scope so that the nested scope tests will make sense.
24161 * gdb.c++/local.exp: Write patterns that actually work with gcc
24162 (the HP patterns "were never known to work with gcc").
24163 Keep the old aCC patterns too.
24164
24165 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24166
24167 * gdb.base/attach.exp: Correct target board test.
24168
24169 2002-04-08 Michael Chastain <mec@shout.net>
24170
24171 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24172 in a const method. Add some xfail and fail cases for configurations
24173 that do not emit the "const ...".
24174
24175 2002-04-07 Michael Chastain <mec@shout.net>
24176
24177 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24178 Accept "A * const" and "const A * const" as type of "this".
24179 Fix spelling of getFunky throughout. Make messages uniform.
24180
24181 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24182
24183 Work around for PR gdb/285:
24184 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24185
24186 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24187
24188 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24189 instructions file at run time instead of configure time.
24190 Sometimes we run the test in a directory that is not the one we
24191 configured in.
24192 * gdb.asm/configure.in: Delete creation of symlink.
24193 * gdb.asm/configure: Regenerate.
24194
24195 2002-04-05 J. Brobecker <brobecker@gnat.com>
24196
24197 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24198 xfullpath () function.
24199
24200 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24201
24202 * gdb.asm/Makefile.in: Correct dependencies.
24203
24204 * gdb.asm/powerpc.inc: New file.
24205 * gdb.asm/asm-source.exp: Add PowerPC.
24206 * gdb.asm/configure.in: Likewise.
24207 * gdb.asm/configure: Regenerated.
24208
24209 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24210
24211 * gdb.base/relocate.exp: New file.
24212 * gdb.base/relocate.c: New file.
24213
24214 2002-04-04 Fred Fish <fnf@redhat.com>
24215
24216 * gdb.base/step-test.exp: Update comment regarding stopping in
24217 memcpy/bcopy calls inserted as part of the compiler runtime.
24218
24219 2002-04-04 Michael Snyder <msnyder@redhat.com>
24220
24221 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24222
24223 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24224
24225 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24226 (gdb_expect): Remove $notransfer hack.
24227
24228 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24229
24230 * gdb.c++/classes.exp ("calling method for small class"): Match
24231 updated register output.
24232
24233 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24234
24235 Fix PR gdb/452
24236 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24237 when finished. Make gdb_file_cmd send "exec-file" when
24238 appropriate.
24239
24240 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24241
24242 * gdb.base/attach.exp: Remove extra setup_xfail.
24243
24244 2002-03-26 Michael Snyder <msnyder@redhat.com>
24245
24246 * gdb.base/default.exp: Add tests for dump, append, and restore.
24247 * gdb.base/help.exp: Add tests for dump, append, and restore.
24248 * gdb.base/dump.exp: New file, test dump, append and restore.
24249 * gdb.base/dump.c: New file.
24250
24251 2002-03-27 Michael Snyder <msnyder@redhat.com>
24252
24253 * gdb.base/help.exp: Modify expect strings to reflect
24254 clean-ups in help messages.
24255
24256 2002-03-26 Fred Fish <fnf@redhat.com>
24257
24258 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24259 have debugging info for those functions and the compiler uses them
24260 internally to copy structs around.
24261
24262 2002-03-26 Fred Fish <fnf@redhat.com>
24263
24264 * gdb.base/list.exp: Revert the change made yesterday and add note
24265 about why we don't list the default lines for remote targets.
24266
24267 2002-03-25 Michael Snyder <msnyder@redhat.com>
24268
24269 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24270
24271 2002-03-25 Fred Fish <fnf@redhat.com>
24272
24273 * gdb.base/list.exp: This test works on remote targets so remove
24274 the short circuit for remote targets. Update copyright.
24275
24276 2002-03-25 Fred Fish <fnf@redhat.com>
24277
24278 * gdb.base/attach.exp: Fix logic error that was suppressing this
24279 test for all non hppa*-*-hpux* targets, instead of the hp target.
24280 Move comments closer to the suppression point. Also now need to
24281 check that we are running natively.
24282
24283 2002-03-22 Michael Snyder <msnyder@redhat.com>
24284
24285 * gdb.base/default.exp: Add test for gcore. Update copyright.
24286 * gdb.base/help.exp: Add test for gcore. Update copyright.
24287
24288 2002-03-06 Fred Fish <fnf@redhat.com>
24289
24290 * gdb.base/funcargs.c: Remove extraneous ';' character.
24291 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24292
24293 2002-03-04 Michael Chastain <mec@shout.net>
24294
24295 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24296 accommodate gcc v3 function signature.
24297 * gdb.mi/mi0-var-cmd-exp: Ditto.
24298
24299 2002-02-24 Andrew Cagney <ac131313@redhat.com>
24300
24301 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24302 ``GNU/Linux'' or ``Linux kernel''
24303 * testsuite/gdb.threads/pthreads.c: Ditto.
24304
24305 2002-02-24 Michael Chastain <mec@shout.net>
24306
24307 * gdb.threads/pthreads.c (thread1): Add a return statement.
24308 (thread2): Likewise.
24309 (foo): Likewise.
24310
24311 2002-02-23 Michael Chastain <mec@shout.net>
24312
24313 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24314 to placate gcc.
24315
24316 2002-02-23 Michael Chastain <mec@shout.net>
24317
24318 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24319 test "ptype bint". The test passes on all my stabs configurations.
24320
24321 2002-02-21 Jim Blandy <jimb@redhat.com>
24322
24323 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24324 filename at a time, and watch for the ones we want to see.
24325
24326 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24327 types of pointers to prototyped functions.
24328
24329 2002-02-20 Andrew Cagney <ac131313@redhat.com>
24330
24331 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24332 signed, unsigned and straight char.
24333 (padding_char, padding_short, padding_int, padding_long,
24334 padding_long_long, padding_float, padding_double,
24335 padding_long_double): New global variables.
24336 (fill, fill_structs): New functions.
24337
24338 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24339 for correctly sized writes. Update copyright.
24340 (get_valueof): New procedure.
24341 (get_sizeof): Call get_valueof.
24342 (check_valueof): New procedure.
24343 (check_padding): New procedure.
24344
24345 2002-02-20 Michael Chastain <mec@shout.net>
24346
24347 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24348 to setup_xfail. Document some of the remaining calls.
24349
24350 2002-02-18 Michael Chastain <mec@shout.net>
24351
24352 * gdb.c++/userdef.exp: Update copyright year.
24353
24354 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
24355
24356 * gdb.c++/userdef.exp: Test overloaded operators properly.
24357 Remove xfails.
24358
24359 2002-02-14 Michael Snyder <msnyder@redhat.com>
24360
24361 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24362
24363 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
24364
24365 * gdb.base/a2-run.exp: Check for a remote target properly.
24366 * gdb.base/annota1.exp: Likewise.
24367 * gdb.base/list.exp: Likewise.
24368 * gdb.base/reread.exp: Likewise.
24369 * gdb.base/scope.exp: Likewise.
24370 * gdb.base/shlib-call.exp: Likewise.
24371 * gdb.base/term.exp: Likewise.
24372 * gdb.c++/annota2.exp: Likewise.
24373
24374 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
24375
24376 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24377
24378 2002-02-10 Michael Chastain <mec@shout.net>
24379
24380 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24381 (call_after_alloca): Ditto.
24382
24383 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
24384
24385 * gdb.base/ending-run.exp: Guard "cont" test with
24386 gdb_skip_stdio_test.
24387
24388 2002-02-06 Jim Blandy <jimb@redhat.com>
24389
24390 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24391 from here...
24392 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24393 To here. Disable this test on non-HP platforms. Add big comment.
24394
24395 2002-02-04 Michael Snyder <msnyder@redhat.com>
24396
24397 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24398 other than d10v and m32r.
24399
24400 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
24401
24402 * gdb.base/default.exp: Rewrite test patterns to reduce time
24403 taken to match them.
24404
24405 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24406
24407 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24408 Allow a start function above main.
24409 * gdb.threads/linux-dp.exp: Fix copyright date.
24410
24411 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24412
24413 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24414 (check_philosopher_stack): Check for manager thread before checking
24415 for a just-starting thread.
24416
24417 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24418
24419 From Neil Booth <neil@daikokuya.demon.co.uk>:
24420 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24421 warnings.
24422
24423 2002-01-21 Fred Fish <fnf@redhat.com>
24424
24425 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24426 not caller.
24427
24428 2002-01-21 Jim Blandy <jimb@redhat.com>
24429
24430 * gdb.base/reread.exp: Check that GDB properly re-reads the
24431 executable file when it changes while no inferior is running.
24432
24433 2002-01-21 Fred Fish <fnf@redhat.com>
24434
24435 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24436 optionally accept the "shlib events" variation.
24437
24438 2002-01-21 Jim Blandy <jimb@redhat.com>
24439
24440 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24441 call `fflush' after every `printf', so that the output is produced
24442 at predictable points, regardless of whatever buffering does (or
24443 doesn't) take place.
24444 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24445 at different points.
24446
24447 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24448
24449 * gdb.c++/inherit.exp: Update copyright years.
24450 * gdb.c++/method.exp: Likewise.
24451
24452 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24453
24454 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24455 artificial methods/arguments.
24456 * gdb.c++/derivation.exp: Likewise.
24457 * gdb.c++/inherit.exp: Likewise.
24458 * gdb.c++/method.exp: Likewise.
24459 * gdb.c++/virtfunc.exp: Likewise.
24460
24461 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24462
24463 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24464 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24465 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24466 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24467 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24468 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24469
24470 2002-01-17 Jim Blandy <jimb@redhat.com>
24471
24472 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24473 anchoring the pattern matching the entry point symbol's name.
24474
24475 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24476
24477 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24478 continue/quit query. Update copyright.
24479
24480 2002-01-14 Michael Snyder <msnyder@redhat.com>
24481
24482 * gdb.base/gcore.exp: Remove extra debugging output.
24483
24484 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24485
24486 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24487 for slightly dubious v2 mangled string.
24488
24489 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24490
24491 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24492
24493 2002-01-10 Jason Merrill <jason@redhat.com>
24494
24495 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24496
24497 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24498 constructors.
24499 * gdb.c++/derivation.exp: Likewise.
24500 * gdb.c++/templates.exp: Likewise.
24501 * gdb.c++/virtfunc.exp: Likewise.
24502
24503 2002-01-10 Michael Snyder <msnyder@redhat.com>
24504
24505 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24506
24507 2002-01-08 Michael Snyder <msnyder@redhat.com>
24508
24509 * gdb.base/gcore.exp: New test for generate-core-file command.
24510 * gdb.base/gcore.c: Testcase for above.
24511 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24512
24513 2002-01-08 Jason Merrill <jason@redhat.com>
24514
24515 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24516
24517 2002-01-07 Fred Fish <fnf@redhat.com>
24518
24519 * gdb.c++/overload.exp: Remove unconditional xfails for:
24520 print foo_instance1.overloadargs(1)
24521 print foo_instance1.overloadargs(1, 2)
24522 print foo_instance1.overloadargs(1, 2, 3)
24523 print foo_instance1.overloadargs(1, 2, 3, 4)
24524 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24525 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24526 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24527 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24528 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24529 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24530 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24531 print foo_instance1.overload1arg()
24532 print foo_instance1.overload1arg((char)arg2)
24533 print foo_instance1.overload1arg((signed char)arg3)
24534 print foo_instance1.overload1arg((unsigned char)arg4)
24535 print foo_instance1.overload1arg((int)arg7)
24536 print foo_instance1.overload1arg((unsigned int)arg8)
24537 print foo_instance1.overload1arg((float)arg11)
24538 print foo_instance1.overload1arg((double)arg12)
24539
24540 2002-01-07 Michael Snyder <msnyder@redhat.com>
24541
24542 * gdb.base/huge.exp: New test. Print a very large target data object.
24543 (skip_huge_test): New test variable. Define if you want to skip this
24544 test. The test reads an 8 megabyte data object from the target, so it
24545 might be very time consuming on remote targets with a slow connection.
24546 * gdb.base/huge.c: New file. Test case for above.
24547
24548 2002-01-07 Fred Fish <fnf@redhat.com>
24549
24550 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24551 g_instance.bfoo, and g_instance.cfoo.
24552
24553 2002-01-07 Jeffrey A Law <law@redhat.com>
24554
24555 * gdb.base/break.c (multi_line_if_conditional): New function.
24556 (multi_ilne_while_conditional): Likewise.
24557 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24558 IF or WHILE condition puts the breakpoint at the start of
24559 the condition.
24560
24561 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24562 hppa*-*-hpux* expected failure.
24563 * gdb.base/structs.exp (do_function_calls): Similarly.
24564
24565 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24566 watchpoints.
24567
24568 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24569
24570 Fix PR gdb/66.
24571 * gdb.base/structs.exp: Replace skip for a29k with skip for
24572 gdb,cannot_call_functions.
24573 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24574 * gdb.base/callfuncs.exp: Ditto.
24575 * gdb.base/call-rt-st.exp: Ditto.
24576 * gdb.base/call-strs.exp: Ditto.
24577 * gdb.base/callfwmall.exp: Ditto.
24578 * gdb.base/scope.exp: Obsolete xfail a29k.
24579 * gdb.c++/misc.exp: Ditto.
24580 * gdb.c++/cplusfuncs.exp: Ditto.
24581 * gdb.base/ptype.exp: Ditto.
24582 * gdb.base/printcmds.exp: Ditto.
24583 * gdb.base/opaque.exp: Ditto.
24584 * gdb.base/list.exp: Ditto.
24585 * gdb.base/funcargs.exp: Ditto.
24586 * gdb.base/default.exp: Ditto.
24587
24588 2002-01-04 Michael Snyder <msnyder@redhat.com>
24589
24590 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24591 * gdb.base/maint.exp: Add tests for maint info sections options.
24592
24593 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24594
24595 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24596
24597 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
24598
24599 * gdb.asm/arm.inc: New file.
24600 * gdb.asm/asm-source.exp: Add arm targets.
24601 * gdb.asm/configure.in: Ditto.
24602 * gdb.asm/configure: Recreated from configure.in.
24603
24604 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24605
24606 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24607 with HP's compiler.
24608 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24609 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24610 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24611 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24612
24613 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24614 either HP's compilers or GCC.
24615
24616 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24617 a SIGBUS or SIGSEGV.
24618
24619 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24620
24621 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24622 can be compiled with either HP's compiler or GCC.
24623
24624 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24625 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24626 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24627
24628 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24629 to match current gdb output. Update due to using auto-solib-limit
24630 for limiting instead of overloading auto-solib-add.
24631 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24632 test program.
24633
24634 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
24635 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24636 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24637 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24638 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24639 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24640 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24641 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24642 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24643 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24644 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24645 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24646 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24647
24648 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24649 a SIGTRAP to the inferior.
24650
24651 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24652
24653 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24654 Substitute call to target_link by call to gdb_compile.
24655
24656 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24657
24658 * gdb.base/break.exp: Fix HP specific search string when testing
24659 backtracing in a called function.
24660
24661 * gdb.base/constvars.exp: Only set lang to C++ if we're
24662 compiling the test with HP's compilers.
24663 * gdb.base/volatile.exp: Similarly.
24664
24665 2001-12-19 Jim Blandy <jimb@redhat.com>
24666
24667 * gdb.base/printcmds.exp: Expect the null character to be printed
24668 as '\0', and the '\013' to be printed as '\v'.
24669 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24670 * gdb.base/setvar.exp: Same.
24671
24672 2001-12-17 Jim Blandy <jimb@redhat.com>
24673
24674 * gdb.base/completion.exp: Rather than completing very long
24675 filenames, which can make the readline library produce output we
24676 don't recognize, cd to the directory first, and then complete
24677 using nice, short relative paths.
24678
24679 * gdb.base/completion.exp: On some systems, there is, in fact, a
24680 variable named `b' in scope, since GDB treats all static
24681 variables as being in scope. So use `no_var_named_this'
24682 instead of `b'.
24683
24684 * gdb.base/corefile.exp: Recognize the message saying that GDB
24685 can't find the core file's registers as a failure.
24686
24687 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24688
24689 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24690 test expect string more specific.
24691
24692 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24693
24694 * gdb.asm/asm-source.exp: Add support for xstormy16.
24695 * gdb.asm/configure.in: Ditto.
24696 * gdb.asm/configure: Rebuild.
24697 * gdb.asm/xstormy16.inc: New file.
24698
24699 2001-12-10 Fred Fish <fnf@redhat.com>
24700
24701 * gdb.base/maint.exp: Update to match changes in type dumping code.
24702
24703 2001-12-10 Jim Blandy <jimb@redhat.com>
24704
24705 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24706 matching the entry point symbol's name at the beginning of the
24707 line.
24708
24709 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24710
24711 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24712 gdb.c++/inherit.exp, gdb.c++/method.exp,
24713 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24714 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24715 and class layout support.
24716
24717 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24718
24719 * gdb.c++/classes.exp: Add test for static member function.
24720 * gdb.c++/misc.cc: Add class with static member function.
24721
24722 2001-12-07 Jim Blandy <jimb@redhat.com>
24723
24724 If GDB says it can't find the struct the function returned, report
24725 those tests as `unsupported'.
24726 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24727 Rewrite subsequent tests to use it.
24728
24729 If GDB says it can't find the struct the function returned, report
24730 those tests as `unsupported'.
24731 * gdb.base/structs.exp (call_struct_func): New function.
24732 (do_function_calls): Use call_struct_func to call the functions
24733 returning structs.
24734
24735 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24736 whether functions are prototyped or not, so we can't possibly pass
24737 arguments to t_float_values2 properly.
24738
24739 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24740 value of `timeout' for targets other than the mips*tx39-*.
24741
24742 2001-12-06 Michael Snyder <msnyder@redhat.com>
24743
24744 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24745 and detect whether the start symbol has a leading underscore.
24746
24747 2001-12-04 Jim Blandy <jimb@redhat.com>
24748
24749 * gdb.base/completion.exp: Clarify indentation.
24750
24751 2001-12-03 Jim Blandy <jimb@redhat.com>
24752
24753 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24754 variables on the S/390, not `.word'.
24755
24756 2001-11-30 Jim Blandy <jimb@redhat.com>
24757
24758 Add assembly-source tests for s390-ibm-linux.
24759 * gdb.asm/s390.inc: New file.
24760 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24761 the S/390 architecture.
24762 * gdb.asm/configure: Regenerated.
24763
24764 2001-11-30 Michael Snyder <msnyder@redhat.com>
24765
24766 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24767 next, info source, info sources, info line, global and static
24768 variables, and static functions.
24769 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24770 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24771 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24772 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24773 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24774 (gdbasm_leave): Restore frame pointer.
24775 (gdbasm_startup): Copy stack set-up from crt0.S.
24776
24777 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24778
24779 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24780 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24781 to a local (non-static) variable. Copy tstruct.a to a static buffer
24782 and return a pointer to that buffer.
24783 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24784
24785 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24786
24787 * gdb.asm/configure.in: Fix recognition of ix86 target.
24788 * gdb.asm/configure: Regenerate.
24789
24790 2001-11-21 Michael Snyder <msnyder@redhat.com>
24791
24792 * gdb.asm/sparc.inc: New file.
24793 * gdb.asm/asm-source.exp: Recognize sparc target.
24794 * gdb.asm/configure.in: Recognize sparc target.
24795 * gdb.asm/configure: Regenerate.
24796
24797 2001-11-21 Michael Snyder <msnyder@redhat.com>
24798
24799 * gdb.asm/m32r.inc: New file.
24800 * gdb.asm/asm-source.exp: Recognize m32r target.
24801 * gdb.asm/configure.in: Recognize m32r target.
24802 * gdb.asm/configure: Regenerate.
24803
24804 2001-11-20 Michael Snyder <msnyder@redhat.com>
24805
24806 * gdb.asm/i386.inc: New file.
24807 * gdb.asm/asm-source.exp: Recognize ix86 target.
24808 * gdb.asm/configure.in: Recognize ix86 target.
24809 * gdb.asm/configure: Regenerate.
24810
24811 * gdb.c++/namespace.exp: Fix quotes in output messages.
24812
24813 2001-11-14 Michael Snyder <msnyder@redhat.com>
24814
24815 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24816 qualifier in a type cast expression, to designate an address
24817 in the instruction space (Harvard architecture).
24818
24819 2001-11-13 Michael Snyder <msnyder@redhat.com>
24820
24821 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24822 Tests for expressions using 'const' and 'volatile'.
24823
24824 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24825
24826 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24827
24828 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24829
24830 * lib/mi-support.exp (mi_run_to_helper): Move comments
24831 outside of gdb_expect.
24832
24833 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24834
24835 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24836 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24837 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24838 mi0_run_to): New functions.
24839 * gdb.mi/mi-simplerun.exp: Use them.
24840 * gdb.mi/mi0-simplerun.exp: Likewise.
24841 * gdb.mi/mi-var-cmd.exp: Likewise.
24842 * gdb.mi/mi0-var-cmd.exp: Likewise.
24843
24844 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24845
24846 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24847 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24848
24849 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24850
24851 * gdb.base/restore.exp: Include $expected value in restored test
24852 message.
24853
24854 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24855
24856 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24857 implemented.
24858
24859 2001-11-08 Michael Snyder <msnyder@redhat.com>
24860
24861 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24862 Add pass/fail message for stop at breakpoint in call dummy function.
24863
24864 2001-11-07 Michael Snyder <msnyder@redhat.com>
24865
24866 * gdb.c++/templates.exp (test_template_breakpoints):
24867 If we get an overload menu, but it does not match what
24868 we expect, we still need to issue the "cancel" command.
24869 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24870 making the whitespace optional. Argument for "new" may be
24871 "unsigned" as well as "unsigned int/long".
24872 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24873 making the whitespace optional. Also replace "(void) with
24874 "((void|)), making the keyword "void" optional.
24875 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24876 making the whitespace optional. Also replace "(void) with
24877 "((void|)), making the keyword "void" optional.
24878 * gdb.base/callfuncs.c (t_float_values): This function must
24879 _not_ be prototyped, and the following function (t_float_values2)
24880 must be prototyped (if the compiler supports it), so that GDB
24881 can be tested against both cases. Usually one case involves
24882 promotion of float to double, while the other does not.
24883 * gdb.base/callfwmall.c: Ditto.
24884 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24885 includes a stack frame for "start".
24886
24887 2001-11-05 Jim Blandy <jimb@redhat.com>
24888
24889 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24890 pointers are 32 bits long, and that offsets of relocs are always
24891 stored in the data (REL-style), and not in the reloc entry itself
24892 (RELA-style).
24893 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24894 stabs.
24895
24896 2001-11-01 Michael Snyder <msnyder@redhat.com>
24897
24898 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24899 and regular expression operators by using quoting.
24900
24901 2001-10-31 Michael Snyder <msnyder@redhat.com>
24902
24903 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24904 depending on what the symbol table contains.
24905 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24906 the output of the ptype command. Similarly, accept both "const &"
24907 and "const&".
24908
24909 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24910
24911 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24912 symbol `STORAGE' to allow to choose the storage class of
24913 the local datastructures.
24914 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24915 compiler directive.
24916
24917 2001-10-30 Michael Snyder <msnyder@redhat.com>
24918
24919 * gdb.base/jump.exp: Allow it to run for all targets.
24920
24921 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24922
24923 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24924 with new double_array size.
24925 (main): Change storage class of all local variables to static.
24926 Reduce size of double_array to 9.
24927 * gdb.base/call-ar-st.exp: Increase timeout value.
24928 Change expected output for double array to match new size in
24929 call-ar-st.c.
24930
24931 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24932
24933 * gdb.base/ending-run.exp: Create identical output when passing
24934 `step to end of run' case. Add regular expression branch satisfying
24935 Stormy16 target.
24936
24937 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24938
24939 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24940 that we catch the expected failure under Linux/x86.
24941
24942 2001-10-29 Orjan Friberg <orjanf@axis.com>
24943
24944 * gdb.base/setvar.exp: Escape curly braces.
24945 * gdb.stabs/weird.exp: Ditto.
24946
24947 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24948
24949 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24950 * gdm.mi/mi0-hack-cli.exp: Likewise.
24951
24952 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24953
24954 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24955 messages.
24956
24957 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24958
24959 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24960 checking MI enabled.
24961
24962 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24963
24964 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24965
24966 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24967
24968 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24969 if gdb child process crashes, just signal an error.
24970
24971 2001-10-02 Jim Blandy <jimb@redhat.com>
24972
24973 * lib/gdb.exp (test_xfail_format): Simplify.
24974
24975 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24976 front of the variable name `format'. Simplify `if'.
24977
24978 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24979
24980 * gdb.threads/pthreads.exp: Wait for output and delay
24981 before sending ^C.
24982
24983 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24984
24985 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24986 some incorrect output instead of timing out.
24987 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24988
24989 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24990
24991 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24992 check to allow additional `int'.
24993
24994 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24995
24996 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24997 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24998
24999 2001-09-27 Michael Snyder <msnyder@redhat.com>
25000
25001 * lib/gdb.exp (test_debug_format): New proc.
25002 (setup_xfail_format): Use new proc test_debug_format.
25003 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25004 proc; use new service proc test_debug_format.
25005 Replace all other "gcc_compiled" tests with this test.
25006 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25007 proc; use new service proc test_debug_format.
25008 Replace all other "gcc_compiled" tests with this test.
25009
25010 2001-09-27 Michael Snyder <msnyder@redhat.com>
25011
25012 * gdb.base/cvexpr.exp: New file.
25013 * gdb.base/cvexpr.c: New file
25014 Test for expressions using const and volatile keywords.
25015
25016 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25017
25018 * gdb.base/constvars.exp: Check for different orders of keywords
25019 and additional "int" strings in output.
25020
25021 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25022
25023 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25024 responses from "help maint".
25025
25026 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25027
25028 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25029 to localhost:NNN instead of :NNN, in case Xvfb is listening
25030 only on TCP.
25031
25032 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25033
25034 * gdb.base/recurse.exp: When checking leaving the watchpoint
25035 scope, recognize when gdb is in function's epilogue and pass.
25036
25037 2001-09-18 Keith Seitz <keiths@redhat.com>
25038
25039 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25040 support for running tests against sid targets.
25041 (gdbtk_done): Ditto.
25042
25043 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25044
25045 * gdb.base/ending-run.c (main): Set stdout buffersize
25046 to the same reasonable value for any target.
25047 * gdb.base/ending-run.exp: Add a regular expression
25048 to make testsuite happy on Sanyo Stormy16 target.
25049
25050 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25051
25052 * gdb.base/display.c (do_loops): Add float variable `f'.
25053 Increment f in loop.
25054 * gdb.base/display.exp: Increment timeout by 60 seconds.
25055 Change float display test to use variable `f'.
25056
25057 2001-09-17 Jim Blandy <jimb@redhat.com>
25058
25059 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25060 overflowing the limited breakpoint tables on some ROM monitors
25061 (like the ROM68K).
25062
25063 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
25064
25065 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25066 the "-ac" (disable access control) flag.
25067
25068 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
25069
25070 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25071 ints.
25072
25073 2001-08-30 Keith Seitz <keiths@redhat.com>
25074
25075 * lib/gdb.exp: Move all insight-related functionality into
25076 separate file.
25077 * lib/insight-support.exp: New file.
25078
25079 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
25080
25081 * config/sid.exp (sid_start): Never set sid verbosity; disable
25082 expect_background {} that consumed its stdout; tolerate </dev/null.
25083 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25084
25085 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25086
25087 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25088 CLI jump command to start it.
25089 (mi_run_to_main): Fail immediatly when unexpected output.
25090
25091 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25092
25093 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25094 beginning of function. Fix PR gdb/191.
25095
25096 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
25097
25098 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25099 what to force sid endianness to.
25100
25101 2001-08-15 Keith Seitz <keiths@redhat.com>
25102
25103 * lib/gdb.exp (gdbtk_start): Don't set environment
25104 variables for TCL_LIBRARY and friends. Insight will
25105 now figure these out for itself.
25106
25107 2001-08-02 Michael Snyder <msnyder@redhat.com>
25108
25109 * gdb.base/completion.exp: Remove the symbol "a64l" from
25110 the expect string; this is target-specific, and not related
25111 to what is being tested.
25112
25113 2001-08-02 Dave Brolley <brolley@redhat.com>
25114
25115 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25116
25117 2001-07-25 Michael Snyder <msnyder@redhat.com>
25118
25119 * gdb.base/consecutive.exp: New file. Test stepping over
25120 breakpoints on consecutive instructions.
25121 * gdb.base/consecutive.c: New file.
25122
25123 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25124 curly braces in regular expressions.
25125
25126 2001-07-25 Michael Snyder <msnyder@redhat.com>
25127
25128 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25129 legitimate output from stepping out of main.
25130
25131 2001-07-22 Keith Seitz <keiths@redhat.com>
25132
25133 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25134 the empty string, do not run the tests.
25135
25136 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25137
25138 * gdb.base/long_long.exp: Detect size of pointer. Take into
25139 account 2-byte pointers when testing for p/a results.
25140
25141 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25142
25143 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
25144 and defined to 1K for m68hc11.
25145 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25146 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25147 (sizeof_random_data): New variable to tell the size of the data table;
25148 don't test past this size; always run to main.
25149
25150 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25151
25152 * gdb.base/return2.exp: return of long long and double fails for
25153 68HC11; don't execute these tests on that platform.
25154 * gdb.base/return.exp: Return of a double fails for 68hc11.
25155
25156 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25157
25158 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25159 tests that print a float.
25160 * call-rt-st.exp: Likewise.
25161
25162 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25163
25164 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25165 running this test on Linux.
25166
25167 2001-06-24 Michael Chastain <chastain@redhat.com>
25168
25169 * gdb.base/arithmet.exp: Remove some tests to make all test names
25170 unique.
25171
25172 2001-07-03 Michael Snyder <msnyder@redhat.com>
25173
25174 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25175 the output of the ptype command.
25176
25177 2001-07-02 Michael Snyder <msnyder@redhat.com>
25178
25179 * gdb.base/completion.exp: Don't assume that break.c is the only
25180 source file that may contain functions named "marker".
25181 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25182
25183 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25184
25185 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25186 of files to delete.
25187
25188 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25189 * gdb.disasm/h8300s.exp: New file.
25190 gdb.disasm/h8300s.s: Likewise.
25191
25192 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25193
25194 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25195 empty breakpoint tables.
25196
25197 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25198
25199 * lib/mi-support.exp: Update args=... part of stop-reason
25200 patterns. Accept either a list or a tuple.
25201
25202 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25203
25204 * lib/mi-support.exp: Remove local emacs variable defining
25205 change-log-default-name.
25206
25207 2001-06-22 Michael Chastain <chastain@redhat.com>
25208
25209 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25210 This is operationally compatible with the previous version.
25211
25212 2001-06-13 Jim Blandy <jimb@redhat.com>
25213
25214 * lib/gdb.exp (gdb_test): Doc fix.
25215
25216 2001-06-10 Michael Chastain <chastain@redhat.com>
25217
25218 * gdb.base/exprs.exp: Remove a duplicate test.
25219
25220 2001-06-06 Jim Blandy <jimb@redhat.com>
25221
25222 * gdb.base/return2.exp (main): Use values to test float and double
25223 returns that are not NaN's, to avoid being confused by IEEE
25224 comparison rules.
25225
25226 2001-06-04 Michael Snyder <msnyder@redhat.com>
25227
25228 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25229 non-zero if control_c fails. Terminate the test on failure,
25230 rather than wait for 12 more tests to time out.
25231
25232 2001-06-06 Jim Blandy <jimb@redhat.com>
25233
25234 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25235 Don't forget to match the GDB prompt.
25236
25237 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25238
25239 2001-06-04 Jim Blandy <jimb@redhat.com>
25240
25241 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25242 command.
25243
25244 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25245
25246 * gdb.base/annota1.exp (info break): Match four or more spaces
25247 after "Address".
25248
25249 2001-05-31 Michael Chastain <chastain@redhat.com>
25250
25251 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25252 (dm_type_int_star): Likewise.
25253 (dm_type_long_star): Likewise.
25254 (dm_type_void_star): Likewise.
25255
25256 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25257
25258 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25259 to a known value in order to get consistent results regardless
25260 of the setting of INPUTRC or the presence or contents of .inputrc.
25261
25262 2001-05-24 Michael Snyder <msnyder@redhat.com>
25263
25264 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25265 Don't require that the main thread and the manager thread are the
25266 first in the list.
25267
25268 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25269 debugging. If test fails, issue an "unsupported" not a "fail".
25270
25271 2001-05-24 Jim Blandy <jimb@redhat.com>
25272
25273 Don't assume that short is shorter than int.
25274 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25275 assume that shorts are smaller than ints. On a 16-bit machine,
25276 this isn't true.
25277 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25278 an int, is not equal to ~0 stored in an unsigned char. This tests
25279 the same thing that the previous test meant to, but works on
25280 16-bit machines, too.
25281 ("print unsigned char != (~0)"): Same test, complemented.
25282
25283 2001-05-24 Michael Snyder <msnyder@redhat.com>
25284
25285 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
25286 test for (full_coverage == 0). This makes the test run faster,
25287 and prevents dejagnu getting out of step.
25288
25289 2001-05-23 Kevin Buettner <kevinb@redhat.com>
25290
25291 * gdb.base/finish.exp (finish_void): Revise pattern for
25292 stopping on the call statement to not permit stopping at
25293 the start of the instructions comprising the call sequence.
25294
25295 2001-05-19 Michael Chastain <chastain@redhat.com>
25296
25297 * gdb.base/callfuncs.exp: Make all test names unique.
25298 * gdb.base/commands.exp: Make all test names unique.
25299 * gdb.base/condbreak.exp: Make all test names unique.
25300 * gdb.base/dbx.exp: Make all test names unique.
25301 * gdb.base/default.exp: Make all test names unique.
25302 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25303 and TIMEOUT messages to their corresponding PASS message.
25304 * gdb.base/ending-run.exp: Make all test names unique.
25305 * gdb.base/long_long.exp: Remove duplicate test.
25306
25307 2001-05-21 Kevin Buettner <kevinb@redhat.com>
25308
25309 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25310 stop on the call statement as well as the statement after the
25311 call.
25312
25313 2001-05-21 Michael Snyder <msnyder@redhat.com>
25314
25315 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25316
25317 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25318
25319 * gdb.base/completion.exp: Revamp test. Make it execute on all
25320 platforms.
25321
25322 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25323
25324 * config/gdbserver.exp (gdb_load): Handle the case
25325 in which the arguments to gdbserver are given in the
25326 baseboard configuration file.
25327 Also handle the case in which the server needs to do a
25328 load.
25329
25330 2001-05-07 Keith Seitz <keiths@cygnus.com>
25331
25332 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25333 set up the display for testing.
25334 (gdbtk_start): Convert all paths to paths that tcl will like.
25335 Export target information to environment.
25336 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25337 necessary.
25338 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25339 (to_tcl_path): New proc to convert a given pathname into
25340 a path acceptible as an argument to a tcl command.
25341 (_gdbtk_export_target_info): New proc to export target info
25342 into the environment for gdbtk testing.
25343 (gdbtk_done): New proc to signal end-of-test.
25344
25345 2001-05-06 Jim Blandy <jimb@redhat.com>
25346
25347 * restore.c: Make the code of caller0 correspond to its comment.
25348
25349 2001-05-03 Michael Snyder <msnyder@redhat.com>
25350
25351 * config/sid.exp (gdb_target_sid): Check for error messages.
25352 On error or timeout, don't make expect exit (which will terminate
25353 all subsequent tests); instead just make gdb exit.
25354 (gdb_load): Check for error messages. On error or timeout,
25355 return a negative value.
25356
25357 2001-04-24 Jim Blandy <jimb@redhat.com>
25358
25359 * gdb.c++/templates.exp: If we see the prompt for the overload
25360 list, but we haven't recognized any of the longer patterns,
25361 arrange for this test to fail, not hang.
25362
25363 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25364 variations.
25365
25366 2001-04-22 Michael Chastain <chastain@redhat.com>
25367
25368 * gdb.c++/local.exp: Use the 'runto' library function.
25369 * gdb.c++/namespace.exp: Likewise.
25370 * gdb.c++/overload.exp: Likewise.
25371
25372 2001-03-26 Kevin Buettner <kevinb@redhat.com>
25373
25374 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25375 * gdb.base/step-line.exp: New file. Test step/next in presence of
25376 #line directives.
25377 * gdb.base/step-line.c: New file. Test program for the above.
25378 * gdb.base/step-line.inp: New file. We pretend that this file has
25379 been transformed by some other tool into step-line.c.
25380
25381 2001-03-21 Jim Blandy <jimb@redhat.com>
25382
25383 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25384 unmangled operator names.
25385
25386 2001-03-20 Jim Blandy <jimb@redhat.com>
25387
25388 * gdb.threads/linux-dp.exp: Recognize an additional message
25389 generated by GDB when it doesn't understand how to debug threads
25390 on the target system.
25391
25392 2001-03-19 Andrew Cagney <ac131313@redhat.com>
25393
25394 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25395
25396 2001-03-12 Michael Chastain <chastain@redhat.com>
25397
25398 * gdb.c++/derivation.exp: Use the 'runto' library function.
25399
25400 2001-03-12 Michael Chastain <chastain@redhat.com>
25401
25402 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25403
25404 2001-02-24 Michael Chastain <chastain@redhat.com>
25405
25406 * gdb.c++/ref-types.exp: Change handwritten code to library
25407 function 'runto'.
25408
25409 2001-03-16 Orjan Friberg <orjanf@axis.com>
25410
25411 * gdb.base/signals.exp: Set count to 0 explicitly.
25412
25413 2001-03-15 Mark Salter <msalter@redhat.com>
25414
25415 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25416 (gdb_target_monitor): Add check of gdb_target_cmd return value.
25417 (gdb_load): Add support for additional target_info: gdb_download_size
25418 and gdb_load_timeout.
25419
25420 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25421
25422 * gdb.base/annota1.exp: Move test of isnative to earlier in the
25423 file -- to prevent failing when the compile fails but we have no
25424 intention of running the tests anyway.
25425
25426 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25427 tests if set.
25428
25429 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
25430 integers.
25431
25432 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25433 * gdb.c++/namespace.exp: Ditto.
25434
25435 2001-03-07 Orjan Friberg <orjanf@axis.com>
25436
25437 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25438 * gdb.base/pointers.exp: Relax pattern match of decimals.
25439
25440 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25441
25442 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25443 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25444 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25445 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25446 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25447 config/sh.exp, config/sid.exp, config/slite.exp,
25448 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25449 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25450 config/vxworks.exp, config/vxworks29k.exp,
25451 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25452 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25453 gdb.base/arithmet.exp, gdb.base/assign.exp,
25454 gdb.base/async.exp, gdb.base/attach.exp,
25455 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25456 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25457 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25458 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25459 gdb.base/commands.exp, gdb.base/completion.exp,
25460 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25461 gdb.base/constvars.exp, gdb.base/corefile.exp,
25462 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25463 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25464 gdb.base/ending-run.exp, gdb.base/environ.exp,
25465 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25466 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25467 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25468 gdb.base/funcargs.exp, gdb.base/help.exp,
25469 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25470 gdb.base/logical.exp, gdb.base/long_long.exp,
25471 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25472 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25473 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25474 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25475 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25476 gdb.base/regs.exp, gdb.base/relational.exp,
25477 gdb.base/remote.exp, gdb.base/reread.exp,
25478 gdb.base/restore.exp, gdb.base/return2.exp,
25479 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25480 gdb.base/selftest.exp, gdb.base/setshow.exp,
25481 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25482 gdb.base/sigall.exp, gdb.base/signals.exp,
25483 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25484 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25485 gdb.base/step-test.exp, gdb.base/structs.c,
25486 gdb.base/structs.exp, gdb.base/structs2.exp,
25487 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25488 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25489 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25490 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25491 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25492 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25493 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25494 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25495 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25496 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25497 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25498 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25499 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25500 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25501 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25502 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25503 gdb.trace/circ.exp, gdb.trace/collection.exp,
25504 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25505 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25506 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25507 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25508 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25509 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25510 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25511 notices.
25512
25513 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25514
25515 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25516 first arg is int not float.
25517
25518 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25519
25520 * gdb.base/reread.exp: Unsupported for non-native targets;
25521 doesn't work for remote debugging.
25522
25523 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25524
25525 From Drew Moseley <dmoseley@redhat.com>
25526 * gdb.base/ending-run.exp: Properly handle the BSP state when
25527 stepping past the end of main.
25528
25529 2001-02-19 John Moore <jmoore@redhat.com>
25530
25531 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25532 Converted HPUX fix for non-expected items following multiple
25533 step commands into general solution for all platforms.
25534
25535 2001-02-18 Michael Chastain <chastain@redhat.com>
25536
25537 * gdb.c++/classes.exp (do_tests): Change runto statements
25538 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25539 statements demangler agnostic.
25540 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25541 (gdb_virtfunc_restart): Likewise.
25542
25543 2001-02-14 Michael Chastain <chastain@redhat.com>
25544
25545 * gdb.c++/inherit.exp (do_tests): Change runto statements
25546 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25547 statements demangler agnostic.
25548
25549 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25550
25551 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25552 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25553 before calling common_routine 15 times'' tests.
25554
25555 2001-02-11 Michael Chastain <chastain@redhat.com>
25556
25557 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25558 Helps the test script figure out which demangler is in use.
25559 (dm_type_foo_ref): Ditto.
25560 (dm_type_int_star): Ditto.
25561 (dm_type_long_star): Ditto.
25562 (dm_type_unsigned_int): Ditto.
25563 (dm_type_void): Ditto.
25564 (dm_type_void_star): Ditto.
25565 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25566 Probe the gdb demangler and set variables to accommodate
25567 formatting differences.
25568 (info_func_regexp): New function. Same as info_func, but
25569 matches against a regexp.
25570 (info_func): Match against a literal string.
25571 (print_addr_2): New function. Match against a literal string,
25572 which can be different from the input to gdb.
25573 (print_addr): Simply call print_addr_2 with the same argument twice.
25574 (test_lookup_operator_functions): Use demangler formatting variables.
25575 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25576 the tests in the same order as the C++ class declaration.
25577 (test_paddr_operator_functions): Ditto.
25578 (test_paddr_overloaded_functions): Ditto.
25579 (test_paddr_hairy_functions): Use demangler formatting variables.
25580 Add reference to gdb/19 for related tests.
25581 (do_tests): Call probe_demangler.
25582
25583 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25584
25585 * gdb.c++/templates.cc (printf): Remove unused function definition.
25586
25587 2001-01-26 Felix Lee <flee@redhat.com>
25588
25589 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25590
25591 2001-01-25 matthew green <mrg@redhat.com>
25592
25593 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25594 up sid.
25595 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25596
25597 2001-01-25 matthew green <mrg@redhat.com>
25598
25599 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
25600 Deprecate $sid_spawn_id.
25601 (sid_exit): Remove code necessary only for `spawn.'
25602
25603 2001-01-25 matthew green <mrg@redhat.com>
25604
25605 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25606
25607 2001-01-28 Michael Chastain <chastain@redhat.com>
25608
25609 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25610 to call when tests fail. It takes gdb out of the overloaded
25611 function choice menu back to the main prompt, so that the test
25612 program stays synchronized.
25613 (set_bp_overloaded): New proc to collect all the common
25614 code for setting a breakpoint on an overloaded name. Calls
25615 take_gdb_out_of_choice_menu when needed.
25616 (menu_overload1arg): New variable to collect the repeated
25617 instances of the expected menu for an overloaded name. Change
25618 the regular expression to handle changes in g++ type encoding:
25619 "void" can be either "void" or "", and "unsigned int" can be
25620 either "unsigned int" or "unsigned".
25621 (continue_to_bp_overloaded): Change regular expressions to handle
25622 changes in g++ type encoding.
25623 (no proc): Call take_gdb_out_of_choice_menu when needed.
25624 Remove redundant calls to "info break". Accept either "canceled"
25625 or "cancelled". Change regular expressions in "info break"
25626 calls to handle changes in g++ type encoding. Give all tests
25627 unique strings.
25628
25629 2001-01-17 Ben Elliston <bje@redhat.com>
25630
25631 * config/sid.exp: New file.
25632
25633 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25634
25635 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25636
25637 2000-12-21 Michael Snyder <msnyder@cygnus.com>
25638
25639 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25640 Add a RE to accept a non-ascii char if one is ever presented.
25641
25642 2000-12-20 Fernando Nasser <fnasser@redhat.com>
25643
25644 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
25645
25646 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25647
25648 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25649 in regexp. One '\' does not suffice on Linux.
25650
25651 2000-12-09 Michael Chastain <chastain@redhat.com>
25652
25653 * gdb.base/break.exp (test_clear_command): Use a marker function
25654 rather than 'main' for the test function. Also move this
25655 test to an execution point where the marker function names are
25656 guaranteed to be bound to functions. (Executing tests after a
25657 'finish' from main runs into name conflicts with local names
25658 in __libc_start_main).
25659
25660 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25661
25662 * gdb.base/finish.exp: New test for gdb's "finish" command.
25663 * gdb.base/return2.exp: New test for gdb's "return" command.
25664 * gdb.base/return2.c: New source file for above.
25665
25666 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25667
25668 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25669 * gdb.base/miscexprs.exp: Ditto.
25670 * gdb.base/pointers.exp: Ditto.
25671 * gdb.c++/derivation.exp: Ditto.
25672 * gdb.c++/local.exp: Ditto.
25673 * gdb.c++/namespace.exp: Ditto.
25674 * gdb.c++/overload.exp: Ditto.
25675 * gdb.c++/ref-types.exp: Ditto.
25676
25677 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25678
25679 * gdb.base/constvars.exp: Test result of "up" command.
25680 * gdb.base/miscexprs.exp: Ditto.
25681 * gdb.base/pointers.exp: Ditto.
25682 * gdb.base/scope.exp: Ditto.
25683 * gdb.c++/derivation.exp: Ditto.
25684 * gdb.c++/local.exp: Ditto.
25685 * gdb.c++/namespace.exp: Ditto.
25686 * gdb.c++/overload.exp: Ditto.
25687 * gdb.c++/ref-types.exp: Ditto.
25688
25689 2000-11-22 Michael Chastain <chastain@redhat.com>
25690
25691 * mips_pro.exp: Accept either "middle -> top -> main" or
25692 "middle -> main" in the backtrace, because gcc can optimize
25693 tail calls to jumps. Remove setup_xfail for the hppa case.
25694 Add a comment with the original warning messages from PR 3016,
25695 which was filed in 1993, to preserve them for posterity.
25696
25697 2000-11-17 Nick Duffek <nsd@redhat.com>
25698
25699 * lib/gdb.exp (gdb_test): Override timeout with board info.
25700
25701 2000-11-17 Nick Duffek <nsd@redhat.com>
25702
25703 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25704 the second kill and detach messages.
25705
25706 2000-11-17 Nick Duffek <nsd@redhat.com>
25707
25708 * configure.in: Add AC_EXEEXT.
25709 * configure: Regenerate.
25710 * Makefile.in (just-check): Export EXEEXT.
25711 * lib/gdb.exp ($EXEEXT): Import from environment.
25712 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25713 expect "maint dump-me" on Cygwin.
25714 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25715 $EXEEXT.
25716
25717 2000-11-17 Nick Duffek <nsd@redhat.com>
25718
25719 * gdb.base/break.exp: Test backtrace and finish from called
25720 function on all platforms, not just HP-UX.
25721
25722 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25723
25724 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25725 code from gdb_target_monitor, so it can be used independantly
25726 for gdbserver. Also comment out an unnecessary PUTS.
25727
25728 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25729
25730 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25731 * gdb.base/corefile.exp: Expect the message "Program is being
25732 debugged already" when we send the "corefile" command, since
25733 the preceeding gdb_load may have connected gdb to a remote target.
25734 * gdb.base/display.exp: Disable hardware watchpoints if new
25735 board info variable "no_hardware_watchpoints" is true.
25736 Replace single-letter commands with more readable ones.
25737 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25738 if new board info variable "no_hardware_watchpoints" is true.
25739 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25740 to see if stdio (printf) testing is possible.
25741 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25742 board info variable "no_hardware_watchpoints" is true. Use new
25743 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25744
25745 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25746
25747 From Orjan Friberg <orjanf@axis.com>:
25748 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25749 in array print pattern match.
25750
25751 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25752
25753 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25754 spelling "cancelled" to U.S. spelling "canceled" to match changes
25755 made to gdb.
25756 * gdb.c++/ovldbreak.exp: Ditto.
25757
25758 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25759
25760 * gdb.base/callfuncs.c (main): Moved to end of file, call
25761 t_double_values to initialize the FPU before inferior calls are made.
25762 * gdb.base/callfuncs.exp: Test for register preservation after calling
25763 inferior functions. Add tests for continuining, finishing and
25764 returning from a stop in a call dummy.
25765
25766 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25767
25768 * gdb.base/commands.exp: Break up long lines, and re-indent.
25769
25770 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25771
25772 * config/gdbserver.exp: Rewritten from the ground up, to make it
25773 compatible with the current dejagnu tree, and to make it work with
25774 the new "gdbserver" in libremote.
25775
25776 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25777
25778 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25779 * gdb.base/varargs.exp: Skip entire test if no printf support.
25780 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25781 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25782
25783 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25784
25785 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25786 no floating point support.
25787 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25788 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25789 * gdb.base/call-rt-st.exp: Ditto.
25790 * gdb.base/call-strs.exp: Ditto.
25791
25792 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25793
25794 * gdb.base/sizeof.c: include <stdio.h>.
25795
25796 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25797 'finish', otherwise uncaptured gdb_prompt would potentially
25798 throw remaining test points out of sync.
25799
25800 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25801
25802 * gdb.base/recurse.exp: Run tests for all targets.
25803 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25804 gnu-oldld case on ARM.
25805 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25806 for ARM targets.
25807
25808 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25809
25810 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25811 * gdb.java/configure: Rebuild.
25812
25813 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25814
25815 * gdb.java/jv-exp.exp: New file.
25816
25817 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25818
25819 * configure: Rebuilt.
25820 * configure.in (configdirs): Add gdb.java.
25821 * gdb.java/jmisc.java: New file.
25822 * gdb.java/jmisc.exp: New file.
25823 * gdb.java/Makefile.in: New file.
25824 * gdb.java/configure: Rebuilt.
25825 * gdb.java/configure.in: New file.
25826 * lib/java.exp: New file.
25827
25828 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25829
25830 * gdb.base/exprs.exp: Test casts to a pointer including over and
25831 underflow.
25832
25833 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25834
25835 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25836 and the compilers sizes.
25837
25838 2000-07-09 Nick Duffek <nsd@redhat.com>
25839
25840 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25841 (use_methods): New function.
25842 (main): Call use_methods().
25843 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25844 (do_tests): Call test_method_param_class.
25845
25846 2000-07-09 Nick Duffek <nsd@redhat.com>
25847
25848 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25849 spelling.
25850 (test_enums): New procedure. Move enum tests from end of script
25851 to here. Set breakpoint on function name instead of line number.
25852 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25853 (enums2): New marker function.
25854 (enums1): New function.
25855 (main): Call enums1(). Move enum tests to enums1().
25856
25857 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25858
25859 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25860 compile/link program. Update line numbers.
25861 * gdb.asm/d10v.inc: Define ``startup''.
25862 * gdb.asm/asmsrc1.s: Add definition of _start.
25863
25864 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25865
25866 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25867
25868 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25869
25870 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25871 of 'help maint print' command.
25872
25873 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25874
25875 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25876 they use gdb_expect_list.
25877
25878 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25879
25880 * gdb.base/commands.exp: Use ``set remote
25881 memory-read-packet-size'' instead of ``set endian big'' to test
25882 long commands.
25883
25884 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25885
25886 * gdb.c++/templates.exp (do_tests): Make all of these work under
25887 g++, and stop skipping them.
25888
25889 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25890 work under g++.
25891
25892 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25893 initialization.
25894
25895 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25896
25897 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25898 the regular expression: accept an (almost) arbitrary sequence of
25899 "frames-invalid" and "breakpoints-invalid" messages both before
25900 and after the "starting" message.
25901
25902 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25903
25904 * gdb.c++/local.exp: This test has never been known to work with g++.
25905
25906 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25907
25908 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25909 Relax the regular expression a little, make it pass on Solaris 8.
25910
25911 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25912
25913 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25914 a call, do not require that gdb stop on the line after the call.
25915 Instead, it is permissible for gdb to stop on the line of the
25916 call itself.
25917
25918 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25919
25920 * gdb.base/break.exp (bp on small function, optimized file):
25921 Add a second pass pattern. The behavior differs here between stabs
25922 and dwarf for one-line functions. Stabs preserves two line symbols
25923 (one before the prologue and one after) with the same line number,
25924 but dwarf regards these as duplicates and discards one of them.
25925 Therefore the address after the prologue (where the breakpoint is)
25926 has no exactly matching line symbol, and GDB reports the breakpoint
25927 as if it were in the middle of a line rather than at the beginning.
25928
25929 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25930
25931 * gdb.base/interrupt.exp: Make "pass" message say "send"
25932 rather than "send_gdb" (for consistancy).
25933
25934 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25935
25936 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25937 * gdb.c++/templates.cc: Properly check for GCC version number.
25938 * lib/compiler.cc: Likewise
25939
25940 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25941
25942 * gdb.base/break.exp: When compiled with -O2 optimization,
25943 gdb may not stop at the first line of main, due to code motion.
25944
25945 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25946
25947 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25948 This test depends on parsing the printf output from the target.
25949 Since the sparclet stub doesn't do stdio, this will never work.
25950 * gdb.base/call-rt-st.exp: ditto.
25951 * gdb.base/call-strs: ditto.
25952
25953 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25954
25955 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25956
25957 * gdb.base/ending-run.exp: After connecting to a remote target,
25958 but before running, the target will appear to be in a random
25959 location. Specify both a file and a line for breakpoints.
25960 Also, the function that calls main may be called 'init'
25961 rather than 'start'.
25962
25963 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25964
25965 * gdb.base/help.exp: Update output for add-symbol-file command.
25966
25967 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25968
25969 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25970 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25971
25972 2000-04-07 J.T. Conklin <jtc@redback.com>
25973
25974 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25975
25976 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25977
25978 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25979
25980 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25981 values that can be represented exactly.
25982 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25983 above change, and to not check against the directory part of the source
25984 file name.
25985 (step into print_long_arg_list): Likewise.
25986 (print print_small_structs from print_long_arg_list): Likewise.
25987 (print print_long_arg_list): Likewise.
25988
25989 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25990
25991 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25992
25993 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25994
25995 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25996
25997 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25998
25999 * gdb.base/commands.exp (deprecated_command_test): Add test for
26000 deprecate with no arguments.
26001
26002 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26003
26004 * gdb.base/break.exp: Add new test for setting breakpoints on
26005 optimized code so we can test breakpoints work even when function
26006 prologues may be optimized away
26007
26008 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26009
26010 From David Whedon <dwhedon@gordian.com>
26011 * gdb.base/commands.exp : Added command deprecator tests.
26012
26013 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26014
26015 * gdb.base/help.exp: Added test for new apropos command.
26016
26017 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26018
26019 * gdb.base/pointers.c (usevar): New function.
26020 (main): Make sure that global variables v_int_pointer2, rptr,
26021 and y are all referenced someplace in the program by calling
26022 usevar() on them. [Some linkers delete symbols which are
26023 never referenced. The space remains, but there's no way to
26024 get a (symbolic) handle on the variable from the debugger.]
26025
26026 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26027
26028 * gdb.base/printcmds.c: Add typedeffed arrays.
26029
26030 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26031 procedure to test arrays that are typedef'd.
26032
26033 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26034
26035 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26036 the library directories.
26037
26038 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26039
26040 * configure.in (configdirs): Add sub directory gdb.mi.
26041 * configure: Re-generate.
26042
26043 * gdb.mi: New directory.
26044
26045 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26046
26047 * gdb.base/long_long.exp: Correct test suite failure when printing
26048 a long long value as a double on ARM platforms.
26049
26050 2000-02-16 Jim Blandy <jimb@redhat.com>
26051
26052 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26053 default source file is set properly before running this test.
26054
26055 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26056
26057 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26058 gdbtk/library directory, not in gdbtcl2.
26059
26060 2000-02-04 Jim Blandy <jimb@redhat.com>
26061
26062 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26063 backslash from regexp pattern.
26064
26065 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26066 procedure. Use it to run all the "continue to bp overloaded"
26067 tests. Note that this changes the names of the tests slightly.
26068 If the breakpoint hit message includes a hex PC value, because
26069 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26070 from the real source code, still consider that a pass.
26071
26072 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26073 XFAIL here if the breakpoint message contains a hex address. Note
26074 similar change on 1999-11-02.
26075
26076 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26077
26078 * gdb.base/ptype.exp: Establish a default source file before
26079 calling get_debug_format.
26080
26081 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26082
26083 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26084
26085 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26086
26087 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26088 of successive stepi commands -- while in the prologue we should see
26089 the function entry bracket.
26090
26091 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26092
26093 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26094 reach __change_mode() when stepping through the end of main().
26095
26096 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26097
26098 * gdb.base/default.exp: Fix expected pattern.
26099 * gdb.base/help.exp: Same.
26100
26101 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26102
26103 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
26104 Don't use xfail's because that affects only the following test.
26105
26106 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
26107 solaris or linux.
26108
26109 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26110
26111 2000-01-07 Michael Snyder <msnyder@cygnus.com>
26112
26113 * gdb.base/display.exp: Some yacc parsers like to say
26114 "A syntax error" rather than "A parse error". Accept both.
26115
26116 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26117
26118 * gdb.base/default.exp: Remove OS dependent string from "target
26119 remote" test.
26120 * gdb.base/help.exp: Same for "help target remote" test.
26121
26122 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26123
26124 From Jim Kingdon <kingdon@redhat.com>:
26125
26126 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
26127 prompt (cleanup rather than necessity, but still might keep output
26128 from spilling to next test).
26129
26130 2000-01-02 Fred Fish <fnf@cygnus.com>
26131
26132 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26133 AIX, which defines them in <sys/types.h>.
26134
26135 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
26136
26137 * gdb.base/default.exp: Match arm* etc instead of arm in "info
26138 float" test.
26139
26140 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
26141
26142 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
26143
26144 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26145 outermost frame disallowed".
26146
26147 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26148
26149 * gdb.base/setvar.exp: New tests for setting the value of a struct
26150 with a constant list.
26151
26152 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26153
26154 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26155 require the user to type a cast before setting the value of a struct.
26156
26157 1999-12-06 Jim Blandy <jimb@cygnus.com>
26158
26159 * gdb.base/default.exp: Expect the new 'info float' command on
26160 all i386 platforms.
26161
26162 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26163 LinuxThreads libraries that don't support debugging.
26164
26165 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26166
26167 * gdb.base/remote.c: Fill the buffer with truely random data.
26168 Change the buffer type to ``unsigned char'' to simplify size
26169 arithmetic.
26170
26171 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26172 stub only handles 400-1 byte packets. Verify that the download
26173 worked.
26174
26175 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26176
26177 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26178 tests, using UNRESOLVED for the untested cases. Also, does not wait
26179 for a timeout if the prompt was received before a recognizable pattern.
26180
26181 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26182
26183 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26184
26185 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26186
26187 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26188 watchpoints.
26189
26190 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26191
26192 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26193
26194 * gdb.c++/local.exp: Be more flexible in recognizing local class
26195 name mangling. Don't allow horribly truncated method names.
26196 * gdb.c++/derivation.exp: Expect protected inheritance.
26197 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26198 * gdb.c++/virtfunc.exp: Likewise.
26199 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26200 when printing a nested enum.
26201
26202 1999-11-22 Jim Blandy <jimb@cygnus.com>
26203
26204 * gdb.base/step-test.exp: Properly await GDB's response to setting
26205 a breakpoint on the call to large_struct_by_value.
26206
26207 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26208 just because we have debug info for the `start' function.
26209
26210 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26211
26212 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26213 "Unknown signal" messages, which indicate (on LinuxThreads) that
26214 GDB doesn't know how to debug threads on this system. This is
26215 better than hanging while philosopher 0 dumps chatter into gdb.log.
26216
26217 1999-11-18 Tom Tromey <tromey@cygnus.com>
26218
26219 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26220
26221 1999-11-18 Fred Fish <fnf@cygnus.com>
26222
26223 * gdb.base/coremaker2.c: Add sample program for generating
26224 cores that is more self contained than coremaker.c. Eventually
26225 I'll add more code to this and tie it into the testsuite.
26226
26227 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26228
26229 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26230
26231 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26232
26233 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26234 from $srcdir/lib/.
26235 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26236 and gdb.c++/.
26237
26238 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26239
26240 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26241 'continue with watch' test point.
26242
26243 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26244
26245 Merged from p2linux-990323-branch:
26246
26247 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26248
26249 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26250
26251 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26252 {limit,fixed}''. Test ``set download-write-size''.
26253
26254 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26255
26256 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26257 gdb_expect_list.
26258
26259 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26260
26261 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26262
26263 1999-11-03 Mark Salter <msalter@cygnus.com>
26264
26265 * gdb.base/break.exp: Fix "stub continue" pattern.
26266
26267 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26268
26269 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26270
26271 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26272
26273 * gdb.base/display.exp ("finish"): Add timeout clause.
26274
26275 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26276 plain prompt clause, so this doesn't have to time out in order to
26277 fail.
26278
26279 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
26280 breakpoint hit messages include an address.
26281
26282 * gdb.base/display.exp: Don't forget to escape parens in regular
26283 expressions. Unix regexp notatation sucks.
26284
26285 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26286
26287 * gdb.base/annota1.exp: Test for annotate-signalled: change output
26288 order for 'signalled' message.
26289
26290 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26291
26292 From Jimmy Guo <guo@cup.hp.com>:
26293 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26294 * gdb.base/annota1.c: Add code for tests to work with.
26295
26296 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26297
26298 * gdb.base/remote.exp: New test for remote downloading settings.
26299 * gdb.base/remote.c: New file with large .data.
26300
26301 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26302
26303 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26304 for LinuxThreads support, merged from the Code Fusion branch.
26305
26306 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26307
26308 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
26309 containing exp_continue into a while within an expect. Don't
26310 attempt a start more than three times. Check return value from
26311 gdb_load.
26312
26313 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26314
26315 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
26316 a pass case.
26317
26318 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
26319
26320 * gdb.base/break.c (main): Added a statement that we can step
26321 off of.
26322 * gdb.base/break.exp: Added tests for setting a breakpoint
26323 at an offset and stepping onto a breakpoint.
26324
26325 1999-10-01 Fred Fish <fnf@cygnus.com>
26326
26327 * gdb.base/help.exp (help add-symbol-file): Update to match current
26328 gdb output.
26329
26330 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26331
26332 * gdb.base/break.exp: Code locations are in hex, don't forget!
26333 (For HP-UX.)
26334
26335 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26336
26337 * condbreak.exp: Use break.c as test program.
26338 * condbreak.c: Remove, redundant with break.c.
26339
26340 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26341
26342 * config/monitor.exp (gdb_target_monitor): Disable X- and
26343 Z-packets if the target needs it.
26344
26345 1999-09-13 James Ingham <jingham@leda.cygnus.com>
26346
26347 * gdb.c++/overload.exp: Added tests for listing overloaded
26348 functions with function pointers in the arg, explicitly calling
26349 out the version you want.
26350
26351 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26352
26353 * long_long.exp: Add variations of test cases that work for
26354 targets with 16-bit ints and 32-bit doubles.
26355
26356 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26357
26358 * break.c (main): Compare a possibly-uninitialized argc with an
26359 unlikely value that fits in 16 bits.
26360
26361 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26362
26363 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26364 0xfeeb, don't want negative numbers if ints are 16 bits.
26365
26366 * lib/gdb.exp (skip_cplus_tests): New proc.
26367 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26368 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26369 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26370 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26371 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26372 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26373 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26374 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
26375
26376 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26377
26378 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26379
26380 * gdb.base/corefile.exp (up): Allow a parameter to appear
26381 in the frame that we're going up to.
26382
26383 From Jim Blandy <jimb@cygnus.com>:
26384
26385 * gdb.base/default.exp (info float): Expect some output now.
26386
26387 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26388 returning floating-point values to fail on the x86.
26389 * gdb.base/callfwmall.exp (do_function_calls): Same.
26390
26391 * gdb.base/list.exp (test_listsize): Correct expectations for
26392 listing line 1 with listsize 2. Also, listing a single line
26393 works now, as does listing three lines. [Kevin's note: There
26394 were a number of other cases fixed too where the expectations
26395 differed...]
26396
26397 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26398
26399 * gdb.base/selftest.exp: Add case for when version prints as
26400 constant string instead of char pointer.
26401
26402 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26403
26404 * gdb.base/ending-run.exp: Add Solaris case for what happens when
26405 stepping out of main.
26406
26407 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26408 G++ used.
26409
26410 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
26411 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
26412
26413 * gdb.c++/ovldbreak.exp: Update match string in test that
26414 includes a warning of multiple breakpoints.
26415
26416 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26417
26418 * gdb.base/display.exp: Improve precision of step-after-finish
26419 added yesterday.
26420
26421 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
26422 test.
26423
26424 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26425 configs when using G++, not just hppa*.
26426
26427 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26428
26429 * gdb.base/async.c: New file.
26430 * gdb.base/async.exp: New file.
26431
26432 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26433
26434 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26435 PA64.
26436
26437 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26438
26439 * gdb.base/display.exp: "finish" can leave us mid-line on many
26440 targets, deal with it. Add a small constant to main, instead of
26441 1000 since main+1000 may not be a valid address in the target.
26442
26443 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26444 on hpux11.
26445
26446 * gdb.base/attach.exp: Handle another hpux11 error message variant
26447 when attaching to a process that does not exist.
26448
26449 1999-08-19 J.T. Conklin <jtc@redback.com>
26450
26451 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26452 characters in 'continue to 1241' test.
26453
26454 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26455
26456 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26457 stop in print_long_arg_list, define and use a whitespace
26458 variable in print_small_structs test, add an XFAIL for Solaris.
26459 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26460 interested enough to fix.
26461
26462 1999-08-13 Keith Seitz <keiths@cygnus.com>
26463
26464 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26465 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26466 proc knows about targets other than the natives.
26467 (test_assign): Use "gdb_run_cmd" to "run" the target.
26468 Check that we've actually hit the breakpoint at main.
26469 When we attempt to assign a value to a local variable, check
26470 that the variable is in the current scope, i.e., don't use
26471 a test with an empty result.
26472
26473 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26474
26475 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26476 command.
26477
26478 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26479
26480 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26481 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26482 gdb.compat, gdb.threads-hp.
26483 gdb.hp/configure, gdb.hp/configure.in: New files.
26484 gdb.hp/Makefile.in: Recurse into new subdirs.
26485 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26486 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26487 in object files.
26488 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26489
26490 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26491
26492 * gdb.base/display.exp: Help expect by putting a newline in the
26493 funky printf, remove a bogus p/a test.
26494
26495 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26496
26497 * gdb.base/display.exp: Make sure that when we say 'run', we are
26498 connected to the target. This is necessary when running not
26499 natively.
26500
26501 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26502
26503 * gdb.base/step-test.exp: Removed some extraneous messages.
26504
26505 * gdb.base/long_long.exp: Don't run memory examination tests
26506 on little-endian targets (they will need a different set of
26507 results to match).
26508
26509 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26510
26511 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26512 until somebody decides to fix GDB.
26513
26514 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26515 constant as "ULL".
26516 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26517 matches for a couple x/2 commands.
26518
26519 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26520
26521 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26522 by merging in ref-types2 tests.
26523 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26524
26525 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26526 * gdb.c++/Makefile.in: Add standard actions.
26527 (EXECUTABLES): Rename from PROGS, update list.
26528 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26529 from gdb.hp.
26530 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26531 foo and bar locals.
26532 * gdb.c++/anon-union.exp: Fix tests to match.
26533 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26534 expect matches to handle output variations.
26535 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26536 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26537 output, add HP alternatives for new and delete prints.
26538 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26539 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26540 * gdb.c++/demangle.exp: Use $style when reporting failure.
26541 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26542 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26543 match alternatives.
26544 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26545 compilers.
26546 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26547 * gdb.c++/method.exp: Add match alternatives.
26548 * gdb.c++/misc.cc: Add bool types.
26549 * gdb.c++/misc.exp: Add tests for bool types.
26550 * gdb.c++/overload.exp: Add xfails.
26551 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26552 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26553 add some more template parameter tests (only for HP currently).
26554 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26555 * gdb.c++/virtfunc.cc: Add return type and value for main.
26556 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26557 match alternatives.
26558
26559 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26560
26561 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26562
26563 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26564
26565 * gdb.base/signals.exp: Don't expect getting a backtrace from
26566 within a signal handler to fail on Linux.
26567
26568 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26569
26570 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26571 * lib/gdb.exp: Remove some gratuitious semicolons.
26572 (delete_breakpoints): Increase timeout.
26573 (gdb_expect): Add -notransfer option.
26574 (gdb_test): Use -notransfer option.
26575 (get_compiler_info): Add f77 case.
26576 (get_compiler): New proc, split out from gdb_preprocess, add f77
26577 case.
26578 (gdb_preprocess): Call get_compiler.
26579
26580 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26581 * gdb.base/attach.exp, gdb.base/display.exp,
26582 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26583 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26584 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26585 third arg to gdb_test.
26586 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26587 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26588 HP-UX xfails, add others.
26589 * gdb.base/completion.exp: Reflect name change of self-test.
26590 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26591 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26592 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26593 HP failure number.
26594 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26595 useless HP-UX 10.30 references.
26596 * gdb.base/maint.exp: Loosen matches.
26597 * gdb.base/pointers.c (main): Declare more_code.
26598 * gdb.base/pointers.exp: Match on output of a `next'.
26599 * gdb.base/structs.c: Add prototypes.
26600 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26601 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26602
26603 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26604
26605 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
26606 command.
26607
26608 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26609
26610 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26611 Fix run to main failures. Watchpoint can be hardware watchpoint.
26612
26613 * gdb.base/annota1.exp: Clean up some more, in case printf has
26614 debug info. Deal with lack of signal hanlder info in stack.
26615
26616 From Jim Kingdon <kingdon@redhat.com>:
26617 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26618
26619 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26620
26621 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
26622 gdb.base/foll-vfork.exp: Don't run for crosses.
26623
26624 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26625
26626 * gdb.base/configure.in: Check for gdbvars.exp instead of
26627 a1-selftest.exp.
26628 * gdb.base/configure: Re-generate.
26629
26630 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26631
26632 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26633 in trying to run first and name is too long.
26634
26635 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26636 pointers2.c and pointers2.exp, respectively.
26637 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26638 doschk happier.
26639
26640 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26641
26642 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26643 callfuncs2.c and callfuncs2.exp.
26644
26645 * gdb.base/list.exp: Remove mistaken xfails.
26646 * gdb.base/list0.h: Add optional prototypes.
26647
26648 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26649
26650 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26651 calling malloc.
26652 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26653 * ptype.exp: Move test for get_debug_format to before its first
26654 use.
26655
26656 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26657
26658 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26659 * gdb.base/annota2.cc, annota2.exp: Move from here.
26660 * gdb.c++/annota2.cc, annota2.exp: To here.
26661 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26662
26663 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26664
26665 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26666 a consistent format.
26667
26668 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26669
26670 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26671 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26672 HP compilers, also set the globals $true and $false.
26673
26674 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26675 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26676 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26677 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26678 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26679 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26680 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26681 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26682 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26683 whatis.c} Add C++ compatible function definitions and return
26684 types, add includes for library functions.
26685 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26686 * gdb.base/step-test.c (myglob): Rename from glob.
26687 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26688 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26689 files, move here from gdb.hp.
26690 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26691 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26692 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26693 Adjust line numbers in regexps.
26694
26695 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26696 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26697 instead of 0/1.
26698
26699 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26700 foll-vfork.exp: New files, move here from gdb.hp.
26701 * gdb.base/page.exp: New file, test of pagination command.
26702
26703 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26704 recursion test.
26705 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26706
26707 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26708 gdb.base/solib.exp: Fix compiler invocation process.
26709
26710 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26711 HP-UX 11, turn off overload resolution explicitly.
26712 * gdb.base/commands.exp: Set argument list explicitly, add
26713 watchpoint test.
26714 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26715 them work.
26716 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26717 expressions properly.
26718 * gdb.base/corefile.exp: Loosen the match slightly.
26719 * gdb.base/default.exp: Allow "Error accessing memory" message
26720 also.
26721 * gdb.base/display.exp: Skip over x/0 j if PA64.
26722 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26723 * gdb.base/interrupt.exp: Ditto.
26724 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26725 in use.
26726 * gdb.base/list.exp: Add xfails for HP-UX.
26727 * gdb.base/long_long.exp: Refine some of the numeric matches.
26728 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26729 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26730 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26731 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26732 * gdb.base/ptype.exp: Succeed on more varieties of output.
26733 * gdb.base/scope.exp: Add xfails for HP-UX.
26734 * gdb.base/sect-cmd.exp: Add more cases.
26735 * gdb.base/setvar.exp: Add xfails for HP-UX.
26736 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26737 * gdb.base/signals.exp: Match on void symbolically.
26738 * gdb.base/step-test.exp: Add case for PA64.
26739 * gdb.base/term.exp: Add exit and restart.
26740 * gdb.base/twice.exp: Clean up after self.
26741 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26742 * gdb.base/whatis.exp: Allow more ways to pass tests.
26743
26744 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26745 no longer useful.
26746
26747 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26748
26749 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26750 list of patterns.
26751 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26752 print_double_array(double_array)", "continuing to breakpoint
26753 1018", "print print_double_array(array_d)" and "continuing to
26754 1034" tests.
26755
26756 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26757
26758 * Makefile.in: Add empty html and install-html targets.
26759
26760 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26761
26762 * config/mt-*: Remove, these haven't been used since 1996.
26763
26764 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26765
26766 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26767 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26768 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26769
26770 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26771
26772 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26773 simpler match case for the ptype of the big class.
26774
26775 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26776
26777 * gdb.exp: Fix test for gdb_prompt existence.
26778
26779 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26780
26781 * gdb.exp (gdb_test): Add fail after calls to perror.
26782
26783 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26784
26785 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26786
26787 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26788
26789 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26790
26791 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26792
26793 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26794 malloc() is linked in.
26795
26796 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26797
26798 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26799 step at end.
26800
26801 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26802
26803 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26804
26805 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26806
26807 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26808
26809 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26810 * gdb.base/mips_pro.exp: Likewise.
26811
26812 1999-06-02 Keith Seitz <keiths@cygnus.com>
26813
26814 * gdb.c++/templates.cc: Change all "new" operators to throw
26815 an exception.
26816 * gdb.c++/cplusfuncs.cc: Likewise.
26817
26818 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26819
26820 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26821
26822 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26823 * gdb.base/ending-run.exp: When stepping out of main, accept a
26824 step into an arbitrary assembler file.
26825
26826 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26827
26828 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26829 "breakpoint-invalid" to be printed.
26830 * gdb.base/annota2.exp: Revise line number for main
26831 breakpoint. Allow any number of "frames-invalid" and
26832 "breakpoint-invalid" to be printed.
26833 * gdb.base/annota2.cc: Initialize a.x to 0.
26834
26835 1999-05-17 Keith Seitz <keiths@cygnus.com>
26836
26837 * gdb.base/call-ar-st.exp: Skip
26838 "print print_double_array (double_array)" when "skip_float_tests" set.
26839 Ditto for "print print_double_array(array_d)",
26840 "print print_small_structs", "print print_ten_doubles", and
26841 "step into print_long_arg_list".
26842 Don't assume we can step into "print_long_arg_list": we could step
26843 into memcpy.
26844 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26845 "skip_float_tests" is set: "print print_one_double(*d1)"
26846 and "print print_two_floats(*f3)".
26847 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26848 "skip_float_tests" is set.
26849 * gdb.base/varargs.exp: Skip
26850 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26851 "skip_float_tests" set.
26852
26853 1999-05-06 Keith Seitz <keiths@cygnus.com>
26854
26855 * gdb.base/annota2.cc: Include stdio.h.
26856
26857 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26858
26859 * gdb.base/crossload.exp: Remove, this has been disabled ever
26860 since BFD stopped including all targets, and cross-GDB gets
26861 plenty of testing anyway.
26862 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26863 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26864 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26865 * gdb.base/README: Remove, was doc for this.
26866 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26867 needed.
26868
26869 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26870
26871 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26872 output.
26873
26874 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26875 * gdb.base/annota2.exp: New file. More annotation tests.
26876 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26877 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26878
26879 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26880
26881 * config/cfdbug.exp: New file.
26882
26883 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26884
26885 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26886 Marcus Daniel's and Dale Hawkins's demangler crashes.
26887
26888 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26889 test_lucid_style_demangling, test_arm_style_demangling,
26890 test_hp_style_demangling): Try Tom Tromey's core-dumping
26891 identifier under each demangling style.
26892
26893 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26894
26895 * gdb.c++/demangle.exp: Include the current demangling style
26896 in all test names.
26897 (current_demangling_style): New global variable.
26898 (set_demangling_style, test_demangling_core, test_demangling,
26899 test_demangling_exact): New functions.
26900 (test_gnu_style_demangling, test_lucid_style_demangling,
26901 test_arm_style_demangling, test_hp_style_demangling): Use those,
26902 instead of calling gdb_test and gdb_test_exact directly.
26903 (catch_demangling_errors): New function, which reports errors
26904 signalled by the demangling test functions in an orderly way.
26905 (do_tests): Use catch_demangling_errors.
26906
26907 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26908
26909 * gdb.base/signals.exp (test_handle_all_print): Use () for
26910 grouping in expressions, not {}.
26911
26912 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26913 initialized yet.
26914
26915 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26916
26917 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26918 are listed.
26919
26920 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26921
26922 * gdb.stabs/weird.exp: Test for CC being defined before
26923 looking at its value.
26924
26925 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26926
26927 * gdb.base/call-ar-st.exp: Remove stray '#'.
26928 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26929 "short int" and "long int".
26930 * gdb.c++/overload.cc: Cast the string added in the previous
26931 change, to mollify finicky HP compiler.
26932 * gdb.hp/reg-test.exp (testfile): Fix file name.
26933 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26934
26935 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26936 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26937 alternate form of enum ptype.
26938
26939 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26940
26941 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26942 * gdb.hp/*.exp: Change all to run compiler probe only after
26943 passing skip_hp_tests, so as not to waste time on guaranteed
26944 failure.
26945
26946 * gdb.c++/overload.cc: Pass string instead of char addr, always
26947 init ccpfoo.
26948 * gdb.c++/templates.cc: Fix syntax error.
26949
26950 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26951
26952 * gdb.base/commands.exp: Add test for correct position of '>'
26953 when issuing the 'commands' command after a 'while' or 'if'
26954 command.
26955
26956 1999-03-18 James Ingham <jingham@cygnus.com>
26957
26958 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26959
26960 * gdb.c++/method.exp: It was testing an uninitialized int on the
26961 stack and assuming it was positive.
26962
26963 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26964
26965 * gdb.base/step-test.exp: Catch a case where finish is broken and
26966 keep it from killing the rest of the tests.
26967 Use gdb_continue_to_end.
26968
26969 * gdb.base/sigall.exp: use gdb_continue_to_end.
26970
26971 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26972
26973 * gdb.base/display.exp: use runto_main, not run.
26974
26975 * gdb.base/default.exp: Check for the current error message in the
26976 r abbreviation test.
26977 Add strongarm to the targets that know info float.
26978
26979 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26980 run which doesn't work with monitors.
26981
26982 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26983 1034 test.
26984
26985 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26986
26987 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26988 end of a program. Traps the case (in Cygmon) when the program
26989 never really exits. Same as Mark's continue_to_exit, but I had
26990 put it in a lot more places, so I used my name. Sorry Mark...
26991
26992 * config/monitor.exp (gdb_target_monitor): added another
26993 target_info parameter: remotebinarydownload. This will set the
26994 remotebinarydownload flag if this is causing some boards trouble.
26995
26996 1999-03-18 Mark Salter <msalter@cygnus.com>
26997
26998 * lib/gdb.exp (continue_to_exit): New function.
26999
27000 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27001 * gdb.base/ending-run.exp: Ditto.
27002 * gdb.base/step-test.exp: Ditto.
27003
27004 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27005
27006 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27007 (suggested by Art Haas <ahaas@neosoft.com>).
27008
27009 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27010
27011 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27012
27013 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27014
27015 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27016 descriptions of types (short unsigned int vs unsigned short, etc).
27017
27018 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27019
27020 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27021 a call to strlen; sometimes we do have sources.
27022
27023 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27024
27025 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27026 character, so GDB won't print garbage after its end.
27027
27028 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27029 breakpoint there instead. Sometimes GCC emits memcpy to handle
27030 the large structures being passed by value, so we step into that
27031 instead of sum_array_print, which obscures what we're really testing.
27032 * gdb.base/step-test.exp: However, we do want a test that notices
27033 the bizarre steps into memcpy, so do that here. Add check for
27034 stepping into function calls that pass large structures by value.
27035 ("Is that a noun clause, or are you just happy to see me?")
27036 Remove all references to specific line numbers.
27037 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27038 New type and function.
27039 (main): Call large_struct_by_value, passing it a large struct by value.
27040 * lib/gdb.exp (gdb_get_line_number): New function.
27041
27042 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27043 more portable.
27044
27045 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27046
27047 * lib/gdb.exp: Doc fixes.
27048
27049 1999-03-05 Nick Clifton <nickc@cygnus.com>
27050
27051 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27052
27053 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27054
27055 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27056 commands. They're not germane to this test, and they don't work
27057 that way on remote targets.
27058
27059 1999-03-01 James Ingham <jingham@cygnus.com>
27060
27061 * Changelog entries merged over from gdb development branch.
27062
27063 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27064
27065 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27066 for outputting results of test run.
27067
27068 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
27069
27070 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
27071
27072 1999-02-25 Felix Lee <flee@cygnus.com>
27073
27074 * lib/gdb.exp (debug_format): initialize
27075
27076 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27077
27078 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27079 * gdb.base/call-rt-st.c: Ditto.
27080
27081 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27082
27083 * gdb.threads/pthreads.exp (horiz): New variable.
27084 (test_startup): Fix regexps that capture thread numbers.
27085
27086 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27087
27088 * gdb.base/smoke.exp: Disambiguate two test case names (both
27089 called ``print'').
27090
27091 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27092
27093 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
27094 compilation.
27095
27096 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27097
27098 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27099 actual output formatting.
27100 * gdb.base/smoke.exp: GDB removes leading 0's.
27101 * gdb.base/volatile.exp: Don't check type of remuneration;
27102 that variable is no longer defined in constvars.c.
27103 * gdb.base/step-test.c (main): Exit with explicit exit code.
27104 * gdb.base/step-test.exp: Remove two nexti checks--they are
27105 not portable.
27106
27107 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27108
27109 * gdb.base/help.exp ("help delete display"): Fix test to match
27110 gdb's output.
27111
27112 * gdb.base/long_long.c (known_types): Initialize values to zero.
27113 * gdb.base/long_long.exp: Step one more line
27114 so 'dec' is initialized in "get to known place". GDB removes
27115 leading zeros. Explicitly ask for hex formatting. Use
27116 unique test case names.
27117
27118 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27119
27120 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
27121
27122 * gdb.c++/method.exp: Add missing close brace.
27123
27124 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27125
27126 * gdb.base/maint.exp: Use 'set height 0' to disable page
27127 prompting, not 'set height 400'.
27128
27129 Fix a bunch of timeouts.
27130 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27131 four separate tests, so expect doesn't take forever to match a ton
27132 of text against a regexp with lots of .* forms.
27133 ("maint print psymbols", "maint print symbols"): Make some of
27134 these greps more selective, so that expect doesn't try to wade
27135 through huge piles of output and time out.
27136
27137 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27138
27139 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
27140 tests: one which doesn't expect shlib events to be reported, and
27141 another which does, but is XFAIL for all platforms other than
27142 HP/UX.
27143
27144 * gdb.base/break.exp: Teach the test suite that the `catch
27145 fork', `catch vfork', and `catch exec' commands produce error
27146 messages on platforms that don't provide these features.
27147
27148 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27149
27150 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
27151 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27152 (shortening names from solib_threshold.exp etc), won't run on
27153 anything but HP-UX for the foreseeable future.
27154 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27155 reflect move.
27156
27157 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27158
27159 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27160 gdb.trace/Makefile.in (clean): Remove all test executables.
27161
27162 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27163
27164 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27165 successfully re-sets breakpoints in shared libraries.
27166 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27167
27168 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27169
27170 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27171 and compiled w/o GCC.
27172
27173 * gdb.hp/watch-cmd.exp: ditto.
27174
27175 * gdb.hp/watch-hp.exp: ditto.
27176
27177 * gdb.hp/xdb1.exp: ditto.
27178
27179 * gdb.hp/xdb2.exp: ditto.
27180
27181 * gdb.hp/dbx.exp: ditto.
27182
27183 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27184
27185 * constvars.c: Remove C++-isms.
27186 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27187 with GCC.
27188
27189 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27190
27191 The following changes are part of the HP merge.
27192
27193 * gdb.base/break.exp: new tests to verify that catchpoints for
27194 fork, vfork, and exec don't trigger inappropriately.
27195
27196 * gdb.base/opaque.exp: compile one file at a time, then link.
27197
27198 * gdb.base/signals.exp: be more restrictive about which hppa
27199 systems receive a setup_xfail. new tests.
27200
27201 * gdb.base/solib_threshold.build: new file.
27202 * gdb.base/solib_threshold.exp: new file.
27203 * gdb.base/solib_threshold.link_opts: new file.
27204 * gdb.base/solib_threshold.mk: new file.
27205 * gdb.base/gen_solib_threshold.c: new file.
27206
27207 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27208 tests. New tests for enums inside classes.
27209
27210 * gdb.c++/compiler.cc: indicate support of template debugging.
27211
27212 * gdb.c++/demangle.exp: run hp style demangling tests.
27213
27214 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27215 tests.
27216
27217 * gdb.c++/misc.cc: changes to support new tests.
27218
27219 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27220 to support new tests.
27221
27222 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27223 gcc, then skip these tests.
27224
27225 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27226
27227 The following files are part of the HP merge; some had longer
27228 names at HP, but have been renamed to be no more than 14
27229 characters in length.
27230
27231 * gdb.hp/ambiguous.cc: new file.
27232 * gdb.hp/ambiguous.exp: new file.
27233 * gdb.hp/attach.exp: new file.
27234 * gdb.hp/attach2.exp: new file.
27235 * gdb.hp/classes-hp.exp: new file.
27236 * gdb.hp/ctti.exp: new file.
27237 * gdb.hp/ctti-add.cc: new file.
27238 * gdb.hp/ctti-add1.cc: new file.
27239 * gdb.hp/ctti-add2.cc: new file.
27240 * gdb.hp/ctti-add3.cc: new file.
27241 * gdb.hp/dbx.exp: new file.
27242 * gdb.hp/exception.cc: new file.
27243 * gdb.hp/exception.exp: new file.
27244 * gdb.hp/foll-exec.c: new file.
27245 * gdb.hp/foll-exec.exp: new file.
27246 * gdb.hp/foll-fork.c: new file.
27247 * gdb.hp/foll-fork.exp: new file.
27248 * gdb.hp/foll-vfork.c: new file.
27249 * gdb.hp/foll-vfork.exp: new file.
27250 * gdb.hp/inherit-hp.exp: new file.
27251 * gdb.hp/more-steps.exp: new file.
27252 * gdb.hp/namespace.cc: new file.
27253 * gdb.hp/namespace.exp: new file.
27254 * gdb.hp/optimize.exp: new file.
27255 * gdb.hp/pxdb.c: new file.
27256 * gdb.hp/pxdb.exp: new file.
27257 * gdb.hp/quicksort.exp: new file.
27258 * gdb.hp/reg-test.exp: new file.
27259 * gdb.hp/reg-test.s: new file.
27260 * gdb.hp/sized-enum.c: new file.
27261 * gdb.hp/sized-enum.exp: new file.
27262 * gdb.hp/start-stop.exp: new file.
27263 * gdb.hp/templ-hp.cc: new file.
27264 * gdb.hp/templ-hp.exp: new file.
27265 * gdb.hp/thr-lib.c: new file.
27266 * gdb.hp/thr-lib.exp: new file.
27267 * gdb.hp/thr-lib.h: new file.
27268 * gdb.hp/thr-liblib.c: new file.
27269 * gdb.hp/virtfun-hp.c: new file.
27270 * gdb.hp/virtfun-hp.exp: new file.
27271 * gdb.hp/watch-cmd.exp: new file.
27272 * gdb.hp/watch-hp.exp: new file.
27273 * gdb.hp/xdb1.exp: new file.
27274 * gdb.hp/xdb2.exp: new file.
27275 * gdb.hp/xdb3.exp: new file.
27276
27277 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27278
27279 The following files are part of the HP merge; some had longer
27280 names at HP, but have been renamed to be no more than 14
27281 characters in length.
27282
27283 * gdb.base/ss.h: new file.
27284 * gdb.base/call-ar-st.c: new file.
27285 * gdb.base/call-ar-st.exp: new file.
27286 * gdb.base/call-rt-st.c: new file.
27287 * gdb.base/call-rt-st-exp: new file.
27288 * gdb.base/call-strs.exp: new file.
27289 * gdb.base/ena-dis-br.exp: new file.
27290 * gdb.base/environ.exp: new file.
27291 * gdb.base/long_long.exp: new file.
27292 * gdb.base/sect-cmd.exp: new file.
27293 * gdb.base/shlib-cl2.exp: new file.
27294 * gdb.base/smoke.exp: new file.
27295 * gdb.base/so-impl-ld.c: new file.
27296 * gdb.base/so-impl-ld.exp: new file.
27297 * gdb.base/so-indr-cl.c: new file.
27298 * gdb.base/so-indr-cl.exp: new file.
27299 * gdb.base/varargs.exp: new file.
27300 * gdb.base/volatile.exp: new file.
27301 * gdb.base/whatis-exp.exp: new file.
27302 * gdb.base/display.exp: new file.
27303 * gdb.c++/derivation.exp: new file.
27304 * gdb.c++/local.exp: new file.
27305 * gdb.c++/member-ptr.exp: new file.
27306 * gdb.c++/overload.exp: new file.
27307 * gdb.c++/ovldbreak.exp: new file.
27308 * gdb.c++/ref-types.exp: new file.
27309 * gdb.c++/ref-types2.exp: new file.
27310 * gdb.c++/userdef.exp: new file.
27311
27312 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27313
27314 * gdb.base/default.exp: Reflect wording change in remote.c.
27315
27316 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
27317
27318 * gdb.base/help.exp: Update to reflect current text.
27319
27320 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27321
27322 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27323 they're stack variables and contain garbage.
27324 * gdb.c++/anon-union.exp: new file.
27325
27326 The following changes were made by David Taylor
27327 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27328 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27329 in changes by HP.
27330
27331 * gdb.base/bitops.exp: new file.
27332 * gdb.base/default.exp: change expected messages for catch and
27333 info catch tests to reflect HP merge changes.
27334 * gdb.base/enable-disable-break.exp
27335 * gdb.base/ending-run.c: new file.
27336 * gdb.base/long_long.c: new file.
27337 * gdb.base/maint.exp: new file.
27338 * gdb.base/pointers2.exp: new file.
27339 * gdb.base/shlib-call2.exp: new file.
27340 * gdb.base/solib.exp: new file.
27341 * gdb.base/step-test.c: new file.
27342 * gdb.c++/anon-union.cc: new file.
27343 * gdb.c++/local.cc: new file.
27344 * gdb.c++/member-pointer.cc: new file.
27345 * gdb.c++/method.cc: new file.
27346 * gdb.c++/ref-types.cc: new file.
27347 * gdb.c++/ref-types2.cc: new file.
27348 * gdb.c++/userdef.cc: new file.
27349
27350 * gdb.base/scope.exp: compile one file at a time, then link.
27351 * gdb.base/langs.exp: ditto.
27352 * gdb.base/list.exp: ditto.
27353
27354 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27355
27356 The following changes were made by David Taylor
27357 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27358 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27359 in changes by HP.
27360
27361 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27362 skip tests. When compiling pass c++ flag to gdb_compile.
27363 * gdb.c++/
27364
27365 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27366 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27367 (skip_hp_tests): new function.
27368 (gdb_preprocess): new function.
27369
27370 * configure.in (hpdir): decide whether to configure gdb.hp.
27371 * configure: regenerated.
27372
27373 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27374 to delete on clean.
27375 (EXECUTABLES): update to reflect new additions.
27376 * gdb.base/commands.exp: update message expected.
27377 * gdb.base/default.exp: add copyright notice.
27378 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27379 * gdb.base/help.exp: update messages to reflect current text.
27380 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27381 targets for recurse tests.
27382 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27383 skip this file.
27384
27385 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27386 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27387 compilation.
27388 * gdb.c++/misc.exp: ditto.
27389 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27390 run the tests. tell gdb_compile that it's a c++ compilation.
27391
27392 * gdb.threads/pthreads.exp: fix typo in message.
27393
27394 * gdb.base/all-bin.exp: new file.
27395 * gdb.base/arithmet.exp: new file.
27396 * gdb.base/assign.exp: new file.
27397 * gdb.base/completion.exp: new file.
27398 * gdb.base/cond-expr.exp: new file.
27399 * gdb.base/condbreak.exp: new file.
27400 * gdb.base/define.exp: new file.
27401 * gdb.base/dollar.exp: new file.
27402 * gdb.base/environment.exp: new file.
27403 * gdb.base/eval-skip.exp: new file.
27404 * gdb.base/jump.exp: new file.
27405 * gdb.base/logical.exp: new file.
27406 * gdb.base/pointers.exp: new file.
27407 * gdb.base/relational.exp: new file.
27408 * gdb.base/section_command.exp: new file.
27409 * gdb.base/whatis-expr.exp: new file.
27410
27411 * gdb.base/all-types.c: new file.
27412 * gdb.base/call-array-struct.c: new file.
27413 * gdb.base/call-return-struct.c: new file.
27414 * gdb.base/call-strings.c: new file.
27415 * gdb.base/callfuncs2.c: new file.
27416 * gdb.base/condbreak.c: new file.
27417 * gdb.base/constvars.c: new file.
27418 * gdb.base/display.c: new file.
27419 * gdb.base/int-type.c: new file.
27420 * gdb.base/jump.c: new file.
27421 * gdb.base/miscexprs.c: new file.
27422 * gdb.base/pointers.c: new file.
27423 * gdb.base/pointers2.c: new file.
27424 * gdb.base/shmain.c: new file.
27425 * gdb.base/shr1.c: new file.
27426 * gdb.base/shr2.c: new file.
27427 * gdb.base/solib.c: new file.
27428 * gdb.base/solib1.c: new file.
27429 * gdb.base/solib2.c: new file.
27430 * gdb.base/varargs.c: new file.
27431 * gdb.c++/derivation.cc: new file.
27432 * gdb.c++/overload.cc: new file.
27433 * gdb.c++/ovldbreak.cc: new file.
27434 * gdb.hp/attach.c: new file.
27435 * gdb.hp/attach2.c: new file.
27436 * gdb.hp/average.c: new file.
27437 * gdb.hp/compiler.c: new file.
27438 * gdb.hp/compiler.cc: new file.
27439 * gdb.hp/execd-program.c: new file.
27440 * gdb.hp/follow-exec.c: new file.
27441 * gdb.hp/follow-fork.c: new file.
27442 * gdb.hp/follow-vfork-and-exec.c: new file.
27443 * gdb.hp/misc-hp.cc: new file.
27444 * gdb.hp/more-steps.c: new file.
27445 * gdb.hp/optimize.c: new file.
27446 * gdb.hp/quicksort.c: new file.
27447 * gdb.hp/run-hp.c: new file.
27448 * gdb.hp/start-stop.c: new file.
27449 * gdb.hp/sum.c: new file.
27450 * gdb.hp/templates-hp.cc: new file.
27451 * gdb.hp/thread-local-in-lib.c: new file.
27452 * gdb.hp/thread-local-in-lib.h: new file.
27453 * gdb.hp/thread-local-in-lib.lib.c: new file.
27454 * gdb.hp/vforked-program.c: new file.
27455 * gdb.hp/virtfunc-hp.cc: new file.
27456 * gdb.hp/watchpoint-hp.c: new file.
27457 * gdb.hp/xdb.c: new file.
27458 * gdb.hp/xdb0.c: new file.
27459 * gdb.hp/xdb0.h: new file.
27460 * gdb.hp/xdb1.c: new file.
27461
27462 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27463
27464 The following change was made by Edith Epstein
27465 <eepstein@cygnus.com> as part of a project to merge in changes
27466 originally made by HP; HP did not create ChangeLog entries.
27467
27468 * gdb.c++/demangle.exp: changed the expected output for some
27469 ARM-style mangling -- removed second reference to datatype.
27470 For example, maint demangle __dt__11T1__pt__2_cFv
27471 T1<char>::~T1<char>(void)
27472 becomes,
27473 maint demangle __dt__11T1__pt__2_cFv
27474 T1<char>::~T1(void)
27475
27476 (test_hp_style_demangling): new hp specific demangling test cases.
27477
27478 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27479
27480 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27481 * gdb.trace/backtrace.exp: Likewise.
27482 * gdb.trace/circ.exp: Likewise.
27483 * gdb.trace/collection.exp: Likewise.
27484 * gdb.trace/deltrace.exp: Likewise.
27485 * gdb.trace/infotrace.exp: Likewise.
27486 * gdb.trace/limits.exp: Likewise.
27487 * gdb.trace/packetlen.exp: Likewise.
27488 * gdb.trace/passc-dyn.exp: Likewise.
27489 * gdb.trace/passcount.exp: Likewise.
27490 * gdb.trace/report.exp: Likewise.
27491 * gdb.trace/save-trace.exp: Likewise.
27492 * gdb.trace/tfind.exp: Likewise.
27493 * gdb.trace/tracecmd.exp: Likewise.
27494 * gdb.trace/while-dyn.exp: Likewise.
27495 * gdb.trace/while-stepping.exp: Likewise.
27496
27497 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27498
27499 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27500
27501 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27502
27503 From Brendan Kehoe:
27504 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27505 int return types.
27506
27507 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27508
27509 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27510 remote dos host testing right.
27511
27512 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27513
27514 * gdb.base/corefile.exp: remove some xfails.
27515
27516 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27517
27518 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27519 have different timestamps.
27520
27521 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27522
27523 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27524 gdb.base/default.exp: Replace "exec" with "executable".
27525
27526 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27527
27528 * gdb.base/default.exp: Change else if to elseif from previous
27529 delta.
27530
27531 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27532
27533 * gdb.base/default.exp: Add brace missing from previous delta.
27534
27535 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27536
27537 * gdb.base/default.exp: Support test for info float for all
27538 varieties of arm toolchain.
27539
27540 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27541
27542 * gdb.trace/*.exp: remove "remote_download" command.
27543
27544 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27545
27546 * gdb.trace/*.exp: remove -gdwarf from compile.
27547
27548 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27549
27550 * gdb.trace/configure.in(AC_INIT): typo
27551 * gdb.trace/configure: regenerated
27552
27553 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27554
27555 * config/m68k-emc.exp: New file.
27556 * lib/<emc-support.exp trace-support.exp}: New files.
27557 * configure.in: add new test directory gdb.trace.
27558 * gdb.trace/{configure configure.in Makefile.in}: New files.
27559 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27560 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27561 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27562 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27563 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27564 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27565 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27566
27567 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27568
27569 * gdb.c++/classes.exp: Change all regular expressions to match
27570 arbitrary combinations of newline/carriage-return, so that they
27571 will work equally well on Unix and Windows.
27572 * gdb.c++/inherit.exp: ditto.
27573 * gdb.c++/virtfunc.exp: ditto.
27574
27575 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27576
27577 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27578
27579 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27580
27581 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27582 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27583 to use a0-a3/d0-d3 as needed.
27584
27585 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27586
27587 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27588 * gdb.disasm/am33.exp: Corresponding changes.
27589
27590 1998-07-11 Felix Lee <flee@cygnus.com>
27591
27592 * gdb.base/callfuncs.exp: add cmp10 test.
27593 * gdb.base/callfuncs.c (cmp10): new function.
27594
27595 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27596
27597 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
27598 into two parts to get around a synchronization problem in expect.
27599
27600 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27601
27602 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27603
27604 * configure.in: Add options for gdbtk testsuite.
27605
27606 * configure: Regenerate.
27607
27608 * gdb.gdbtk: New directory to hold gdbtk tests.
27609
27610 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27611
27612 * gdb.fortran/types.exp: Escape brackets in expect patterns
27613 for test_float_literal_types_accepted tests.
27614 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27615 before run test.
27616
27617 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27618
27619 * am33.exp: Just compile, do not link the testcase.
27620 * am33.s: Add ".am33" pseudoop to force am33 mode.
27621
27622 1998-06-25 Felix Lee <flee@cygnus.com>
27623
27624 * gdb.base/setshow.exp: make sure $pc is sane.
27625
27626 * gdb.stabs/weird.exp: split expect patterns properly.
27627
27628 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27629
27630 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27631 * gdb.disasm/am33.exp: Run it.
27632
27633 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
27634
27635 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27636 match processing (and eliminate spurious timeouts when running).
27637
27638 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
27639
27640 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27641 exception test, but conditionalize it on target [mach | gnu].
27642
27643 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
27644
27645 * gdb.base/overlays.exp: fixup compile line for linker script.
27646
27647 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27648
27649 * gdb.fortran/types.exp: don't guess at float size.
27650
27651 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27652
27653 * gdb.base/exprs.exp: delete test that depends on int size.
27654
27655 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27656
27657 * config/sim.exp: Removed checks for target triplets.
27658 (gdb_target_sim): Use gdb,target_sim_options.
27659
27660 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27661
27662 * gdb.base/reread.exp: New file.
27663 * gdb.base/reread1.c: New file.
27664 * gdb.base/reread2.c: New file.
27665
27666 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27667
27668 * config/sim.exp: Use 'target sim -sparclite' when running
27669 SPARClite programs.
27670
27671 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27672
27673 * gdb.base/structs2.exp: New file.
27674 * gdb.base/structs2.c: New file.
27675
27676 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27677
27678 * gdb.asm/common.inc: New file.
27679 * gdb.asm/d10v.inc: New file.
27680 * asm-source.exp: Pass -I's to gas to find .inc files.
27681 Update line numbers in expected output.
27682 * asmsrc1.s: Rewrite.
27683 * asmsrc2.s: Rewrite.
27684 * configure.in: Create arch.inc symlink.
27685 * configure: Regenerate.
27686 * Makefile.in (distclean): Delete arch.inc.
27687
27688 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27689
27690 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27691 (t_enum_value2): ditto
27692 (t_enum_value3): ditto
27693 (main): ditto
27694 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27695
27696 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27697 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27698 change.
27699 Use gdb_test instead of send_gdb/gdb_expect sequences.
27700
27701 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27702
27703 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27704 not void.
27705
27706 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27707
27708 * gdb.base/branches.c: Code with lots of loops and
27709 subroutines. Used to test gdbs ability to single step through PC
27710 changes, especially to test mips-tdep.c:mips_next_pc
27711
27712 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27713
27714 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27715 more rigorous EGCS C++ error checking.
27716
27717 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27718
27719 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27720 tests.
27721 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27722 function when asleep.
27723 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27724 for i*86 Linux and SVR4 signal handling problems.
27725 Remove linux xfail for `next to handler in signals_tests_1', fixed
27726 by recent infrun.c change.
27727 Limit backtrace to 10 frames to avoid timeout problems with infinite
27728 stack backtraces.
27729 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27730 target.[ch] change.
27731
27732 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27733
27734 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27735 for a newline from gdb before continuing.
27736 (default_gdb_exit): Just look for y or n.
27737 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27738 it does, fail the rests of the tests in the file.
27739
27740 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27741
27742 * config/cygmon.exp: New file.
27743
27744 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27745
27746 * gdb.base/list.exp: Fix problem with "list default lines around
27747 main" test on remote targets.
27748
27749 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27750 run test on remote targets.
27751
27752 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27753
27754 * gdb.asm: New directory.
27755 * configure.in: Configure it.
27756 * configure: Regenerate.
27757 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27758 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27759
27760 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27761
27762 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27763
27764 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27765
27766 * gdb.base/overlays (several files): Merge the two overlay
27767 managers into one. Change variables (foox, barx, bazx, grbxx)
27768 back into ints but force them to load in their proper sections.
27769
27770 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27771
27772 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27773 on-chip insn memory and IMAP1 to upper 128k.
27774 (D10VCopy): Handle memory regions crossing 16k boundaries.
27775 (D10VCopy): Transfer data in 32 bit chunks.
27776
27777 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27778
27779 * gdb.base/overlays.c (main): Exit normally when result is
27780 correct.
27781
27782 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27783 map. Include space for printf in .text segment.
27784
27785 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27786 updated d10v memory VMA/LMA map.
27787 (D10VCopy): Call D10VTranslate.
27788
27789 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27790
27791 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27792
27793 * gdb.base/bar.c (barx, bar): Change variable to small array so
27794 that it won't be put into the .sdata - small data -
27795 section. Update reference.
27796 * gdb.base/baz.c (bazx, baz): Ditto.
27797 * gdb.base/foo.c (foox, foo): Ditto.
27798 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27799
27800 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27801 to be arrays.
27802
27803 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27804
27805 * gdb.base/overlays.exp: fix up and get working again.
27806 Add tests for backtraces from an overlay function.
27807
27808 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27809
27810 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27811 "calling function with watchpoint enabled".
27812
27813 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27814
27815 * gdb.base/break.exp (test_next_with_recursion): Remove
27816 gdb_suppress_tests for d10v-*-*.
27817 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27818 pending review of whether it is useful or not.
27819
27820 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27821
27822 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27823
27824 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27825
27826 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27827 * config/dve.exp: New file to support Densan boards.
27828
27829 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27830
27831 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27832 reads and BSD.
27833
27834 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27835
27836 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27837 response.
27838
27839 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27840
27841 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27842
27843 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27844 test.
27845
27846 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27847 target_sizeof_long and target_bigendian_p.
27848 (structs_by_value, structs_by_reference): Check values according
27849 to targets word size and endianess.
27850
27851 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27852
27853 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27854 output.
27855
27856 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27857
27858 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27859 Update test of set args help to match source change.
27860
27861 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27862
27863 * gdb.base/default.exp: Expect help system output to be in
27864 alphabetical order.
27865 * gdb.base/help.exp: Ditto.
27866
27867 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27868
27869 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27870 "i*86-pc-linux-gnu*".
27871 * gdb.base/interrupt.exp: Ditto.
27872 * gdb.base/corefile.exp: Ditto.
27873
27874 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27875 define vxworks when building the testcase.
27876
27877 * gdb.base/ptype.exp: Fix testnames to be unique.
27878 * gdb.base/radix.exp: Ditto.
27879 * gdb.base/term.exp: Ditto.
27880 * gdb.base/whatis.exp: Ditto.
27881 * gdb.c++/classes.exp: Ditto.
27882
27883 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27884
27885 * gdb.base/callfuncs.exp: Fix indentation.
27886
27887 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27888 suppress_flag has been set.
27889 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27890 target feature.
27891
27892 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27893
27894 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27895 the testcase.
27896
27897 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27898 set_debug_traps() and breakpoint().
27899 * gdb.c++/misc.cc (main): Ditto.
27900 * gdb.c++/templates.cc (main): Ditto.
27901 * gdb.c++/virtfunc.cc (main): Ditto.
27902
27903 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27904
27905 * lib/gdb.exp(gdb_step_for_stub): New function.
27906 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27907 exists, reload the executable and do a "continue" instead of
27908 doing a jump.
27909 (runto_main): Use gdb_step_for_stub.
27910
27911 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27912 tests to have unique names.
27913 * gdb.base/callfuncs.exp: Ditto.
27914 * gdb.base/commands.exp: Ditto.
27915 * gdb.base/default.exp: Ditto.
27916 * gdb.base/help.exp: Ditto.
27917 * gdb.base/list.exp: Ditto.
27918 * gdb.base/opaque.exp: Ditto.
27919 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27920 similar tests.
27921
27922 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27923 * gdb.c++/cplusfuncs.cc: Ditto.
27924 * gdb.c++/virtfunc.cc: Ditto.
27925
27926 * config/monitor.exp: Keep track of the last file we saw, rather
27927 than trying to get the info from gdb.
27928
27929 * gdb.fortran/types.exp: Move comment to previous line.
27930
27931 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27932
27933 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27934 target mode.
27935
27936 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27937
27938 From Bob Manson:
27939 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27940 string from GDB when it connects.
27941
27942 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27943
27944 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27945
27946 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27947 if we can't get a debug format from GDB (we may be testing an
27948 older GDB). Use a 10 second timeout when checking for the format.
27949
27950 * gdb.stabs/weird.exp: Fix quoting.
27951
27952 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27953
27954 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27955
27956 * config/arm-ice.exp: New file.
27957
27958 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27959
27960 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27961 until it has been modified to work with the new testsuite.
27962
27963 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27964 testcase won't compile, cause all of the testcases in the file to
27965 fail instead.
27966
27967 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27968 (gdb_clear_suppressed): New procedure.
27969 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27970 it contains a positive value.
27971
27972 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27973
27974 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27975
27976 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27977
27978 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27979
27980 * lib/gdb.exp (setup_xfail_format): New function.
27981 (get_debug_format): New function to get debug format.
27982 (debug_format): New global variable to hold last value set
27983 by get_debug_format.
27984 * gdb.base/list.exp: Call get_debug_format and expect some
27985 tests to fail for DWARF 1 and COFF formats.
27986 * gdb.c++/ptype.exp: Ditto.
27987 * gdb.c++/classes.exp: Ditto.
27988 * gdb.c++/cplusfuncs.exp: Ditto.
27989 * gdb.c++/inherit.exp: Ditto.
27990 * gdb.c++/templates.exp: Ditto.
27991 * gdb.c++/virtfunc.exp: Ditto.
27992
27993 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27994
27995 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27996 host doesn't have a currently-open connection.
27997
27998 * config/sparclet.exp: Cleanups and fixes to make it generic for
27999 any gdb stub target. Handle cases where gdb doesn't respond when
28000 interrupted in a sane fashion.
28001
28002 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28003 same thing in a totally different way.
28004
28005 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28006 setting "timeout".
28007 (gdb_start): We set the global gdb_prompt variable in
28008 default_gdb_init now.
28009
28010 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28011
28012 * gdb.base/printcmds.exp: Fix "check for floating addition"
28013 regexp to accept results within approx +/- .01 of exact value.
28014 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28015
28016 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28017
28018 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28019 properly.
28020 (gdb_expect): Add optional timeout parameter, and add timeout
28021 value to various calls.
28022 (gdb_suppress_tests): Only give one warning message per group.
28023
28024 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28025
28026 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28027 global variables. Handle getting a value for $timeout more
28028 gracefully.
28029
28030 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28031
28032 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28033 initialize.
28034 (default_gdb_init): New procedure; allow gdb_init to be overridden
28035 by a target configuration file.
28036 (gdb_expect): Pass the timeout to remote_expect.
28037
28038 * config/monitor.exp(gdb_load): Fix typo in regexp.
28039
28040 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28041
28042 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28043
28044 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28045
28046 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28047 here. Call gdb_target_exec before rebooting the target, to make
28048 sure the connection to the target is closed.
28049 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28050 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28051 Also detect "Timeout reading from remote" error.
28052
28053 * config/gdbserver.exp: Pass the executable being loaded to
28054 gdb_target_monitor. Don't call gdb_file_cmd here; let
28055 gdb_target_monitor do it.
28056
28057 * gdb.disasm/hppa.exp: Don't use exec_output.
28058
28059 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28060
28061 * gdb.base/list.exp: If we're debugging a non-native target,
28062 try to set the pc register to point to the start of the
28063 program before doing the first list command.
28064
28065 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
28066 test_calls after restarting.
28067
28068 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
28069 reloading.
28070
28071 * gdb.base/watchpoint.exp: Fix typo.
28072
28073 * gdb.base/setshow.exp: Check for use_gdb_stub.
28074
28075 * gdb.base/break.exp: Fix continue until exit test for the gdb
28076 stub case.
28077 * gdb.base/langs.exp: Ditto.
28078
28079 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
28080 gdb_load_offset. If we weren't given a file to load, figure out
28081 what the current file is and use it.
28082
28083 * config/i386-bozo.exp: New file.
28084
28085 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28086
28087 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28088 feature.
28089
28090 * config/proelf.exp: New entry.
28091
28092 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28093
28094 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28095 of regexps.
28096
28097 * gdb.base/watchpoint.exp: Don't run the test_stepping
28098 tests if gdb can't call functions on the target.
28099
28100 * gdb.base/setshow.exp: Don't run the set prompt tests if
28101 the board has gdb_prompt set.
28102
28103 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28104
28105 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28106 * gdb.base/commands.exp: Likewise.
28107 * gdb.base/setshow.exp: Likewise.
28108
28109 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28110
28111 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28112 feature.
28113
28114 * config/i960.exp: New file.
28115
28116 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28117
28118 * gdb.base/funcargs.exp: Check for gdb,short_int target
28119 feature instead of looking for explicit target triplets.
28120
28121 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
28122
28123 * gdb.base/printcmds.exp: add a couple more tests a la
28124 "p 123DEADBEEF", to check parse_number.
28125 * top.c: change "to enable to enable" to "to enable" in a couple
28126 of help strings.
28127
28128 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28129
28130 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28131 on the mn10300.
28132
28133 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28134
28135 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28136 where the test executable is run with explicit args.
28137 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28138
28139 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28140
28141 * gdb.base/run.c: Use FAKEARGV to build test executable that
28142 does not require a command line arg, since most simulators
28143 don't currently support passing such an arg into the simulated
28144 program.
28145 * gdb.base/commands.exp: Change tests to insert the proper
28146 value as the arg to the first recursive factorial call. Change
28147 compilation line to define FAKEARGV at compile time.
28148
28149 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28150
28151 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28152 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28153 function with watchpoint enabled" test.
28154
28155 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28156
28157 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28158 Don't call gdb_test when the command doesn't return to a gdb prompt.
28159
28160 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28161 "Tests restarted" messages.
28162
28163 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28164
28165 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28166
28167 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28168
28169 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28170 for INFO SYMBOL; add help tests for OVERLAY commands.
28171 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28172 add tests for OVERLAY commands
28173 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28174 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28175 * gdb.base/sigall.c: add usestubs code frag
28176 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28177
28178 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28179
28180 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28181 failures.
28182 (gdb_stop_suppressing_tests): Note that tests have restarted.
28183
28184 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28185
28186 * config/h8300.exp: New file.
28187
28188 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28189
28190 * gdb.base/setshow.exp: Check for the existence of a
28191 feature, not its value.
28192
28193 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28194
28195 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28196
28197 * gdb.base/scope.exp: It's now init0(), not init().
28198
28199 * gdb.base/scope0.c: For now, change init() to be init0().
28200
28201 * config/monitor.exp: Use gdb_serial in preference to serial
28202 or netport.
28203
28204 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28205 and it's not already set.
28206
28207 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28208
28209 * gdb.base/setshow.exp: Only test the run command if the target
28210 isn't using a stub and if it supports argument passing.
28211
28212 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28213
28214 * config/udi.exp(gdb_start): Make sure UDICONF is set
28215 properly before starting gdb.
28216
28217 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28218
28219 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28220 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28221 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28222
28223 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28224
28225 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28226 specialized code to reboot the board, use remote_reboot instead.
28227
28228 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28229
28230 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28231
28232 * config/monitor.exp: Make sure we disconnect from the target.
28233 Also, try a reboot/reload cycle instead of failing if the
28234 load fails.
28235
28236 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28237
28238 * gdb.base/default.exp: Don't set match_max.
28239 * gdb.base/help.exp: Ditto.
28240 * gdb.base/list.exp: Ditto.
28241 * gdb.base/signals.exp: Ditto.
28242
28243 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28244 set, use remote_ld to download the testcase instead of
28245 the GDB loader.
28246
28247 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28248
28249 * config/vr5000.exp: New file.
28250
28251 * config/monitor.exp(gdb_target_monitor): Add pattern for
28252 "Ending remote" to detect errors in connecting.
28253
28254 * gdb.base/setshow.exp: Add .* within auto language test.
28255
28256 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28257 target feature.
28258
28259 * config/monitor.exp(gdb_load): Check for a failure when loading,
28260 and reboot the board if necessary.
28261
28262 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28263 a set of tests. Remove print.* from the patterns being checked.
28264
28265 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28266
28267 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28268 refer to gdb_spawn_id.
28269
28270 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28271 longer used.
28272 * config/sparclet.exp: Ditto.
28273 * config/sparclet-old.exp: Ditto.
28274 * config/slite.exp: Ditto.
28275 * config/sim.exp: Ditto.
28276 * gdb.base/funcargs.exp: Ditto.
28277
28278 * lib/gdb.exp:Remove references to gdb_spawn_id.
28279 (gdb_expect): Move to remote.exp.
28280
28281 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28282
28283 * config/monitor.exp: Detect the "Couldn't establish connection"
28284 message from GDB.
28285
28286 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28287
28288 * gdb.base/bitfields.exp: Use runto instead of explicit
28289 gdb_run_cmd/gdb_expect sequences.
28290
28291 * gdb.base/break.exp(text_next_with_recursion): Add match for
28292 gdb_expect call.
28293
28294 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28295 We also need to handle the "A program is being debugged already"
28296 prompt from gdb. Use gdb_test to set the baud rate.
28297
28298 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28299 to 20000. Really. I mean it.
28300
28301 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28302
28303 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
28304 fails. If suppress_flag is set, skip perror message about not
28305 being able to send to GDB.
28306 (send_gdb): If suppress_flag is set, don't try to send commands to
28307 GDB.
28308 (gdb_expect): If suppress_flag is set, always fail immediately.
28309 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28310 (gdb_init): Call gdb_stop_suppressing_tests.
28311 (default_gdb_exit): Ditto.
28312 (default_gdb_start): Ditto.
28313
28314 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
28315 gdb_stop_suppressing_tests as appropriate.
28316 * gdb.base/break.exp: Ditto.
28317 * gdb.base/callfuncs.exp: Ditto.
28318 * gdb.base/commands.exp: Ditto.
28319 * gdb.base/exprs.exp: Ditto.
28320 * gdb.base/funcargs.exp: Ditto.
28321 * gdb.base/list.exp: Ditto.
28322 * gdb.base/recurse.exp: Ditto.
28323 * gdb.base/scope.exp: Ditto.
28324 * gdb.base/structs.exp: Ditto.
28325 * gdb.c++/inherit.exp: Ditto.
28326
28327 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28328
28329 * config/vr4300.exp: New file.
28330
28331 * gdb.*/*.exp: Call gdb_expect instead of expect.
28332
28333 * lib/gdb.exp(gdb_expect): New function.
28334
28335 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28336
28337 * lib/gdb.exp(gdb_init): New function.
28338
28339 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
28340 for each individual variable set.
28341
28342 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28343 name.
28344
28345 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28346
28347 * gdb.base/scope.exp: Use gdb_test.
28348
28349 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28350 aborting; the testsuite driver will do that for us (see
28351 gdb_finish). Also, use gdb_test in a few more places.
28352
28353 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28354
28355 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28356
28357 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28358
28359 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28360 and "add_tests" are not at the same address.
28361
28362 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28363
28364 * gdb.base/ptype.exp: Use gdb_test.
28365
28366 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28367
28368 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28369 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28370 left in. No longer expect them to fail.
28371
28372 * gdb.stabs/*.mt; Deleted, no longer used.
28373 * gdb.stabs/configure.in: Remove references to target makefile
28374 frags.
28375 * gdb.stabs/configure: Rebuilt.
28376
28377 * gdb.disasm/*.mt: Deleted, no longer used.
28378 * gdb.disasm/configure.in: Remove references to target makefile
28379 frags. Use "sh3.s" as the unique filename for this directory.
28380 * gdb.disasm/configure: Rebuilt.
28381
28382 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28383 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28384 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28385
28386 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28387
28388 * config/udi.exp: Use mondfe,name instead of remote_host.
28389
28390 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28391
28392 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28393 a function with a watchpoint enabled on the mn10200.
28394
28395 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28396 before trying to create it!
28397
28398 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28399
28400 * config/vx.exp: Use hostname instead of netport.
28401
28402 * config/vxworks.exp: New file.
28403
28404 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28405
28406 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
28407 gdb before assuming everything worked. Send a ^C if a timeout
28408 occurs.
28409
28410 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28411 $gdb_spawn_id directly.
28412 (gdb_run_cmd): Try _start as well as start. Use the target feature
28413 gdb,start_symbol as the symbol to start from when jumping.
28414
28415 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28416
28417 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28418 redundant) test.
28419
28420 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28421 it doesn't lose for 16bit integer systems.
28422
28423 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28424
28425 * gdb.fortran/types.exp: If the target doesn't support "double"
28426 data types, then expect "real" types to only be 4 bytes.
28427
28428 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28429 call tests if the target doesn't support inferior function calls.
28430
28431 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28432 in printf tests.
28433
28434 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28435
28436 * gdb.base/help.exp: Disable "help set", "help show", and
28437 "help support". Simplify regexp for "help stack".
28438
28439 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28440 to 60 seconds. Temporarily set match_max to 15000 around the
28441 "info copying" test.
28442
28443 * gdb.base/nodebug.exp: Don't try to do an inferior function
28444 call if the target doesn't support them.
28445 * gdb.base/printcmds.exp: Likewise.
28446 * gdb.base/setvar.exp: Likewise.
28447 * gdb.base/structs.exp: Likewise.
28448 * gdb.c++/templates.exp: Likewise.
28449 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28450
28451 * gdb.base/recurse.exp: Enable for the mn10200.
28452
28453 * configure.in: Do configure gdb.stabs directory for *-*-elf
28454 targets.
28455 * configure: Rebuilt.
28456
28457 * gdb.base/break.exp: Check for gdb,noresults before testing
28458 exit status and/or results from the target.
28459 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28460 * lib/gdb.exp: Remove old (now bogus) initialization of
28461 noinferior, noargs, noresults and nosignals.
28462
28463 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28464
28465 * config/sh.exp: New file.
28466
28467 * config/slite.exp: Try to connect multiple times to the board
28468 before rebooting. Only send a "monitor run" if need_monitor_run
28469 is set.
28470
28471 * gdb.base/break.exp: Don't do the "stub continue" test if
28472 the target has gdb_stub set.
28473
28474 * gdb.base/callfuncs.exp: Increase the timeout.
28475
28476 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28477 if the target has gdb,noinferiorio set.
28478
28479 * gdb.base/list.exp: Increase match_max to 10000 characters.
28480
28481 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28482
28483 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28484 target.
28485
28486 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28487
28488 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28489
28490 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28491 trying to delete the copy of gdb. Catch the file delete so we
28492 don't die if the delete fails; also, the file should be copied to
28493 the host, not to the build.
28494
28495 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28496
28497 * lib/gdb.exp(gdb_test): Surround the result pattern with
28498 parenthesis in case it contains multiple regexps separated
28499 with |.
28500
28501 * gdb.base/watchpoint.exp: Use gdb_test.
28502 * gdb.base/default.exp: Ditto.
28503
28504 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28505
28506 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28507
28508 * gdb.base/scope.exp: Use gdb_test.
28509 * gdb.c++/classes.exp: Ditto.
28510 * gdb.c++/inherit.exp: Ditto.
28511
28512 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28513
28514 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28515 remote_exec instead.
28516 * gdb.base/corefile.exp: Don't be ridiculous.
28517 * gdb.base/*.c: Add missing stub invocations.
28518
28519 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28520
28521 * config/slite.exp: Miscellaneous fixes.
28522
28523 * lib/gdb.exp: Fix runto.
28524
28525 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28526 the target.
28527
28528 * gdb.base/watchpoint.exp: Fix regexp.
28529
28530 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28531 close and wait commands, as the descriptor may now be
28532 invalid. Always call "remote_close host".
28533
28534 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28535
28536 Major rewrite for testsuite revision.
28537
28538 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28539 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28540 instead of relying on spawn_id to always contain a valid
28541 spawn id.
28542 (get_compiler_info): New procedure to build the ${binfile}.ci
28543 file, instead of replicating this in N different places.
28544 (gdb_compile): New procedure.
28545
28546 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28547 appropriate arguments) instead of compile. Use gdb_test in a lot
28548 more places. Use send_gdb instead of send. Always run gdb_start
28549 at the start of a testcase, as this is no longer done magically.
28550
28551 config/*-gdb.exp: Rename without the -gdb suffix.
28552
28553 config/mips.exp: Use remote_close instead of exit_remote_shell.
28554 config/monitor.exp: Use target_info instead of looking at
28555 baud, timeout, etc.
28556 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28557
28558 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28559
28560 * gdb.c++/templates.exp (test_ptype_of_templates),
28561 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28562 Update expect patterns for destructors and assignment operators
28563 to match corresponding c-typeprint.c changes.
28564 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28565 to destructor breakpoint test, GDB should be able to set the
28566 destructor breakpoint without specifying arguments.
28567
28568 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28569
28570 * gdb.threads/pthreads.exp: Change result for failure to compile due
28571 to lack of pthreads runtime support from an error to simply an
28572 unsupported test, per dejagnu standards.
28573
28574 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28575
28576 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28577 where GDB exits to reduce pattern match time.
28578 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28579
28580 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28581
28582 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28583
28584 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28585 * gdb.base/default.exp: ditto.
28586 * gdb.base/nodebug.exp: ditto.
28587 * gdb.base/printcmds.exp: ditto.
28588 * gdb.base/ptype.exp: ditto.
28589 * gdb.base/setvar.exp: ditto.
28590 * gdb.base/structs.exp: ditto.
28591 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28592
28593 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28594
28595 * configure, */configure: Rebuild with autoconf 2.12.
28596
28597 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28598
28599 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28600 use new i*86-pc-linux*-gnu quads.
28601 * gdb.base/corefile.exp: Ditto.
28602 * gdb.base/signals.exp: Ditto.
28603 * gdb.base/sigall.exp: Ditto.
28604 * gdb.base/interrupt.exp: Ditto.
28605
28606 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28607 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28608 RedHat 4.0.
28609
28610 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
28611 linux. This allows the test case to at least compile on latest
28612 linux, but still not run due to missing the threads runtime library.
28613
28614 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28615
28616 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28617 directory to search gdb directory. Accept and step over conditional
28618 stack alignment code. Consume $prompt in failure cases.
28619 Reset timeout to $oldtimeout instead of some arbitrary value.
28620 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28621 timeout problems with infinite stack backtraces.
28622 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28623 Accept function parameters for linkfunc member.
28624
28625 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28626
28627 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28628 (CXXFLAGS): Remove, unreferenced.
28629 (B_OPTIONS): Add for -B options and add code to initialize with
28630 previous -B options and also add -B option to pick up cross compiled
28631 runtime.
28632 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28633 doing cross compiles.
28634 (target_alias): Declare global.
28635 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28636 to verify that gcc exists in build tree, and if so set CC to that
28637 gcc and to use B_OPTIONS and TARGET_INCLUDES.
28638
28639 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28640
28641 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28642 ptype test for anonymous union. Fixup testcase to match
28643 current gcc debug output.
28644
28645 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28646
28647 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28648 force argument to an unsigned long type.
28649
28650 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28651
28652 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28653 tests and anonymous union print/ptype tests.
28654 * gdb.base/list.exp (test_forward-search): Increase timeout by
28655 5 minutes for the "search extremely long line" case.
28656 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28657 completely optional and that the pass/fail messages use the command as
28658 the message if that third arg is a null string.
28659 (gdb_test_exact): Arrange that a null string pattern means match a
28660 null string output rather than any output, which might include random
28661 errors.
28662 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28663 backtrace test.
28664 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28665 always failing and failure is now exposed by gdb.exp changes.
28666
28667 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28668
28669 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28670 weren't being noted.
28671
28672 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28673
28674 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28675 * gdb.stabs/weird.exp: Remove v_comb xfails.
28676
28677 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28678
28679 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28680 list.exp scope.exp watchpoint.exp]
28681 Make all timeout error msgs explicitly say "(timeout)".
28682
28683 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28684
28685 * config/monitor.exp: Increase download timeout to 1000 seconds.
28686
28687 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28688
28689 * config/m32r.exp: Increase timeout to 120 seconds.
28690
28691 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28692
28693 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28694 and accept older ordering as obsolescent gcc or gdb.
28695 * gdb.c++/templates.exp: Ditto.
28696 * gdb.c++/virtfunc.exp: Ditto.
28697
28698 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28699
28700 * gdb.base/coremaker.c: Add code to mmap some data so we
28701 can check that it ends up in the core file.
28702 * gdb.base/corefile.exp: Add test to read mmapped data
28703 from core file.
28704
28705 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28706
28707 * config/m32r.exp: New file.
28708
28709 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28710
28711 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28712 that cflags can contains -gstabs, and work correctly for other tests.
28713
28714 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28715
28716 * gdb.base/setshow.exp: New file, tests show and set.
28717 * gdb.base/setshow.c: New file, tests show and set.
28718 * gdb.base/help.exp: Add test for help set|show annotate.
28719 * gdb.base/default.exp: Add test for set|show annotate.
28720
28721 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28722
28723 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28724 errors unique.
28725 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28726 explicitly.
28727
28728 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28729
28730 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28731 and width commands. This is done elsewhere.
28732 * (gdb_start): Don't call gdb_start_sim here. That's already
28733 done in gdb_load. This fixes lots of failures in default.exp.
28734
28735 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28736
28737 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28738 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28739 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28740 in the same we we treat other failures (since it may be an expected
28741 condition), rather than as an error.
28742 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28743 old test format.
28744
28745 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28746
28747 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28748 (distclean maintainer-clean realclean): No need to remove files
28749 twice. Nuke the duplicates.
28750 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28751 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28752 Remove config.h along with other config files.
28753
28754 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28755
28756 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28757 "p func1 ()" and note that rests of tests are skipped.
28758 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28759 setup_xfails for "print func2::coremaker_local".
28760 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28761 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28762 affected by the previous run test.
28763 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28764 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28765 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28766 "pass int powerset tuple" and "pass modeless int powerset tuple".
28767 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28768 "real write 4" and "real write 8".
28769 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28770 setup_xfails for "print vs1 after tuple assign 2",
28771 "print \$i after tuple assign 2", and
28772 "print vs2 after tuple assign 2".
28773 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28774 meaningful error message and return -1 so the caller can
28775 suppress further tests and avoid a cascade of errors.
28776
28777 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28778
28779 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28780 format for printing version.
28781 * gdb.base/default.exp: Ditto.
28782 * gdb.base/interrupt.exp: Fix problem with cascade of
28783 errors if child process dies while calling a function.
28784
28785 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28786
28787 * Makefile.in (VPATH): Add
28788 * Makefile.in (Makefile, config.status): Fix rules so things get
28789 remade when necessary.
28790
28791 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28792
28793 * Makefile.in (just-check): Add path to sibling expect dir
28794 to environment variable specified by RPATH_ENVVAR.
28795
28796 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28797
28798 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28799 (just-check): Add shared library paths for libstdc++, tk,
28800 tcl, bfd, and opcodes to the environment variable specified
28801 in RPATH_ENVVAR.
28802 * configure.in: Add support to recognize --enable-shared flag
28803 and generate correct value for RPATH_ENVVAR.
28804 * configure: Regenerated with autoconf.
28805
28806 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28807
28808 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28809 include all osf versions.
28810 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28811 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28812 when target is linux. When failing to build pthreads test
28813 executable, give more meaningful message.
28814 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28815 arg for pthread_create.
28816
28817 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28818
28819 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28820 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28821 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28822 and -lpthreads (everybody else).
28823 (test_startup): Fail gracefully if threads are not supported.
28824 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28825 "p/c array_index("abcdef",2)" when not gcc compiled.
28826 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28827 "print func2::coremaker_local" when not gcc compiled.
28828 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28829 "ptype on opaque struct tagname (statically)",
28830 "ptype on opaque struct tagname (dynamically) 1", and
28831 "ptype on opaque struct tagname (dynamically) 2"
28832 for not compiled with gcc.
28833 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28834 backtrace when compiled with gcc.
28835 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28836 than always return success.
28837
28838 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28839
28840 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28841
28842 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28843
28844 * gdb.base/structs.exp: Undo last change.
28845
28846 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28847
28848 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28849 encapsulate all the steps/nexts done during self test, starting
28850 at main, and makes them less sensitive to optimization issues.
28851 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28852 signal handler" test.
28853 * gdb.threads/pthreads.exp: Only run this for native configs.
28854 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28855 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28856 tests.
28857 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28858 for "runto test_calls(void)" test.
28859
28860 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28861
28862 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28863 and don't expect address info in breakpoint confirmations.
28864
28865 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28866
28867 * gdb.base/list.exp (test_forward_search): Increase timeout
28868 temporarily by 60 seconds for searching extremely long line,
28869 and then reset to old value when done. Increase expect input
28870 buffer to 10000.
28871
28872 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28873
28874 * gdb.base/list.exp (test_forward_search): Fix to handle very
28875 long source line without overflowing expect's input buffer.
28876
28877 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28878
28879 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28880 "buffer_full".
28881
28882 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28883 "buffer_full".
28884
28885 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28886 "buffer_full".
28887
28888 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28889 "buffer_full".
28890
28891 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28892
28893 * configure.in (configdirs): Add gdb.threads.
28894 * configure: Regenerated with autoconf.
28895 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28896 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28897 * gdb.threads/configure: New, generated with autoconf.
28898
28899 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28900
28901 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28902
28903 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28904
28905 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28906 each signal's status in the output of "handle all print".
28907 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28908 the \r\n sequence that immediately precedes the gdb prompt.
28909 * gdb.base/a1-selftest.exp: Save original timeout and restore
28910 after test.
28911
28912 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28913
28914 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28915 symbol.
28916
28917 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28918
28919 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28920
28921 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28922
28923 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28924 timeout by 60 seconds.
28925
28926 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28927
28928 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28929 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28930 error return.
28931
28932 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28933
28934 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28935 gdb initialization, also report how long dejagnu waited. Restore
28936 old timeout before doing error return. Temporarily increase timeout
28937 by 3 minutes to allow for slow startups over heavy NFS use.
28938
28939 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28940
28941 * lib/gdb.exp: Report timeout value for verbosity level 2.
28942 * config/gdbserver.exp: Ditto.
28943 * config/hppro.exp: Ditto.
28944 * config/mips-gdb.exp: Ditto.
28945 * config/monitor.exp: Ditto.
28946 * config/netware.exp: Ditto.
28947 * config/sim-gdb.exp: Ditto.
28948 * config/slite-gdb.exp: Ditto.
28949 * config/udi-gdb.exp: Ditto.
28950 * config/unix-gdb.exp: Ditto.
28951 * config/vx-gdb.exp: Ditto.
28952 * gdb.base/a1-selftest.exp: Ditto.
28953 * gdb.base/a2-run.exp: Ditto.
28954 * gdb.base/break.exp: Ditto.
28955 * gdb.base/corefile.exp: Ditto.
28956 * gdb.base/list.exp: Ditto.
28957 * gdb.base/recurse.exp: Ditto.
28958 * gdb.base/scope.exp: Ditto.
28959 * gdb.base/signals.exp: Ditto.
28960
28961 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28962
28963 * gdb.threads/Makefile.in (docdir): Removed.
28964
28965 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28966
28967 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28968 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28969 @srcdir@.
28970 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28971 autoconf 2.5 or higher.
28972 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28973
28974 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28975
28976 * configure: Regenerated.
28977 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28978 avoid name clashes with SunOS headers.
28979
28980 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28981
28982 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28983
28984 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28985
28986 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28987 prototype information ends up in the compiler info file.
28988
28989 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28990
28991 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28992 attempting to regenerate it. Eliminate use of a temporary file
28993 and just generate the info file directly. Source it immediately,
28994 for consistency of use.
28995 * gdb.base/corefile.exp: Ditto
28996 * gdb.base/exprs.exp: Ditto.
28997 * gdb.base/funcargs.exp: Ditto.
28998 * gdb.base/langs.exp: Ditto.
28999 * gdb.base/list.exp: Ditto.
29000 * gdb.base/mips_pro.exp: Ditto.
29001 * gdb.base/nodebug.exp: Ditto.
29002 * gdb.base/opaque.exp: Ditto.
29003 * gdb.base/ptype.exp: Ditto.
29004 * gdb.base/scope.exp: Ditto.
29005 * gdb.base/setvar.exp: Ditto.
29006 * gdb.base/signals.exp: Ditto.
29007 * gdb.base/whatis.exp: Ditto.
29008 * gdb.c++/templates.exp: Ditto.
29009 * gdb.c++/virtfunc.exp: Ditto.
29010 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29011 whether or not to add -lstdc++ to the compile command line args.
29012
29013 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29014
29015 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29016 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29017 Increase timeout, a lot of single stepping might be needed if the
29018 target has no hardware watchpoints.
29019
29020 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29021
29022 * gdb.base/break.exp: Ignore compiler warnings when compiling
29023 break.c.
29024 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29025 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29026 from remote-sim.
29027 * gdb.base/exprs.exp: Add h8300 xfails.
29028 * gdb.base/funcargs.exp: Likewise.
29029 * gdb.base/nodebug.exp: Likewise.
29030 * gdb.base/printcmds.exp: Likewise.
29031 * gdb.base/ptype.exp: Likewise.
29032 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29033 h8300 xfails.
29034 * gdb.base/return.exp: Handle float/double precision problems
29035 on the h8300.
29036 * gdb.base/funcargs.c: Explicitly make last constant argument to
29037 call_after_alloca_subr an unsigned long type.
29038 * gdb.base/return.c: Include stdio.h.
29039
29040 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29041
29042 * config/abug.exp: New file for the older Motorola Bug monitor
29043 that runs on the mvme13x series VME boards.
29044 * config/monitor.exp: Use the new config array for target settings
29045 if they exist.
29046
29047 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29048
29049 * sim-gdb.exp: Make the SH simulator allocate less space when
29050 it is targeted.
29051
29052 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29053
29054 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29055 test.
29056
29057 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29058
29059 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29060 "rs6000-*-*" for "list function in include file" when gcc compiled.
29061 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29062 for "p ctable1[120]".
29063 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29064 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29065 Remove setup_xfail for "rs6000-*-*" for
29066 "print 'scope0.c'::filelocal before run".
29067 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29068 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29069 since some compilers don't allow both options to be given
29070 on the same command line. Create object file and move it.
29071
29072 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29073
29074 * gdb.base/corefile.exp: Always regenerate the core file, since
29075 we always regenerate the coremaker program. Detect special case
29076 where registers cannot be read from core file.
29077
29078 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29079
29080 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29081 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29082 * gdb.c++/templates.exp: Only match on basename of file since
29083 some formats like xcoff don't encode directory information.
29084 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29085 and rs6000 AIX xcoff targets.
29086 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29087 * configure: Regenerate.
29088 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29089 here, rather than in distclean.
29090
29091 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29092
29093 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29094 defined, and use it to compile the test case with -O2. The
29095 native compilation still uses no optimization.
29096 * gdb.base/mips_pro.c: Remove inline assembly code since
29097 it is compiled PIC by default, which results in assembler
29098 warnings that make the testsuite think the compilation
29099 was unsuccessful.
29100
29101 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29102
29103 * gdb.c++/misc.exp: Add note to message for
29104 "print s.a for foo struct" that this is a known gcc 2.7.2
29105 and earlier bug.
29106
29107 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29108
29109 * gdb.base/break.exp: Fix pattern for matching "Delete all
29110 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29111 setup_xfail for deleting all breakpoints test. Fix various
29112 timeout messages to include "(timeout)".
29113 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29114 for "p t_float_values2(3.14159,float_val2)".
29115 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29116 for "continue to call2g" when gcc compiled.
29117 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29118 "up to foo in langs.exp", "show language at foo in langs.exp",
29119 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29120 and "show language at fsub in langs.exp".
29121 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29122 "list line 1 in include file", "list message for lines past EOF",
29123 "list function in include file", "list list0.h:foo", and
29124 "list filename:function; nonexistant function".
29125 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29126 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29127 and "ptype t_char_array" to be for native cc only.
29128
29129 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29130
29131 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
29132 setup_xfail for "print coremaker_bss", "print coremaker_ro",
29133 "print func2::coremaker_local", and "backtrace in corefile.exp".
29134
29135 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29136
29137 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29138 "bt in signals.exp". This problem only appears when running
29139 the testsuite, and then only intermittently.
29140
29141 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29142
29143 * gdb.base/return.exp (return_tests): Differentiate between
29144 two tests of continuing.
29145
29146 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29147
29148 * */Makefile.in (maintainer-clean): Remove config.log.
29149 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29150 * gdb.c++/Makefile.in (PROGS): Add inherit.
29151 (clean): Remove *.ci.
29152
29153 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29154
29155 * gdb.c++/misc.cc: Add test code from Mike Stump.
29156 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29157
29158 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29159
29160 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29161 to "alpha-*-osf2*" and add comment.
29162 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29163 setup_xfail for "step over execarg initialization" and
29164 "step over corearg initialization".
29165 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29166 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29167 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29168 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29169 "print func2::coremaker_local", and "backtrace in corefile.exp".
29170 * gdb.base/signals.exp: Build and source signals.ci.
29171 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29172 to be for gcc only.
29173 * lib/gdb.exp: Move verbose statements outside conditionals.
29174
29175 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29176
29177 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29178 Feb 3 procfs.c change.
29179
29180 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29181
29182 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29183
29184 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29185
29186 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29187 from dejagnu's apparent default of 10 seconds, which gives random
29188 results when running the tests over NFS on moderately loaded systems.
29189 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29190
29191 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29192
29193 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29194 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29195 result reports.
29196
29197 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29198
29199 * configure.in (CY_AC_PATH_TCLH): Remove.
29200 * configure: Regenerate.
29201
29202 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29203
29204 * gdb.c++/Makefile.in (clean): Add missing '{'.
29205
29206 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29207
29208 * lib/gdb.exp: Provide a default value for noinferior.
29209
29210 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29211 Load libgloss.exp.
29212
29213 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29214
29215 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29216 the executable, not the .o to run the tests from.
29217
29218 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29219
29220 * gdb.base/break.exp: Don't test for program exit or exit status
29221 if $noresults if nonzero.
29222 * gdb.base/langs.exp: Likewise.
29223 * gdb.base/watchpoint.exp: Likewise.
29224
29225 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29226 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29227 trying to compile the testcase.
29228
29229 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29230
29231 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29232 * gdb.base/signals.exp (continue to handler): Likewise.
29233
29234 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29235
29236 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29237
29238 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29239
29240 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29241
29242 * gdb.base/corefile.exp: Recognize "not found" as failure
29243 when trying to determine if a core file was generated.
29244 If no core file was generate the first time, try again without
29245 the ulimit -c to work around braindamaged shells.
29246
29247 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29248
29249 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29250 [] tests with "test" and enclose string in quotes.
29251 * gdb.stabs/configure: Rebuild
29252
29253 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29254
29255 Changes in sync with expect:
29256 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29257 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29258 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29259 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29260 argument to AC_REQUIRE.
29261 * configure: Regenerated.
29262
29263 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29264
29265 * gdb.base/corefile.exp: When generating a core, discard any
29266 error messages about ulimit not found and the "core dumped"
29267 message from the shell that runs the coredumper.
29268
29269 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29270
29271 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29272
29273 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29274 which sed script to run. Expect failure for v_comb test
29275 on PA targets too.
29276
29277 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29278
29279 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
29280 "print func2::coremaker_local" and for "backtrace in corefile.exp"
29281
29282 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29283
29284 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29285 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
29286 "sparc-sun-solaris*" xfails for "p v_comb".
29287 * lib/gdb.exp (default_gdb_start): Fix typo.
29288 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29289 messages to not include the full program name that caused
29290 the core dump since some systems (such as solaris) apparently
29291 truncate this path to about 80 characters.
29292 When generating a core file first try increasing the core file
29293 size limit to unlimited since some systems may default it to
29294 zero, and it is harmless to try it. Move the test for failing
29295 to generate a core file to where it will actually get executed.
29296 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29297 new gdb result from g++ debug info improvements and make old
29298 pattern obsolescent. Also account for size_t differences
29299 (may be int or long).
29300 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29301 initialization before function call is placed in the delay slot
29302 and thus appears to be skipped over by commands such as "next".
29303
29304 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29305
29306 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29307
29308 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29309
29310 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29311 input source file; fix code to compile test to deal with this
29312 convention.
29313 * gdb.c++/*.exp: Likewise.
29314
29315 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29316
29317 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29318 "bt in signals.exp".
29319
29320 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29321
29322 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29323 "step over execarg initialization" and
29324 "step over corearg initialization".
29325
29326 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29327
29328 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29329 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29330
29331 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29332
29333 From Rob Savoye (rob@poseidon.cygnus.com)
29334 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29335 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
29336 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29337 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29338 configure.in}: Major reworking for autoconfig.
29339 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29340 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
29341 New files.
29342 * config/unix-gdb.exp: Make GDB global.
29343 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
29344 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29345 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29346 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29347 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29348 term.exp, twice.exp, watchpoint.exp, whatis.exp},
29349 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
29350 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29351 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29352 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29353 pr-8136.exp, result.exp, string.exp, tuples.exp},
29354 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
29355 to returns as necessary, arrange for test to compile own testcase
29356 executable.
29357 * lib/gdb.exp: Changes for testsuite to compile own test cases.
29358
29359 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29360
29361 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
29362 clear_xfail at end of test which might not call either pass or fail.
29363 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29364 "backtrace through signal handler".
29365
29366 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29367
29368 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29369 continuing from a job control stop signal.
29370 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29371
29372 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29373
29374 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29375 * gdb.base/corefile.exp: Likewise.
29376 * gdb.base/funcargs.exp: Likewise.
29377
29378 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29379
29380 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29381 * config/monitor.exp: Add support for setting baud rate.
29382
29383 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29384
29385 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29386 i*86-*-linux* xfails for "backtrace through signal handler".
29387 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29388 "print func2::coremaker_local".
29389 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
29390 alpha-dec-osf2* xfail for
29391 "delete all breakpoints when none".
29392
29393 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29394
29395 * gdb.base/break.exp: Change test that deletes all breakpoints
29396 when no user breakpoints are installed. A post 4.15 change
29397 causes gdb to no longer prompt in this case.
29398
29399 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29400
29401 * gdb.base/return.exp (return_tests): Change xfail for test
29402 "correct value returned double test" to stop xfailing at
29403 Solaris 2.5. Apparently the bug has been fixed.
29404
29405 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29406
29407 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29408 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29409
29410 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29411
29412 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29413 * gdb.disasm/hppa.s: Corresponding changes.
29414
29415 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29416
29417 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29418 makefile fragment.
29419 * config/mt-hpux: Deleted.
29420
29421 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29422
29423 * Many files: When warning about suppressed tests due to a
29424 nonexistant test binary, avoid incrementing the warning count.
29425
29426 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29427
29428 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
29429
29430 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29431
29432 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29433 "sparc-*-solaris2*".
29434
29435 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29436
29437 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29438 Add global and local variables and initialize them.
29439 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29440 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29441 extracts the file name and terminating signal from the core file.
29442 * TODO: Remove note about tests for correct mapping of corefile.
29443 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29444 from optimizing it away.
29445 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29446 handles common blocks.
29447
29448 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29449
29450 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29451 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29452
29453 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29454
29455 * Makefile.in (maintainer-clean): New target, synonym for
29456 realclean.
29457 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29458 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29459 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29460 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29461 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29462 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29463
29464 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29465
29466 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29467 xfails when not gcc compiled for "print foo::funclocal".
29468 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29469 "print foo::funclocal at foo",
29470 "print 'scope1.c'::foo::funclocal at foo",
29471 "print foo::funclocal_bss at foo",
29472 "print 'scope1.c'::foo::funclocal_bss at foo",
29473 "print foo::funclocal_ro at foo",
29474 "print 'scope1.c'::foo::funclocal_ro at foo",
29475 "print bar::funclocal at foo" and
29476 "print 'scope1.c'::bar::funclocal at foo".
29477 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29478 gcc compiled for "print foo::funclocal at bar".
29479 Expand all messages to ensure that they identify that
29480 the test is at bar().
29481 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29482 gcc compiled for:
29483 "ptype on opaque struct pointer (statically)",
29484 "ptype on opaque struct tagname (statically)",
29485 "ptype on opaque struct pointer (dynamically) 1",
29486 "ptype on opaque struct tagname (dynamically) 1",
29487 "ptype on opaque struct pointer (dynamically) 2" and
29488 "ptype on opaque struct tagname (dynamically) 2
29489 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29490 gcc compiled for:
29491 "p datalocal"
29492 "whatis datalocal",
29493 "ptype datalocal",
29494 "p bsslocal",
29495 "whatis bsslocal", and
29496 "ptype bsslocal".
29497 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29498 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29499 when not gcc compiled.
29500 * gdb.base/funcargs.exp (float_and_integral_args): Add
29501 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29502 compiled.
29503 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29504 "backtrace from call6a" when not gcc compiled.
29505 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29506 "backtrace from call7a" when not gcc compiled.
29507 * gdb.base/callfuncs.exp (do_function_calls):
29508 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29509 "p t_char_array_values(char_array_val2,char_array_val1)",
29510 "p t_char_array_values(char_array_val1,char_array_val2)",
29511 "p t_char_array_values("carray 1","carray 2")",
29512 "p t_char_array_values("carray 1",char_array_val2)",
29513 "p t_char_array_values(char_array_val1,"carray 2")",
29514 "p sum_args(1,{2})",
29515 "p sum_args(2,{2,3})",
29516 "p sum_args(3,{2,3,4})",
29517 "p sum_args(4,{2,3,4,5})"
29518 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29519 "backtrace in corefile.exp" when not gcc compiled.
29520
29521 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29522
29523 * gdb.base/signals.exp: Rewrite `handle all print' test as
29524 a procedure. Accept blanks or TABs as whitespace, increase
29525 timeout and expect input buffer size for the large output
29526 from the command. Remove "i*86-*-bsdi2.0" xfail.
29527
29528 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29529
29530 * gdb.base/setvar.exp: Add new testcases for truncation when
29531 assigning invalid values to bitfields.
29532
29533 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29534
29535 * gdb.base/callfuncs.exp (do_function_calls): Remove
29536 mips-sgi-irix* xfail for
29537 "call inferior func with struct - returns char *"
29538 and fix test so that an optional (unsigned char *) cast is
29539 accepted in the result.
29540
29541 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29542
29543 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29544 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29545 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29546 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29547 that accidentally got checked in.
29548
29549 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29550
29551 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29552 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29553 compiled test.
29554 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29555 Add mips-sgi-irix5* xfail for not gcc compiled.
29556 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29557 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29558 compiled for "p top", "whatis top", "p middle", and "whatis
29559 middle".
29560 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29561 "whatis signed char" for not gcc compiled.
29562 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29563 "set variable signed char=-1 (-1)" and
29564 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29565 * gdb.base/funcargs.exp (float_and_integral_args):
29566 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29567 Add mips-sgi-irix* xfail when not gcc compiled for
29568 "continue to call2b".
29569 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29570 "continue to call2g".
29571 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29572 compiled for "backtrace from call6a"
29573 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29574 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29575 when not gcc compiled for "backtrace from call7a".
29576 (localvars_after_alloca): Fix gdb_test cmds for
29577 "print * after runto ...".
29578 Remove rs6000-*-* xfails for
29579 "print i after runto localvars_after_alloca" and
29580 "print l after runto localvars_after_alloca"
29581 for all compilers.
29582 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29583 when not compiled with gcc, for:
29584 "print signed char == (minus)",
29585 "print signed char != (minus)",
29586 "print signed char < (minus)",
29587 "print signed char > (minus)".
29588 * gdb.base/callfuncs.exp (do_function_calls):
29589 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29590 "call inferior func with struct - returns char *".
29591 * gdb.base/return.exp (return_tests): Change xfail for
29592 "correct value returned double test" to include Solaris 2.4.
29593 * gdb.base/funcargs.exp (float_and_integral_args):
29594 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29595
29596 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29597
29598 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29599 enumeration bitfields if compiling with GNU C.
29600 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29601 to empty' prompt.
29602
29603 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29604
29605 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29606 test for PRO targets.
29607
29608 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29609 breakpoints in the inferior at any given time by making
29610 two groups of breakpoints for call2*, call6* and call7*
29611 tests.
29612
29613 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29614
29615 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29616 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29617 from optimizing it away.
29618 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29619 "call inferior func with struct".
29620
29621 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29622
29623 * configure.in: Only configure gdb.chill for particular targets.
29624
29625 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29626
29627 * gdb.base/Makefile.in: Add action to .c.o transformation
29628 rule that generates a .ci file for each .o file and remove
29629 explicit .c.o rules except for callfuncs.o.
29630 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29631 generates a .ci file for each .o file and remove explicit
29632 .cc.o rules.
29633 (clean): Remove *.tmp *.ci files.
29634 (EXECUTABLES): Remove templ-info.exp.
29635 * gdb.base/compiler.c: New file.
29636 * gdb.c++/compiler.cc: New file
29637 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29638 Change rs6000-*-* xfail for
29639 "print 'scope0.c'::filelocal_ro" and
29640 "print 'scope1.c'::filelocal" and
29641 "print 'scope1.c'::filelocal_bss" and
29642 "print 'scope1.c'::filelocal_ro" and
29643 "print 'scope1.c'::foo::funclocal" and
29644 "print 'scope1.c'::foo::funclocal_ro" and
29645 "print 'scope1.c'::bar::funclocal" and
29646 "print 'scope0.c'::filelocal_ro" and
29647 "print 'scope1.c'::filelocal at foo" and
29648 "print 'scope1.c'::filelocal_bss at foo" and
29649 "print 'scope1.c'::filelocal_ro at foo" and
29650 "print 'scope1.c'::foo::funclocal at foo" and
29651 "print 'scope1.c'::foo::funclocal_bss at foo" and
29652 "print 'scope1.c'::foo::funclocal_ro at foo" and
29653 "print 'scope1.c'::bar::funclocal at foo" and
29654 "print 'scope0.c'::filelocal_ro" and
29655 "print 'scope1.c'::filelocal" and
29656 "print 'scope1.c'::filelocal_bss" and
29657 "print 'scope1.c'::filelocal_ro" and
29658 "print 'scope1.c'::foo::funclocal" and
29659 "print 'scope1.c'::foo::funclocal_bss" and
29660 "print 'scope1.c'::foo::funclocal_ro" and
29661 "print 'scope1.c'::bar::funclocal" and
29662 "print 'scope1.c'::bar::funclocal_bss"
29663 to only be xfail'd when not compiled with gcc.
29664 Add rs6000-*-* xfail for
29665 "print 'scope0.c'::filelocal_bss before run"
29666 when compiled with gcc.
29667 (test_at_main): Add rs6000-*-* xfail for
29668 "print filelocal_ro in test_at_main"
29669 when compiled with gcc.
29670 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29671 Add rs6000-*-aix* xfail for
29672 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29673 "ptype t_char_array", not compiled with gcc.
29674 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29675 xfail for "list foo (in include file)" when gcc compiled.
29676 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29677 (integral_args): Add rs6000-*-* xfail for
29678 "run to call0a" if not compiled with gcc.
29679 (unsigned_integral_args): Add rs6000-*-* xfail for
29680 "run to call1a" if not compiled with gcc.
29681 (float_and_integral_args): Add rs6000-*-* xfail for
29682 "run to call2a" if not compiled with gcc and for
29683 "continue to call2b" for any compiler.
29684 Add rs6000-*-* xfail to
29685 "print f1 after run to call2a" for gcc compiled.
29686 (discard_and_shuffle): Add rs6000-*-* xfail for
29687 "run to call6a".
29688 (shuffle_round_robin): Add rs6000-*-* xfail for
29689 "backtrace from call7a" if not compiled with gcc.
29690 Add rs6000-*-* xfail for
29691 "backtrace from call7b" if compiled with gcc.
29692 (call_after_alloca): Add rs6000-*-* xfail for
29693 "print c in call_after_alloca" and
29694 "print s in call_after_alloca" and
29695 "backtrace from call_after_alloca_subr"
29696 if not compiled with gcc.
29697 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29698 "print c in localvars_in_indirect_call" and
29699 "print c in localvars_in_indirect_call" and
29700 "backtrace in indirectly called function" and
29701 "stepping into indirectly called function"
29702 if not compiled with gcc.
29703 (localvars_after_alloca): Add rs6000-*-* xfail for
29704 "print c after runto localvars_after_alloca" and
29705 "print s after runto localvars_after_alloca" and
29706 "print i after runto localvars_after_alloca" and
29707 "print l after runto localvars_after_alloca"
29708 for all compilers.
29709 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29710 than whatis-info.exp.
29711 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29712 than opaque-info.exp.
29713 Setup rs6000-*-* xfail for
29714 "ptype on opaque struct pointer (statically)" and
29715 "ptype on opaque struct pointer (dynamically)" when
29716 not compiled with gcc.
29717 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29718 rather than callf-info.exp.
29719 (do_function_calls): Add clear_xfail for rs6000-*-* for
29720 "p t_float_values2(3.14159,float_val2)". Seems to work
29721 fine there, both with xlc and gcc. Need to find out what
29722 it is doing right and fix other platforms.
29723 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29724 "call inferior func with struct - returns int",
29725 "call inferior func with struct - returns long",
29726 "call inferior func with struct - returns float",
29727 "call inferior func with struct - returns double",
29728 "call inferior func with struct - returns char *",
29729 but only if not gcc compiled (presumes xlc compiled).
29730 Change rs6000-*-* xfails for
29731 "call inferior func with struct - returns char" and
29732 " call inferior func with struct - returns short" to only
29733 xfail if not using gcc.
29734 (clean mostlyclean): Remove *.ci and *.tmp files.
29735 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29736 than templ-info.exp.
29737 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29738 Add rs6000-*-* xfail for "up to foo in langs.exp"
29739 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29740 when not gcc compiled.
29741
29742 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29743
29744 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29745 * gdb.base/corefile.exp: Likewise.
29746 * gdb.base/list.exp: Likewise.
29747 * gdb.base/scope.exp: Likewise.
29748 * gdb.base/siganls.exp: Likewise.
29749
29750 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29751 compiler output.
29752 * gdb.base/whatis.exp: Likewise.
29753
29754 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29755
29756 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29757 failure (opcode table has been fixed to match reality).
29758
29759 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29760
29761 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29762 "call inferior func with struct - returns char",
29763 "call inferior func with struct - returns short"
29764
29765 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29766 "print 'scope0.c'::filelocal at main",
29767 "print 'scope0.c'::filelocal_bss in test_at_main",
29768 "print 'scope0.c'::filelocal at foo",
29769 "print 'scope0.c'::filelocal_bss in test_at_foo",
29770 "print 'scope0.c'::filelocal at bar",
29771 "print 'scope0.c'::filelocal_bss in test_at_bar"
29772
29773 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29774 in source file 1". This bug seems to have been fixed with both
29775 gcc and native cc (was native assembler bug?).
29776
29777 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29778
29779 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29780 "backtrace through signal handler" to "i*86-*-sysv4*".
29781 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29782 continue" case. Add "known SVR4 bug" to fail message.
29783 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29784 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29785 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29786 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29787 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29788 "up to foo in langs.exp", "show language at foo in
29789 langs.exp", "up to cppsub_ in langs.exp", "show
29790 language at cppsub_ in langs.exp", "up to fsub in
29791 langs.exp", and "show language at fsub in langs.exp".
29792 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29793 "bactrace in corefile.exp".
29794 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29795 "call inferior function with struct - returns float" and
29796 "call inferior function with struct - returns double".
29797
29798 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29799
29800 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29801 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29802 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29803 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29804
29805 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29806
29807 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29808 (or overriden) "CHILL" macro rather then bare "gcc".
29809 Also look for ../../gcc/xgcc since that is what we will
29810 actually need, not "Makefile". Remove following assignment
29811 of CHILL to CHILL_FOR_TARGET because that results in
29812 recursive definition.
29813
29814 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29815
29816 * gdb.base/corefile.exp: Change xfail for backtrace in
29817 corefile.exp from linuxaout to all linux.
29818 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29819 cases where we miss the breakpoint at the signal handler
29820 for some reason. Setup xfail for linuxoldld/linuxaout and
29821 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29822 hitting SIGURG breakpoint.
29823 * gdb.base/signals.exp: Setup xfail for "next" acting like
29824 continue to add linuxoldld. Setup xfail for all linux for
29825 "next to handler in signals_tests_1", "backtrace in
29826 signals_tests_1", "continue to func1", "pass SIGUSR1",
29827 and continue to handler".
29828
29829 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29830
29831 * Update all FSF addresses except those in COPYING* files.
29832
29833 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29834
29835 * gdb.base/a2-run.exp: Change messages to be more explicit about
29836 the status of args, and quote binfile in results.
29837
29838 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29839
29840 * gdb.base/callfuncs.exp: Add tests for passing structs to
29841 inferior functions and return various types.
29842 * gdb.base/callfuncs.c: Add functions to receive a struct
29843 and return a member of the struct, in various types.
29844
29845 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29846
29847 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29848
29849 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29850
29851 * config/vxworks29k.exp: New file, sources vxworks.exp.
29852
29853 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29854
29855 * config/gdbremote.exp: New file. Testing framework using
29856 gdbserver.
29857
29858 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29859
29860 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29861 "call function when asleep" and "send end of file".
29862 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29863 for "backtrace in corefile.exp".
29864 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29865 for "backtrace through signal handler".
29866 * gdb.base/corefile.exp: Make sure we actually generate a core file
29867 before trying the core tests. Some systems allow the user to suppress
29868 generation of core files and default to that (linux for example).
29869 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29870 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29871
29872 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29873
29874 * gdb.threads: New directory with some crude multi-threaded
29875 gdb tests (step.exp and step2.exp).
29876 * config/mt-lynx (STEP_EXECUTABLE): Define.
29877 (THREADFLAGS): Define.
29878
29879 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29880
29881 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29882
29883 * gdb.base/signals.exp: Disable whole file for lynx until
29884 further notice.
29885
29886 * gdb.base/signals.exp: xfail test where "next" acts like
29887 "continue" for lynx.
29888
29889 * gdb.base/interrupt.exp: xfail test for calling function while
29890 inferior is asleep for lynx.
29891
29892 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29893 than one cr-lf after each command.
29894
29895 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29896
29897 * configure.in: Reinstate setting of stabsdirs variable, fix
29898 typo in setting up configdirs for native builds.
29899
29900 * gdb.base/return.exp: Fix typo in return double test.
29901 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29902 compiler from optimizing them away.
29903
29904 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29905
29906 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29907 sequences to be echo'd by gdb when using gdb_test.
29908 * gdb.chill/chexp.exp: Likewise.
29909 * gdb.fortran/exprs.exp: Likewise
29910
29911 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29912
29913 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29914 after the inferior gdb has started.
29915
29916 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29917 after each command.
29918 * gdb.base/funcargs.exp: Likewise.
29919 * gdb.base/gdbvars.exp: Likewise.
29920 * gdb.base/interrupt.exp: Likewise.
29921 * gdb.base/list.exp: Likewise.
29922 * gdb.base/watchpoint.exp: Likewise.
29923 * gdb.c++/demangle.exp: Likewise.
29924 * gdb.c++/inherit.exp: Likewise.
29925 * gdb.chill/chexp.exp: Likewise.
29926 * gdb.fortran/exprs.exp: Likewise.
29927
29928 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29929 test if we can't handle IO to/from the inferior.
29930
29931 * gdb.c++/misc.exp: Always check for a program already being
29932 started after sending a "run" command to gdb.
29933
29934 * gdb.base/twice.exp: Start with a fresh gdb.
29935
29936 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29937 only depend on gdb's expression code, not the chill runtime.
29938
29939 * gdb.base/return.c: Put return values into variables so we
29940 can have gdb print them rather than depending on the program
29941 to print them.
29942 * gdb.base/return.exp: Corresponding changes.
29943
29944 * lib/gdb.exp: Provide default value for noinferiorio.
29945 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29946 the inferior.
29947
29948 * gdb.base/break.exp: Always check for a program already being
29949 started after sending a "run" command to gdb.
29950 (text_next_with_recursion): Don't check the output from the
29951 program's printf statement. Instead just make sure the program
29952 exited.
29953
29954 * gdb.base/commands.exp: Protect tests which need arguments with
29955 $noargs conditionals.
29956
29957 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29958
29959 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29960 of structure member arrays to match gdb/valops.c:value_addr change.
29961
29962 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29963
29964 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29965 cases.
29966
29967 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29968
29969 * configure.in (configdirs): Remove gdb.chill from default list
29970 of subdirs and then add it back in only if doing a native build.
29971 The current chill compiler does not yet work in any cross build.
29972 * Revert all signal changes from Jul 6.
29973 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29974 for sh-hms targets, allowing these tests to link, with no other
29975 changes. Testing is suppressed by setting "nosignals" in site.exp.
29976
29977 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29978
29979 * configure.in (signaldirs): Define and add to configdirs for all
29980 targets except some specific ones that are known to not support signals.
29981 Also clean up formatting.
29982 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29983 (signals, sigall): Remove rules to build.
29984 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29985 Moved to new gdb.signals directory.
29986 * gdb.signals: New test directory.
29987 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29988 signals.c signals.exp}: New or moved files.
29989
29990 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29991
29992 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29993
29994 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29995
29996 * gdb.base/return.exp: Xfail `return double' test failure
29997 on at least Solaris 2.3 and handle future/past versions on
29998 a case by case basis as appropriate. Also update message
29999 to include i*86 failures.
30000
30001 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30002
30003 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30004
30005 * lib/gdb.exp: Fix comment which erroneously identified
30006 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30007 gdb_file_cmd not gdb_load).
30008 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30009
30010 * gdb.base/setvar.exp: Make test names consistent between pass and
30011 fail cases. Use gdb_test more.
30012
30013 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30014
30015 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30016
30017 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30018
30019 * gdb.base/help.exp: Fix expected help string for `show commands'.
30020
30021 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30022
30023 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30024
30025 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30026 of a text section.
30027
30028 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30029
30030 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30031 that loop eventually terminates. Fix Connection refused logic so
30032 that testsuite will expire nicely.
30033
30034 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30035
30036 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30037 config/rom68k.exp: New tcl glue for the appropriate monitors.
30038 These all just end up calling monitor.exp.
30039 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30040 refused' by retrying. Cleanup some timeout issues.
30041 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30042 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30043 callers don't have to set/restore global timeout variable.
30044
30045 * The following set of changes centralizes management of the global
30046 timeout variable. This way, it can be set in one target dependent
30047 place instead of dozens of places scattered throughout the test suite.
30048 If you need to lengthen a timeout, then you should either set timeout
30049 in one of the config/{target}.exp files, or multiply it by a factor.
30050 Setting it to an absolute value is always going to lose for some
30051 targets.
30052 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30053 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30054 * gdb.base/funcargs.exp: Don't set timeout.
30055 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30056 * gdb.base/printcmds.exp (test_print_string_constants
30057 test_print_array_constants): Don't set timeout.
30058 * gdb.base/ptype.exp: Don't set timeout.
30059 * gdb.base/recurse.exp: Don't set timeout.
30060 * gdb.base/return.exp: Don't set timeout.
30061 * gdb.base/watchpoint.exp: Don't set timeout.
30062 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30063 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30064
30065 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30066
30067 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30068
30069 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30070
30071 * lib/gdb.exp: Disable chill tests for irix5.
30072
30073 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30074
30075 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30076 each test pass or fail.
30077
30078 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30079
30080 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30081 xlc not gcc.
30082
30083 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30084
30085 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30086
30087 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30088
30089 * config/est.exp: Fix copyright and comments. Remove dead code.
30090 Use targetname, serialport and baud variables instead of fixed
30091 constants.
30092 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30093 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30094
30095 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30096
30097 * gdb.base/watchpoint.exp: Don't run
30098 test_watchpoint_triggered_in_syscall for sunos.
30099
30100 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30101
30102 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30103 they don't seem to exist. Do include stdio.h.
30104
30105 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30106
30107 * gdb.base/a1-selftest.exp: Add alpha xfail.
30108
30109 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30110
30111 * gdb.base/watchpoint.c (main): Prompt before calling read().
30112 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30113 Revise accordingly. Remove cruft about sending "123" several
30114 times, until it gets noticed. Clean up the "print buf[0]" stuff
30115 so that it passes or fails, and waits for prompts in the usual way.
30116
30117 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30118
30119 * gdb.base/recurse.exp: Fix comment.
30120
30121 * TODO: Remove item about printing variables in nodebug.exp. Add
30122 item about enabling tests which are only run on some targets.
30123
30124 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30125 fail, make test names unique, use new gdb_test convention
30126 regarding pattern, use gdb_test more, etc.).
30127
30128 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30129 fail, make test names unique, etc.).
30130
30131 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30132
30133 * gdb.base/nodebug.c: Change return type of top and middle to
30134 short.
30135 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30136 are fixed by the recent mdebugread.c changes. Allow `short ()'
30137 as type for top and middle.
30138
30139 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30140
30141 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30142 nearly as I can tell, the whole thing was an accident in Stu's
30143 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30144 to replace a send/expect pair with gdb_test, but ended up only
30145 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30146 of 30 Mar 1995 took care of it, but left this vestigial comment
30147 which I am now nuking.
30148
30149 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30150
30151 * gdb.base/break.exp: Look for different line number for
30152 breakpoint at main depending on usestubs.
30153
30154 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30155
30156 * gdb.base/list.exp: Adjust some alternate expect patterns to
30157 match recent list0.c change. Add alternate expect pattern for
30158 output from `list default lines around main' for optimizing
30159 compilers.
30160
30161 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30162
30163 * lib/gdb.exp: If nosignals is not set, set it to 0.
30164
30165 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30166
30167 * config/slite-gdb.exp: Responds to load symbol table prompt.
30168 * gdb.base/break.exp: Adjust line number, fix rerun.
30169 * gdb.base/langs0.c: Add #ifdef usestubs.
30170
30171 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30172
30173 * gdb.base/list.exp: Adjust line contents after adding new lines in
30174 list0.c. Also fix a syntax error.
30175
30176 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30177 * gdb.base/break.exp: ditto.
30178 * gdb.base/list.exp: ditto.
30179 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30180 * gdb.base/run.c: ditto.
30181 * gdb.base/list0.c: ditto.
30182 * gdb.base/funcargs.c: ditto.
30183
30184 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30185
30186 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30187 $targetname, $serialport and $baud instead of hardwired variables.
30188 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30189 target doesn't support signals.
30190
30191 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30192
30193 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30194
30195 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30196
30197 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30198 Don't rely on the value of an auto variable before it has been
30199 initialized. Use gdb_test more.
30200
30201 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30202
30203 * lib/gdb.exp (default_gdb_version): A version number must start
30204 with a digit, but other than that contains all characters up to
30205 the first whitespace character.
30206
30207 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30208
30209 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30210
30211 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30212
30213 * gdb.c++/*.exp: Warn if executable does not exist. The original
30214 reason for skipping the warning was that configure.in sometimes
30215 intentionally skipped building the executables but the tcl code
30216 had no way of knowing. That (a) was always bogus with respect to
30217 error handling, (b) is no longer true (right now there is no way
30218 to skip C++ tests).
30219
30220 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30221
30222 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30223
30224 * gdb.base/list.exp: Add expect patterns for output from
30225 SunPRO compiled executables.
30226 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30227 types.
30228
30229 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30230
30231 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30232 number (we are already testing that the correct source line text
30233 gets printed).
30234
30235 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30236 that is what is intended, but something needed to be done to get
30237 sunos4 native working again.
30238
30239 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30240
30241 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30242 apparently went with a (very) old xfail.
30243
30244 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30245
30246 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30247 runto_main is a proc in gdb.exp that will do 'step' for target use
30248 stubs.
30249 * gdb.base/exprs.exp: ditto.
30250 * gdb.base/interrupt.exp: ditto.
30251 * gdb.base/opaque.exp: ditto.
30252 * gdb.base/printcmds.exp: ditto.
30253 * gdb.base/ptype.exp: ditto.
30254 * gdb.base/scope.exp: ditto.
30255 * gdb.base/setvar.exp: ditto.
30256 * gdb.base/signals.exp: ditto.
30257 * gdb.base/twice.exp: ditto.
30258 * gdb.c++/classes.exp: ditto.
30259 * gdb.c++/inherit.exp: ditto.
30260 * gdb.c++/templates.exp: ditto.
30261 * gdb.base/break.exp: no run and hit main for stubs. Change line
30262 numbers for breakpoints and info breakpoint.
30263 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30264 breakpoint().
30265 * gdb.base/callfuncs.c: ditto.
30266 * gdb.base/exprs: ditto.
30267 * gdb.base/interrupt.c: ditto.
30268 * gdb.base/opaque0.c: ditto.
30269 * gdb.base/printcmds.c: ditto.
30270 * gdb.base/ptype.c: ditto.
30271 * gdb.base/scope0.c: ditto.
30272 * gdb.base/setvar.c: ditto.
30273 * gdb.base/signals.c: ditto.
30274 * gdb.base/twice.c: ditto.
30275 * gdb.c++/misc.cc: ditto.
30276 * gdb.c++/templates.cc: ditto.
30277
30278 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30279
30280 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30281
30282 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30283 somewhere between `read' and `main.c'. I'm pretty sure the
30284 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30285 and it isn't particularly useful.
30286
30287 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30288
30289 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30290
30291 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30292
30293 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30294
30295 * config/mt-slite: add LIBS and -nostdlib.
30296 * config/slite-gdb.exp: add this new file to support sparclite target.
30297
30298 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30299
30300 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30301
30302 * gdb.base/a2-run.exp: Change argument to istarget from
30303 "*-*-vxworks" to "*-*-vxworks*".
30304 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30305
30306 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30307
30308 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30309 will not runto main but do a 'step' to step out of breakpoint().
30310 * config/mt-slite: add -Dusestubs.
30311
30312 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30313
30314 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30315 instead of just @.
30316
30317 * gdb.base/signals.exp: Add test for "handle all print".
30318 * TODO: Remove "handle all print". Also remove item about
30319 checking copyright date (I don't like the idea of a spurious FAIL
30320 based on when we run the tests).
30321
30322 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30323 for SunOS4 (reason for failure not investigated). Remove
30324 redundant test for $binfile.
30325
30326 * gdb.base/nodebug.c (array_index): Call malloc.
30327
30328 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30329
30330 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30331
30332 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30333 conventions and slightly simplify the matching regexp.
30334
30335 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30336
30337 * gdb.base/break.exp: Update gdb_test invocation to use new
30338 convention.
30339
30340 * lib/gdb.exp: If noargs is not set, set it to 0.
30341
30342 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30343 tests unique.
30344
30345 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30346
30347 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30348
30349 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30350 one argument of type "<non-float parameter>".
30351
30352 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30353
30354 * config/rom68k.exp: New file to support Motorola IDP board.
30355 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30356 * gdb.base/break.c: Change things around so that this program
30357 doesn't depend upon args. This is necessary to make remote
30358 targets work (in general, they can't take args).
30359 * gdb.base/break.exp: Don't try to send args to program. Don't
30360 expect output. Also, replace lots of code with gdb_test.
30361
30362 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30363
30364 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30365 printing of '\'' (which is what the comment says we are testing,
30366 even though we were not), not '''.
30367 (test_integer_literals_rejected): Test that printing ''' is an error.
30368
30369 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30370 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30371 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30372 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30373 Use gdb_test not test_print_accept.
30374 * lib/gdb.exp: Remove test_print_accept.
30375
30376 * gdb.base/signals.exp (signal_tests_1): Make pass message
30377 consistent with fail message.
30378
30379 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30380 unsigned char; the bug (PR 1821) is fixed.
30381
30382 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30383
30384 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30385 successful tests--makes xfailing them work right.
30386
30387 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30388
30389 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30390 only \r\n, not .*. The test can pass .* as the last thing in
30391 $pattern if that is what it wants. In addition to providing this
30392 flexibility, this change should speed up pattern matching in cases
30393 where the pattern already ended with .* (there were a number of
30394 them). This change also helps catch bad patterns--in the old
30395 scheme the typo "char \*" instead of "char \\*" would pass. Now
30396 it is caught.
30397 * Many .exp files: Update callers.
30398
30399 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30400 clearer and does not spuriously match multiple ('s. Likewise for
30401 ) and *.
30402
30403 * gdb.base/nodebug.exp: Test ability to call a function and pass
30404 it a string (even with no debugging info).
30405
30406 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30407 "p '\'", which is the same as "p ''" once tcl gets done with
30408 quoting, to "p '\\'", which I suspect is what is intended (one
30409 backslash gets sent to GDB).
30410
30411 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30412
30413 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30414
30415 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30416 1817) was fixed literally years ago.
30417
30418 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30419
30420 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30421 test, it causes stepping out of call_after_alloca_subr with
30422 optimizing compilers.
30423 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30424 fails.
30425
30426 * gdb.c++/templates.exp: Source templ-info.exp only if
30427 the templates executable exists.
30428
30429 * gdb.c++/misc.cc (class Contains_static_instance,
30430 class Contains_nested_static_instance),
30431 gdb.c++/classes.exp (test_static_members): Test printing of
30432 a class that contains a static instance of the class.
30433
30434 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30435
30436 * gdb.base/langs2.c (cppsub_): Don't prototype.
30437 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30438 only, I believe).
30439
30440 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30441
30442 * lib/gdb.exp (skip_chill_tests): New procedure.
30443
30444 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30445
30446 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30447
30448 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30449 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30450
30451 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30452
30453 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30454
30455 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30456 disassemble 8, not 16, instructions for part 4.
30457
30458 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30459 support the latter anymore.
30460
30461 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30462 -DNO_PROTOTYPES.
30463 * gdb.base/callfuncs.c: Control use of prototypes based on
30464 NO_PROTOTYPES, not __STDC__.
30465 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30466 t_float_values2 tests if prototypes in use.
30467
30468 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30469 t_double_values): When checking differences against DELTA, check
30470 that difference is within the range (-DELTA,DELTA), not just
30471 (-infinity,DELTA).
30472
30473 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30474
30475 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30476 'file' command firts, then 'target', then 'load', this is due to gdb
30477 target set up.
30478 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30479
30480 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30481
30482 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30483 FP load/store variants.
30484 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30485
30486 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30487
30488 * gdb.base/term.exp: Do not give a warning if not native, it is
30489 not an abnormal condition.
30490
30491 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30492
30493 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30494 t_char_array".
30495
30496 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30497
30498 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30499 are getting the version number.
30500
30501 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30502 if not native, it is not an abnormal condition.
30503
30504 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30505
30506 * lib/gdb.exp: Just use "file exists", rather than undocumented
30507 dejagnu procedure "findfile".
30508
30509 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30510
30511 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30512 (LDFLAGS): Set to -Xlinker -Ur.
30513
30514 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30515 Removed, these values are set by lib/gdb.exp.
30516
30517 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30518
30519 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30520
30521 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30522 of replicating gdb startup code.
30523
30524 * config/mt-vxworks (LDFLAGS): Set to -r.
30525 (CFLAGS_FOR_TARGET): Removed.
30526
30527 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30528 (gdb) and gdb for vxworks uses (vxgdb).
30529
30530 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30531 executable is not in the tree and host != target, use sed and
30532 program_transform_name to determine the gdb name used by the
30533 target.
30534
30535 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30536 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30537
30538 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30539
30540 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30541 floats, chars, and shorts where there are ANSI-style function
30542 definitions.
30543
30544 * gdb.base/langs.exp, gdb.base/langs*: New test.
30545 * gdb.base/Makefile.in: Build it.
30546 * TODO: Remove item about checking that C names don't get C++
30547 demangling applied; this test tests it.
30548
30549 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30550
30551 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30552 went with the const70 xfail. The xfail went away a year ago.
30553
30554 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30555
30556 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30557 for hp300.
30558
30559 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30560
30561 * gdb.base/a1-selftest.exp: Don't run on hp300.
30562
30563 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30564
30565 * Makefile.in (site.exp): Set host_alias and target_alias as well
30566 as host_triplet and target_triplet.
30567
30568 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30569
30570 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30571
30572 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30573 places as other ecoff systems).
30574
30575 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30576 ultrix.
30577
30578 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30579
30580 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30581 remove them.
30582 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30583 variable and "variable" in addition to "data variable".
30584 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30585
30586 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30587 2.
30588 * gdb.base/list1.c (long_line): Add additional statement at start
30589 of function.
30590 * gdb.base/list.exp (test_forward_search): Update line number to
30591 reflect new statement.
30592
30593 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30594
30595 * gdb.base/signals.exp: Reinitialize searched source directories
30596 after gdb_start call.
30597
30598 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30599
30600 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30601 * gdb.stabs/Makefile.in: Likewise.
30602
30603 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30604 change. Instead split the tests into smaller pieces.
30605 * gdb.disasm/hppa.s: Corresponding changes.
30606
30607 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30608
30609 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30610 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30611
30612 * gdb.base/funcargs.exp: Modify many tests so that every test
30613 either passes or fails. Make some test names unique.
30614
30615 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30616
30617 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30618 Call stty to set interrupt character.
30619
30620 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30621 for HP assembler versus GNU assembler based on actual behavior of
30622 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30623
30624 * TODO: Suggest a few more stepping tests.
30625
30626 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30627
30628 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30629 restart GDB for h8300 after a continue.
30630 (return): Add pattern to match a29k-udi behavior.
30631 * gdb.base/nodebug.exp: Remove obsolete comment.
30632 * gdb.base/regs.exp: New file, testing of register displays.
30633 * gdb.base/return.exp: Fix typo in reference to $objdir.
30634 * gdb.base/whatis.exp: Always start with a fresh GDB.
30635
30636 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30637
30638 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30639 higher, these tests generate a lot of output.
30640
30641 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30642
30643 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30644 code following the catch silently ignored some errors; without the
30645 catch they should be thrown like any other tcl error. Also, the
30646 catch used "" instead of {} which meant all the callers who wanted
30647 to include one of the characters "[]$ had to quote it an extra time.
30648 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30649 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30650 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30651 Remove extra quoting.
30652
30653 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30654
30655 * gdb.base/commands.exp: Make test names unique; every test either
30656 passes or fails. Update some comments.
30657
30658 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30659
30660 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30661
30662 The following fixes a FAIL caused by the fact that the alpha stabs
30663 configuration didn't use the ".if alpha" code in weird.def.
30664 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30665 bit pointer, so the 32 bit version works even on the alpha.
30666 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30667 Remove the stuff which allowed us to have separate versions for
30668 alpha and everything else.
30669
30670 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30671 regexp which "info func operator\[\](" is supposed to match. Fix
30672 string to send to GDB. Note that GDB still doesn't work right. Add a
30673 new test for "info func .perator\[\](" which GDB does handle correctly.
30674
30675 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30676
30677 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30678
30679 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30680 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30681 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30682 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30683 it makes the tests harder to understand and confuses test-o-matic.
30684 The preferred style is that each test provides a PASS or a FAIL,
30685 and has a unique message (e.g. "continue #54" not just "continue")
30686 which is the same for the pass and the fail.
30687 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30688 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30689 to lib/gdb.exp.
30690 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30691 prt_accept which was basically the same thing. Likewise for
30692 test_print_reject and prt_reject.
30693 * lib/gdb.exp (test_print_reject): Add some more error message
30694 patterns to match from the former printcmds.exp (prt_reject).
30695 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30696 One defect of the passcount stuff is that some of it failed to
30697 report XPASS where appropriate.
30698 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30699 stuff before and after arg in expected pattern.
30700 (test_paddr_operator_functions): Re-do test without print_addr_of;
30701 this is the only test which seems to want extra stuff there.
30702
30703 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30704
30705 * gdb.base/nodebug.exp: Update new tests to reflect improved
30706 wording of gdb output.
30707
30708 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30709 and "ptype" work on variables in files compiled without -g.
30710 Replaces commented out "maint print msymbol" tests.
30711
30712 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30713
30714 * gdb.base/setvar.c (dummy): Call malloc.
30715
30716 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30717 losing with the irix4 sed.
30718
30719 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30720 ALRM" on irix4.
30721
30722 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30723
30724 * TODO: Remove items about corefile.exp testing new exec-file and
30725 backtrace; both are now done. Add items about printing enums.
30726
30727 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30728
30729 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30730 "get signal $thissig" test fails.
30731
30732 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30733
30734 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30735
30736 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30737 compiler warning with dec alpha compiler.
30738
30739 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30740 extra \n from gdb_test call (this explains why the prompt test
30741 that I removed yesterday was there).
30742 (user_defined_command_test): Remove extra \n and prompt test.
30743
30744 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30745 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30746 doesn't exist.
30747 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30748 Also remove alpha workaround, which turns out to be because
30749 SIGABRT == SIGLOST.
30750
30751 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30752
30753 * gdb.base/help.exp: Don't test "help show".
30754
30755 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30756
30757 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30758 "set print address" is on.
30759 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30760 pass prompt to gdb_test; gdb_test already looks for the prompt.
30761
30762 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30763
30764 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30765 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30766 was to make sure that gdb can read a core file. But (a) the "read
30767 the corefile" part didn't make it to a1-selftest.exp, we just
30768 delete the corefile after creating it, and (b) we test reading
30769 corefiles in corefile.exp anyway. Also, this test left around a
30770 xgdb process on Solaris.
30771
30772 * gdb.base/corefile.exp: Also test backtrace.
30773
30774 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30775
30776 * gdb.base/commands.exp: Test a simple user defined command with
30777 arguments and if/while statements; verify the full user command is
30778 printed by "show user".
30779
30780 * gdb.base/commands.exp: Test if/while commands as part of a
30781 breakpoint command list; verify they appear in breakpoint
30782 information.
30783
30784 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30785
30786 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30787 than by dividing by zero.
30788
30789 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30790
30791 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30792 performing an inferior call with watchpoints enabled.
30793 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30794 call.
30795
30796 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30797
30798 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30799 of "file" command.
30800
30801 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30802 Add additional pattern for when "int operator int(void);" appears
30803 in a different order.
30804
30805 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30806
30807 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30808
30809 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30810 and "signal" with ".*".
30811
30812 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30813
30814 * TODO: Add note about "handle all nostop".
30815
30816 * gdb.base/{sigall.c, sigall.exp}: New test.
30817 * gdb.base/Makefile.in: Add it.
30818
30819 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30820
30821 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30822 when invoking GDB, suppresses any windowing interface.
30823
30824 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30825
30826 * config/sim-gdb: New file, simulator testing support.
30827
30828 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30829
30830 * gdb.base/interrupt.exp: Test calling func1 twice.
30831
30832 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30833
30834 * gdb.base/list.exp (test_forward_search): Set timeout higher
30835 when we'll be getting lots of output from gdb.
30836
30837 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30838 "init_malloc" to after the expect statement. Run it if that
30839 regexp is taken, but also for two others which happen if source
30840 cannot be found.
30841
30842 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30843
30844 * gdb.base/printcmds.exp: New test, for printing register before
30845 program is running.
30846
30847 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30848
30849 * gdb.base/list.exp: Correct some alternate expect patterns
30850 to reflect changes in list1.c.
30851
30852 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30853
30854 * TODO: Add item regarding large frames.
30855
30856 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30857
30858 * TODO: Remove item about enabling return.exp; it
30859 is enabled. Suggest a few more "return" tests.
30860
30861 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30862
30863 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30864 anonymous unions.
30865
30866 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30867
30868 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30869 and pr-5646.o, so "make" is the same as "make all", not "make
30870 pr-4975.o".
30871
30872 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30873
30874 * gdb.base/list.exp: Adjust expectations to reflect changes in
30875 list1.c.
30876 (test_forward_search): New test proc.
30877 * gdb.base/list1.c (long_line): New function, has long source line.
30878
30879 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30880
30881 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30882 additional line of code that was added.
30883
30884 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30885
30886 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30887 tests so as not to overflow expect's input buffers.
30888 * gdb.disasm/hppa.exp: Corresponding changes.
30889
30890 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30891
30892 Beginnings of template debugging tests.
30893 * gdb.c++/templ-info.cc: New file to test for template
30894 debugging capability of the compiler.
30895 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30896 templ-info.cc.
30897 * gdb.c++/templates.cc: Add explicit template instantiations
30898 to enable compiling with -fno-implicit-templates. Add destructor
30899 and 'value' method to T5 class for template tests.
30900 * gdb.c++/templates.exp: Add testcases for printing of template
30901 types, setting breakpoints on template methods and calling a
30902 template method.
30903
30904 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30905
30906 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30907 branch target since some assemblers (gas-2.5) may emit a
30908 relocation for the branch instead of resolving it in the
30909 assembler.
30910
30911 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30912
30913 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30914 through signal handler.
30915
30916 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30917
30918 * configure.in (*-*-netware): Use config/mt-netware.
30919
30920 * config/mt-netware: New file.
30921 * config/mt-i386-netware: Removed, separate configs for different
30922 netware architectures are no longer needed now that we have
30923 --with-headers.
30924
30925 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30926
30927 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30928 by the recent changes to use ANSI C arithmetic conversions.
30929
30930 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30931
30932 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30933 bug involving using inferior_pid to figure out whether to select a
30934 frame.
30935
30936 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30937
30938 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30939 match the current disassembler output.
30940
30941 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30942
30943 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30944 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30945 types, expect "int" as type of integer values (for now).
30946
30947 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30948
30949 * gdb.base/commands.exp: New tests for if/while commands.
30950
30951 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30952
30953 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30954 by .*, since hex values have different syntax in Chill mode.
30955
30956 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30957
30958 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30959 linefeed from expect pattern for repeated types with indices > 9.
30960
30961 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30962
30963 First part of Fortran test suite.
30964 * gdb.fortran: New directory.
30965 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30966
30967 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30968
30969 * gdb.base/default.exp: Update expect pattern for load command
30970 without arguments.
30971
30972 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30973
30974 * configure.in: Change i386 to i[345]86.
30975 * gdb.base/configure.in: Likewise.
30976 * gdb.c++/configure.in: Likewise.
30977 * gdb.chill/configure.in: Likewise.
30978
30979 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30980
30981 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30982 patterns, since that is not a valid context for comments.
30983
30984 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30985
30986 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30987 repeated types and repeated types with indices > 9.
30988
30989 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30990
30991 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30992 2417; old bug has been fixed.
30993
30994 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30995
30996 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30997 send the newline ourselves instead of assuming gdb_test will do
30998 so when passed an empty input string.
30999
31000 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31001 stabs testcode.
31002
31003 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31004
31005 * lib/gdb.exp (gdb_test): Don't send anything if the first
31006 argument is an empty string. This makes cases where we want to
31007 match output that is already in expect's buffers (for example,
31008 matching a breakpoint after gdb_run_cmd has been called) work
31009 reliably.
31010
31011 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31012
31013 * config/netware.exp: New file.
31014
31015 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31016
31017 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31018 the -B and -L prefixes so we can find the debugging stub.
31019
31020 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31021 there and we are using the gcc from the tree.
31022
31023 * gdb.base/types.c: Removed.
31024
31025 * gdb.base/configure.in: Look for makefile fragments in ../config.
31026 Recognize i386-*-netware.
31027 * gdb.c++/configure.in: Likewise.
31028
31029 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31030
31031 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31032 the correct TCL syntax.
31033
31034 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31035
31036 * gdb.base/opaque.exp: use runto instead of messing around with
31037 breakpoints. Simplify by using gdb_test.
31038
31039 * gdb.base/bitfields.exp: restart between tests on netware targets
31040 because breakpoints aren't relocated after target death. Run
31041 processes to completion.
31042
31043 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31044
31045 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31046
31047 * Makefile.in: Remove extra tabs that confuse some versions
31048 of "make". Use the newly built gdb to test with by default,
31049 rather than the first one in the tester's search path.
31050
31051 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31052
31053 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31054
31055 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31056 condition help.
31057
31058 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31059
31060 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31061
31062 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31063 running.
31064 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31065 * gdb.base/funcargs.exp: Likewise.
31066
31067 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31068 * gdb.base/funcargs.exp: Likewise.
31069
31070 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31071 message is "".
31072
31073 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31074
31075 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31076 return,signals,twice}.exp: Handle non-existant binaries
31077 consistantly.
31078
31079 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31080 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31081 might testing a cross development system.
31082
31083 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31084
31085 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31086 runtest script is relative to ${srcdir}, not ${rootdir}.
31087
31088 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31089
31090 * gdb.base/signals.exp: Allow for optionality of breakpoint
31091 address.
31092
31093 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31094
31095 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31096
31097 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31098
31099 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31100 for size_t definition.
31101 * gdb.c++/templates.cc: Likewise
31102
31103 * config/mt-i386-netware: New file.
31104
31105 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31106 defined.
31107
31108 * gdb.base/Makefile.in: Added support for systems that name core
31109 files by appending "core" to the program name.
31110 * gdb.base/a1-selftest.exp: Likewise.
31111
31112 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31113
31114 * gdb.base/return.exp: Add comment and message for `return double'
31115 test failure on Sparc Solaris.
31116
31117 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31118
31119 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31120
31121 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31122
31123 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31124 from optimizing them away.
31125 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31126 patterns to include default constructors and assignment operators,
31127 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31128 character in the output of the virtual base pointer.
31129
31130 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31131
31132 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31133 expression match in print_addr_of to avoid unintented matches.
31134 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31135 versions up to 2.5.8.
31136
31137 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31138
31139 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31140 included file to run under newer versions of expect.
31141 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31142 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31143 Remove xfail for the virtual table of BDDHookV.
31144
31145 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31146
31147 * lib/gdb.exp (string_to_regexp): Set a default result.
31148 (default_gdb_start): Fix misleading message.
31149
31150 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31151
31152 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31153 Remove all CC, etc definitions.
31154 * config/mt-hpux: New file.
31155 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31156 (CFLAGS, LDFLAGS): Define.
31157 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31158
31159 * Makefile.in (site.exp): Don't insert host_os, etc.
31160 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31161 (distclean): Check existence of subdir.
31162 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31163 * gdb.base/Makefile.in: General cleanup and simplification.
31164 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31165 to build executables. Use default rule to build .o files.
31166 (EXPECT, RUNTEST, CC): Fix relative pathname.
31167 (site.exp): Don't insert host_os, etc.
31168 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31169 and/or SIGUSR1 defined.
31170 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31171 * gdb.c++/Makefile.in: General cleanup and simplification.
31172 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31173 (CFLAGS): Remove.
31174 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31175
31176 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31177
31178 * gdb.base/recurse.exp: Misc changes to get tests running again
31179 after Kung's changes to the watchpoint code.
31180 * gdb.base/watchpoint.exp: Likewise.
31181
31182 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31183
31184 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31185
31186 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31187
31188 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31189 * lib/gdb.exp (default_gdb_start): Define.
31190 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31191 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31192 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31193 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31194 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31195 Don't call gdb_target_udi in between tests.
31196
31197 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31198
31199 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31200 (which was basically just a local version of the same thing). In
31201 addition to avoiding duplication, gdb_test_exact is faster.
31202 * lib/gdb.exp (gdb_test_exact): Fix typo.
31203
31204 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31205 don't give an error.
31206
31207 * gdb.base/term.exp: Call delete_breakpoints before starting.
31208
31209 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31210 (t10): Add comment.
31211
31212 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31213
31214 Reorganization of the GDB Test Suite.
31215
31216 * gdb.base: New directory, contains all the basic tests.
31217 * gdb.c++: New directory, tests specific to C++.
31218 * gdb.chill: New directory, tests specific to Chill.
31219 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31220 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31221 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31222 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31223 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31224 t30-31 to chill).
31225 * */gdbme.*: Rename to match appropriate expect scripts.
31226 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31227 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31228 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31229 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31230 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31231 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31232 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31233 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31234 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31235 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31236 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31237 gdb.c++/virtfunc.cc: New names of C++ files.
31238 * gdb.chill/chillvars.ch: New name of Chill file.
31239 * gdb.base/configure.in, gdb.c++/configure.in,
31240 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31241 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31242 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31243 * configure.in (configdirs): Update to reflect directory changes.
31244 (target_abbrev): No longer define for any configuration.
31245 * Makefile.in: Cosmetic improvements to header comments.
31246
31247 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31248
31249 Various changes to gdb.t31:
31250
31251 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31252 * gdbme.ch: Make all key-words and predefineds be upper-case.
31253 * chillvars.exp: Expect key-words and predefinds in upper-case.
31254
31255 * chillvars.exp: Use gdb_test_exact many places.
31256 Change expected output for arrays (which now includes index labels).
31257
31258 * pr-5020.exp, gdme.ch (module PR_5020):
31259 New test, for PR-5020.
31260
31261 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31262
31263 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31264 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31265
31266 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31267
31268 * Makefile.in: Fix bit-rot in definitions of CHILL,
31269 CHILL_FOR_TARGET and Chill_LIB.
31270 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31271 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31272 CHILL, and CHILL_LIB.
31273
31274 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31275
31276 * Revert the previous changes. Please see Rob's directory
31277 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31278
31279 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31280
31281 * Makefile.in, configure.in, config/mips-gdb.exp,
31282 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31283 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31284 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
31285 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31286 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31287 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31288 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31289 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31290 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31291 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31292 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31293 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31294 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31295 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31296 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31297 changes from 94Q1.
31298
31299 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31300
31301 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31302 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31303 Rob's new testing fragments.
31304
31305 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31306
31307 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
31308 lib/gdb.exp: Replace error proc calls with perror.
31309
31310 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31311
31312 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31313 version also, match on casted version strings, and match on
31314 gdb startup case where the line numbers might be messed up.
31315
31316 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31317
31318 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
31319 (CFLAGS): Delete it from here.
31320
31321 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31322
31323 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31324
31325 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31326
31327 * Makefile.in (RUNTEST): Default to just "runtest".
31328
31329 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31330
31331 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31332 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31333 the code has been restructured.
31334
31335 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31336
31337 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31338 \n, not just one of each.
31339
31340 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31341 /bin/cc gives a warning if you do.
31342
31343 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31344
31345 * gdb.t24/demangle.exp: change expect pattern of
31346 __t10ListS_link1ZUiRCUiPT0
31347
31348 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31349
31350 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31351 on local variables in recursive functions.
31352
31353 * gdb.t07/Makefile.in: Build the new test.
31354
31355 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31356
31357 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31358 directly. Instead compare the return values from actual calls.
31359
31360 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31361
31362 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31363
31364 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31365
31366 * From Peter Schauer with minor modifications.
31367 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31368 stops in mid-line in the caller. Add xfail for returning a float
31369 value on X86 targets.
31370
31371 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31372
31373 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31374 to avoid expect lossage.
31375 (fmem_LRbug_tests): Likewise.
31376 * gdb.disasm/hppa.s: Corresponding changes.
31377
31378 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31379 conditions to work with latest dejagnu/expect.
31380
31381 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31382 expected to fail on the PA.
31383 (backtrace in call with trampolines): Explicitly require main
31384 to be frame #1 (no trampolines should show up in backtrace).
31385
31386 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31387 "continue -expect".
31388 * gdb.t06/break.exp: Likewise.
31389 * gdb.t07/watchpoint.exp: Likewise.
31390 * gdb.t13/bitfields.exp: Likewise.
31391 * gdb.t15/{funcargs,return}.exp: Likewise.
31392 * gdb.stabs/weird.exp: Likewise.
31393 * config/{mips,udi}-gdb.exp: Likewise.
31394
31395 * hppa.sed: Enclose comments within a sed command to avoid
31396 losing with the old OSF1 sed.
31397
31398 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31399
31400 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31401 sequent dynix.
31402 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31403 * gdb.t15/funcargs.exp: Conditionally step again to really
31404 finish from marker_call_with_trampolines. Handle the case where
31405 the first step from within call_with_trampolines already steps
31406 us back to main.
31407 * gdb.t15/gdbme.c: Add comment to closing brace of
31408 call_with_trampolines for funcargs.exp.
31409
31410 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31411
31412 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31413 Fix typo(s).
31414
31415 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31416
31417 * gdb.t07/gdbme.c: More code for watchpoint testing.
31418
31419 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31420 "Hardware watchpoint" throughout file.
31421 (test_watchpoint_triggered_in_syscall): New test.
31422 (test_complex_watchpoint): New test.
31423
31424 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31425
31426 * gdbme.c (call_with_trampolines): New function to try and step
31427 into. Tests trampoline problems on the PA.
31428
31429 * funcargs.exp (localvars_in_indirect_call): No longer expect
31430 stepping into indirect call to fail on PAs.
31431 (test_stepping_over_trampolines): New test.
31432
31433 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31434
31435 * TODO: Add suggestions for static member function tests, and
31436 completion tests.
31437
31438 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31439
31440 * TODO: Add suggestions for "p/a" tests.
31441
31442 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31443 (default_gdb_exit): Replace all the hair with sending "quit" to
31444 the process with a simple close.
31445
31446 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31447
31448 * TODO: Add suggestions for shared library tests.
31449
31450 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31451
31452 * TODO: Add suggestions for x/s tests.
31453
31454 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31455
31456 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31457 "enable once", and "enable breakpoints once" with ".*".
31458
31459 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31460
31461 * TODO: Add suggestions about structure passing tests.
31462
31463 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31464
31465 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31466 the primary1 test, use work around if __GNUC__ < 2.
31467 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31468 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31469 Test for bad output rather than waiting for timeout. Issue
31470 second continue only if first continue failed.
31471
31472 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31473
31474 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31475 operator[] test with gdb_test because the old code didn't seem to
31476 be getting the quoting right with the new dejagnu.
31477
31478 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31479
31480 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31481 one from the path.
31482 * Makefile.in: Use a fresh expect if there is one, use runtest
31483 from the src tree if there is one.
31484
31485 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31486
31487 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31488 next over recursive call. Revise the tests from that point on
31489 (which had been skipped) to match GDB's actual (correct) output.
31490
31491 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31492 with next over a breakpoint whose condition is false.
31493
31494 * gdb.t00/help.exp: Comment out "help set print" tests just like
31495 (and for same reason as) "help set" test.
31496
31497 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31498
31499 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31500 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31501
31502 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31503
31504 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31505 necessary gdb_target_udi.
31506
31507 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31508
31509 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31510 1838 and 2417; they are fixed.
31511
31512 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31513 gdb.t03/ptype.exp (ptype structure, ptype union):
31514 Remove xfails; the test is looser than when the xfails were added.
31515
31516 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31517 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31518
31519 * gdb.t01/run.exp: Only run shell test if isnative.
31520
31521 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31522 since "run" automatically loads if necessary. Call gdb_target_udi
31523 after the "file" since "file" kills any execution target.
31524
31525 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31526 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31527 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31528 argument for UDI.
31529
31530 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31531
31532 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31533
31534 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31535
31536 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31537
31538 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31539 properly quoting regexps. This makes the second argument to
31540 demangle a fixed string, which matches the callers, instead of a
31541 shell-style pattern which is what the previous implementation
31542 used. Update some of the callers.
31543
31544 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31545
31546 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31547 (comib_nullified_tests): Fix typo.
31548 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31549 strings. No longer expected to fail.
31550
31551 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31552 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31553 strings. No longer expected to fail.
31554
31555 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31556 string. No longer expected to fail.
31557
31558 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31559
31560 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31561 No longer expected to fail.
31562
31563 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31564 string. No longer expected to fail.
31565
31566 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31567
31568 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31569 only in the names (I probably got most of them). I was even
31570 generous with some which differed in underscores in names, and
31571 probably missed a few, and I *still* was able to remove almost a
31572 third of the file with almost no impact on testsuite coverage.
31573
31574 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31575
31576 * gdb.t00/default.exp: Match udi_attach error message as well as
31577 the one from child_attach.
31578
31579 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31580
31581 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31582
31583 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31584 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31585
31586 * Move test with enums and partial symbols back to
31587 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31588 Reverts the change of 26 May 93. Per today's change to
31589 stabs.texinfo, the behavior that weird.exp was expecting was
31590 unreasonable; what is important is that the compiler+gdb get
31591 things right, which happens with a recent gcc. Also fix the test
31592 to deal with native compilers which put out the stab gdb can't
31593 deal with.
31594
31595 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31596
31597 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31598 in the names. The main thing these accomplish is to slow things down.
31599 Many more such duplicates surely remain.
31600
31601 * gdb.t00/help.exp: Comment out "help support" test just like
31602 (and for same reason as) "help set" test.
31603
31604 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31605
31606 * gdb.t06/break.exp: Remove setup_xfails for
31607 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31608 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31609 about known bug in gcc to include up through 2.5.8.
31610 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31611 well as "_vb$".
31612 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31613 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31614 with latest gcc and gdb.
31615 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31616 well as "_vb$".
31617
31618 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31619
31620 * configure.in (hppa*-*-*): Also configure and build stabs-only
31621 tests.
31622
31623 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31624
31625 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31626 * gdb.t10/configure.in (hppa*-*-*): Use it.
31627
31628 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31629
31630 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31631
31632 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31633
31634 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31635 versions prior to 1.13.5.
31636
31637 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31638
31639 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31640 the prompt is at the start of a line.
31641
31642 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31643
31644 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31645 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31646 in the copr tests now.
31647 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31648 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31649 expected to fail.
31650
31651 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31652
31653 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31654 gdb.t31/chillvars.exp, lib/gdb.exp:
31655 Tweak to run under either version of expect.
31656 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31657 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31658 * gdb.t11/list.exp: Remove extraneous whitespace.
31659
31660 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31661
31662 * gdb.t16/printcmds.exp (test_print_strings): Accept
31663 "(unsigned char *) " before the string.
31664
31665 * TODO: Add notes about printing of fancy types and GDB expressions.
31666
31667 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31668
31669 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31670 * gdb.t06/configure.in: Don't try to compile signals test program
31671 if doing mips-idt-ecoff.
31672
31673 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31674
31675 * Most .exp files: Tweak to run under either version of expect.
31676
31677 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31678
31679 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31680 xfails; I'm not sure why they are failing, but not because of PR 1806.
31681
31682 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31683
31684 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31685 defined in lib/gdb.exp.
31686
31687 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31688
31689 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31690 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31691 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31692 have to be typeless.
31693
31694 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31695
31696 * TODO: Add suggestion for copyright year test.
31697
31698 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31699
31700 * configure.in (*-*-lynxos*): Add stabs tests.
31701
31702 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31703
31704 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31705 so insert a tab before any assembler directive in column zero.
31706
31707 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31708 stores.
31709 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31710 stores.
31711 (fpu_short_memory_tests): Likewise.
31712
31713 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31714
31715 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31716 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31717 .stabs directives in comments.
31718
31719 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31720
31721 * TODO: New file, describing tests we could write.
31722 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31723
31724 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31725
31726 * gdb.t06/signals.exp: Add kludge to force re-sync.
31727
31728 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31729 to xgdb instead of gdb, get out of gdb.
31730
31731 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31732
31733 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31734 for info.
31735
31736 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31737
31738 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31739 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31740 * gdb.stabs/hppa.sed: New sed script for the PA.
31741
31742 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31743
31744 * gdb.stabs: Re-write weird.def and configuration to use sed
31745 instead of cpp. sed is portable and POSIX; cpp is neither.
31746
31747 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31748
31749 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31750
31751 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31752
31753 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31754
31755 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31756
31757 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31758 "_vb$".
31759 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31760 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31761
31762 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31763
31764 * lib/gdb.exp: Comment out code which depends on non-existent
31765 `transform' procedure.
31766
31767 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31768
31769 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31770 * lib/gdb.exp: Transform tool name.
31771 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31772 1.1's new error handling system.
31773
31774 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31775
31776 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31777
31778 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31779
31780 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31781 They made pattern matching so slow that timeouts happened on
31782 heavily loaded systems. Now any output from "show print" which
31783 gets us back to the GDB prompt is a PASS.
31784
31785 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31786
31787 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31788
31789 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31790
31791 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31792
31793 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31794 It is not from PR 3220.
31795
31796 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31797
31798 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31799 just started failing because they depended on the order the
31800 subcommands are presented, or exact docstring text. This kind of
31801 test is a pain and has minimal benefit.
31802
31803 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31804
31805 * gdb.t09/corefile.exp: At end of test, use "core" command with
31806 no arguments.
31807
31808 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31809
31810 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31811 17}/Makefile.in: Make it possible to run the testsuite with Sun
31812 make and CC = cross gcc by adding explicit build rules for .o
31813 files.
31814
31815 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31816
31817 * gdb.t15/funcargs.exp: Don't put comments on same line as
31818 setup_xfail (@#$*%& tcl braindamage!).
31819
31820 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31821
31822 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31823
31824 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31825
31826 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31827 * gdb.t20/inherit.exp: remove three dumplicate entries.
31828
31829 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31830
31831 * gdb.t06/break.exp: For "next over recursive call", fail on any
31832 incorrect output, not just on "factorial (value=2)".
31833
31834 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31835
31836 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31837 working now. Add an xfail if accesing a bss variable causes
31838 a memory error if the target is not yet run.
31839
31840 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31841
31842 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31843 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31844 name of __st* demangling (2 strings). Did Kung really get the
31845 more than 95 others right without testing them?
31846
31847 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31848
31849 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31850
31851 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31852
31853 * configure.in (configdirs): Add gdb.disasm
31854 * gdb.disasm: New directory for GDB disassembler tests.
31855 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31856
31857 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31858
31859 * gdb.t00/help.exp: Don't test "help set".
31860
31861 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31862 from within expect statements. None of these happen anymore and
31863 they cause regressions to be silently unnoticed.
31864
31865 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31866 messages) about known failures with gcc cygnus-2.4.5-930417.
31867
31868 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31869 comp-info.exp so it gets built if it doesn't exist.
31870
31871 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31872 it is no longer used.
31873 * gdb.t13/comp-info.c: Removed.
31874
31875 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31876
31877 * gdb.t06/signals.exp: Add xfail for sun3.
31878
31879 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31880
31881 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31882 relevant because ^C doesn't get sent but failure can be reproduced
31883 interactively).
31884
31885 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31886
31887 * gdb.stabs/alpha.mt: New configuration file for alpha.
31888 * gdb.stabs/configure.in: Use it.
31889 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31890 sharing with alpha.mt, redefine long to word via preprocessor.
31891 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31892 for alpha.
31893 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31894 native cc.
31895 * gdb.t00/teststrategy.exp: Change expect string so that we
31896 consume the `(xgdb)' from the command echo and from the gdb prompt.
31897 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31898 gdb currently compares all values as long, so this failure probably
31899 applies to any configuration where LONGEST is bigger than a target int.
31900 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31901 with gcc.
31902 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31903 to handle opaque pointers, gcc is.
31904 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31905 as first argument. Include <sys/types.h> and change all operator
31906 new definitions to use size_t.
31907 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31908 now that we use size_t.
31909
31910 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31911
31912 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31913 a long or float array cast all array members to the same type.
31914 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31915 with 64 bit longs.
31916 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31917 on alpha.
31918 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31919
31920 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31921
31922 * gdb.t24 (demangle.exp): Constructors of templates have names like
31923 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31924 section 14.6 of the ARM.
31925
31926 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31927 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31928 accomplish little and slow down the testsuite.
31929
31930 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31931 Accept spaces various places.
31932
31933 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31934
31935 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31936 with watchpoint enabled.
31937
31938 * Makefile.in: Remove definition of CC and remove the second
31939 definition of CXX (the "CXX = gcc" one remains). These definitions
31940 were causing backquotes to be expanded within backquotes, which
31941 doesn't work.
31942
31943 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31944
31945 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31946
31947 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31948
31949 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31950 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31951 by mips cc and contains no stabs entries.
31952
31953 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31954
31955 * config/vx-gdb.exp: Use fake device to load files rather than
31956 NFS.
31957 * lib/gdb.exp: New proc to do "file" command.
31958 * config/unix-gdb.exp: Use new "file" proc.
31959
31960 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31961
31962 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31963 Rework board rebooting slightly.
31964 (gdb_exit): Don't exit from the remote shell; there isn't one.
31965 * gdb.stabs/weird.exp: If a program is being debugged already,
31966 kill it.
31967 * gdb.t04/setvar.exp: Stop and restart gdb.
31968 * gdb.t05/expr.exp: Likewise.
31969 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31970 restart gdb and reload the program.
31971 * gdb.t08/opaque.exp: Likewise.
31972 * gdb.t12/scope.exp: Likewise.
31973 * gdb.t13/bitfields.exp: Likewise.
31974 * gdb.t15/funcargs.exp: Likewise.
31975 * gdb.t20/classes.exp: Likewise.
31976 * gdb.t03/ptype.exp: Increase timeout.
31977 * gdb.t16/printcmds.exp (test_print_string_constants,
31978 test_print_array_constants): Likewise.
31979 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31980 * gdb.t20/classes.exp (do_tests): Likewise.
31981 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31982
31983 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31984
31985 * gdb.stabs: Renamed *wierd* to *weird*.
31986
31987 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31988
31989 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31990 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31991
31992 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31993
31994 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31995 (do_tests): Remove xfail for whatis on one_var and two_var.
31996
31997 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31998
31999 * Makefile.in: Made cross building work better by adding
32000 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32001
32002 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32003
32004 * gdb.t15/{return.c,return.exp,Makefile.in}:
32005 New test, currently commented out.
32006
32007 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32008
32009 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32010 still running and removes the leftover named socket so GDb can do
32011 clean restarts.
32012
32013 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32014
32015 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32016 console, not GDB.
32017 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32018 cross testing works better with "make check"
32019 * config/unix-gdb: Use default procedures for exit and version.
32020 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32021 with the newest VxWorks.
32022
32023 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32024
32025 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32026 old form.
32027
32028 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32029 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32030
32031 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32032
32033 * config/unix-gdb.exp: Remove this version of gdb_exit
32034 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32035 Rob says he'll look at it when he gets back to testing boards.
32036
32037 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32038
32039 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32040 an expected fail for certain ptype commands.
32041
32042 * gdb.t20/classes.exp: Update expected results of "ptype class
32043 Base1" to account for the constructor that now appears in the type.
32044
32045 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32046
32047 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32048 disappeared from list.
32049 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32050 "alldone" proc with call to cleanup and exit.
32051 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32052 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32053 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32054 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32055 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32056 "alldone" proc with simple returns that suppress remaining
32057 tests. The alldone proc went away many months ago.
32058
32059 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32060
32061 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32062
32063 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32064
32065 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32066
32067 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32068 as vax gdb will display them.
32069
32070 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32071
32072 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32073 optimizers.
32074
32075 * scope.exp: Change "bad value for localval" messages so each one
32076 is unique.
32077
32078 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32079 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32080
32081 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32082
32083 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32084
32085 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32086 doesn't exist (due to optimization).
32087
32088 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32089
32090 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32091 contains \r because the filename is long.
32092
32093 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32094 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32095
32096 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32097
32098 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32099 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32100 Ultrix.
32101 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32102 int tests.
32103 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32104
32105 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32106
32107 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32108
32109 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
32110 to match does not match the passing case but still matches the
32111 failing case.
32112
32113 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32114
32115 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32116
32117 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32118
32119 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32120 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32121 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32122 Remove various versions of gdb_exit.
32123 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32124 gdb_exit.
32125 * config/unix-gdb.exp: gdb_exit remains here, and should override
32126 the generic version, since it's doing a lot of wierd stuff that
32127 the other versions aren't. FIXME, fold it in, or abandon this
32128 version.
32129
32130 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32131
32132 * gdb.t24/demangle.exp: Add tests for PR 3220.
32133
32134 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32135
32136 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32137
32138 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32139
32140 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32141 "i386-*-*". Works for i486 as well.
32142
32143 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32144 bug, and expand domain of xfail to all SVR4 systems, since the
32145 actual problem is likely to be in generic SVR4 /proc support.
32146
32147 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32148
32149 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32150
32151 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32152
32153 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32154 xfails for other systems. Match a missing 'Continuing.' as an
32155 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32156
32157 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32158 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32159 Only issue warning for missing executables if -all option is used.
32160
32161 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32162 file if -all option is used. It's like an unpredictable XFAIL.
32163
32164 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32165
32166 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32167 for dynamically linked binaries.
32168
32169 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32170
32171 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32172
32173 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32174 to state that this is a known bug in old versions of g++.
32175
32176 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32177
32178 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32179 while waiting for `Continuing'.
32180
32181 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32182
32183 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32184 in text, data, and bss.
32185 * gdb.t10/nodebug.c: Add local and global test variables for
32186 initialized and uninitialized data.
32187
32188 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32189
32190 * config/unix-gdb.exp (gdb_exit): Add "wait".
32191
32192 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32193
32194 * gdb.t06/signals.exp: xfail the continue from the handler for all
32195 targets.
32196
32197 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32198 function with watchpoints enabled, the i386 call dummy starts with
32199 a call.
32200
32201 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32202 386 bsd names its corefiles.
32203
32204 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32205
32206 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32207 compilers don't grok it.
32208 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32209 with small octal ints rather than character constants, which
32210 are signed and might not fit if first promoted to int.
32211
32212 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32213
32214 * gdb.t09/Makefile.in (clean): Remove corefile.
32215
32216 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32217
32218 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32219
32220 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32221 and Jim Kingdon (kingdon@cygnus.com)
32222
32223 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32224 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32225 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32226
32227 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32228
32229 * gdb.t17/interrupt.exp: Add xfail for hppa.
32230
32231 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32232
32233 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32234 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32235 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32236 to determine signed-ness of bitfields and use the result to setup
32237 the xfail.
32238 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32239 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32240 call line is reached if necessary.
32241
32242 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32243
32244 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32245
32246 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32247
32248 * gdb.t06/break.exp: Also test `clear' command.
32249
32250 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32251
32252 * gdb.t00/teststrategy.exp: Remove extra quote.
32253
32254 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32255 watchpoint enabled to be for all non-68k machines.
32256
32257 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32258
32259 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32260
32261 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32262 targets use aout.mt instead of ecoff.mt as gas understands
32263 standard aout format.
32264
32265 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32266
32267 * lib/gdb.exp (runto): Don't insist that function we are running to
32268 was compiled with -g.
32269
32270 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32271
32272 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32273 to get back into the read system call.
32274 Accept leading newline in case where we woke it up.
32275
32276 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32277
32278 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32279 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32280 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32281 enable ecoff configuration.
32282
32283 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32284
32285 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32286
32287 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32288
32289 * gdb.t16/printcmds.exp: Add another printf test.
32290
32291 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32292
32293 * configure.in: If configured -with-stabs on any target, add
32294 stabsdirs to configdirs.
32295
32296 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32297
32298 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32299 fun" so pattern does not match the command itself.
32300
32301 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32302
32303 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32304
32305 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32306
32307 * gdb.t17/interrupt.exp: Test for more things.
32308
32309 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32310
32311 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32312 compiler arranges the code and line numbers.
32313
32314 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32315
32316 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32317
32318 * gdb.t00/help.exp: Increase expect input buffer size.
32319
32320 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32321
32322 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32323
32324 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32325
32326 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32327
32328 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32329 [0-9]*, not just [0-9].
32330
32331 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32332
32333 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32334
32335 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32336
32337 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32338
32339 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32340
32341 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32342
32343 * gdb.t06/signals.c: Add xfails for sun3.
32344
32345 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32346
32347 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32348 test_stepping tests.
32349
32350 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32351
32352 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32353
32354 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32355
32356 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32357 rather than actually putting it through cpp twice.
32358
32359 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32360
32361 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32362
32363 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32364 no longer needed.
32365
32366 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32367
32368 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32369
32370 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32371 C++ features prints as "struct", make it a pass, not an xfail.
32372
32373 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32374
32375 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32376 Don't require VA to print as "class" rather than "struct".
32377
32378 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32379
32380 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32381
32382 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32383
32384 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32385
32386 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32387
32388 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32389 order.
32390
32391 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32392
32393 * gdb.t16/printcmds.exp: Add printf tests.
32394
32395 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32396
32397 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32398
32399 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32400
32401 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32402 pass counts, to counteract any existing or future setup_xfails.
32403
32404 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32405
32406 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32407 {BEGIN,END}_COMMON for common block instead of STAB.
32408 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32409
32410 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32411 intp_var should be N_GSYM not N_LSYM.
32412 wierd-aout.S: Use a label for the value of the N_SO.
32413 wierd.def: Remove all backslashes.
32414 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32415
32416 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32417
32418 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32419 get the expected next to inheritance3.
32420
32421 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32422
32423 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32424 now that gcc-2.4 gets it right.
32425
32426 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32427
32428 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32429
32430 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32431 generating comp-info.exp which works for cross-compilation.
32432
32433 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32434
32435 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32436 "*-*-sysv4.*".
32437
32438 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32439
32440 * gdb.t01/run.exp: Start with a fresh gdb.
32441 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32442 SVR4.x.
32443
32444 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32445
32446 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32447 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32448 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32449 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32450 things to remove.
32451
32452 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32453
32454 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32455 test cases from bug reports.
32456
32457 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32458
32459 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32460 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32461 avoid spurious xfails.
32462 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32463 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32464 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32465
32466 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32467
32468 * gdb.t00/teststrategy.exp: Rework to provide more useful
32469 description of each test, fix problem with systems that define
32470 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32471 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32472 results for "next over recursive call" so timeouts aren't taken
32473 by error.
32474
32475 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32476
32477 * gdb.t12/scope.exp: Test printing of variables before run.
32478
32479 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32480 printed in wrong order due to sorting.
32481
32482 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32483
32484 * gdb.t00/teststrategy.exp: Fix expected results for printing
32485 user entered string constant. Is array of char, prints with no
32486 address.
32487
32488 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32489 commands.
32490 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32491 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32492 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32493 of struct of char arrays.
32494 * gdb.t00/radix.exp: New tests for radix commands.
32495
32496 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32497
32498 * gdb.t16/printcmd.exp: Print a variable before running program
32499 (with xfail for AIX).
32500
32501 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32502
32503 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32504
32505 * gdb.t16/printcmd.exp: Don't print variables before running program.
32506
32507 * gdb.t06/break.exp: Don't require envp argument to main.
32508
32509 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32510
32511 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32512 Add xfails for rs6000.
32513
32514 * gdb.t02/whatis.exp: Change other tests not to re-test something
32515 we already tested.
32516
32517 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32518 each type used has a variable of that type.
32519
32520 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32521
32522 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32523
32524 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32525
32526 * configure.in: change srctrigger to be a file, not a directory
32527
32528 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32529
32530 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32531
32532 * gdb.t11/list.exp: Fixed a couple of typos.
32533
32534 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32535
32536 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32537 is fixed and PR is closed.
32538 * gdb.t16 (gdbme.c): Add simple test string variable.
32539 * gdb.t16 (printcmds.exp): Add tests with simple test string
32540 variable, primarily for boundaries on "set print elements".
32541
32542 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32543
32544 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32545 Make leading 0's optional and don't expect a tab in the middle
32546 of the number.
32547
32548 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32549
32550 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32551 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32552 don't end command passed to gdb_test with newline.
32553
32554 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32555 signed keyword away, don't expect signed bitfields to be signed.
32556
32557 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32558 printing with only as many 1's as are in the field as well as printing
32559 with 32 1's (see comment).
32560
32561 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32562
32563 * gdb.t00/default.exp: Start with a fresh gdb.
32564 * configure.in (configdirs): Remove gdb.t31 until the chill
32565 compiler works again. It no longer is able to find chillrt0
32566 since it isn't in libchill.a anymore.
32567 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32568 wierd.o, make more modular.
32569 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32570 spurious newlines that caused problems.
32571
32572 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32573
32574 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32575 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32576 gdb.stabs/wierd.{exp,def}: Many new tests.
32577
32578 * gdb.t00/default.exp: update info line for new message.
32579
32580 * gdb.t02/{whatis.exp,gdbme.c}:
32581 Test that "char *" doesn't print as "caddr_t".
32582
32583 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32584
32585 * gdb.t00/help.exp: Use .* in place of some help messages which
32586 just changed.
32587 gdb.t00/default.exp: Update "info frame" test for new message.
32588 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32589 Remove some xfails
32590
32591 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32592
32593 * gdb.t03/{gdbme.c,ptype.exp}:
32594 Add tests for typedef'd struct and union without tags.
32595 Also check "whatis" on a variable of a typedef'd enum without a tag.
32596
32597 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32598 PRMS 1823; the bug still exists but isn't reproduced by this test
32599 anymore), and remove rs6000 XFAIL (the bug is fixed).
32600
32601 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32602 duplicated from whatis.exp. For those that are left, accept
32603 "long", "long int", or "int" for long variables (whatis.exp already
32604 has an XFAIL for "int", so no need to fail it here).
32605
32606 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32607 Deal with GCC's names for types now that GDB uses the compiler's names.
32608
32609 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32610 setup_xfail's for sunos4. If we #defined the signed keyword away,
32611 don't expect GDB to know that char it is signed.
32612
32613 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32614
32615 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32616
32617 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32618 should work on any system, regardless of debugging format.
32619 * gdb.t21/demangle.exp: Move to gdb.t24.
32620 * gdb.t24/demangle.exp: Move from gdb.t21.
32621 * gdb.t24/{Makefile.in, configure.in}: New files.
32622
32623 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32624
32625 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32626 * gdb.stabs: New directory.
32627
32628 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32629
32630 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32631 not just "Quit anyway?".
32632
32633 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32634
32635 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32636 that all setup_xfails are immediately followed by clear_xfails.
32637
32638 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32639
32640 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32641 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32642 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32643 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32644 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32645 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32646 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32647 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32648 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32649 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32650 gdb.t31/chillvars.exp, lib/gdb.exp:
32651 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32652 bug-gdb@prep.ai.mit.edu.
32653
32654 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32655
32656 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32657 with 0.0, not integer 0.
32658
32659 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32660
32661 * gdb.t06/break.exp: Update for "Kill the program" message change.
32662
32663 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32664
32665 * Makefile.in (GDBFLAGS): Set to -nx.
32666 * Makefile.in (site.exp): Use GDBFLAGS.
32667
32668 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32669
32670 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32671 Makefiles.
32672 (check): depend on just-check.
32673 (just-check): added so that tests can be run without a noop
32674 build pass.
32675
32676 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32677
32678 Switch to using configure's configdirs.
32679 * Makefile.in (Makefile): add configure.in dependency.
32680 (SUBDIRS): removed redundant assignment.
32681 * configure.in: switch subdirs assignment to configdirs.
32682 * gdb.t*/configure.in: new files.
32683
32684 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32685
32686 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32687 works.
32688
32689 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32690
32691 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32692 in explicit rules. Apparently this is not supported by some makes.
32693
32694 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32695
32696 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32697
32698 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32699
32700 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32701 disappeared.
32702
32703 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32704
32705 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32706
32707 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32708
32709 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32710 watchpoint problem that is now fixed.
32711 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32712 uninitialized convenience variables.
32713 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32714 structures.
32715
32716 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32717
32718 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32719 which causes expect to get out of sync with gdb on long output
32720 from help set.
32721 * gdb.t09/corefile.exp: Make expected pattern for core file
32722 failing signal and frame output format less sun specific.
32723
32724 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32725
32726 * gdb.t31/chillvars.exp: Add and remove initial dummy
32727 breakpoint, so that symbol table is forced in.
32728 (Needed at least on Sunos4, though it seems not SVR4.)
32729 * gdb.t31/chillvars.exp: Update for changed output format.
32730
32731 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32732
32733 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32734
32735 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32736
32737 * Makefile.in: Added --srcdir when invoking runtest, removed the
32738 need for a local config file. (optional now)
32739
32740 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32741
32742 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32743 failure count used to force early termination. Add some more
32744 expected failures for gnu style demangling.
32745
32746 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32747
32748 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32749 pmi variable from gdb.t20/gdbme to get optimized away.
32750 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32751 Check for written corefile upon timeout _and_ eof.
32752
32753 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32754
32755 * config/unix-gdb.exp: Add missing return 0.
32756
32757 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32758
32759 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32760 test termination.
32761
32762 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32763
32764 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32765 disappeared.
32766
32767 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32768
32769 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32770 time as i860 support works.
32771
32772 * gdb.t15/funcargs.exp: Fix expected outputs to include
32773 "backtrace 100\r" rather than just "backtrace\r", to match last
32774 change.
32775
32776 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32777
32778 * config/udi-gdb.exp (gdb_exit): Remove close command.
32779 (gdb_target_udi): New procedure to set the UDI target.
32780 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32781 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32782 Added waits for prompts after several question responses. Added
32783 some more responses used by a29k-amd-udi-gdb.
32784 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32785 pass different arguments, restart UDI connection after program
32786 completion.
32787 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32788 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32789 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32790 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32791 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32792 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32793 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32794 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32795 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32796 after program completion.
32797 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32798 compiled with a SELECT_VECS setting.
32799 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32800 infinite recursion.
32801
32802 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32803 Added checks for COFF results, and made them expected failures for
32804 all targets. It would be better to make them expected failures
32805 for COFF targets only.
32806
32807 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32808
32809 * Makefile.in: add null dvi target, don't bother to recurse
32810 through test directories for info and install-info; rename
32811 $(datadir) to be dejagnu instead of deja-gnu
32812
32813 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32814
32815 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32816 compiler to coredump.
32817 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32818 code.
32819
32820 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32821
32822 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32823 coredump.
32824 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32825 code.
32826
32827 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32828
32829 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32830 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32831 which in a shell. Deletes xgdb when done.
32832 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32833 Tests the return from the "set height" or "set width" commands.
32834 Added a few return codes where needed.
32835
32836 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32837
32838 * Makefile.in (SUBDIRS): Add gdb.t17.
32839 * configure.in (subdirs): Add gdb.t17.
32840 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32841 files to test gdb's calling of functions in the inferior with
32842 the correct arguments and gdb's ability to retrieve any
32843 result returned.
32844
32845 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32846
32847 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32848 may be called after gdb goes away. Previous versions of expect
32849 needed these to avoid file descriptor leaks, but they cause
32850 errors with the current revision of expect.
32851 * gdb.t00/gdbvars.exp: Use -re on expected output after
32852 setting sevenbit-strings.
32853 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32854 to set sevenbit-strings consistent across tests.
32855 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32856 set sevenbit-strings consistent across tests.
32857
32858 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32859
32860 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32861 expected output to match current "expect" expectations.
32862
32863 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32864
32865 * gdb.t00/default.exp: Change expected output for default "source"
32866 command, to match new gdb behavior which requires a filename to
32867 source.
32868
32869 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32870
32871 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32872 expected fail for i486-*-* that misses the marker2 function.
32873 * gdb.t10/crossload.exp (bfddefault): Allow successful
32874 recognition of a format to pass even if no symbols are found.
32875 Explicitly catch failures where the format is not recognized
32876 or is ambiguous, and add the reason to the fail message.
32877 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32878 the cause is and invalid target and add reason to failure message.
32879 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32880 elf32-i386, elf32-sparc, and elf32-i860.
32881 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32882 Set up expected failure for 'filename'::variable scope resolution,
32883 which is now apparently broken on all targets.
32884 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32885 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32886 gdb.t23/templates.exp: Change failure for missing binfile into
32887 just a warning.
32888 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32889 references.
32890
32891 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32892
32893 * gdb.t00/default.exp: Add expected output for default "source"
32894 command, to match new gdb behavior.
32895 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32896
32897 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32898
32899 * config/*-gdb.exp: returns an error, rather than exiting on
32900 internal errors.
32901
32902 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32903
32904 * gdb.t03/gdbme.c: Add pointer to struct variable.
32905 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32906 referencing struct members.
32907
32908 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32909
32910 * configure.in (mips-idt-ecoff): New target.
32911 * config/mips-gdb.exp: New file for remote board using MIPS remote
32912 debugging protocol.
32913
32914 * Redid configuration scheme. Removed gdb.t*/configure.in.
32915 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32916 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32917 distclean targets. Built executables via .o files. Adjusted
32918 tests to account for source files in $(srcdir) rather than
32919 $(objdir).
32920 * lib/gdb.exp (runto): Don't expect () after the function name,
32921 because it may have arguments.
32922
32923 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32924
32925 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32926 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32927 expected failures for mips-idt-* and mips-sgi-*.
32928 * gdb.t00/default.exp (attach): Kill process if requested.
32929 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32930 that does not read core files.
32931 * gdb.t01/run.exp: Removed checks for exit status code.
32932 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32933 it is linked in.
32934 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32935 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32936 appropriate, rather than doing it by hand.
32937 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32938 execution.
32939 * gdb.t10/crossload.exp: Kill existing program if needed.
32940 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32941 appropriate, rather than doing it by hand. Always increase
32942 timeout for this test, not just for VxWorks.
32943
32944 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32945
32946 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32947 of Chill STRUCT types and STRUCT values.
32948 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32949 than "char".
32950 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32951 struct2): New struct definitions and initializations to test
32952 simple Chill STRUCT types.
32953
32954 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32955
32956 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32957 the null byte at the end of strings.
32958 * gdb.t00/default.exp: Make show version insensitive to copyright
32959 date.
32960 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32961 to avoid dependencies on target char signedness.
32962 * gdb.t16/printcmds.exp: Update expected results for explicitly
32963 unsigned char.
32964 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32965 now work.
32966 * gdb.t21/demangle.exp: Add many more patterns for template
32967 demangling, most of them being expected failures.
32968 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32969 string we are matching for, to match on the whole string.
32970 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32971 and fix a whole bunch that had incorrect expected output but were
32972 passing anyway because of the bug in "proc demangle".
32973 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32974 type.
32975 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32976
32977 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32978
32979 * gdb/testsuite: made modifications to testcases, etc., to allow
32980 them to work properly given the reorganization of deja-gnu and the
32981 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32982
32983 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32984
32985 * gdb/testsuite: Initial creation of gdb/testsuite.
32986 Migrated dejagnu testcases and support files for testing nm to
32987 gdb/testsuite from deja-gnu. These files were moved "as is"
32988 with no modifications. This migration is part of a major overhaul
32989 of dejagnu. The modifications to these testcases, etc., which
32990 will allow them to work with the new version of dejagnu will be
32991 made in a future update.
32992
32993 For additional changes see gdb.mi/ChangeLog-1999-2003.
32994 \f
32995 ;; Local Variables:
32996 ;; mode: change-log
32997 ;; left-margin: 8
32998 ;; fill-column: 74
32999 ;; version-control: never
33000 ;; End:
33001
33002 Copyright 1993-2013 Free Software Foundation, Inc.
33003 Copying and distribution of this file, with or without modification,
33004 are permitted provided the copyright notice and this notice are preserved.