fix up gdb.trace
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-11-04 Tom Tromey <tromey@redhat.com>
2
3 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
4 to compilation. Use standard_output_file.
5 (test_tfind_tfile): Update.
6 * gdb.trace/tfile.c (write_basic_trace_file)
7 (write_error_trace_file): Use TFILE_DIR.
8 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
9 standard_output_file.
10
11 2013-11-04 Tom Tromey <tromey@redhat.com>
12
13 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
14 Use "dwarf2 always-disassemble" for the "maint set" test.
15 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
16 standard_output_file.
17 * gdb.mi/mi-logging.exp: Use standard_output_file.
18
19 2013-11-04 Tom Tromey <tromey@redhat.com>
20
21 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
22 downloads conditional on remote host.
23 (set_arch): Likewise.
24 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
25 (load_description): Use standard_output_file.
26
27 2013-11-04 Tom Tromey <tromey@redhat.com>
28
29 * gdb.gdb/selftest.exp: Use standard_output_file.
30 * lib/selftest-support.exp (do_self_tests): Use
31 standard_output_file.
32
33 2013-11-04 Tom Tromey <tromey@redhat.com>
34
35 * gdb.stabs/weird.exp: Use gdb_remote_download and
36 standard_output_file.
37
38 2013-11-04 Tom Tromey <tromey@redhat.com>
39
40 * gdb.base/gcore-buffer-overflow.exp: Use
41 standard_output_file, not standard_testfile.
42 * gdb.base/twice.exp: Use standard_testfile, not
43 standard_output_file. Use gdb_remote_download.
44
45 2013-11-04 Tom Tromey <tromey@redhat.com>
46
47 * lib/gdb.exp (get_compiler_info): Use log_file -info and
48 restore from that.
49
50 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
51
52 * gdb.cp/derivation.exp: s/perrro/perror/
53
54 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
55
56 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
57 `debugdir'.
58
59 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
60
61 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
62 tests and update expected error message.
63 (test_watch_register_location): New tests.
64 (do_tests): Call test_watch_register_location.
65 * gdb.base/watchpoints.exp: Update expected error message.
66
67 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
68
69 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
70 the patterns in gdb_test_multiple.
71
72 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
73
74 * gdb.base/sym-file-lib.c: New file.
75 * gdb.base/sym-file-loader.c: New file.
76 * gdb.base/sym-file-loader.h: New file.
77 * gdb.base/sym-file-main.c: New file.
78 * gdb.base/sym-file.exp: New file.
79 * lib/gdb.exp (is_elf_target): New function.
80
81 2013-10-29 Pedro Alves <palves@redhat.com>
82
83 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
84 variable setting change-log-default-name to ChangeLog-mi.
85
86 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
87
88 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
89 Expect <unavailable> pattern.
90
91 2013-10-28 Tom de Vries <tom@codesourcery.com>
92
93 * gdb.arch/thumb2-it.S (it_8): Fix typo.
94
95 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
96
97 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
98 remote stubs where exit() behaviour is unreliable.
99
100 2013-10-25 Pedro Alves <palves@redhat.com>
101
102 * gdb.cp/m-static.exp: Adjust expected output of printing a
103 nonexistent or optimized out static field. Also test printing the
104 the "container" object.
105
106 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
107
108 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
109 if in the persistent mode.
110 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
111
112 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
113
114 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
115 support core file generation" reply.
116
117 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
118
119 PR gdb/15986
120 * gdb.base/run.c (main): gdb_get_line_number tag added for
121 commands.exp.
122 (factorial): Likewise.
123
124 * gdb.base/commands.exp (watchpoint_command_test): Use
125 gdb_get_line_number in order to determine the locations in run.c
126 where local_var is detected to go out of scope.
127
128 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
129
130 * gdb.base/gnu_vector.exp: Care about endianness when casting
131 scalars to vectors.
132
133 2013-10-18 Tom Tromey <tromey@redhat.com>
134
135 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
136 of "binfile".
137
138 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
139
140 * gdb.base/watchpoints.exp: Add test for setting software
141 watchpoints of different types before starting the inferior.
142
143 2013-10-18 Pedro Alves <palves@redhat.com>
144
145 PR gdb/16062
146 * gdb.threads/stepi-random-signal.c: New file.
147 * gdb.threads/stepi-random-signal.exp: New file.
148
149 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
150
151 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
152 Fix comment typo.
153 * lib/gdb.exp (gdb_init): Likewise.
154
155 2013-10-17 Tom Tromey <tromey@redhat.com>
156
157 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
158
159 2013-10-14 Tom Tromey <tromey@redhat.com>
160
161 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
162 name to gdb_test_no_output.
163
164 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 Canonicalize directories for EXEC_FILENAME.
167 * gdb.base/argv0-symlink.exp
168 (kept file symbolic link name for info inferiors): New.
169 (kept directory symbolic link name): Setup kfail.
170 (kept directory symbolic link name for info inferiors): New.
171
172 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
173
174 * gdb.arch/s390-multiarch.exp: New file.
175 * gdb.arch/s390-multiarch.c: New file.
176
177 2013-10-11 Joel Brobecker <brobecker@adacore.com>
178
179 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
180 use the appropriate GDB/MI command instead, and verify
181 the test output.
182
183 2013-10-11 Joel Brobecker <brobecker@adacore.com>
184
185 * gdb.base/source-nofile.gdb: New file.
186 * gdb.base/source.exp: Add two tests verifying the behavior when
187 the "source" command is given a non-existant filename.
188
189 2013-10-11 Yao Qi <yao@codesourcery.com>
190
191 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
192 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
193 and 'dlclose'.
194 [!__WIN32__]: Include "dlfcn.h".
195 * gdb.mi/mi-catch-load.exp: Set up kfail.
196
197 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
198
199 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
200 generated corefile" by argument "$test".
201
202 2013-10-09 Pedro Alves <palves@redhat.com>
203
204 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
205 output.
206
207 2013-10-09 Pedro Alves <palves@redhat.com>
208
209 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
210 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
211 (test_catch_syscall_with_wrong_args)
212 (test_catch_syscall_restarting_inferior)
213 (test_catch_syscall_fail_nodatadir)
214 (test_catch_syscall_without_args_noxml)
215 (test_catch_syscall_with_args_noxml)
216 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
217
218 2013-10-08 Tom Tromey <tromey@redhat.com>
219
220 * gdb.dwarf2/dwzbuildid.exp: New file.
221 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
222 parameters.
223 (Dwarf::_defer_output): Change "section" parameter to
224 "section_spec"; update.
225 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
226 procs.
227
228 2013-10-08 Joel Brobecker <brobecker@adacore.com>
229
230 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
231
232 2013-10-07 Tom Tromey <tromey@redhat.com>
233
234 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
235 to 0.
236
237 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
238
239 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
240 $_exitcode is void when opening a corefile.
241 * gdb.base/exitsignal.exp: New file.
242 * gdb.base/segv.c: Likewise.
243 * gdb.base/normal.c: Likewise.
244
245 2013-10-04 Joel Brobecker <brobecker@adacore.com>
246
247 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
248
249 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
250
251 * gdb.trace/entry-values.exp: Modify regular expression to scan for
252 'bl' instruction instead of 'call' for ARM and AArch64 targets.
253
254 2013-10-02 Pedro Alves <palves@redhat.com>
255
256 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
257 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
258 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
259 (not_saved_pattern): New.
260 Replace use of the former with the latter.
261
262 2013-10-02 Pedro Alves <palves@redhat.com>
263
264 * README (Board Settings): Document "exit_is_reliable".
265 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
266 running to exit reliably reports program exits.
267 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
268 info.
269 * boards/native-stdio-gdbserver.exp: Likewise.
270
271 2013-10-01 Doug Evans <dje@google.com>
272
273 * gdb.python/python.exp: Remove redundant print-stack tests.
274 Make all print-stack test names unique. Fix spelling of print-stack.
275
276 2013-09-29 Yao Qi <yao@codesourcery.com>
277
278 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
279 is remote.
280
281 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
282
283 PR shlibs/8882
284 * gdb.base/corefile.exp: Add a check to assure warning-free
285 core-file load.
286
287 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
288
289 * gdb.dwarf2/dwp-symlink.c: New file.
290 * gdb.dwarf2/dwp-symlink.exp: New file.
291
292 2013-09-20 Doug Evans <dje@google.com>
293
294 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
295 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
296 file.
297 * gdb.dwarf2/fission-loclists.S: Ditto.
298 * gdb.dwarf2/fission-reread.S: Ditto.
299 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
300 build_executable_from_fission_assembler.
301 * gdb.dwarf2/fission-loclists.exp: Ditto.
302 * gdb.dwarf2/fission-reread.exp: Ditto.
303
304 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
305 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
306 (gdb_gnu_strip_debug): Ditto.
307 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
308 * gdb.arch/altivec-abi.exp: Ditto.
309 * gdb.base/attach-pie-misread.exp: Ditto.
310 * gdb.base/comprdebug.exp: Ditto.
311 * gdb.base/dup-sect.exp: Ditto.
312 * gdb.base/gnu-debugdata.exp: Ditto.
313 * gdb.base/step-symless.exp: Ditto.
314 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
315 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
316 * gdb.dwarf2/gdb-index.exp: Ditto.
317
318 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
319
320 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
321 register to "<optimized out>", and also print the registers.
322
323 2013-09-18 Pedro Alves <palves@redhat.com>
324
325 PR server/15967
326 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
327 change text.
328
329 2013-09-18 Yao Qi <yao@codesourcery.com>
330
331 * gdb.server/wrapper.c: New.
332 * gdb.server/wrapper.exp: New.
333
334 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
335 Jan Kratochvil <jan.kartochvil@redhat.com>
336 Pedro Alves <palves@redhat.com>
337
338 PR gdb/11568
339 * gdb.thread/thread-specific-bp.c: New file.
340 * gdb.thread/thread-specific-bp.exp: New file.
341
342 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
343
344 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
345 convenience function.
346
347 2013-09-17 Pedro Alves <palves@redhat.com>
348
349 PR gdb/15911
350 * gdb.threads/info-threads-cur-sal-2.c: New file.
351 * gdb.threads/info-threads-cur-sal.c: New file.
352 * gdb.threads/info-threads-cur-sal.exp: New file.
353
354 2013-09-17 Yao Qi <yao@codesourcery.com>
355
356 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
357 [__WIN32__]: Include "windows.h" and define macro dlopen
358 and dlclose.
359 [!__WIN32__]: Include "dlfcn.h".
360 * gdb.base/catch-load.exp (one_catch_load_test): Match
361 directory separator.
362
363 2013-09-16 Doug Evans <dje@google.com>
364
365 * lib/gdb.exp (using_fission): New proc.
366 * gdb.base/info-macros.exp: Skip test if using Fission.
367
368 * gdb.base/break-interp.exp: Fix indentation.
369
370 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
371
372 * gdb.base/gdbvars.c (foo_void): New function.
373 (foo_int): Likewise.
374 * gdb.base/gdbvars.exp (test_convenience_functions): New
375 function. Call it.
376
377 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
378
379 * gdb.arch/s390-tdbregs.c: New file.
380 * gdb.arch/s390-tdbregs.exp: New file.
381
382 2013-09-12 Stan Shebs <stan@codesourcery.com>
383
384 * README: New file.
385
386 2013-09-12 Doug Evans <dje@google.com>
387
388 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
389 added code to print event.inferior.
390
391 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
394 debug part of the binary.
395
396 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
397
398 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
399 (addlink): Add comment.
400
401 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
402
403 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
404 canonical pathname.
405
406 2013-09-04 Doug Evans <dje@google.com>
407
408 * gdb.python/py-events.py (exit_handler): Verify we get the expected
409 event.
410 (continue_handler, new_objfile_handler): Ditto.
411 (test_events): Rename command to "test-events".
412 (test_newobj_events): Rename command to "test-objfile-events".
413 * gdb.python/py-events.exp: Update.
414 * gdb.python/py-evsignal.exp: Update.
415 * gdb.python/py-evthreads.exp: Update.
416
417 * gdb.base/enumval.c (ZERO): New enum value.
418 (main): Use it
419 * gdb.base/enumval.exp: Test ability to print ZERO.
420
421 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
422 Pedro Alves <palves@redhat.com>
423
424 * gdb.base/relocate.exp: Check that invalid options are
425 rejected.
426
427 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
428
429 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
430 (my_static_symbol): Add comment.
431 (main): Reference my_bss_symbol.
432
433 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
434
435 * gdb.python/py-arch.exp: Tests for invalid architecture.
436
437 2013-08-29 Sterling Augustine <saugustine@google.com>
438
439 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
440 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
441 said conditional.
442
443 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
444
445 * gdb.python/py-arch.exp: Load gdb-python.exp.
446
447 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
448
449 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
450 itertools for imap attribute. Otherwise use map().
451 (ElidingIterator): Define wrapper function __next__.
452 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
453 use exec (open (read ())) instead.
454 * gdb.python/py-framefilter.exp: Ditto.
455 * gdb.python/py-arch.exp: Update print based test to Python 3.x
456 compliance.
457 * gdb.python/py-frame.exp: Ditto.
458 * gdb.python/py-type.exp: Ditto.
459
460 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
461
462 PR gdb/15415
463 * gdb.base/argv0-symlink.c: New file.
464 * gdb.base/argv0-symlink.exp: New file.
465
466 2013-08-28 Tom Tromey <tromey@redhat.com>
467
468 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
469 when saving index.
470
471 2013-08-27 Yao Qi <yao@codesourcery.com>
472
473 * gdb.trace/entry-values.exp: Test unavailable entry value is
474 not shown when option '--skip-unavailable' is specified.
475 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
476 Add tests for new option '--skip-unavailable'.
477
478 2013-08-27 Yao Qi <yao@codesourcery.com>
479
480 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
481 remote_download if it is empty.
482
483 2013-08-26 Doug Evans <dje@google.com>
484
485 PR symtab/15885
486 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
487 (clean): rm -f *.gdb-index *.with-index.
488 * gdb.dwarf2/gdb-index.exp: New testcase.
489
490 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
491 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
492 run_on_host. All callers updated.
493
494 2013-08-24 Yao Qi <yao@codesourcery.com>
495
496 * gdb.trace/entry-values.c (end): New
497 (main): Call end.
498 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
499 tracepoint and collect data. Test entry value is unavailable.
500
501 2013-08-24 Yao Qi <yao@codesourcery.com>
502
503 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
504 * gdb.trace/entry-values.c: New.
505 * gdb.trace/entry-values.exp: New.
506
507 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
508
509 PR gdb/15501
510 * gdb.base/ena-dis-br.exp: Add test to verify
511 enable/disable commands work correctly with
512 multiple arguments that include multiple locations.
513
514 2013-08-22 Samuel Bronson <naesten@gmail.com>
515
516 ARM Linux support for `catch syscall'.
517 * gdb.base/catch-syscall.exp: Test this on ARM now.
518 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
519
520 2013-08-22 Tom Tromey <tromey@redhat.com>
521
522 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
523 default addr_size.
524 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
525
526 2013-08-22 Tom Tromey <tromey@redhat.com>
527
528 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
529 standard_temp_file.
530
531 2013-08-22 Tom Tromey <tromey@redhat.com>
532
533 * gdb.arch/amd64-byte.exp: Use standard_testfile,
534 clean_restart.
535 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
536 * gdb.arch/amd64-dword.exp: Use standard_testfile,
537 clean_restart.
538 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
539 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
540 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
541 * gdb.arch/amd64-word.exp: Use standard_testfile,
542 clean_restart.
543 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
544 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
545 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
546 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
547 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
548 * gdb.arch/i386-signal.exp: Use standard_testfile.
549 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
550 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
551 * gdb.arch/i386-unwind.exp: Use standard_testfile.
552 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
553
554 2013-08-22 Tom Tromey <tromey@redhat.com>
555
556 * gdb.python/py-error.exp: Use gdb_remote_download.
557 * gdb.python/py-mi.exp: Use gdb_remote_download.
558 * gdb.python/py-objfile-script.exp: Use standard_output_file.
559 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
560 (run_lang_tests): Likewise.
561 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
562 filename.
563 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
564 compiling. Use gdb_remote_download. Update some tests.
565 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
566 standard_output_file.
567 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
568 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
569 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
570 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
571 standard_output_file.
572
573 2013-08-22 Tom Tromey <tromey@redhat.com>
574
575 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
576
577 2013-08-22 Tom Tromey <tromey@redhat.com>
578
579 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
580 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
581 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
582 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
583 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
584 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
585 * lib/gdb.exp (gdb_remote_download): New proc.
586
587 2013-08-22 Tom Tromey <tromey@redhat.com>
588
589 * gdb.dwarf2/clztest.exp: Use standard_testfile.
590 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
591 * gdb.dwarf2/fission-base.S: Remove directory from
592 DW_AT_GNU_dwo_name.
593 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
594 debug-file-directory.
595 * gdb.dwarf2/fission-reread.S: Remove directory from
596 DW_AT_GNU_dwo_name.
597 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
598 debug-file-directory.
599
600 2013-08-16 Doug Evans <dje@google.com>
601
602 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
603 prelink complains about an unhandled DWARF version.
604
605 2013-08-14 Cary Coutant <ccoutant@google.com>
606
607 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
608
609 2013-08-13 Tom Tromey <tromey@redhat.com>
610 Yao Qi <yao@codesourcery.com>
611
612 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
613 * lib/gdb.exp: Handle GDB_PARALLEL.
614 (default_gdb_version): Kill inotify_pid if it exists.
615 (default_gdb_exit): Emit warning if the inotify log is not
616 empty.
617 (standard_output_file): Respect GDB_PARALLEL.
618 (standard_temp_file): Likewise.
619 (gdb_init): Start inotifywait if requested.
620
621 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
622
623 * gdb.base/printcmds.exp (test_printf): Add test for printf of
624 pointer with various flags.
625
626 2013-08-13 Tom Tromey <tromey@redhat.com>
627
628 * lib/cache.exp: New file.
629 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
630 * lib/gdb.exp: Load cache.exp.
631 (support_complex_tests, is_ilp32_target, is_lp64_target)
632 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
633 (gdb_skip_xml_test): Use gdb_caching_proc.
634 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
635
636 2013-08-13 Tom Tromey <tromey@redhat.com>
637
638 * lib/gdb.exp (standard_temp_file): New proc.
639 (support_complex_tests, is_ilp32_target, is_lp64_target)
640 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
641 standard_temp_file.
642
643 2013-08-13 Tom Tromey <tromey@redhat.com>
644
645 * lib/gdb.exp (build_id_debug_filename_get): Use
646 standard_output_file.
647 * lib/prelink-support.exp (section_get)
648 (build_executable_own_libs): Use standard_output_file.
649
650 2013-08-12 Tom Tromey <tromey@redhat.com>
651
652 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
653
654 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
655
656 * gdb.base/break.exp: Test break via convenience variable
657 with file name.
658
659 2013-08-09 Doug Evans <dje@google.com>
660
661 * lib/future.exp (gdb_find_ldd): New proc.
662 * lib/prelink-support.exp (build_executable_own_libs): Call it.
663 Make "/usr/sbin/" in prelink path optional.
664
665 2013-08-09 Yao Qi <yao@codesourcery.com>
666
667 * gdb.trace/collection.exp (gdb_collect_args_test): Set
668 "only" and "both" to 'print entry-values' before selecting
669 trace frame.
670
671 2013-08-08 Yao Qi <yao@codesourcery.com>
672
673 * gdb.trace/mi-trace-unavailable.exp: Don't set
674 "print entry-values" to "no".
675 (test_trace_unavailable): Set various values to
676 "print entry-values" to test that the output of
677 '-stack-list-locals' is not affected, and then set
678 set "print entry-values" to "no".
679
680 2013-08-07 Doug Evans <dje@google.com>
681
682 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
683 * gdb.python/py-value-cc.exp: Update.
684 * gdb.python/py-value.exp: Use different names for .o files for
685 C and C++. Only perform C++ tests if !skip_cplus_tests.
686
687 2013-08-07 Tom Tromey <tromey@redhat.com>
688
689 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
690
691 2013-08-07 Tom Tromey <tromey@redhat.com>
692
693 * gdb.dwarf2/dwz.exp: New file.
694
695 2013-08-02 Tom Tromey <tromey@redhat.com>
696
697 * gdb.base/watchpoint.c (struct foo5): New.
698 (nullptr): New global.
699 * gdb.base/watchpoint.exp (test_watch_location): Add test.
700
701 2013-08-01 Doug Evans <dje@google.com>
702
703 PR symtab/15691
704 * gdb.dwarf2/fission-mix.exp: New file.
705 * gdb.dwarf2/fission-mix.h: New file.
706 * gdb.dwarf2/fission-mix.c: New file.
707 * gdb.dwarf2/fission-mix2.c: New file.
708
709 PR symtab/15695
710 * gdb.base/func-ptr.exp: New file.
711 * gdb.base/func-ptr.c: New file.
712
713 2013-08-01 Yao Qi <yao@codesourcery.com>
714
715 * gdb.python/py-sync-interp.c: New.
716 * gdb.python/py-sync-interp.exp: New.
717
718 2013-07-31 Yao Qi <yao@codesourcery.com>
719
720 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
721 'tdump' on stack frame 0 and 1 respectively.
722
723 2013-07-31 Yao Qi <yao@codesourcery.com>
724
725 PR gdb/13443
726 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
727 'traceframe'. Wrap test with with_test_prefix.
728 (top level): Update.
729
730 2013-07-31 Yao Qi <yao@codesourcery.com>
731
732 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
733 'gdb_start'.
734 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
735 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
736
737 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
738
739 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
740 when printing an optimized out value. Expect an error when using
741 an optimized out value in an expression.
742
743 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
744
745 * gdb.dwarf2/pieces-optimized-out.exp: New file.
746 * gdb.dwarf2/pieces-optimized-out.c: New file.
747 * gdb.dwarf2/pieces-optimized-out.S: New file.
748
749 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
750
751 PR gdb/15715
752 * gdb.base/setshow.exp: Test that relative paths passed to
753 'set history filename' are converted to absolute paths.
754
755 2013-07-26 Keith Seitz <keiths@redhat.com>
756
757 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
758 of f77.
759 Allow for compiler variations of integer types.
760 Use mi_create_varobj.
761 Use mi_list_varobj_children for the immediate children of `array'.
762 Add "has_more" attribute for grandchildren test.
763
764 2013-07-26 Pedro Alves <palves@redhat.com>
765
766 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
767 files.
768
769 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
770
771 * gdb.mi/mi-reg-undefined.exp: New file.
772 * gdb.mi/mi-reg-undefined.c: Likewise.
773 * gdb.mi/mi-reg-undefined.S: Likewise.
774
775 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
776
777 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
778 z, o, and t output formats.
779 * gdb.base/display.exp: Use 'k' as an undefined format now that
780 'z' is defined.
781
782 2013-07-24 Doug Evans <dje@google.com>
783
784 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
785 "--" to switch.
786
787 2013-07-24 Yao Qi <yao@codesourcery.com>
788
789 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
790 host.
791 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
792 Likewise. If host is remote, copy ${binfile} to host.
793
794 2013-07-23 Yao Qi <yao@codesourcery.com>
795
796 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
797 message.
798
799 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
800
801 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
802 instructions and enable disp-step-syscall for arm targets.
803
804 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
805
806 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
807 assembler errors on arm.
808 * gdb.dwarf2/mac-fileno.S: Likewise.
809 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
810 * gdb.dwarf2/pr13961.S: Likewise.
811
812 2013-07-19 Hui Zhu <hui@codesourcery.com>
813
814 PR gdb/15692
815 * gdb.mi/mi-dprintf.exp: Add double quotes test.
816
817 2013-07-19 Yao Qi <yao@codesourcery.com>
818
819 * gdb.trace/read-memory.exp (test_from_remote): Update test.
820 (teset_from_exec): Likewise.
821
822 2013-07-19 Yao Qi <yao@codesourcery.com>
823
824 * gdb.trace/read-memory.c: New.
825 * gdb.trace/read-memory.exp: New.
826
827 2013-07-19 Yao Qi <yao@codesourcery.com>
828
829 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
830 $dest to link options if host is remote. Move the
831 generated file to $dest.a on host if host is remote.
832
833 2013-07-18 Will Newton <will.newton@linaro.org>
834
835 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
836 to ensure the test is linked against pthreads.
837 * gdb.threads/tls-var-main.c: Likewise.
838 * gdb.threads/tls-shared.c: Likewise.
839
840 2013-07-18 Yao Qi <yao@codesourcery.com>
841
842 * lib/future.exp (gdb_default_target_compile): Use tail name
843 of $destfile as the output name of compile. Move the
844 generated file to $destfile on build.
845
846 2013-07-18 Yao Qi <yao@codesourcery.com>
847
848 * lib/gdb.exp (gdb_compile): Set
849 gdb_saved_set_unbuffered_mode_obj to
850 set_unbuffered_mode_saved.o if host is remote. Invoke
851 remote_download to copy $unbuf_obj to host.
852
853 2013-07-17 Doug Evans <dje@google.com>
854
855 * gdb.python/py-frame-args.c: New file.
856 * gdb.python/py-frame-args.py: New file.
857 * gdb.python/py-frame-args.exp New file.
858
859 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
860
861 * gdb.base/printcmds.exp (test_printf): Add tests for format
862 strings with missing format specifier.
863
864 2013-07-16 Tom Tromey <tromey@redhat.com>
865
866 * gdb.ada/info_types.exp: Use standard_testfile.
867
868 2013-07-16 Tom Tromey <tromey@redhat.com>
869
870 * gdb.mi/mi-basics.exp: Use standard_output_file.
871 (test_dir_specification, test_cwd_specification)
872 (test_path_specification): Use testsubdir, not subdir and objdir.
873
874 2013-07-16 Tom Tromey <tromey@redhat.com>
875
876 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
877
878 2013-07-09 Joel Brobecker <brobecker@adacore.com>
879
880 * gdb.ada/small_reg_param.exp: Accept optional entry value
881 for parameter "w".
882
883 2013-07-09 Joel Brobecker <brobecker@adacore.com>
884
885 * gdb.ada/small_reg_param.exp: Remove trailing space.
886
887 2013-07-09 Doug Evans <dje@google.com>
888
889 * gdb.base/default.exp: Update expected output of "show print array"
890 and "show print pretty".
891
892 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
893
894 * gdb.threads/wp-replication.exp: Stop counting available hardware
895 watchpoints after NR_THREADS iterations.
896
897 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
898
899 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
900
901 2013-07-07 Yao Qi <yao@codesourcery.com>
902
903 * boards/native-gdbserver.exp: Move invoke of
904 process_multilib_options to gdbserver-base.exp.
905 Move set_board_info 'compiler', 'gdb,noinferiorio',
906 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
907 gdbserver-base.exp.
908 Move proc ${board}_download, ${board}_upload and
909 ${board}_file to gdbserver-base.exp.
910 * boards/native-extended-gdbserver.exp: Likewise.
911 * boards/native-stdio-gdbserver.exp: Likewise.
912 * boards/gdbserver-base.exp: New file.
913
914 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
915
916 * gdb.base/dump.exp: Remove arch-specific tests and do a
917 generic data address check to set is64bitonly correctly.
918
919 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
920
921 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
922 the register number instead of expecting only 0.
923
924 2013-07-05 Will Newton <will.newton@linaro.org>
925
926 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
927 in asm syntax to allow building on ARM.
928
929 2013-07-05 Yao Qi <yao@codesourcery.com>
930
931 * boards/local-remote-host.exp: Remove obsolete comments.
932 * boards/native-extended-gdbserver.exp: Likewise.
933 * boards/native-gdbserver.exp: Likewise.
934 * boards/native-stdio-gdbserver.exp: Likewise.
935
936 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
937
938 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
939 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
940 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
941
942 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
943
944 * gdb.base/break-on-linker-gcd-function.exp: Replace
945 prepare_for_testing by build_executable_from_specs and clean_restart.
946
947 2013-06-27 Tom Tromey <tromey@redhat.com>
948
949 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
950 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
951 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
952 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
953 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
954 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
955 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
956 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
957 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
958 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
959 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
960 Use standard_testfile, standard_output_file, prepare_for_testing,
961 clean_restart.
962
963 2013-06-27 Tom Tromey <tromey@redhat.com>
964
965 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
966 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
967 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
968 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
969 gdb.base/shreloc.exp, gdb.base/sigall.exp,
970 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
971 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
972 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
973 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
974 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
975 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
976 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
977 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
978 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
979 gdb.base/solib-weak.exp, gdb.base/source.exp,
980 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
981 gdb.base/stap-probe.exp, gdb.base/start.exp,
982 gdb.base/step-break.exp, gdb.base/step-bt.exp,
983 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
984 gdb.base/step-test.exp, gdb.base/structs.exp,
985 gdb.base/structs2.exp, gdb.base/structs3.exp,
986 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
987 standard_output_file, prepare_for_testing, clean_restart.
988
989 2013-06-27 Tom Tromey <tromey@redhat.com>
990
991 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
992 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
993 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
994 gdb.base/pending.exp, gdb.base/permissions.exp,
995 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
996 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
997 gdb.base/printcmds.exp, gdb.base/prologue.exp,
998 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
999 gdb.base/ptype.exp, gdb.base/randomize.exp,
1000 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1001 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1002 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1003 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1004 standard_testfile, standard_output_file, prepare_for_testing,
1005 clean_restart.
1006
1007 2013-06-27 Tom Tromey <tromey@redhat.com>
1008
1009 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1010 gdb.base/huge.exp, gdb.base/included.exp,
1011 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1012 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1013 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1014 gdb.base/info-target.exp, gdb.base/infoline.exp,
1015 gdb.base/interp.exp, gdb.base/interrupt.exp,
1016 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1017 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1018 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1019 gdb.base/logical.exp, gdb.base/long_long.exp,
1020 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1021 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1022 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1023 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
1024 standard_testfile, standard_output_file, prepare_for_testing,
1025 clean_restart.
1026
1027 2013-06-27 Tom Tromey <tromey@redhat.com>
1028
1029 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1030 gdb.base/enumval.exp, gdb.base/environ.exp,
1031 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1032 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1033 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1034 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1035 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1036 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1037 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1038 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1039 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1040 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1041 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1042 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1043 gdb.base/gnu_vector.exp: Use standard_testfile,
1044 standard_output_file, prepare_for_testing, clean_restart.
1045
1046 2013-06-27 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1049 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1050 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1051 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1052 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1053 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1054 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1055 gdb.base/commands.exp, gdb.base/completion.exp,
1056 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1057 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1058 gdb.base/constvars.exp, gdb.base/corefile.exp,
1059 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1060 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1061 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1062 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1063 gdb.base/dup-sect.exp: Use standard_testfile,
1064 standard_output_file, prepare_for_testing, clean_restart.
1065
1066 2013-06-27 Tom Tromey <tromey@redhat.com>
1067
1068 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1069 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1070 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1071 gdb.base/async-shell.exp, gdb.base/async.exp,
1072 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1073 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1074 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1075 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1076 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1077 gdb.base/break-on-linker-gcd-function.exp,
1078 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1079 standard_output_file, prepare_for_testing, clean_restart.
1080
1081 2013-06-26 Yao Qi <yao@codesourcery.com>
1082
1083 * gdb.trace/mi-trace-frame-collected.exp: New.
1084
1085 2013-06-25 Yao Qi <yao@codesourcery.com>
1086
1087 * boards/native-extended-gdbserver.exp: Set board_info
1088 'gdb,predefined_tsv'.
1089 * boards/native-gdbserver.exp: Likewise.
1090 * boards/native-stdio-gdbserver.exp: Likewise.
1091 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1092 uploaded TSVs if target supports tracing.
1093 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1094 tracing and target has predefined tsv.
1095
1096 2013-06-25 Yao Qi <yao@codesourcery.com>
1097 Hui Zhu <hui@codesourcery.com>
1098 Pedro Alves <palves@redhat.com>
1099
1100 PR breakpoints/15075
1101 PR breakpoints/15434
1102 * gdb.base/dprintf-next.c: New file.
1103 * gdb.base/dprintf-next.exp: New file.
1104 * gdb.base/dprintf-non-stop.c: New file.
1105 * gdb.base/dprintf-non-stop.exp: New file.
1106 * gdb.base/dprintf.exp: Don't check "continue" in the output
1107 of "info breakpoints".
1108 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1109 Don't check "continue" in script field.
1110
1111 2013-06-21 Tom Tromey <tromey@redhat.com>
1112
1113 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1114 name in a test name.
1115
1116 2013-06-20 Yao Qi <yao@codesourcery.com>
1117
1118 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1119 and set an action.
1120 (test_trace_unavailable): Test command -data-list-register-values
1121 in the context of traceframe and with option --skip-unavailable.
1122 * gdb.trace/trace-unavailable.c (foo): New.
1123 (main): Call it.
1124 * gdb.mi/gdb2549.exp: Update matching pattern.
1125
1126 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1127
1128 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1129 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1130 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1131 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1132 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1133
1134 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
1135
1136 * gdb.base/subst.exp: Delete default rules before further
1137 tests.
1138
1139 2013-06-19 Yao Qi <yao@codesourcery.com>
1140
1141 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1142 unsupported if it is not registered.
1143
1144 2013-06-18 Tom Tromey <tromey@redhat.com>
1145
1146 * gdb.base/random-signal.c: New file.
1147 * gdb.base/random-signal.exp: New file.
1148
1149 2013-06-18 Will Newton <will.newton@linaro.org>
1150
1151 * gdb.base/skip.c: Use comma to evaluate results of foo()
1152 and bar() before passing to baz().
1153 * gdb.base/skip.c: baz() now takes one argument instead of
1154 two.
1155
1156 2013-06-18 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.dwarf2/implptrpiece.exp: New file.
1159 * gdb.dwarf2/implptrconst.exp (d): New variable.
1160 Print d.
1161 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1162
1163 2013-06-18 Tom Tromey <tromey@redhat.com>
1164
1165 * lib/selftest-support.exp (do_self_tests): Reject remote or
1166 non-native targets.
1167 * gdb.gdb/complaints.exp: Remove check.
1168 * gdb.gdb/observer.exp: Remove check.
1169 * gdb.gdb/xfullpath.exp: Remove check.
1170 * gdb.gdb/complaints.exp: Remove check.
1171
1172 2013-06-07 Pedro Alves <palves@redhat.com>
1173
1174 * boards/native-extended-gdbserver.exp: Remove semicolon.
1175 * config/arm-ice.exp: Likewise.
1176 * config/bfin.exp: Likewise.
1177 * config/cygmon.exp: Likewise.
1178 * config/h8300.exp: Likewise.
1179 * config/monitor.exp: Likewise.
1180 * config/sid.exp: Likewise.
1181 * config/sim.exp: Likewise.
1182 * config/slite.exp: Likewise.
1183 * config/vx.exp: Likewise.
1184 * gdb.arch/i386-bp_permanent.exp: Likewise.
1185 * gdb.asm/asm-source.exp: Likewise.
1186 * gdb.base/args.exp: Likewise.
1187 * gdb.base/attach-pie-misread.exp: Likewise.
1188 * gdb.base/auxv.exp: Likewise.
1189 * gdb.base/bigcore.exp: Likewise.
1190 * gdb.base/bitfields2.exp: Likewise.
1191 * gdb.base/bitfields.exp: Likewise.
1192 * gdb.base/break.exp: Likewise.
1193 * gdb.base/break-interp.exp: Likewise.
1194 * gdb.base/callfuncs.exp: Likewise.
1195 * gdb.base/call-sc.exp: Likewise.
1196 * gdb.base/commands.exp: Likewise.
1197 * gdb.base/corefile.exp: Likewise.
1198 * gdb.base/dbx.exp: Likewise.
1199 * gdb.base/ending-run.exp: Likewise.
1200 * gdb.base/exprs.exp: Likewise.
1201 * gdb.base/funcargs.exp: Likewise.
1202 * gdb.base/hbreak2.exp: Likewise.
1203 * gdb.base/huge.exp: Likewise.
1204 * gdb.base/list.exp: Likewise.
1205 * gdb.base/memattr.exp: Likewise.
1206 * gdb.base/overlays.exp: Likewise.
1207 * gdb.base/printcmds.exp: Likewise.
1208 * gdb.base/recurse.exp: Likewise.
1209 * gdb.base/remotetimeout.exp: Likewise.
1210 * gdb.base/reread.exp: Likewise.
1211 * gdb.base/savedregs.exp: Likewise.
1212 * gdb.base/scope.exp: Likewise.
1213 * gdb.base/sepdebug.exp: Likewise.
1214 * gdb.base/setshow.exp: Likewise.
1215 * gdb.base/setvar.exp: Likewise.
1216 * gdb.base/sigaltstack.exp: Likewise.
1217 * gdb.base/siginfo-addr.exp: Likewise.
1218 * gdb.base/siginfo.exp: Likewise.
1219 * gdb.base/siginfo-obj.exp: Likewise.
1220 * gdb.base/sigrepeat.exp: Likewise.
1221 * gdb.base/sigstep.exp: Likewise.
1222 * gdb.base/structs.exp: Likewise.
1223 * gdb.base/testenv.exp: Likewise.
1224 * gdb.base/twice.exp: Likewise.
1225 * gdb.base/valgrind-db-attach.exp: Likewise.
1226 * gdb.base/valgrind-infcall.exp: Likewise.
1227 * gdb.base/varargs.exp: Likewise.
1228 * gdb.base/watchpoint.exp: Likewise.
1229 * gdb.cp/gdb1355.exp: Likewise.
1230 * gdb.cp/misc.exp: Likewise.
1231 * gdb.disasm/hppa.exp: Likewise.
1232 * gdb.disasm/t01_mov.exp: Likewise.
1233 * gdb.disasm/t02_mova.exp: Likewise.
1234 * gdb.disasm/t03_add.exp: Likewise.
1235 * gdb.disasm/t04_sub.exp: Likewise.
1236 * gdb.disasm/t05_cmp.exp: Likewise.
1237 * gdb.disasm/t06_ari2.exp: Likewise.
1238 * gdb.disasm/t07_ari3.exp: Likewise.
1239 * gdb.disasm/t08_or.exp: Likewise.
1240 * gdb.disasm/t09_xor.exp: Likewise.
1241 * gdb.disasm/t10_and.exp: Likewise.
1242 * gdb.disasm/t11_logs.exp: Likewise.
1243 * gdb.disasm/t12_bit.exp: Likewise.
1244 * gdb.disasm/t13_otr.exp: Likewise.
1245 * gdb.gdb/selftest.exp: Likewise.
1246 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1247 * gdb.mi/mi-reverse.exp: Likewise.
1248 * gdb.pascal/floats.exp: Likewise.
1249 * gdb.python/py-inferior.exp: Likewise.
1250 * gdb.threads/attach-into-signal.exp: Likewise.
1251 * gdb.threads/pthreads.exp: Likewise.
1252 * gdb.threads/thread_events.exp: Likewise.
1253 * gdb.threads/watchthreads.exp: Likewise.
1254 * gdb.trace/actions-changed.exp: Likewise.
1255 * gdb.trace/actions.exp: Likewise.
1256 * gdb.trace/ax.exp: Likewise.
1257 * gdb.trace/backtrace.exp: Likewise.
1258 * gdb.trace/change-loc.exp: Likewise.
1259 * gdb.trace/deltrace.exp: Likewise.
1260 * gdb.trace/disconnected-tracing.exp: Likewise.
1261 * gdb.trace/ftrace.exp: Likewise.
1262 * gdb.trace/infotrace.exp: Likewise.
1263 * gdb.trace/passc-dyn.exp: Likewise.
1264 * gdb.trace/passcount.exp: Likewise.
1265 * gdb.trace/pending.exp: Likewise.
1266 * gdb.trace/qtro.exp: Likewise.
1267 * gdb.trace/range-stepping.exp: Likewise.
1268 * gdb.trace/report.exp: Likewise.
1269 * gdb.trace/save-trace.exp: Likewise.
1270 * gdb.trace/status-stop.exp: Likewise.
1271 * gdb.trace/strace.exp: Likewise.
1272 * gdb.trace/tfile.exp: Likewise.
1273 * gdb.trace/tfind.exp: Likewise.
1274 * gdb.trace/trace-break.exp: Likewise.
1275 * gdb.trace/tracecmd.exp: Likewise.
1276 * gdb.trace/trace-mt.exp: Likewise.
1277 * gdb.trace/tspeed.exp: Likewise.
1278 * gdb.trace/tsv.exp: Likewise.
1279 * gdb.trace/while-stepping.exp: Likewise.
1280 * lib/gdb.exp: Likewise.
1281 * lib/gdbserver-support.exp: Likewise.
1282 * lib/java.exp: Likewise.
1283 * lib/mi-support.exp: Likewise.
1284 * lib/pascal.exp: Likewise.
1285 * lib/prompt.exp: Likewise.
1286 * lib/trace-support.exp: Likewise.
1287
1288 2013-06-07 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.ada/info_types.c: Fix formating in copyright header.
1291 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1292 * gdb.base/float.c: Likewise.
1293 * gdb.base/inferior-died.c: Likewise.
1294 * gdb.base/interp.c: Likewise.
1295 * gdb.base/jit-main.c: Likewise.
1296 * gdb.base/jit-solib.c: Likewise.
1297 * gdb.base/long_long.c: Likewise.
1298 * gdb.base/longjmp.c: Likewise.
1299 * gdb.base/nextoverexit.c: Likewise.
1300 * gdb.base/pr11022.c: Likewise.
1301 * gdb.base/prelink-lib.c: Likewise.
1302 * gdb.base/prelink.c: Likewise.
1303 * gdb.base/prologue.c: Likewise.
1304 * gdb.base/restore.c: Likewise.
1305 * gdb.base/sigchld.c: Likewise.
1306 * gdb.base/solib-search-lib1.c: Likewise.
1307 * gdb.base/solib-search-lib2.c: Likewise.
1308 * gdb.base/solib-search.c: Likewise.
1309 * gdb.base/solib-search.h: Likewise.
1310 * gdb.base/whatis.c: Likewise.
1311 * gdb.cp/abstract-origin.cc: Likewise.
1312 * gdb.cp/anon-struct.cc: Likewise.
1313 * gdb.cp/baseenum.cc: Likewise.
1314 * gdb.cp/bs15503.cc: Likewise.
1315 * gdb.cp/call-c-1.c: Likewise.
1316 * gdb.cp/call-c.cc: Likewise.
1317 * gdb.cp/class2.cc: Likewise.
1318 * gdb.cp/classes.cc: Likewise.
1319 * gdb.cp/cttiadd.cc: Likewise.
1320 * gdb.cp/cttiadd1.cc: Likewise.
1321 * gdb.cp/cttiadd2.cc: Likewise.
1322 * gdb.cp/cttiadd3.cc: Likewise.
1323 * gdb.cp/derivation.cc: Likewise.
1324 * gdb.cp/derivation2.cc: Likewise.
1325 * gdb.cp/dispcxx.cc: Likewise.
1326 * gdb.cp/exception.cc: Likewise.
1327 * gdb.cp/gdb2384-base.cc: Likewise.
1328 * gdb.cp/gdb2384-base.h: Likewise.
1329 * gdb.cp/gdb2384.cc: Likewise.
1330 * gdb.cp/gdb2495.cc: Likewise.
1331 * gdb.cp/mb-inline.h: Likewise.
1332 * gdb.cp/mb-inline1.cc: Likewise.
1333 * gdb.cp/mb-inline2.cc: Likewise.
1334 * gdb.cp/member-name.cc: Likewise.
1335 * gdb.cp/member-ptr.cc: Likewise.
1336 * gdb.cp/misc.cc: Likewise.
1337 * gdb.cp/namespace1.cc: Likewise.
1338 * gdb.cp/nextoverthrow.cc: Likewise.
1339 * gdb.cp/pr-574.cc: Likewise.
1340 * gdb.cp/pr9631.cc: Likewise.
1341 * gdb.cp/printmethod.cc: Likewise.
1342 * gdb.cp/psmang1.cc: Likewise.
1343 * gdb.cp/psmang2.cc: Likewise.
1344 * gdb.cp/psymtab-parameter.cc: Likewise.
1345 * gdb.cp/ptype-flags.cc: Likewise.
1346 * gdb.cp/ref-params.cc: Likewise.
1347 * gdb.cp/ref-types.cc: Likewise.
1348 * gdb.cp/smartp.cc: Likewise.
1349 * gdb.cp/try_catch.cc: Likewise.
1350 * gdb.cp/userdef.cc: Likewise.
1351 * gdb.cp/using-crash.cc: Likewise.
1352 * gdb.cp/virtfunc.cc: Likewise.
1353 * gdb.cp/virtfunc2.cc: Likewise.
1354 * gdb.dwarf2/callframecfa.S: Likewise.
1355 * gdb.dwarf2/dw2-ranges.c: Likewise.
1356 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1357 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1358 * gdb.dwarf2/dw2-restore.S: Likewise.
1359 * gdb.dwarf2/pieces.S: Likewise.
1360 * gdb.dwarf2/valop.S: Likewise.
1361 * gdb.java/jnpe.java: Likewise.
1362 * gdb.mi/mi-stepn.c: Likewise.
1363 * gdb.mi/mi-var-cp.cc: Likewise.
1364 * gdb.mi/mi-var-rtti.cc: Likewise.
1365 * gdb.mi/ns-stale-regcache.c: Likewise.
1366 * gdb.mi/pr11022.c: Likewise.
1367 * gdb.mi/solib-lib.c: Likewise.
1368 * gdb.mi/solib-main.c: Likewise.
1369 * gdb.python/py-arch.c: Likewise.
1370 * gdb.python/py-block.c: Likewise.
1371 * gdb.python/py-breakpoint.c: Likewise.
1372 * gdb.python/py-events.c: Likewise.
1373 * gdb.python/py-evthreads.c: Likewise.
1374 * gdb.python/py-explore.c: Likewise.
1375 * gdb.python/py-explore.cc: Likewise.
1376 * gdb.python/py-finish-breakpoint.c: Likewise.
1377 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1378 * gdb.python/py-symbol.c: Likewise.
1379 * gdb.threads/execl.c: Likewise.
1380 * gdb.threads/execl1.c: Likewise.
1381
1382 2013-06-07 Will Newton <will.newton@linaro.org>
1383
1384 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1385
1386 2013-06-07 Will Newton <will.newton@linaro.org>
1387
1388 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1389 and "starting".
1390
1391 2013-06-07 Will Newton <will.newton@linaro.org>
1392
1393 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1394 destructor prototypes for ARM ABI.
1395 * gdb.cp/m-static.exp: Likewise.
1396
1397 2013-06-07 Yao Qi <yao@codesourcery.com>
1398
1399 * gdb.trace/mi-trace-unavailable.exp: New.
1400 * gdb.trace/trace-unavailable.c: New.
1401
1402 2013-06-06 Doug Evans <dje@google.com>
1403
1404 * gdb.cp/derivation.exp: Make tests have unique names.
1405
1406 2013-06-06 Tom Tromey <tromey@redhat.com>
1407
1408 * gdb.base/dump.exp (capture_value): Don't put expression into
1409 test name if arguments passed in.
1410 Rename a couple more tests to make them unique.
1411
1412 2013-06-06 Tom Tromey <tromey@redhat.com>
1413
1414 * gdb.base/break-always.exp: Explicitly specify test name.
1415
1416 2013-06-05 Doug Evans <dje@google.com>
1417 Keith Seitz <keiths@redhat.com>
1418
1419 * gdb.cp/derivation2.cc: New file.
1420 * gdb.cp/derivation.cc (main): Call foo2.
1421 * gdb.cp/derivation.exp: Add tests for typedefs in another
1422 file, and when there's an active block.
1423
1424 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1425
1426 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1427 from targets that use function descriptors in the virtual tables.
1428 Handle presence of dot symbols.
1429
1430 2013-06-04 Gary Benson <gbenson@redhat.com>
1431
1432 * gdb.base/break-probes.exp: New file.
1433 * gdb.base/break-probes.c: Likewise.
1434 * gdb.base/break-probes-solib.c: Likewise.
1435 * gdb.base/info-shared.exp: New file.
1436 * gdb.base/info-shared.c: Likewise.
1437 * gdb.base/info-shared-solib1.c: Likewise.
1438 * gdb.base/info-shared-solib2.c: Likewise.
1439
1440 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1441 Gary Benson <gbenson@redhat.com>
1442
1443 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1444 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1445 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1446 to be set to "no" to indicate that no ld.so copy should be made.
1447 * gdb.base/break-interp.exp (solib_bp): New constant.
1448 (reach_1): Use the above instead of "_dl_debug_state".
1449 (test_attach): Likewise.
1450 (test_ld): Likewise.
1451 * gdb.threads/dlopen-libpthread.exp: New file.
1452 * gdb.threads/dlopen-libpthread.c: Likewise.
1453 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1454 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1455
1456 2013-05-30 Yao Qi <yao@codesourcery.com>
1457
1458 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1459 Add a test that no MI notification is emitted when executing
1460 -exec-arguments.
1461
1462 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 PR testsuite/12649
1465 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1466 $mi_gdb_prompt expectation by mi_expect_stop.
1467 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1468 (mi info dprintf second time): Replace them by mi_send_resuming_command
1469 and mi_expect_stop.
1470
1471 2013-05-24 Gary Benson <gbenson@redhat.com>
1472
1473 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1474 backslash.
1475 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1476 backslashes.
1477 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1478 backslash.
1479
1480 2013-05-24 Yao Qi <yao@codesourcery.com>
1481
1482 * gdb.trace/tfile.exp: Test inferior and thread.
1483
1484 2013-05-24 Yao Qi <yao@codesourcery.com>
1485 Pedro Alves <palves@redhat.com>
1486
1487 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1488 test fails.
1489 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1490 Return 0 if the test passes, otherwise return 1.
1491
1492 2013-05-23 Doug Evans <dje@google.com>
1493
1494 * boards/fission-dwp.exp: New file.
1495
1496 2013-05-23 Yao Qi <yao@codesourcery.com>
1497 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.base/range-stepping.c: New file.
1500 * gdb.base/range-stepping.exp: New file.
1501 * gdb.trace/range-stepping.c: New file.
1502 * gdb.trace/range-stepping.exp: New file.
1503 * lib/range-stepping-support.exp: New file.
1504
1505 2013-05-22 Tom Tromey <tromey@redhat.com>
1506
1507 * gdb.cp/class2.cc (main): New local 'aref'.
1508 * gdb.cp/class2.exp: Check printing of 'aref'.
1509
1510 2013-05-22 Doug Evans <dje@google.com>
1511
1512 * gdb.threads/wp-replication.c (main): Insert some code at the start
1513 to ensure the breakpoint on main is only hit once. Fix comment.
1514
1515 2013-05-21 Keith Seitz <keiths@redhat.com>
1516 Pedro Alves <palves@redhat.com>
1517
1518 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1519 gdb_expect.
1520 Add test to flush the remaining input buffer so that this
1521 file passes testsuite/12649.
1522
1523 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1524
1525 * gdb.base/catch-signal-fork.exp: New file.
1526 * gdb.base/catch-signal-fork.c: New file.
1527
1528 2013-05-21 Sterling Augustine <saugustine@google.com>
1529
1530 * boards/remote-stdio-gdbserver.exp: New file.
1531
1532 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1533
1534 PR testsuite/12649
1535 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1536 racy matches.
1537
1538 2013-05-21 Christian Groessler <chris@groessler.org>
1539
1540 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1541 since it's not supported in all shells.
1542
1543 2013-05-21 Hui Zhu <hui@codesourcery.com>
1544
1545 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1546 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1547
1548 2013-05-20 Doug Evans <dje@google.com>
1549
1550 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1551 (_handle_DW_TAG): Use it.
1552 (cu, tu): Replace parameters is_64, version, addr_size with options.
1553 All callers updated. Add Fission support.
1554 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1555 * gdb.dwarf2/method-ptr.exp: Ditto.
1556 * gdb.dwarf2/nostaticblock.exp: Ditto.
1557 * gdb.dwarf2/subrange.exp: Ditto.
1558 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1559
1560 2013-05-20 Tom Tromey <tromey@redhat.com>
1561
1562 * gdb.gdb/python-selftest.exp: New file.
1563
1564 2013-05-20 Doug Evans <dje@google.com>
1565
1566 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1567 -fdebug-types-section.
1568
1569 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1570
1571 * gdb.ada/float_param: New testcase.
1572
1573 2013-05-17 Doug Evans <dje@google.com>
1574
1575 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1576 Add tests for "maint check-symtabs", "maint expand-symtabs".
1577
1578 * gdb.base/maint.exp: Remove testing of individual maint command
1579 help output.
1580
1581 2013-05-16 Pedro Alves <palves@redhat.com>
1582
1583 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1584 comment. Use gdb_test_no_output.
1585
1586 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1587
1588 * gdb.ada/complete.exp: Add test verifying completion using
1589 the "tab" key.
1590
1591 2013-05-15 Keith Seitz <keiths@redhat.com>
1592
1593 * gdb.base/filesym.exp: New completer test.
1594 * gdb.base/filesym.c: New file.
1595
1596 2013-05-15 Pedro Alves <palves@redhat.com>
1597
1598 * gdb.base/fixsection.c: Remove attribution.
1599 * gdb.base/watch-read.exp: Ditto.
1600
1601 2013-05-13 Tom Tromey <tromey@redhat.com>
1602
1603 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1604 size and change type sizes to 4 bytes.
1605
1606 2013-05-13 Tom Tromey <tromey@redhat.com>
1607
1608 * gdb.base/exprs.exp (test_expr): Add regression test.
1609 * gdb.base/exprs.c (null_t_struct): New global.
1610
1611 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1612
1613 * gdb.base/default.exp: Disable history saving.
1614 * gdb.base/setshow.exp: Likewise.
1615
1616 2013-05-10 Pedro Alves <palves@redhat.com>
1617
1618 PR remote/15455
1619
1620 * gdb.trace/qtro.c: New file.
1621 * gdb.trace/qtro.exp: New file.
1622
1623 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1624
1625 * gdb.python/py-framefilter.py: New File.
1626 * gdb.python/py-framefilter-mi.exp: Ditto.
1627 * gdb.python/py-framefilter.c: Ditto.
1628 * gdb.python/py-framefilter-mi.exp: Ditto.
1629 * gdb.python/py-framefilter-mi.c: Ditto,
1630 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1631
1632 2013-05-08 Tom Tromey <tromey@redhat.com>
1633
1634 * gdb.base/solib-search.exp: Set test name for "set
1635 solib-search-path" test.
1636
1637 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1638
1639 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1640 (set_a_tracepoint): Set tracepoint before prologue.
1641 (run_trace_experiment): Test setup_tracepoints and 'break end'
1642 in it.
1643 (trace_buffer_normal): Remove.
1644 (gdb_trace_circular_tests): Remove. Move tests to...
1645 (top level): ...here. Call 'runto_main' before checking for
1646 trace support. Use commands to check the support for circular
1647 trace buffer and changing of trace buffer size. Add test
1648 to calculate size of single frame. Use this size to
1649 calculate the size of trace buffer. Use 'tfind pc func9'
1650 instead of 'tfind 9'. Use 'with_test_prefix'.
1651
1652 2013-05-07 Tom Tromey <tromey@redhat.com>
1653
1654 * lib/selftest-support.exp: New file.
1655 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1656 do_self_tests.
1657 (setup_test, find_gdb): Remove.
1658 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1659 do_self_tests.
1660 (setup_test, find_gdb): Remove.
1661 (test_observer): Don't call setup_test. Remove argument.
1662 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1663 (find_gdb): Remove.
1664 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1665 do_self_tests.
1666 (setup_test, find_gdb): Remove.
1667 (test_with_self): Don't call setup_test. Remove argument.
1668
1669 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1670
1671 * gdb.arch/system-gcore.exp: Remove.
1672 * gdb.arch/gcore.c: Remove.
1673 * gdb.base/gcore.exp: Add "info reg system".
1674
1675 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1676
1677 PR breakpoints/15413:
1678 * gdb.base/pending.exp: Add test for completion of the "condition"
1679 command for pending breakpoints.
1680 * gdb.linespec/linespec.ex: Add test for completion of the
1681 "condition" command when dealing with multiple locations.
1682
1683 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1684
1685 * gdb.threads/wp-replication.c: New file.
1686 * gdb.threads/wp-replication.exp: New file.
1687
1688 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1689
1690 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1691
1692 2013-05-06 Doug Evans <dje@google.com>
1693
1694 * gdb.base/solib-search-lib1.c: New file.
1695 * gdb.base/solib-search-lib2.c: New file.
1696 * gdb.base/solib-search.c: New file.
1697 * gdb.base/solib-search.h: New file.
1698 * gdb.base/solib-search.exp: New file.
1699
1700 * lib/gdb.exp (gdb_core_cmd): New function.
1701 * gdb.arch/system-gcore.exp: Use it.
1702 * gdb.arch/vsx-regs.exp: Ditto.
1703 * gdb.base/gcore.exp: Ditto.
1704 * gdb.threads/gcore-thread.exp: Ditto.
1705
1706 * gdb.reverse/shr.h: New file.
1707 * gdb.reverse/shr1.c: New file.
1708 * gdb.reverse/shr2.c: #include "shr.h".
1709 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1710 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1711 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1712 Update tests using sleep/printf to use shr2.sl instead.
1713 * gdb.reverse/solib-reverse.exp: Ditto.
1714
1715 2013-05-06 Tom Tromey <tromey@redhat.com>
1716
1717 * gdb.dwarf2/implptrconst.c: New file.
1718 * gdb.dwarf2/implptrconst.exp: New file.
1719 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1720 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1721 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1722
1723 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1724
1725 * gdb.base/catch-sig.c (main): Raise SIGINT.
1726 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1727
1728 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1729
1730 * status-stop.exp (test_tstart_tstart): Check for error
1731 returned by the second 'tstart' command.
1732
1733 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1734
1735 * gdb.xml/maint_print_struct.exp: New file.
1736 * gdb.xml/maint_print_struct.xml: New file.
1737
1738 2013-04-25 Tom Tromey <tromey@redhat.com>
1739
1740 * gdb.dwarf2/nostaticblock.exp: New file.
1741
1742 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1743
1744 PR gdb/10462
1745 * gdb.base/setshow.exp: Add test case.
1746
1747 2013-04-23 Hui Zhu <hui@codesourcery.com>
1748
1749 PR gdb/15293
1750 * gdb.base/dprintf.exp: Add ignore command.
1751
1752 2013-04-23 Hui Zhu <hui@codesourcery.com>
1753
1754 PR gdb/15165
1755 * gdb.base/save-bp.exp: Add test for dprintf.
1756
1757 2013-04-22 Tom Tromey <tromey@redhat.com>
1758
1759 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1760 notice_open_fds.
1761
1762 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1763
1764 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1765 ldflags.
1766
1767 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1768
1769 * gdb.arch/arm-bl-branch-dest.c: New file.
1770 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1771
1772 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1773 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.arch/i386-float.S: New file.
1776 * gdb.arch/i386-float.exp: New file.
1777
1778 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1779
1780 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1781 type void *.
1782
1783 2013-04-17 Doug Evans <dje@google.com>
1784
1785 * lib/dwarf.exp (Dwarf): New proc "tu".
1786 * gdb.dwarf2/missing-sig-type.exp: New file.
1787
1788 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1789
1790 Add option to link testcases with Pthreads library when
1791 using 'prepare_for_testing' in tests.
1792
1793 * lib/gdb.exp (build_executable_from_specs): Use
1794 gdb_compile_pthreads to compile if option "pthreads" is
1795 specified.
1796
1797 2013-04-15 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1800
1801 2013-04-15 Tom Tromey <tromey@redhat.com>
1802
1803 * gdb.base/default.exp: Update for $_exception.
1804 * gdb.cp/exceptprint.cc: New file.
1805 * gdb.cp/exceptprint.exp: New file.
1806 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1807
1808 2013-04-15 Tom Tromey <tromey@redhat.com>
1809
1810 * gdb.cp/typeid.cc: New file.
1811 * gdb.cp/typeid.exp: New file.
1812
1813 2013-04-15 Tom Tromey <tromey@redhat.com>
1814
1815 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1816
1817 2013-04-13 Yao Qi <yao@codesourcery.com>
1818
1819 * gdb.base/completion.exp: Test completion of command
1820 'target ctf' if target ctf is supported.
1821
1822 2013-04-10 Pedro Alves <palves@redhat.com>
1823
1824 * gdb.base/completion.exp: Test "set height", "set listsize" and
1825 "set trace-buffer-size" completion.
1826 * gdb.base/setshow.exp: Test "set height unlimited".
1827 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1828 unlimited".
1829
1830 2013-04-10 Yao Qi <yao@codesourcery.com>
1831
1832 * gdb.trace/actions.exp: Save trace data to CTF.
1833 Change to ctf target if GDB supports, read CTF data in ctf
1834 target, and check the actions of tracepoints.
1835 * gdb.trace/while-stepping.exp: Likewise.
1836 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1837 format and read CTF trace file if GDB supports.
1838 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1839 target is supported, change to ctf target, read trace data and
1840 check output of command "tstatus".
1841 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1842 read CTF data by target ctf and call check_tsv.
1843
1844 2013-04-10 Yao Qi <yao@codesourcery.com>
1845
1846 * gdb.trace/actions.exp (check_tracepoint): New.
1847 (top level): Start the tracing and check the actions of
1848 tracepoints. Save trace data to tfile format. Restart GDB
1849 and read trace file in tfile target. Check the actions of
1850 tracepoints again.
1851 * gdb.trace/while-stepping.exp: Likewise.
1852
1853 2013-04-10 Yao Qi <yao@codesourcery.com>
1854
1855 * gdb.trace/report.exp: Use standard_output_file for saved
1856 trace file.
1857
1858 2013-04-10 Hui Zhu <hui@codesourcery.com>
1859
1860 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1861 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1862 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1863
1864 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1865
1866 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1867 response.
1868
1869 2013-04-08 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1872 the location.
1873
1874 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1875
1876 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1877 for breakpoint location.
1878
1879 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1880
1881 * gdb.linespec/linespec.exp: Make dir/file:line tests
1882 conditional for non-remote hosts only.
1883
1884 2013-04-04 Stan Shebs <stan@codesourcery.com>
1885 Pedro Alves <palves@redhat.com>
1886
1887 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1888 * gdb.trace/actions-changed.c: New file.
1889 * gdb.trace/actions-changed.exp: New file.
1890 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1891 (gdb_trace_setactions_command): ... this. Add "actions_command"
1892 parameter, and handle it.
1893 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1894
1895 2013-04-04 Yao Qi <yao@codesourcery.com>
1896
1897 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1898 'step'.
1899
1900 2013-04-03 Yao Qi <yao@codesourcery.com>
1901
1902 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1903 "tfile-basic.tf".
1904 (test_tfind_tfile): Likewise.
1905
1906 2013-04-03 Yao Qi <yao@codesourcery.com>
1907
1908 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1909 "tfile-basic.tf" instead of "basic.tf".
1910 (write_error_trace_file): Pass argument "tfile-error.tf"
1911 instead of "error.tf".
1912 * gdb.trace/tfile.exp: Update tfile names to
1913 "tfile-basic.tf" and "tfile-error.tf".
1914
1915 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1916
1917 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1918 empty directory in file for breakpoint hit.
1919
1920 2013-03-29 Yao Qi <yao@codesourcery.com>
1921
1922 * gdb.base/completion.exp: Test completion of commands
1923 "target core", "target tfile" and "target exec".
1924 * gdb.trace/tfile.exp: Test completion of command
1925 "target tfile".
1926
1927 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1928
1929 * gdb.ada/win_fu_syms: New testcase.
1930
1931 2013-03-28 Doug Evans <dje@google.com>
1932
1933 * gdb.base/maint.exp (maint print statistics): Update expected output.
1934
1935 2013-03-28 Pedro Alves <palves@redhat.com>
1936
1937 PR gdb/15294
1938
1939 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1940 mean unlimited instead of $arg < 0.
1941 (test_listsize): Remove "listsize of 0 suppresses output" test.
1942 Test that "set listsize 0" ends up with an unlimited listsize.
1943
1944 2013-03-28 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.base/list.exp (last_line): New global.
1947 (last_line_re): New global.
1948 (test_listsize, test_list_function, test_list_forward)
1949 (test_repeat_list_command, test_list_range)
1950 (test_list_filename_and_function): Use them.
1951 * gdb.base/list0.c: Comment the last line of the file with "last
1952 line".
1953
1954 2013-03-28 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1957 list the whole file.
1958
1959 2013-03-28 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1962 "set listsize".
1963
1964 2013-03-26 Keith Seitz <keiths@redhat.com>
1965
1966 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1967 from passing.
1968
1969 2013-03-26 Pedro Alves <palves@redhat.com>
1970
1971 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1972 until after GDB has run.
1973
1974 2013-03-26 Yao Qi <yao@codesourcery.com>
1975
1976 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1977 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1978
1979 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1980
1981 * gdb.btrace/enable.exp: Add regression test.
1982
1983 2013-03-25 Tom Tromey <tromey@redhat.com>
1984
1985 * gdb.cp/m-static.exp: Add destructor-printing tests.
1986
1987 2013-03-25 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.cp/m-static.exp: Add constructor ptype tests.
1990 * gdb.cp/m-static.cc (single_constructor): New class.
1991 (main): Make instance of single_constructor.
1992
1993 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1994 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.server/server-kill.c: New file.
1997 * gdb.server/server-kill.exp: New file.
1998
1999 2013-03-21 Pedro Alves <palves@redhat.com>
2000
2001 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2002 Expect $gdb_prompt in gdb_test_multiple.
2003
2004 2013-03-21 Doug Evans <dje@google.com>
2005
2006 * gdb.base/maint.exp: Update tests for per-command stats.
2007
2008 2013-03-21 Tom Tromey <tromey@redhat.com>
2009
2010 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2011 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2012
2013 2013-03-20 Pedro Alves <palves@redhat.com>
2014
2015 PR gdb/15289
2016
2017 * gdb.base/remote.exp: Test
2018 "set remote hardware-watchpoint-limit -1",
2019 "set remote hardware-breakpoint-limit -1",
2020 "set remote hardware-watchpoint-limit 2147483647" and
2021 "set remote hardware-breakpoint-limit 2147483647".
2022
2023 2013-03-20 Pedro Alves <palves@redhat.com>
2024 Yao Qi <yao@codesourcery.com>
2025
2026 * gdb.trace/tfile.c: Add comments.
2027 (nonconstglob): New global.
2028 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2029 global that is not covered by the trace frame. Test
2030 disassembling.
2031
2032 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2033
2034 * gdb.base/valgrind-infcall.exp
2035 (continue #$continue_count) <remote connection closed>
2036 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2037 $valgrind_pid.
2038
2039 2013-03-15 Tom Tromey <tromey@redhat.com>
2040
2041 * gdb.cp/overload.cc (intintfunc): New.
2042 * gdb.cp/overload.exp: Add regression test.
2043
2044 2013-03-15 Yao Qi <yao@codesourcery.com>
2045
2046 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2047 using with_test_prefix.
2048 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2049 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2050 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2051 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2052 * gdb.base/break-interp.exp (test_core): Likewise.
2053 (test_attach_gdb): Likewise.
2054 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2055 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2056 Likewise.
2057 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2058 * gdb.base/jit.exp (one_jit_test): Likewise.
2059 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2060 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2061 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2062 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2063 Likewise.
2064 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2065 Likewise.
2066 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2067 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2068 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2069 (tracepoint_change_loc_2): Likewise.
2070 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2071 Likewise.
2072 (disconnected_tfind): Likewise.
2073 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2074 Likewise.
2075 (test_tfind_remote): Likewise.
2076 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2077 Likewise.
2078 (test_pending_resolved): Likewise.
2079 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2080 Likewise.
2081 (test_upload_tsv): Likewise.
2082 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2083 Likewise.
2084 (pending_tracepoint_works): Likewise.
2085 * gdb.trace/report.exp (use_collected_data): Likewise.
2086 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2087 Likewise.
2088 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2089 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2090 (strace_trace_on_same_addr): Likewise.
2091 (strace_trace_on_diff_addr): Likewise.
2092 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2093 (gdb_collect_locals_test): Likewise.
2094 (gdb_unavailable_registers_test): Likewise.
2095 (gdb_collect_globals_test): Likewise.
2096
2097 2013-03-15 Yao Qi <yao@codesourcery.com>
2098
2099 * gdb.base/condbreak.exp: Add semicolon back which was removed
2100 by my previous commit.
2101
2102 2013-03-14 Yao Qi <yao@codesourcery.com>
2103
2104 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2105 'return'.
2106 (gdb_target_monitor, gdb_load): Likewise.
2107 * config/sid.exp (gdb_load): Likewise.
2108 * config/slite.exp (gdb_load): Likewise.
2109 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2110 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2111 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2112 (single_step_until): Likewise.
2113 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2114 * gdb.arch/system-gcore.exp: Likewise.
2115 * gdb.base/bigcore.exp (extract_heap): Likewise.
2116 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2117 * gdb.base/call-ar-st.exp: Likewise.
2118 * gdb.base/call-rt-st.exp: Likewise.
2119 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2120 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2121 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2122 * gdb.base/corefile.exp: Likewise.
2123 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2124 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2125 * gdb.base/fixsection.exp: Likewise.
2126 * gdb.base/funcargs.exp: Likewise.
2127 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2128 * gdb.base/gcore-relro.exp: Likewise.
2129 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2130 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2131 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2132 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2133 * gdb.base/list.exp: Likewise.
2134 (set_listsize): Likewise.
2135 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2136 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2137 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2138 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2139 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2140 * gdb.base/setvar.exp: Likewise.
2141 (test_set): Likewise.
2142 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2143 * gdb.base/solib-overlap.exp: Likewise.
2144 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2145 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2146 * gdb.base/watchpoint.exp (initialize): Likewise.
2147 (test_simple_watchpoint): Likewise.
2148 (test_disabling_watchpoints): Likewise.
2149 (test_watchpoint_triggered_in_syscall): Likewise.
2150 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2151 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2152 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2153 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2154 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2155 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2156 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2157 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2158 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2159 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2160 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2161 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2162 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2163 * gdb.mi/gdb792.exp: Likewise.
2164 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2165 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2166 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2167 * gdb.threads/gcore-thread.exp: Likewise.
2168 (load_core): Likewise.
2169 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2170 (test_startup, check_control_c): Likewise.
2171 * gdb.threads/sigstep-threads.exp: Likewise.
2172 * gdb.threads/thread_check.exp: Likewise.
2173 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2174 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2175 (set_a_tracepoint, trace_buffer_normal): Likewise.
2176 (gdb_trace_circular_tests): Likewise.
2177 * gdb.trace/collection.exp: Likewise.
2178 * gdb.trace/disconnected-tracing.exp: Likewise.
2179 * gdb.trace/infotrace.exp: Likewise.
2180 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2181 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2182 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2183 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2184 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2185 * gdb.trace/stap-trace.exp: Likewise.
2186 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2187 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2188 * gdb.trace/trace-buffer-size.exp: Likewise.
2189 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2190 * gdb.trace/unavailable.exp: Likewise.
2191 * gdb.trace/while-dyn.exp: Likewise.
2192 * lib/fortran.exp (set_lang_fortran): Likewise.
2193 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2194 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2195 (default_gdb_start, get_compiler_info): Likewise.
2196 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2197 (get_debug_format, setup_xfail_format): Likewise.
2198 (rerun_to_main, gdb_skip_float_test): Likewise.
2199 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2200 * lib/java.exp (set_lang_java): Likewise.
2201 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2202 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2203 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2204 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2205 * lib/objc.exp (set_lang_objc): Likewise.
2206 * lib/pascal.exp (set_lang_pascal): Likewise.
2207 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2208 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2209 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2210
2211 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2212
2213 PR c++/15203
2214 PR c++/15210
2215 * gdb.cp/m-static.cc (keepalive_int): New function.
2216 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2217 * gdb.cp/m-static.exp: New test for `sintvar'.
2218
2219 2013-03-14 Yao Qi <yao@codesourcery.com>
2220
2221 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2222 of 'tstatus' into tstatus_output.
2223 (top level): Save the trace data to tfile. Read trace file in
2224 tfile target. Check the trace status.
2225
2226 2013-03-13 Yao Qi <yao@codesourcery.com>
2227
2228 * gdb.trace/tsv.exp (check_tsv): New.
2229 (top level): Save a tfile on current trace session. Call
2230 check_tsv on live target. Load the tfile with target tfile
2231 and call check_tsv again.
2232
2233 2013-03-13 Yao Qi <yao@codesourcery.com>
2234
2235 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2236 Replace some "gdb_test" with "gdb_test_no_output".
2237
2238 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2239
2240 * gdb.ada/expr_delims.exp: New file.
2241 * gdb.ada/expr_delims/foo.adb: New file.
2242 * gdb.ada/expr_delims/pck.ads: New file.
2243 * gdb.ada/expr_delims/pck.adb: New file.
2244
2245 2013-03-11 Keith Seitz <keiths@redhat.com>
2246
2247 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2248 both condition and thread. Then delete the watchpoint.
2249
2250 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2251
2252 * Makefile.in: Add btrace testsuite.
2253 * configure: Regenerated.
2254 * configure.ac: Add btrace testsuite.
2255 * gdb.btrace/Makefile.in: New file.
2256 * gdb.btrace/enable.c: New file.
2257 * gdb.btrace/enable.exp: New file.
2258 * gdb.btrace/function_call_history.c: New file.
2259 * gdb.btrace/function_call_history.exp: New file.
2260 * gdb.btrace/instruction_history.c: New file.
2261 * gdb.btrace/instruction_history.exp: New file.
2262 * gdb.btrace/instruction_history.S: New file.
2263 * lib/gdb.exp: Add btrace skip proc.
2264
2265 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2266
2267 Fix entry-values if the callee called a noreturn function.
2268 * gdb.arch/amd64-tailcall-noret.S: New file.
2269 * gdb.arch/amd64-tailcall-noret.c: New file.
2270 * gdb.arch/amd64-tailcall-noret.exp: New file.
2271
2272 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 Fix entry-values in C++ across CUs.
2275 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2276 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2277 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2278 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2279 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2280
2281 2013-03-08 Stan Shebs <stan@codesourcery.com>
2282 Hafiz Abid Qadeer <abidh@codesourcery.com>
2283
2284 gdb/testsuite/
2285 * gdb.trace/trace-buffer-size.exp: New file.
2286 * gdb.trace/trace-buffer-size.c: New file.
2287
2288 2013-03-06 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2291 doesn't support the tested optional feature, call "unsupported"
2292 with the same test message as the "pass" case, instead of calling
2293 "pass" with a different message. Use the same text for the "fail"
2294 cases too.
2295
2296 2013-03-06 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.trace/tstatus.exp: Remove the invocation of
2299 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2300 (test_tracepoints): Don't set fast tracepoint.
2301 (top level): Don't check agent library is loaded or not.
2302
2303 2013-03-06 Yao Qi <yao@codesourcery.com>
2304
2305 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2306 parentheses by "\\".
2307
2308 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2309
2310 * gdb.linespec/base/one/thefile.cc (twodup): New.
2311 (m): Call it.
2312 * gdb.linespec/base/two/thefile.cc (dupname): New.
2313 (n): Call it.
2314 * gdb.linespec/break-ask.exp: New file.
2315 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2316
2317 2013-02-28 Yao Qi <yao@codesourcery.com>
2318
2319 * gdb.trace/report.exp: Move some code to ...
2320 (use_collected_data): New.
2321 (top level): Call use_collected_data once on the live target.
2322 Save at file of the current trace session, load it with target
2323 tfile, and call use_collected_data again.
2324
2325 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2326
2327 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2328
2329 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2330
2331 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2332 Add final kill of ${valgrind_pid}.
2333
2334 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2335
2336 * gdb.python/py-arch.c: New test case
2337 * gdb.python/py-arch.exp: New tests to test
2338 gdb.Architecture.disassemble
2339 * gdb.python/Makefile.in: Add py-arch to the list of
2340 EXECUTABLES.
2341
2342 2013-02-18 Tom Tromey <tromey@redhat.com>
2343
2344 * gdb.dwarf2/subrange.exp: New file.
2345
2346 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2347 Hafiz Abid Qadeer <abidh@codesourcery.com>
2348
2349 * gdb.trace/tfile.exp: Add test for -trace-status command.
2350
2351 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2352
2353 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2354 nanosleep by sleep.
2355
2356 2013-02-14 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2359
2360 2013-02-14 Pedro Alves <pedro@codesourcery.com>
2361 Hafiz Abid Qadeer <abidh@codesourcery.com>
2362
2363 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2364
2365 2013-02-12 Tom Tromey <tromey@redhat.com>
2366
2367 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2368 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2369
2370 2013-02-12 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.base/catch-signal.c: Update copyright years.
2373 * gdb.base/catch-signal.exp: Update copyright years.
2374 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2375 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2376 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2377 * gdb.dwarf2/dw2-error.S: Update copyright years.
2378 * gdb.dwarf2/dw2-error.c: Update copyright years.
2379 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2380 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2381 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2382
2383 2013-02-12 Pedro Alves <palves@redhat.com>
2384
2385 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2386 message.
2387 * gdb.base/sigaltstack.exp: Ditto.
2388 * gdb.base/siginfo.exp: Ditto.
2389 * gdb.base/sizeof.exp: Ditto.
2390
2391 2013-02-12 Pedro Alves <palves@redhat.com>
2392
2393 * gdb.mi/mi-basics.exp: Tweak intro comment.
2394 * gdb.mi/mi-break.exp: Tweak intro comment.
2395 * gdb.mi/mi-console.exp: Tweak intro comment.
2396 * gdb.mi/mi-file.exp: Tweak intro comment.
2397 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2398 * gdb.mi/mi-return.exp: Tweak intro comment.
2399 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2400 * gdb.mi/mi-until.exp: Tweak intro comment.
2401 * gdb.mi/mi-watch.exp: Tweak intro comment.
2402
2403 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2404
2405 * gdb.server/no-thread-db.exp: New file.
2406 * gdb.server/no-thread-db.c: New file.
2407 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2408
2409 2013-02-11 Doug Evans <dje@google.com>
2410
2411 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2412 two decfloats.
2413
2414 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2415
2416 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2417 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2418
2419 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2422
2423 2013-02-06 Yao Qi <yao@codesourcery.com>
2424
2425 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2426 to ...
2427 (test_create_delete_modify_tsv): ... here. New test on modifying
2428 the initial value of a tsv.
2429
2430 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2433 (cd .../rdir): ... here.
2434
2435 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * gdb.linespec/base/one/header.h: New file.
2438 * gdb.linespec/base/two/header.h: New file.
2439 * gdb.linespec/macro-relative.c: New file.
2440 * gdb.linespec/macro-relative.exp: New file.
2441
2442 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.base/fullpath-expand-func.c: New file.
2445 * gdb.base/fullpath-expand.c: New file.
2446 * gdb.base/fullpath-expand.exp: New file.
2447 * gdb.base/realname-expand-real.c: New file.
2448 * gdb.base/realname-expand.c: New file.
2449 * gdb.base/realname-expand.exp: New file.
2450
2451 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2452
2453 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2454 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2455
2456 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2457
2458 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2459 (compare_filenames_for_search does not match)
2460 (compare_filenames_for_search does match): New tests.
2461
2462 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2463
2464 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2465
2466 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2467
2468 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2469
2470 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2471
2472 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2473 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2474 ${binfile}.mini_debuginfo-debuglink and
2475 ${binfile}.mini_debuginfo-debuglink.xz.
2476
2477 2013-02-01 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2480 attributes.
2481
2482 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2483 Tom Tromey <tromey@redhat.com>
2484
2485 * gdb.dwarf2/method-ptr.exp: Link with c++.
2486 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2487
2488 2013-01-31 Tom Tromey <tromey@redhat.com>
2489
2490 * gdb.base/jit.exp (compile_jit_test): New proc.
2491 Add PIE tests.
2492
2493 2013-01-31 Tom Tromey <tromey@redhat.com>
2494
2495 * gdb.dwarf2/method-ptr.cc: New file.
2496 * gdb.dwarf2/method-ptr.exp: New file.
2497
2498 2013-01-31 Tom Tromey <tromey@redhat.com>
2499
2500 * lib/dwarf.exp (namespace Dwarf): New.
2501
2502 2013-01-29 Tom Tromey <tromey@redhat.com>
2503
2504 * gdb.dwarf2/fission-reread.exp: Add unload test.
2505
2506 2013-01-28 Doug Evans <dje@google.com>
2507
2508 * gdb.dwarf2/fission-loclists.exp: New file.
2509 * gdb.dwarf2/fission-loclists.S: New file.
2510
2511 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2512
2513 Code cleanup.
2514 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2515 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2516 and prepare_for_testing.
2517 * gdb.base/store.exp: Likewise.
2518
2519 2013-01-25 Tom Tromey <tromey@redhat.com>
2520
2521 * gdb.python/py-explore.exp: Expect the gdb prompt.
2522
2523 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2524
2525 * gdb.base/gnu_vector.c: New variable for use in tests.
2526 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2527 changes in scalar to vector casting and widening.
2528 * gdb.python/py-type.c: New variables for use in tests.
2529 * gdb.python/py-type.exp: Update vector related tests to reflect
2530 changes in scalar to vector casting and widening.
2531
2532 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2533
2534 * gdb.base/prologue-include.c: New file.
2535 * gdb.base/prologue-include.exp: New file.
2536 * gdb.base/prologue-include.h: New file.
2537
2538 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2539
2540 PR gdb/13443
2541 * gdb.mi/mi-var-block.exp: Make test messages unique.
2542
2543 2013-01-23 Tom Tromey <tromey@redhat.com>
2544
2545 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2546
2547 2013-01-23 Tom Tromey <tromey@redhat.com>
2548
2549 * gdb.cp/converts.cc (main): Initialize 'a'.
2550
2551 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2552
2553 * testsuite/gdb.python/frame.exp: Add a test for
2554 gdb.Frame.architecture() method.
2555
2556 2013-01-22 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.base/annota1.exp (signal sent): No longer expect
2559 breakpoints-invalid.
2560 * gdb.cp/annota2.exp (continue until exit)
2561 (watch triggered on a.x): Ditto.
2562
2563 2013-01-22 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2566 Adjust tests to breakpoints-invalid changes.
2567 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2568 variables.
2569 Adjust tests to breakpoints-invalid changes.
2570
2571 2013-01-22 Pedro Alves <palves@redhat.com>
2572
2573 * gdb.base/annota1.exp (annotate ignore count change): Add
2574 expected output for failure case.
2575
2576 2013-01-22 Tom Tromey <tromey@redhat.com>
2577
2578 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2579 call.
2580
2581 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2582
2583 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2584 * gdb.mi/mi-catch-load.exp: Ditto.
2585 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2586 Also handle 'thread' field.
2587 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2588 * gdb.mi/mi-watch.exp: Ditto.
2589 * lib/mi-support.exp: Ditto.
2590
2591 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2592
2593 * gdb.python/py-explore.exp: Improve a test
2594
2595 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2596
2597 * gdb.base/label.c (main): Correct the type of the second
2598 parameter.
2599
2600 2013-01-18 Tom Tromey <tromey@redhat.com>
2601
2602 * gdb.dwarf2/trace-crash.s: New file.
2603 * gdb.dwarf2/trace-crash.exp: New file.
2604
2605 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2606
2607 PR gdb/13443
2608 * gdb.base/checkpoint.exp: Update test messages to make them
2609 unique.
2610
2611 2013-01-18 Yao Qi <yao@codesourcery.com>
2612
2613 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2614 output of 'info tracepoints'.
2615 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2616 Likewise.
2617 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2618 * gdb.trace/disconnected-tracing.c (struct foo): New.
2619
2620 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * gdb.dwarf2/dw2-dos-drive.S: New file.
2623 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2624
2625 2013-01-17 Doug Evans <dje@google.com>
2626
2627 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2628 CXX_FOR_TARGET.
2629
2630 * boards/cc-with-tweaks.exp: New file.
2631
2632 2013-01-17 Tom Tromey <tromey@redhat.com>
2633
2634 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2635
2636 2013-01-17 Pedro Alves <palves@redhat.com>
2637
2638 Merge dg-extract-results.sh from upstream (svn 195224).
2639
2640 2013-01-15 David Blaikie <dblaikie@gmail.com>
2641 * dg-extract-results.sh: Fix order of summary counts.
2642
2643 2013-01-15 David Blaikie <dblaikie@gmail.com>
2644 * dg-extract-results.sh: Constrain the start-of-log pattern.
2645
2646 2013-01-15 David Blaikie <dblaikie@gmail.com>
2647 * dg-extract-results.sh: Handle KPASSes.
2648
2649 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2650 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2651 of grep -q.
2652
2653 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2654
2655 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2656 interface.
2657 * gdb.base/jithost.c: New file.
2658 * gdb.base/jithost.h: New file.
2659 * gdb.base/jitreader.c : New file.
2660 * gdb.base/jit-protocol.h: New file.
2661
2662 2013-01-16 Tom Tromey <tromey@redhat.com>
2663
2664 * gdb.base/catch-signal.c: New file.
2665 * gdb.base/catch-signal.exp: New file.
2666
2667 2013-01-16 Tom Tromey <tromey@redhat.com>
2668
2669 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2670
2671 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2672
2673 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2674
2675 2013-01-14 Tom Tromey <tromey@redhat.com>
2676
2677 * gdb.base/completion.exp: Add "set gnutarget" test.
2678
2679 2013-01-14 Tom Tromey <tromey@redhat.com>
2680
2681 * gdb.dwarf2/dw2-restrict.S: New file.
2682 * gdb.dwarf2/dw2-restrict.c: New file.
2683 * gdb.dwarf2/dw2-restrict.exp: New file.
2684
2685 2013-01-14 Tom Tromey <tromey@redhat.com>
2686
2687 * gdb.dwarf2/dw2-error.exp: New file.
2688 * gdb.dwarf2/dw2-error.c: New file.
2689 * gdb.dwarf2/dw2-error.S: New file.
2690
2691 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * gdb.cp/parse-lang.cc: New file.
2694 * gdb.cp/parse-lang.exp: New file.
2695
2696 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2697
2698 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2699 (set substitute-path): New test.
2700 (fullname present): Remove content.
2701 (substituted fullname): New test.
2702
2703 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2704
2705 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2706 check. Move $gdb_py_is_py24 value check right after.
2707
2708 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2709
2710 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2711 targets.
2712
2713 2013-01-11 Yao Qi <yao@codesourcery.com>
2714
2715 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2716 for dprintf.
2717 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2718 Check the fields in "=breakpoint-created" for dprintf.
2719
2720 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2721
2722 * gdb.mi/mi-fullname-deleted.exp: New file.
2723
2724 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2725
2726 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2727 expected output.
2728 (info skip with pending file): Remove.
2729 (ignoring function in solib, info skip for function multiply): Update
2730 the expected output.
2731 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2732 (info skip (delete 1), info skip after disabling all)
2733 (info skip after enabling all, info skip after disabling 4 2-3)
2734 (info skip after enabling 2-3, info skip 2-3)
2735 (info skip after deleting 2 3): Update the expected output.
2736 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2737 statement to its initialization and return.
2738 * gdb.linespec/skip-two.exp: New file.
2739
2740 2012-12-19 Doug Evans <dje@google.com>
2741
2742 * gdb.base/maint.exp: Handle testing with .gdb_index.
2743
2744 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2745
2746 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2747 Cavium to FSF.
2748
2749 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2750
2751 * dg-extract-results.sh: Update contact info in copyright notice.
2752 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2753 GPL v3 or later. Update contact info.
2754 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2755 gdb.threads/watchpoint-fork-mt.c,
2756 gdb.threads/watchpoint-fork-parent.c,
2757 gdb.threads/watchpoint-fork-st.c,
2758 gdb.threads/watchpoint-fork.h: Likewise.
2759
2760 2012-12-15 Yao Qi <yao@codesourcery.com>
2761
2762 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2763 'installed' field in '=breakpoint-modified'.
2764 (test_reconnect): Check 'installed' field in
2765 '=breakpoint-modified' and '=breakpoint-created'.
2766
2767 * gdb.trace/actions.exp: Update test for 'installed' field.
2768 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2769 (tracepoint_change_loc_2): Likewise.
2770 Check 'info tracepoint' display nothing else.
2771 * gdb.trace/deltrace.exp: Likewise.
2772 * gdb.trace/infotrace.exp: Likewise.
2773 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2774 Likewise.
2775 * gdb.trace/passcount.exp: Likewise.
2776 * gdb.trace/tracecmd.exp: Likewise.
2777 * gdb.trace/while-stepping.exp: Likewise.
2778
2779 2012-12-14 Tom Tromey <tromey@redhat.com>
2780
2781 * gdb.cp/member-name.exp: New file.
2782 * gdb.cp/member-name.cc: New file.
2783
2784 2012-12-14 Tom Tromey <tromey@redhat.com>
2785
2786 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2787
2788 2012-12-14 Doug Evans <dje@google.com>
2789
2790 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2791 DW_OP_GNU_implicit_pointer is section-relative.
2792
2793 2012-12-14 Tom Tromey <tromey@redhat.com>
2794
2795 * gdb.base/info-proc.exp: Add core file tests.
2796
2797 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2798
2799 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2800
2801 2012-12-13 Doug Evans <dje@google.com>
2802
2803 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2804 * gdb.multi/multi-arch.exp: Ditto.
2805
2806 2012-12-12 Keven Boell <keven.boell@intel.com>
2807
2808 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2809 catch load test library source file.
2810 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2811 load test source file.
2812 * gdb.mi/mi-catch-load.exp: New. Test file for
2813 basic MI -catch-load and -catch-unload tests.
2814
2815 2012-12-11 Paul Koning <paul_koning@dell.com>
2816
2817 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2818 exception.
2819 (_iterator_except): New function.
2820 (ArrayPrinter): Use _iterator function instead of local _iterator
2821 class for Python 3 compatibility.
2822 (NoStringContainerPrinter): Use _iterator_except instead of
2823 _iterator.
2824 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2825 execfile for Python 3 compatibility.
2826 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2827 format in error_prompt test.
2828
2829 2012-12-10 Paul Koning <paul_koning@dell.com>
2830
2831 * gdb.base/charset.exp: Change print syntax for Python 3
2832 compatibility.
2833 * gdb.python/py-block.exp: Ditto.
2834 * gdb.python/py-breakpoint.exp: Ditto.
2835 * gdb.python/py-cmd.exp: Ditto.
2836 * gdb.python/py-events.py: Ditto.
2837 * gdb.python/py-finish-breakpoint.py: Ditto.
2838 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2839 * gdb.python/py-finish-breakpoint2.py: Ditto.
2840 * gdb.python/py-frame-inline.exp: Ditto.
2841 * gdb.python/py-frame.exp: Ditto.
2842 * gdb.python/py-infthread.exp: Ditto.
2843 * gdb.python/py-objfile.exp: Ditto.
2844 * gdb.python/py-parameter.exp: Ditto.
2845 * gdb.python/py-progspace.exp: Ditto.
2846 * gdb.python/py-prompt.exp: Ditto.
2847 * gdb.python/py-symbol.exp: Ditto.
2848 * gdb.python/py-symtab.exp: Ditto.
2849 * gdb.python/py-template.exp: Ditto.
2850 * gdb.python/py-value-cc.exp: Ditto.
2851 * gdb.python/python.exp: Ditto.
2852 * gdb.python/source2.py: Ditto.
2853 * gdb.python/lib-types.exp: Change print syntax for Python 3
2854 compatibility.
2855 Use sorted() function rather than sort() method.
2856 Accept either int or long values for enum values.
2857 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2858 execfile for Python 3 compatibility.
2859 * gdb.python/py-evsignal.exp: Ditto.
2860 * gdb.python/py-evthreads.exp: Ditto.
2861 * gdb.python/py-mi.exp: Ditto.
2862 * gdb.python/py-pp-maint.exp: Ditto.
2863 * gdb.python/py-prettyprint.exp: Ditto.
2864 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2865 Python 3 compatibility.
2866 Skip tests for Python 2.4.
2867 * gdb.python/py-inferior.exp: Change print syntax for
2868 Python 3 compatibility.
2869 Use byte string rather than character string in memory write test
2870 if Python 3.
2871 * gdb.python/py-pp-maint.py: Change class declarations to "new
2872 class" syntax.
2873 * gdb.python/py-prettyprint.py: Change iterator class to generator
2874 function for Python 3 compatibility.
2875 Make all classes "new style".
2876 Fix indentation issue and stray semicolon.
2877 * gdb.python/py-shared.expChange print syntax for Python 3
2878 compatibility.
2879 Define "long" if Python 3.
2880 * gdb.python/py-type.exp: Change print syntax for Python 3
2881 compatibility.
2882 Accept either int or long values for enum values.
2883 * gdb.python/py-value.exp: Change print syntax for Python 3
2884 compatibility.
2885 Skip "long" and "unicode" tests if Python 3.
2886 Accept either "type" or "class" in type checks.
2887 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2888 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2889
2890 2012-12-10 Tom Tromey <tromey@redhat.com>
2891
2892 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2893 (test): Add "two_cu" argument.
2894 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2895 for types; allow two CUs.
2896
2897 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2898
2899 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2900 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2901
2902 2012-12-08 Yao Qi <yao@codesourcery.com>
2903 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2906 '=breakpoint-created' when GDB merges the tracepoints of both
2907 sides.
2908
2909 2012-12-07 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.base/break1.c (enum some_enum, union some_union): New.
2912 (some_enum_global, some_union_global, some_value): New globals.
2913 * gdb.base/completion.exp: Add tag completion tests.
2914
2915 2012-12-07 Tom Tromey <tromey@redhat.com>
2916
2917 * gdb.base/completion.exp: Add tests for ptype and whatis
2918 completion.
2919
2920 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2921
2922 * gdb.base/stale-infcall.exp: Fix copyright line.
2923
2924 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2925
2926 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2927
2928 2012-12-06 Pedro Alves <palves@redhat.com>
2929 Tom Tromey <tromey@redhat.com>
2930
2931 * gdb.base/exprs.exp: Add tests for cast to void.
2932
2933 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2934
2935 * gdb.python/py-mi.exp: Correct expected results for attribute
2936 "dynamic" returned by -var-update.
2937 Add test case for correct handling of "diplayhint" for children
2938 of dynamic varobjs.
2939 * gdb.python/py-prettyprint.c (set_itme): New function.
2940 (bug_14741) New function.
2941 (main) Add call to bug_14741().
2942 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2943
2944 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2945
2946 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2947 ${binfile}.funcsyms list.
2948
2949 2012-12-04 Yao Qi <yao@codesourcery.com>
2950
2951 PR gdb/13443
2952 * gdb.trace/actions.exp: Make test messages unique.
2953
2954 2012-11-29 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2957
2958 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2959
2960 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2961 * gdb.opencl/datatypes.exp: Likewise.
2962 * gdb.opencl/operators.exp: Likewise.
2963 * gdb.opencl/vec_comps.exp: Likewise.
2964
2965 2012-11-29 Jerome Guitton <guitton@adacore.com>
2966
2967 * gdb.ada/iwide: New testcase.
2968
2969 2012-11-29 Jerome Guitton <guitton@adacore.com>
2970
2971 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2972 ptype test.
2973
2974 2012-11-29 Jerome Guitton <guitton@adacore.com>
2975
2976 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2977 form {VARIANT_TYPE}ADDRESS.
2978
2979 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2980
2981 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2982 (func): New function.
2983 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2984 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2985 pointers to members with pointer-to-function type.
2986
2987 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2988 Tom Tromey <tromey@redhat.com>
2989
2990 * gdb.base/gnu-debugdata.exp: New file.
2991 * gdb.base/gnu-debugdata.c: New file.
2992 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2993 (gdb_unload): Return 0 on success.
2994
2995 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2998
2999 2012-11-26 Joel Brobecker <brobecker@adacore.com>
3000
3001 * gdb.base/empty_exe.exp: New testcase.
3002
3003 2012-11-20 Mike Frysinger <vapier@gentoo.org>
3004
3005 * gdb.base/completion.exp: Add test for help aliases completion.
3006
3007 2012-11-20 Yao Qi <yao@codesourcery.com>
3008
3009 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3010 Don't test 'maint set show-debug-regs'.
3011 Use command 'set remotecache' instead of
3012 'set circular-trace-buffer'.
3013
3014 2012-11-16 Keith Seitz <keiths@redhat.com>
3015
3016 PR c++/13615
3017 * gdb.cp/baseenum.cc: New file.
3018 * gdb.cp/baseenum.exp: New file.
3019 * gdb.cp/derivation.cc (A): Add copyright.
3020 Add a typedef.
3021 (B): Use A::value_type instead of int. Change all references.
3022 (D): Use value_type instead of int. Change all references.
3023 (E): Likewise.
3024 (F); Likewise.
3025 (Z): New class.
3026 (ZZ): New class.
3027 (N, Base, Derived): New namespace and classes.
3028 (main): Add instances of Z and ZZ.
3029 Make sure all symbols from N are kept.
3030 * gdb.cp/derivation.exp: Update typedef changes in tests.
3031 Add tests for class typedefs both before and after starting
3032 the inferior.
3033 Add tests for searching for a typedef while stopped in a
3034 method.
3035
3036 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3037
3038 * gdb.mi/mi-var-create-rtti.c: New file.
3039 * gdb.mi/mi-var-create-rtti.exp: New file.
3040
3041 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3042
3043 * gdb.base/structs3.exp: Run to main before doing any tests.
3044
3045 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
3046
3047 * gdb.python/py-type.exp: Uniquify test names.
3048
3049 2012-11-14 Yao Qi <yao@codesourcery.com>
3050
3051 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3052 (thread_function) [DEBUG]: Call 'printf'.
3053 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3054 command line if 'DEBUG=1' is passed to test.
3055 Remove a pattern to match inferior's output.
3056
3057 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3058
3059 * gdb.mi/mi-fill-memory.exp: New test.
3060
3061 2012-11-12 Tom Tromey <tromey@redhat.com>
3062
3063 * gdb.base/completion.exp: Update for "info type-printers".
3064 * gdb.python/py-typeprint.cc: New file.
3065 * gdb.python/py-typeprint.exp: New file.
3066 * gdb.python/py-typeprint.py: New file.
3067
3068 2012-11-12 Tom Tromey <tromey@redhat.com>
3069
3070 * gdb.base/call-sc.exp: Use "ptype/r".
3071 * gdb.base/volatile.exp: Don't expect "int".
3072 * gdb.cp/ptype-flags.cc: New file.
3073 * gdb.cp/ptype-flags.exp: New file.
3074 * gdb.cp/templates.exp: Use ptype/r.
3075 (test_ptype_of_templates, test_template_typedef): Likewise.
3076 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3077 argument. Handle template names and template parameters.
3078 * gdb.mi/mi-var-cmd.exp: Accept "long".
3079 * gdb.mi/mi-var-child.exp: Accept "long".
3080 * gdb.mi/mi-var-display.exp: Accept "long".
3081 * gdb.mi/mi2-var-child.exp: Accept "long".
3082
3083 2012-11-12 Tom Tromey <tromey@redhat.com>
3084
3085 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3086 "ptype" from calls to cp_test_ptype_class.
3087 (test_enums): Likewise.
3088 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3089 cp_test_ptype_class.
3090 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3091 calls to cp_test_ptype_class.
3092 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3093 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3094 from calls to cp_test_ptype_class.
3095 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3096 command here. Change "in_command" argument to "in_exp".
3097
3098 2012-11-10 Keith Seitz <keiths@redhat.com>
3099
3100 PR gdb/14288
3101 * gdb.base/printcmds.c: Add invalid_XXX globals
3102 for repeated byte tests.
3103 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3104 * gdb.base/wchar.c (main): Add and construct a wchar_t
3105 array with repeated characters.
3106 * gdb.base/wchar.exp: Add repeated character tests.
3107
3108 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3109
3110 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3111 disassembly output.
3112
3113 2012-11-09 Pedro Alves <palves@redhat.com>
3114
3115 PR gdb/14306
3116
3117 * gdb.multi/multi-arch-exec.c: New file.
3118 * gdb.multi/multi-arch-exec.exp: New file.
3119
3120 2012-11-09 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3123 (top level): Call it.
3124
3125 2012-11-09 Yao Qi <yao@codesourcery.com>
3126
3127 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3128 typo.
3129
3130 2012-11-09 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.multi/multi-arch.exp: New.
3133
3134 2012-11-08 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3137 core files, if possible.
3138 * gdb.base/siginfo-thread.c: New file
3139 * gdb.base/siginfo-thread.exp: New file
3140
3141 2012-11-08 Tom Tromey <tromey@redhat.com>
3142
3143 * gdb.base/comprdebug.exp: New file.
3144
3145 2012-11-06 Pedro Alves <palves@redhat.com>
3146
3147 PR gdb/14810
3148
3149 * gdb.base/disabled-location.c: New file.
3150 * gdb.base/disabled-location.exp: New file.
3151
3152 2012-11-06 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3155 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3156 gdb_gcore_cmd.
3157 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3158 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3159 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3160 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3161 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3162 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3163 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3164 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3165 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3166
3167 2012-11-05 Pedro Alves <palves@redhat.com>
3168
3169 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3170 procedure.
3171 (do_vfork_and_follow_child_tests_exec)
3172 (do_vfork_and_follow_child_tests_exit): Call it.
3173
3174 2012-11-05 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3177 fails.
3178
3179 2012-11-03 Yao Qi <yao@codesourcery.com>
3180
3181 Fix PR gdb/14617.
3182 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3183 Remove setup_kfail, and update test.
3184
3185 2012-11-02 Tom Tromey <tromey@redhat.com>
3186
3187 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3188 test.
3189
3190 2012-11-02 Pedro Alves <palves@redhat.com>
3191
3192 PR gdb/14766
3193
3194 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3195 setup_kfail.
3196 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3197 get registers".
3198
3199 2012-11-02 Pedro Alves <palves@redhat.com>
3200
3201 * gdb.base/foll-vfork-exit.c: New file.
3202 * gdb.base/foll-vfork.exp (top level): New file-describing
3203 comment.
3204 (vfork_child_follow_to_exit): New procedure.
3205 (tcatch_vfork_then_child_follow): Rename as ...
3206 (tcatch_vfork_then_child_follow_exec): ... this.
3207 (tcatch_vfork_then_child_follow_exit): New procedure.
3208 (do_vfork_and_follow_parent_tests): New procedure, factored out
3209 from do_vfork_and_exec_tests.
3210 (do_vfork_and_follow_child_tests_exec): Ditto.
3211 (do_vfork_and_exec_tests): Delete.
3212 (do_vfork_and_follow_child_tests_exit): New procedure.
3213 (top level): Run tests with both the program that has the vfork
3214 child execing, and the program has the vfork child exiting.
3215
3216 2012-11-02 Pedro Alves <palves@redhat.com>
3217
3218 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3219 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3220 (vfork_parent_follow_to_bp): Call it.
3221 (kill_child): Delete.
3222 (vfork_and_exec_child_follow_to_main_bp)
3223 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3224 longer call kill_child.
3225 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3226 (do_vfork_and_exec_tests): Don't runto_main before calling each
3227 test procedure.
3228 (top level): Don't clean restart and set verbose before running
3229 each test procedure.
3230
3231 2012-11-02 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3234 (vfork_parent_follow_to_bp)
3235 (vfork_and_exec_child_follow_to_main_bp)
3236 (vfork_and_exec_child_follow_through_step)
3237 (tcatch_vfork_then_parent_follow)
3238 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3239 Use with_test_prefix.
3240
3241 2012-11-02 Pedro Alves <palves@redhat.com>
3242
3243 * gdb.base/foll-vfork.c: Add copyright header.
3244 * gdb.base/vforked-prog.c: Add copyright header.
3245
3246 2012-11-02 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.base/foll-vfork.exp
3249 (vfork_and_exec_child_follow_through_step): Don't skip on
3250 non-HP/UX targets. Expect the next to only step one line on
3251 non-HP/UX targets, rather than stopping only after the exec.
3252
3253 2012-11-02 Pedro Alves <palves@redhat.com>
3254
3255 Don't hard code line numbers.
3256
3257 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3258 Expect text from the sources instead of a line number.
3259 (vfork_parent_follow_to_bp)
3260 (vfork_and_exec_child_follow_to_main_bp)
3261 (vfork_and_exec_child_follow_through_step)
3262 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3263 Use gdb_get_line_number.
3264
3265 2012-11-02 Pedro Alves <palves@redhat.com>
3266
3267 Modernize.
3268
3269 * gdb.base/foll-vfork.exp: Use standard_testfile and
3270 build_executable. Pass descriptive string to untested.
3271 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3272 (vfork_and_exec_child_follow_to_main_bp)
3273 (vfork_and_exec_child_follow_through_step)
3274 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3275 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3276 of send_gdb/gdb_expect.
3277
3278 (kill_child): New procedure.
3279 (vfork_and_exec_child_follow_to_main_bp)
3280 (vfork_and_exec_child_follow_through_step): Use it.
3281
3282 2012-11-02 Yao Qi <yao@codesourcery.com>
3283
3284 * gdb.base/setvar.exp: Test setting nested struct.
3285 * gdb.base/setvar.c (v_struct3): New.
3286
3287 2012-11-01 Doug Evans <dje@google.com>
3288
3289 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3290 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3291 use them.
3292
3293 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3294
3295 PR cli/14772
3296 * gdb.base/gnu_vector.c (union_with_vector_1)
3297 (struct_with_vector_1): Add new struct and union for testing
3298 ptype.
3299 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3300 structs / unions containing vectors.
3301
3302 2012-10-25 Yao Qi <yao@codesourcery.com>
3303
3304 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3305 'setup_kfail' instead of 'setup_kfail_for_target'.
3306 * gdb.base/varargs.exp: Likewise.
3307 * lib/gdb.exp (setup_kfail_for_target): Remove.
3308
3309 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3310
3311 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3312
3313 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3314
3315 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3316
3317 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3318
3319 * gdb.ada/set_wstr: New testcase.
3320
3321 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3322
3323 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3324
3325 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3326
3327 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3328
3329 2012-10-24 Mark Kettenis <kettenis@gnu.org>
3330
3331 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3332
3333 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3334
3335 * gdb.base/callfuncs.exp (do_function_calls): Fix
3336 setup_kfail_for_target for -m32 mode.
3337
3338 2012-10-23 Mark Kettenis <kettenis@gnu.org>
3339
3340 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3341 are now fixed.
3342
3343 2012-10-23 Yao Qi <yao@codesourcery.com>
3344
3345 * gdb.base/info-os.exp: Resume the inferior until it exits.
3346
3347 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3348
3349 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3350 * gdb.base/print-file-var.exp: Likewise.
3351 * gdb.base/type-opaque.exp: Likewise.
3352
3353 2012-10-17 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.mi/mi-memory-changed.exp: New.
3356
3357 2012-10-16 Yao Qi <yao@codesourcery.com>
3358
3359 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3360 returns true.
3361 Call gdb_load_shlibs.
3362 * gdb.reverse/solib-reverse.exp: Likewise.
3363
3364 2012-10-15 Keith Seitz <keiths@redhat.com>
3365
3366 * lib/cp-support.exp (cp_test_ptype_class): Add support
3367 for class typedefs.
3368
3369 * gdb.cp/derivation.exp: Add tests for g_instance.
3370
3371 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3372
3373 Fix entry values resolving in inlined frames.
3374 * gdb.arch/amd64-entry-value-inline.S: New file.
3375 * gdb.arch/amd64-entry-value-inline.c: New file.
3376 * gdb.arch/amd64-entry-value-inline.exp: New file.
3377
3378 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3379 Doug Evans <dje@google.com>
3380
3381 Fix recent gdb_breakpoint regression.
3382 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3383 braces from the parameter.
3384 * gdb.java/jprint.exp: Likewise.
3385
3386 2012-10-15 Doug Evans <dje@google.com>
3387
3388 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3389
3390 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3391
3392 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3393
3394 2012-10-15 Tom Tromey <tromey@redhat.com>
3395
3396 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3397
3398 2012-10-15 Tom Tromey <tromey@redhat.com>
3399
3400 * gdb.python/py-symbol.exp: Test symbol destructor.
3401
3402 2012-10-14 Yao Qi <yao@codesourcery.com>
3403
3404 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3405 * gdb.mi/mi-cli.exp: New.
3406
3407 * gdb.mi/mi2-basics.exp: Remove.
3408 * gdb.mi/mi2-break.exp: Remove.
3409 * gdb.mi/mi2-console.exp: Remove.
3410 * gdb.mi/mi2-disassemble.exp: Remove.
3411 * gdb.mi/mi2-eval.exp: Remove.
3412 * gdb.mi/mi2-file.exp: Remove.
3413 * gdb.mi/mi2-hack-cli.exp: Remove.
3414 * gdb.mi/mi2-pthreads.exp: Remove.
3415 * gdb.mi/mi2-read-memory.exp: Remove.
3416 * gdb.mi/mi2-regs.exp: Remove.
3417 * gdb.mi/mi2-return.exp: Remove.
3418 * gdb.mi/mi2-simplerun.exp: Remove.
3419 * gdb.mi/mi2-stack.exp: Remove.
3420 * gdb.mi/mi2-stepi.exp: Remove.
3421 * gdb.mi/mi2-syn-frame.exp: Remove.
3422 * gdb.mi/mi2-until.exp: Remove.
3423 * gdb.mi/mi2-watch.exp: Remove.
3424 * gdb.mi/mi2-var-block.exp: Remove.
3425 * gdb.mi/mi2-var-cmd.exp: Remove.
3426 * gdb.mi/mi2-var-display.exp: Remove.
3427
3428 2012-10-12 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3431 trail '.*' on matching patterns.
3432
3433 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3434
3435 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3436 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3437 * gdb.arch/i386-disp-step.exp: Likewise.
3438 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3439 * gdb.arch/i386-prologue.exp: Likewise.
3440 * gdb.arch/i386-size-overlap.exp: Likewise.
3441 * gdb.arch/i386-size.exp: Likewise.
3442 * gdb.arch/i386-unwind.exp: Likewise.
3443
3444 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3445
3446 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3447 * gdb.arch/i386-word.exp: Likewise.
3448
3449 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3450
3451 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3452 is_ilp32_target to set nr_regs.
3453 * gdb.arch/i386-sse.exp: Likewise.
3454
3455 2012-10-11 Doug Evans <dje@google.com>
3456
3457 PR breakpoints/14643.
3458 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3459 * gdb.linespec/thread.c: New file.
3460 * gdb.linespec/thread.exp: New file.
3461
3462 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3463 Recognize "message" -> print pass and fail. Add eof case.
3464 (runto): Recognize message, no-message. Print pass/fail if requested,
3465 with same treatment as gdb_breakpoint.
3466 (runto_main): Pass no-message to runto.
3467 (gdb_internal_error_resync): Add log message.
3468 (gdb_file_cmd): Tweak internal error fail text for consistency.
3469
3470 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 Fix crash during stepping on ppc32.
3473 * gdb.base/step-symless.c: New file.
3474 * gdb.base/step-symless.exp: New file.
3475
3476 2012-10-03 Doug Evans <dje@google.com>
3477
3478 PR symtab/14601
3479 * gdb.cp/using-crash.exp: New file.
3480 * gdb.cp/using-crash.cc: New file.
3481
3482 2012-10-02 Doug Evans <dje@google.com>
3483
3484 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3485 more consistent.
3486 (runto,gdb_debug_format): Ditto.
3487 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3488 Clean up logging and error messages.
3489
3490 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3491
3492 Test find command on unmapped memory.
3493 * gdb.base/find-unmapped.c: New file.
3494 * gdb.base/find-unmapped.exp: New file.
3495
3496 2012-09-29 Yao Qi <yao@codesourcery.com>
3497
3498 * gdb.trace/mi-tracepoint-changed.exp: New.
3499 * gdb.mi/mi-breakpoint-changed.exp: New.
3500 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3501 * gdb.mi/pendshr2.c: New.
3502
3503 2012-09-28 Yao Qi <yao@codesourcery.com>
3504
3505 * gdb.mi/pr11022.exp: New.
3506 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3507
3508 2012-09-27 Tom Tromey <tromey@redhat.com>
3509
3510 * gdb.cp/derivation.exp: Add regression test.
3511 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3512 V_derived): New.
3513 (vderived): New global.
3514
3515 2012-09-26 Tom Tromey <tromey@redhat.com>
3516
3517 * gdb.dwarf2/dw2-common-block.S: New file.
3518 * gdb.dwarf2/dw2-common-block.exp: New file.
3519
3520 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3521
3522 * gdb.fortran/common-block.exp: New file.
3523 * gdb.fortran/common-block.f90: New file.
3524
3525 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3526
3527 * gdb.base/duplicate-bp.c: New file.
3528 * gdb.base/duplicate-bp.exp: New file.
3529
3530 2012-09-26 Yao Qi <yao@codesourcery.com>
3531
3532 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3533
3534 Revert:
3535 2012-09-21 Yao Qi <yao@codesourcery.com>
3536
3537 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3538
3539 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3540
3541 * gdb.base/longest-types.c: New test case.
3542 * gdb.base/longest-types.exp: New test case.
3543
3544 2012-09-25 Yao Qi <yao@codesourcery.com>
3545
3546 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3547
3548 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3549
3550 Fix internal error on canonicalization of clang types.
3551 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3552 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3553 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3554
3555 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3556
3557 Fix disassemble without parameters in tailcall frame.
3558 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3559
3560 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3561
3562 * gdb.dwarf2/dw2-op-out-param.S: New file.
3563 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3564
3565 2012-09-21 Yao Qi <yao@codesourcery.com>
3566
3567 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3568
3569 2012-09-21 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.mi/mi-cli.exp: Remove.
3572 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3573
3574 2012-09-21 Yao Qi <yao@codesourcery.com>
3575
3576 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3577 "=record-started" notification.
3578
3579 2012-09-21 Yao Qi <yao@codesourcery.com>
3580
3581 * gdb.mi/mi-record-changed.exp: New.
3582 * gdb.mi/mi-reverse.exp: Adjust expected output.
3583
3584 2012-09-20 Tom Tromey <tromey@redhat.com>
3585
3586 * gdb.python/python.exp: Test atexit.register.
3587
3588 2012-09-20 Doug Evans <dje@google.com>
3589
3590 * boards/dwarf4-gdb-index.exp: New file.
3591
3592 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3593 while running the tests.
3594
3595 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3596
3597 * gdb.ada/bp_reset: New testcase.
3598
3599 2012-09-18 Yao Qi <yao@codesourcery.com>
3600
3601 * gdb.trace/mi-tsv-changed.exp: New.
3602
3603 2012-09-18 Yao Qi <yao@codesourcery.com>
3604
3605 * gdb.trace/mi-traceframe-changed.exp: New.
3606
3607 2012-09-17 Yao Qi <yao@codesourcery.com>
3608
3609 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3610 when it is less than 0.
3611
3612 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3613
3614 PR 14119
3615 * gdb.arch/amd64-tailcall-ret.S: New file.
3616 * gdb.arch/amd64-tailcall-ret.c: New file.
3617 * gdb.arch/amd64-tailcall-ret.exp: New file.
3618 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3619 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3620 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3621
3622 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3623
3624 PR 14548
3625 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3626 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3627 * gdb.reverse/singlejmp-reverse.S: New file.
3628 * gdb.reverse/singlejmp-reverse.c: New file.
3629 * gdb.reverse/singlejmp-reverse.exp: New file.
3630
3631 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3632
3633 Fix compatibility with old GCC (~4.1).
3634 * gdb.cp/converts.cc (my_enum_var): New variable.
3635
3636 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3637
3638 * gdb.xml/tdesc-regs.exp: Update expected output for new
3639 vector_size syntax of vector types.
3640
3641 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3642
3643 Refactor Python "gdb" module into a proper Python package, by
3644 introducing a new "_gdb" module for code implemented in C, and
3645 using reload/__import__ instead of exec.
3646 * gdb.python/python.exp (Test stderr location): Update module
3647 location of GDB-specific sys.stderr.
3648 (Test stdout location): Ditto for sys.stdout.
3649
3650 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3653
3654 2012-09-12 Keith Seitz <keiths@redhat.com>
3655
3656 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3657 conversion statement.
3658
3659 2012-09-12 Doug Evans <dje@google.com>
3660
3661 * gdb.base/help.exp: Remove testing of individual command help text,
3662 too much of a maintenance burden. Instead, test the functionality
3663 of "help" itself.
3664
3665 2012-09-11 Doug Evans <dje@google.com>
3666
3667 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3668 breakpoint.
3669
3670 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3671 * gdb.dwarf2/fission-reread.S: Ditto.
3672 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3673 * gdb.dwarf2/fission-reread.exp: Ditto.
3674
3675 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3676
3677 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3678
3679 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3680
3681 * gdb.ada/optim_drec: New testcase.
3682
3683 2012-09-10 Doug Evans <dje@google.com>
3684
3685 * boards/fission.exp: Explicitly mark "board" as not remote.
3686
3687 2012-09-10 Keith Seitz <keiths@redhat.com>
3688
3689 PR gdb/13483
3690 * gdb.cp/converts.cc (A::A): Add ctor.
3691 (A::member_): Add member.
3692 (enum my_enum): New enumeration.
3693 (main): Add calls to foo1_7 with various
3694 permitted arguments.
3695 * gdb.cp/converts.exp: Add tests for boolean
3696 conversions permitted by the standard.
3697
3698 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3699
3700 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3701 avoid spurious results due to ~/.gdbinit.
3702 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3703 $INTERNAL_GDBFLAGS in run command.
3704 * gdb.gdb/observer.exp (setup_test): Ditto.
3705 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3706 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3707
3708 2012-09-06 Doug Evans <dje@google.com>
3709
3710 * boards/fission.exp: New file.
3711
3712 * gdb.python/py-value.exp: Use clean_restart.
3713
3714 2012-09-05 Doug Evans <dje@google.com>
3715
3716 * gdb.base/info-macros.c: Fix whitespace.
3717
3718 2012-08-28 Pedro Alves <palves@redhat.com>
3719
3720 PR gdb/14428
3721
3722 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3723
3724 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 * gdb.base/break-caller-line.c: New file.
3727 * gdb.base/break-caller-line.exp: New file.
3728
3729 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3732 * gdb.arch/i386-cfi-notcurrent.S: New file.
3733 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3734
3735 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3736 Yao Qi <yao@codesourcery.com>
3737 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3740 New procedures.
3741 (top level): Add overlap checking tests.
3742
3743 2012-08-24 Tom Tromey <tromey@redhat.com>
3744
3745 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3746 gdb_test_multiple fails for other reasons.
3747
3748 2012-08-24 Yao Qi <yao@codesourcery.com>
3749
3750 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3751
3752 2012-08-23 Pedro Alves <palves@redhat.com>
3753
3754 * gdb.base/help.exp: Adjust to "handle" help text change.
3755
3756 2012-08-23 Yao Qi <yao@codesourcery.com>
3757
3758 * gdb.trace/disconnected-tracing.c (start, end): New.
3759 (main): Call start and end.
3760 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3761 existing tests into this proc.
3762 (disconnected_tfind): New.
3763
3764 2012-08-23 Yao Qi <yao@codesourcery.com>
3765
3766 * boards/native-gdbserver.exp (${board}_upload): New.
3767 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3768 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3769 Execute tfile on remote target.
3770 Copy trace file from target to host.
3771
3772 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3773
3774 * gdb.arch/thumb-bx-pc.S: New file.
3775 * gdb.arch/thumb-bx-pc.exp: New file.
3776
3777 2012-08-22 Tom Tromey <tromey@redhat.com>
3778
3779 * gdb.base/maint.exp: Update.
3780
3781 2012-08-22 Tom Tromey <tromey@redhat.com>
3782
3783 * lib/gdb.exp (skip_unwinder_tests): New proc.
3784 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3785 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3786
3787 2012-08-21 Tom Tromey <tromey@redhat.com>
3788
3789 * gdb.hp/gdb.aCC/exception.exp: Remove.
3790
3791 012-08-19 Andrew Pinski <apinski@cavium.com>
3792
3793 * gdb.arch/mips-octeon-bbit.c: New file.
3794 * gdb.arch/mips-octeon-bbit.exp: New Test.
3795
3796 012-08-19 Keith Seitz <keiths@redhat.com>
3797
3798 PR c++/14365
3799 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3800 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3801
3802 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3805 verbose -log by more specific untested call.
3806
3807 2012-08-18 Yao Qi <yao@codesourcery.com>
3808
3809 * gdb.trace/tfind.exp: Move tests on various command help before
3810 checking target supports trace.
3811 Fix the expected output of 'help tfind end'.
3812
3813 2012-08-17 Keith Seitz <keiths@redhat.com>
3814
3815 PR c++/13356
3816 * gdb.base/default.exp: Update all "check type" tests.
3817 * gdb.base/help.exp: Likewise.
3818 * gdb.base/setshow.exp: Likewise.
3819 * gdb.cp/converts.cc (foo1_type_check): New function.
3820 (foo2_type_check): New function.
3821 (foo3_type_check): New function.
3822 (main): Call new functions.
3823 * converts.exp: Add tests for integer-to-pointer conversions
3824 with/without strict type-checking.
3825
3826 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3827
3828 * gdb.base/help.exp: Update expected output.
3829
3830 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3831
3832 * gdb.ada/rdv_wait: New testcase.
3833
3834 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3835
3836 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3837
3838 2012-08-13 Doug Evans <dje@google.com>
3839
3840 * gdb.base/help.exp: Update expected output.
3841 * gdb.base/default.exp: Update expected output of "show convenience".
3842
3843 2012-08-10 Doug Evans <dje@google.com>
3844
3845 * gdb.python/py-strfns.c: New file.
3846 * gdb.python/py-strfns.exp: New file.
3847 * gdb.python/py-type.exp (test_fields): Add vector tests.
3848
3849 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3850
3851 PR cli/10436:
3852 * gdb.base/completion.exp: Add tests for handle completion.
3853
3854 2012-08-09 Yao Qi <yao@codesourcery.com>
3855
3856 * gdb.mi/mi-cmd-param-changed.exp: New.
3857 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3858 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3859 * gdb.mi/mi2-prompt.exp: Likewise.
3860
3861 2012-08-08 Doug Evans <dje@google.com>
3862
3863 * gdb.base/debug-expr.c: New file.
3864 * gdb.base/debug-expr.exp: New file.
3865 * gdb.base/exprs.exp: Test {type} casts.
3866 * gdb.cp/debug-expr.exp: New file.
3867
3868 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3871 global variable loop, not a 'break'. Add loop count limit to 100.
3872 Add new fail case for terminated vgdb.
3873
3874 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3875 Jean-Marc Saffroy <saffroy@gmail.com>
3876
3877 PR 11804
3878 * gdb.base/gcore-relro.exp: New file.
3879 * gdb.base/gcore-relro-main.c: New file.
3880 * gdb.base/gcore-relro-lib.c: New file.
3881
3882 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3883
3884 Do not false FAIL with old GCCs.
3885 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3886 GCC < 4.5 in $no_hw mode.
3887
3888 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3891
3892 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3893
3894 * gdb.base/list.exp (test_only_end): New function.
3895 Call it.
3896
3897 2012-08-06 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.python/py-mi.exp: Add test for printer whose children
3900 are a list.
3901 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3902 (main): New variable children_as_list.
3903 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3904 New.
3905 (register_pretty_printers): Register new printer.
3906
3907 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3908
3909 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3910 symbols. Abort if vgdb remote connection is closed.
3911
3912 2012-08-02 Doug Evans <dje@google.com>
3913
3914 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3915
3916 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3917
3918 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3919 s390x, PowerPC 64 and m68k-linux.
3920
3921 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3922
3923 * gdb.base/annota1.exp: Accept no frames-invalid notification
3924 when starting up the program.
3925 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3926 show a symbolic value as well.
3927 * gdb.server/server-exec-info.exp: Skip test when skipping
3928 gdbserver test and/or when skipping shared library tests.
3929 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3930 avoid name conflicts with other tests.
3931
3932 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3933
3934 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3935 Fix wrong output on big-endian systems.
3936 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3937 4-byte pointer types on 64-bit s390x.
3938
3939 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3940
3941 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3942 marker comment at the beginning (after intialization).
3943 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3944 breakpoint on marker comment instead of function begin.
3945 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3946 PowerPC.
3947 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3948 or 64-bit PowerPC.
3949 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3950 gdb,no_hardware_watchpoints flag is set.
3951 (initialize): Remove now redundant can-use-hw-watchpoints change.
3952
3953 2012-08-02 Yao Qi <yao@codesourcery.com>
3954 Pedro Alves <palves@redhat.com>
3955
3956 * boards/local-remote-host.exp: New.
3957
3958 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3959
3960 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3961 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3962 * gdb.base/print-file-var.exp: Likewise.
3963 * gdb.server/solib-list.exp: Skip on remote targets.
3964
3965 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3966
3967 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3968 watchpoints on ARM. When expecting software watchpoints, tolerate
3969 (remote) targets that report unsupported hardware watchpoint only
3970 at continue time.
3971 (test_wide_location_2): Likewise.
3972
3973 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3976 valgrind versions.
3977
3978 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3979
3980 * gdb.base/valgrind-infcall.c: New file.
3981 * gdb.base/valgrind-infcall.exp: New file.
3982
3983 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3984
3985 2012-07-30 Keith Seitz <keiths@redhat.com>
3986
3987 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3988 linespecs.
3989
3990 2012-07-30 Doug Evans <dje@google.com>
3991
3992 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3993 * gdb.dwarf2/pr13961.S: Ditto.
3994
3995 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3996
3997 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3998
3999 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4000 change its format immediately after reloading the binary.
4001
4002 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4003
4004 Fix testsuite regression after --use-deprecated-index-sections removal.
4005 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4006 string.
4007 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4008
4009 2012-07-27 Yao Qi <yao@codesourcery.com>
4010
4011 KFAIL for PR remote/14161.
4012 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4013 Cleanup socket files.
4014 (strace_info_marker): Detach inferior.
4015
4016 2012-07-26 Tom Tromey <tromey@redhat.com>
4017
4018 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
4019
4020 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4021
4022 * gdb.python/py-inferior.c (thread): New function.
4023 (check_threads): New function.
4024 (test_threads): New function.
4025 * gdb.python/py-inferior.exp: Added test.
4026 Replaced runto with continue to breakpoint.
4027
4028 2012-07-26 Tom Tromey <tromey@redhat.com>
4029
4030 * lib/ada.exp (standard_ada_testfile): New proc.
4031 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4032 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4033 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4034 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4035 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4036 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4037 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4038 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4039 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4040 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4041 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4042 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4043 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4044 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4045 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4046 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4047 * gdb.ada/complete.exp: Use standard_ada_testfile.
4048 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4049 standard_output_file.
4050 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4051 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4052 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4053 standard_output_file.
4054 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4055 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4056 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4057 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4058 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4059 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4060 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4061 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4062 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4063 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4064 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4065 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4066 * gdb.ada/interface.exp: Use standard_ada_testfile.
4067 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4068 standard_output_file
4069 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4070 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4071 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4072 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4073 * gdb.ada/nested.exp: Use standard_ada_testfile.
4074 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4075 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4076 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4077 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4078 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4079 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4080 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4081 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4082 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4083 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4084 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4085 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4086 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4087 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4088 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4089 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4090 * gdb.ada/start.exp: Use standard_ada_testfile.
4091 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4092 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4093 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4094 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4095 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4096 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4097 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4098 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4099 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4100 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4101 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4102 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4103 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4104 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4105
4106 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 Fix testsuite regression after --use-deprecated-index-sections removal.
4109 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4110
4111 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4112
4113 Fix compatibility with Tcl before 7.5.
4114 * lib/future.exp (lreverse): New function if it does not exist.
4115
4116 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4117
4118 * gdb.mi/mi-pending.c: New method to set a second pending
4119 breakpoint.
4120 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4121 condition.
4122
4123 2012-07-20 Pedro Alves <palves@redhat.com>
4124
4125 PR threads/11692
4126 PR gdb/12203
4127
4128 * gdb.threads/create-fail.c: New file.
4129 * gdb.threads/create-fail.exp: New file.
4130
4131 2012-07-19 Pedro Alves <palves@redhat.com>
4132
4133 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4134 * config/vx.exp (gdb_start): Likewise.
4135 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4136 * gdb.base/setvar.exp (test_set): Likewise.
4137 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4138 * gdb.reverse/sigall-precsave.exp: Likewise.
4139 * gdb.reverse/sigall-reverse.exp: Likewise.
4140
4141 2012-07-19 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4144 handler before recording.
4145
4146 2012-07-19 Tom Tromey <tromey@redhat.com>
4147
4148 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4149 * gdb.cp/casts.cc (decltype): New function.
4150 (main): Use it.
4151
4152 2012-07-19 Pedro Alves <palves@redhat.com>
4153
4154 * gdb.base/sigall.exp (signals): New list.
4155 <top level>: Loop over signals in the $signals list instead of
4156 calling a test function once per signal.
4157 * gdb.reverse/sigall-precsave.exp (signals): New list.
4158 <top level>: Loop over signals in the $signals list instead of
4159 calling a test function once per signal.
4160 * gdb.reverse/sigall-reverse.exp (signals): New list.
4161 <top level>: Loop over signals in the $signals list instead of
4162 calling a test function once per signal.
4163
4164 2012-07-19 Yao Qi <yao@codesourcery.com>
4165
4166 * gdb.base/setshow.exp: Test 'set args ~'.
4167
4168 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4169
4170 * gdb.base/store.exp (check_set): Import gdb_prompt.
4171 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4172 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4173
4174 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4175
4176 PR 11914
4177 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4178 (main): Call eval_sub.
4179 * gdb.python/py-prettyprint.exp:
4180 (python execfile ('py-prettyprint.py')): Move it earlier.
4181 New breakpoint for eval-break.
4182 (continue to breakpoint: eval-break, info locals): New test.
4183 (python execfile ('py-prettyprint.py')): Move it from here.
4184 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4185 (register_pretty_printers): Register pp_eval_type.
4186
4187 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4188
4189 Fix a testcase regression by me.
4190 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4191 DW_FORM_data4.
4192
4193 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4194 Doug Evans <dje@google.com>
4195
4196 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4197 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4198
4199 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4200
4201 Fix gdbserver run regression.
4202 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4203
4204 2012-07-12 Tom Tromey <tromey@redhat.com>
4205
4206 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4207 (clean_restart): Likewise.
4208 (core_find): Use standard_output_file.
4209
4210 2012-07-12 Tom Tromey <tromey@redhat.com>
4211
4212 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4213 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4214 prepare_for_testing_full.
4215 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4216 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4217 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4218 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4219 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4220 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4221 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4222 prepare_for_testing_full.
4223 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4224 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4225 prepare_for_testing_full.
4226 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4227 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4228 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4229
4230 2012-07-12 Tom Tromey <tromey@redhat.com>
4231
4232 * lib/gdb.exp (build_executable_from_specs): New proc, from
4233 build_executable.
4234 (build_executable): Use it.
4235 (prepare_for_testing_full): New proc.
4236
4237 2012-07-11 Tom Tromey <tromey@redhat.com>
4238
4239 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4240 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4241 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4242 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4243 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4244 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4245 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4246 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4247 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4248 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4249
4250 2012-07-10 Tom Tromey <tromey@redhat.com>
4251
4252 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4253 standard_output_file.
4254 * gdb.mi/gdb2549.exp: Use standard_testfile.
4255 * gdb.mi/gdb669.exp: Use standard_testfile.
4256 * gdb.mi/gdb701.exp: Use standard_testfile.
4257 * gdb.mi/gdb792.exp: Use standard_testfile.
4258 * gdb.mi/mi-async.exp: Use standard_testfile.
4259 * gdb.mi/mi-basics.exp: Use standard_testfile.
4260 * gdb.mi/mi-break.exp: Use standard_testfile.
4261 * gdb.mi/mi-cli.exp: Use standard_testfile.
4262 * gdb.mi/mi-console.exp: Use standard_testfile.
4263 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4264 * gdb.mi/mi-eval.exp: Use standard_testfile.
4265 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4266 * gdb.mi/mi-file.exp: Use standard_testfile.
4267 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4268 * gdb.mi/mi-logging.exp: Use standard_testfile.
4269 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4270 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4271 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4272 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4273 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4274 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4275 * gdb.mi/mi-pending.exp: Use standard_testfile,
4276 standard_output_file.
4277 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4278 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4279 * gdb.mi/mi-regs.exp: Use standard_testfile.
4280 * gdb.mi/mi-return.exp: Use standard_testfile.
4281 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4282 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4283 * gdb.mi/mi-solib.exp: Use standard_testfile,
4284 standard_output_file.
4285 * gdb.mi/mi-stack.exp: Use standard_testfile.
4286 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4287 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4288 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4289 * gdb.mi/mi-until.exp: Use standard_testfile.
4290 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4291 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4292 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4293 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4294 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4295 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4296 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4297 standard_output_file.
4298 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4299 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4300 * gdb.mi/mi-watch.exp: Use standard_testfile.
4301 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4302 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4303 * gdb.mi/mi2-break.exp: Use standard_testfile.
4304 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4305 * gdb.mi/mi2-console.exp: Use standard_testfile.
4306 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4307 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4308 * gdb.mi/mi2-file.exp: Use standard_testfile.
4309 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4310 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4311 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4312 * gdb.mi/mi2-return.exp: Use standard_testfile.
4313 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4314 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4315 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4316 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4317 * gdb.mi/mi2-until.exp: Use standard_testfile.
4318 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4319 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4320 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4321 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4322 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4323
4324 2012-07-10 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4327 * gdb.cp/ambiguous.exp: Use standard_testfile,
4328 prepare_for_testing.
4329 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4330 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4331 * gdb.cp/anon-ns.exp: Use standard_testfile.
4332 * gdb.cp/anon-struct.exp: Use standard_testfile.
4333 * gdb.cp/anon-union.exp: Use standard_testfile,
4334 prepare_for_testing.
4335 * gdb.cp/arg-reference.exp: Use standard_testfile,
4336 prepare_for_testing.
4337 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4338 * gdb.cp/breakpoint.exp: Use standard_testfile,
4339 prepare_for_testing.
4340 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4341 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4342 standard_output_file.
4343 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4344 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4345 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4346 (test_static_members): Update.
4347 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4348 * gdb.cp/converts.exp: Use standard_testfile.
4349 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4350 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4351 prepare_for_testing.
4352 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4353 * gdb.cp/cplabel.exp: Use standard_testfile.
4354 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4355 prepare_for_testing.
4356 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4357 * gdb.cp/derivation.exp: Use standard_testfile,
4358 prepare_for_testing.
4359 * gdb.cp/destrprint.exp: Use standard_testfile.
4360 * gdb.cp/dispcxx.exp: Use standard_testfile.
4361 * gdb.cp/exception.exp: Use standard_testfile,
4362 prepare_for_testing.
4363 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4364 * gdb.cp/extern-c.exp: Use standard_testfile,
4365 prepare_for_testing.
4366 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4367 prepare_for_testing.
4368 * gdb.cp/fpointer.exp: Use standard_testfile.
4369 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4370 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4371 standard_output_file.
4372 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4373 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4374 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4375 standard_output_file.
4376 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4377 (do_tests): Update.
4378 * gdb.cp/koenig.exp: Use standard_testfile.
4379 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4380 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4381 * gdb.cp/m-static.exp: Use standard_testfile,
4382 prepare_for_testing.
4383 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4384 * gdb.cp/mb-inline.exp: Use standard_testfile,
4385 prepare_for_testing.
4386 * gdb.cp/mb-templates.exp: Use standard_testfile,
4387 prepare_for_testing.
4388 * gdb.cp/member-ptr.exp: Use standard_testfile,
4389 prepare_for_testing.
4390 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4391 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4392 * gdb.cp/method2.exp: Use standard_testfile.
4393 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4394 standard_output_file.
4395 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4396 (do_tests): Update.
4397 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4398 prepare_for_testing.
4399 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4400 prepare_for_testing.
4401 * gdb.cp/namespace.exp: Use standard_testfile,
4402 prepare_for_testing.
4403 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4404 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4405 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4406 * gdb.cp/nsimport.exp: Use standard_testfile,
4407 prepare_for_testing.
4408 * gdb.cp/nsnested.exp: Use standard_testfile.
4409 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4410 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4411 prepare_for_testing.
4412 * gdb.cp/nsstress.exp: Use standard_testfile,
4413 prepare_for_testing.
4414 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4415 * gdb.cp/operator.exp: Use standard_testfile.
4416 * gdb.cp/oranking.exp: Use standard_testfile.
4417 * gdb.cp/overload-const.exp: Use standard_testfile.
4418 * gdb.cp/overload.exp: Use standard_testfile,
4419 prepare_for_testing.
4420 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4421 * gdb.cp/ovsrch.exp: Use standard_testfile.
4422 * gdb.cp/paren-type.exp: Use standard_testfile.
4423 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4424 prepare_for_testing.
4425 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4426 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4427 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4428 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4429 * gdb.cp/pr10728.exp: Use standard_testfile,
4430 standard_output_file.
4431 * gdb.cp/pr12028.exp: Use standard_testfile.
4432 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4433 * gdb.cp/pr9167.exp: Use standard_testfile.
4434 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4435 * gdb.cp/printmethod.exp: Use standard_testfile,
4436 prepare_for_testing.
4437 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4438 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4439 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4440 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4441 standard_output_file.
4442 * gdb.cp/readnow-language.exp: Use standard_testfile.
4443 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4444 (gdb_start_again): Use clean_restart.
4445 * gdb.cp/ref-types.exp: Use standard_testfile,
4446 prepare_for_testing.
4447 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4448 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4449 * gdb.cp/smartp.exp: Use standard_testfile.
4450 * gdb.cp/static-method.exp: Use standard_testfile.
4451 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4452 * gdb.cp/temargs.exp: Use standard_testfile.
4453 * gdb.cp/templates.exp: Use standard_testfile,
4454 prepare_for_testing.
4455 (do_tests): Update.
4456 * gdb.cp/try_catch.exp: Use standard_testfile,
4457 prepare_for_testing.
4458 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4459 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4460 * gdb.cp/virtbase.exp: Use standard_testfile,
4461 prepare_for_testing.
4462 * gdb.cp/virtfunc.exp: Use standard_testfile,
4463 prepare_for_testing.
4464 (do_tests): Update.
4465 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4466 prepare_for_testing.
4467
4468 2012-07-10 Tom Tromey <tromey@redhat.com>
4469
4470 * lib/gdb.exp (standard_testfile): Unset output variables from
4471 earlier invocations.
4472
4473 2012-07-10 Yao Qi <yao@codesourcery.com>
4474
4475 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4476 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4477 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4478 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4479 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4480 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4481 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4482 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4483 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4484 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4485 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4486 * gdb.mi/mi-var-display.exp: Likewise.
4487 * gdb.mi/mi-var-invalidate.exp: Likewise.
4488 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4489 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4490 * gdb.mi/mi2-console.exp: Likewise.
4491 * gdb.mi/mi2-disassemble.exp: Likewise.
4492 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4493 * gdb.mi/mi2-read-memory.exp: Likewise.
4494 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4495 * gdb.mi/mi2-simplerun.exp: Likewise.
4496 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4497 * gdb.mi/mi2-syn-frame.exp: Likewise.
4498 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4499 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4500 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4501
4502 2012-07-09 Tom Tromey <tromey@redhat.com>
4503
4504 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4505 * gdb.base/callfuncs.exp: Add cast-based test.
4506 * gdb.base/callfuncs.c (voidfunc): New function.
4507
4508 2012-07-08 Doug Evans <dje@google.com>
4509
4510 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4511
4512 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4513
4514 Fix XFAIL compatibility with old i386 systems.
4515 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4516 Check also 'Cannot insert breakpoint 0'.
4517
4518 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4519
4520 PR 14321
4521 * gdb.base/find.exp
4522 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4523
4524 2012-07-06 Tom Tromey <tromey@redhat.com>
4525
4526 * gdb.base/whatis.exp: Add test.
4527
4528 2012-07-06 Tom Tromey <tromey@redhat.com>
4529
4530 * gdb.base/whatis.exp: Add regression test.
4531
4532 2012-07-06 Tom Tromey <tromey@redhat.com>
4533
4534 * gdb.base/whatis.exp: Add tests.
4535
4536 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4537
4538 PR 12649
4539 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4540 gdb_test_multiple $gdb_prompt terminator.
4541
4542 2012-07-04 Pedro Alves <palves@redhat.com>
4543
4544 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4545 supports_process_record.
4546
4547 2012-07-04 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4550 endings.
4551 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4552
4553 2012-07-03 Stan Shebs <stan@codesourcery.com>
4554
4555 * gdb.base/info-os.c (main): Retry resource acquisition until an
4556 available one is found.
4557 * gdb.base/info-os.exp: Collect resource keys from the program
4558 and use them in matching.
4559
4560 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4561
4562 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4563 Wrap the test into loop for corefile and core0file.
4564
4565 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4566
4567 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4568 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4569 .note.GNU-stack.
4570
4571 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4572
4573 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4574
4575 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4576 break): Include help message for the new `-probe' and `-probe-stap'
4577 options.
4578
4579 2012-07-02 Stan Shebs <stan@codesourcery.com>
4580
4581 * gdb.base/dprintf.exp: Add agent style tests.
4582
4583 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 * gdb.base/stale-infcall.c (infcall): New label test-next.
4586 (main): New labels test-pass and test-fail.
4587 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4588 $test_fail_bpnum to test-fail.
4589 (test system longjmp tracking support): New test.
4590 Delete $test_fail_bpnum.
4591 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4592 breakpoint.
4593
4594 2012-06-30 Doug Evans <dje@google.com>
4595
4596 * gdb.dwarf2/fission-reread.S: New file.
4597 * gdb.dwarf2/fission-reread.exp: New file.
4598
4599 2012-06-28 Stan Shebs <stan@codesourcery.com>
4600
4601 * gdb.mi/mi-logging.exp: New file.
4602
4603 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4604 Pedro Alves <palves@redhat.com>
4605
4606 * gdb.threads/siginfo-threads.exp: New file.
4607 * gdb.threads/siginfo-threads.c: New file.
4608 * gdb.threads/sigstep-threads.exp: New file.
4609 * gdb.threads/sigstep-threads.c: New file.
4610
4611 2012-06-28 Tom Tromey <tromey@redhat.com>
4612
4613 * gdb.go/package.exp: Partially revert earlier patch; use
4614 gdb_compile again. Use standard_output_file.
4615
4616 2012-06-27 Doug Evans <dje@google.com>
4617
4618 * gdb.dwarf2/fission-base.c: New file.
4619 * gdb.dwarf2/fission-base.S: New file.
4620 * gdb.dwarf2/fission-base.exp: New file.
4621
4622 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4623
4624 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4625
4626 2012-06-27 Tom Tromey <tromey@redhat.com>
4627
4628 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4629 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4630
4631 2012-06-27 Tom Tromey <tromey@redhat.com>
4632
4633 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4634 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4635 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4636 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4637 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4638 prepare_for_testing.
4639 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4640 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4641 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4642 standard_testfile.
4643 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4644 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4645 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4646 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4647 prepare_for_testing.
4648 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4649 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4650 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4651 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4652 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4653 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4654 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4655 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4656 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4657 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4658 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4659 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4660 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4661 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4662 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4663 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4664 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4665 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4666 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4667 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4668 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4669 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4670 standard_output_file.
4671 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4672 standard_output_file.
4673 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4674 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4675 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4676 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4677 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4678 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4679 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4680 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4681 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4682 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4683 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4684 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4685 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4686 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4687 * gdb.dwarf2/valop.exp: Use standard_testfile,
4688 prepare_for_testing.
4689
4690 2012-06-27 Tom Tromey <tromey@redhat.com>
4691
4692 * gdb.python/python.exp: Fix regexps in pagination tests.
4693
4694 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4695
4696 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4697 'last' of gdb.Symtab_and_line.
4698 * gdb.python/py-symbol.c: Move break point comment to enable
4699 testing of gdb.Symtab_and_line.last.
4700
4701 2012-06-26 Tom Tromey <tromey@redhat.com>
4702
4703 * gdb.threads/step.c: Remove.
4704 * gdb.threads/step.exp: Remove.
4705 * gdb.threads/step2.exp: Remove.
4706
4707 2012-06-26 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.threads/watchpoint-fork.exp (test): Use
4710 standard_output_file. Don't declare objdir.
4711 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4712 standard_output_file.
4713 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4714 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4715 clean_restart. Remove incdir.
4716 * gdb.threads/corethreads.exp: Use standard_testfile.
4717 * gdb.threads/execl.exp: Use standard_testfile,
4718 standard_output_file, clean_restart.
4719 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4720 clean_restart.
4721 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4722 clean_restart.
4723 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4724 incdir.
4725 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4726 clean_restart. Remove incdir.
4727 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4728 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4729 clean_restart. Remove incdir.
4730 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4731 Remove incdir.
4732 * gdb.threads/leader-exit.exp: Use standard_testfile.
4733 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4734 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4735 clean_restart.
4736 * gdb.threads/manythreads.exp: Use standard_testfile,
4737 clean_restart. Remove incdir.
4738 * gdb.threads/multi-create.exp: Use standard_testfile,
4739 clean_restart.
4740 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4741 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4742 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4743 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4744 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4745 * gdb.threads/pending-step.exp: Use standard_testfile,
4746 clean_restart. Remove incdir.
4747 * gdb.threads/print-threads.exp: Use standard_testfile,
4748 clean_restart. Remove incdir.
4749 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4750 clean_restart. Remove incdir.
4751 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4752 Remove incdir.
4753 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4754 incdir.
4755 * gdb.threads/sigthread.exp: Use standard_testfile,
4756 clean_restart.
4757 * gdb.threads/staticthreads.exp: Use standard_testfile,
4758 clean_restart. Remove incdir.
4759 * gdb.threads/switch-threads.exp: Use standard_testfile,
4760 clean_restart. Remove incdir.
4761 * gdb.threads/thread-execl.exp: Use standard_testfile,
4762 clean_restart. Remove incdir.
4763 * gdb.threads/thread-find.exp: Use standard_testfile,
4764 clean_restart.
4765 * gdb.threads/thread-specific.exp: Use standard_testfile,
4766 clean_restart. Remove incdir.
4767 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4768 clean_restart. Remove incdir.
4769 * gdb.threads/thread_check.exp: Use standard_testfile,
4770 clean_restart. Remove incdir.
4771 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4772 incdir.
4773 * gdb.threads/threadapply.exp: Use standard_testfile,
4774 clean_restart. Remove incdir.
4775 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4776 clean_restart. Remove incdir.
4777 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4778 clean_restart.
4779 * gdb.threads/tls-shared.exp: Use standard_testfile,
4780 clean_restart, standard_output_file.
4781 * gdb.threads/tls-var.exp: Use standard_testfile,
4782 standard_output_file.
4783 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4784 Remove incdir.
4785 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4786 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4787 incdir.
4788 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4789 clean_restart. Remove incdir.
4790
4791 2012-06-26 Tom Tromey <tromey@redhat.com>
4792
4793 * gdb.trace/actions.exp: Use standard_testfile.
4794 * gdb.trace/ax.exp: Use standard_testfile.
4795 * gdb.trace/backtrace.exp: Use standard_testfile.
4796 * gdb.trace/change-loc.exp: Use standard_testfile.
4797 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4798 * gdb.trace/collection.exp: Use standard_testfile,
4799 prepare_for_testing.
4800 * gdb.trace/deltrace.exp: Use standard_testfile.
4801 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4802 * gdb.trace/ftrace.exp: Use standard_testfile.
4803 * gdb.trace/infotrace.exp: Use standard_testfile.
4804 * gdb.trace/packetlen.exp: Use standard_testfile.
4805 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4806 * gdb.trace/passcount.exp: Use standard_testfile.
4807 * gdb.trace/pending.exp: Use standard_testfile.
4808 * gdb.trace/report.exp: Use standard_testfile.
4809 * gdb.trace/save-trace.exp: Use standard_testfile.
4810 * gdb.trace/stap-trace.exp: Use standard_testfile.
4811 * gdb.trace/status-stop.exp: Use standard_testfile.
4812 * gdb.trace/strace.exp: Use standard_testfile.
4813 * gdb.trace/tfile.exp: Use standard_testfile.
4814 * gdb.trace/tfind.exp: Use standard_testfile.
4815 * gdb.trace/trace-break.exp: Use standard_testfile.
4816 * gdb.trace/trace-mt.exp: Use standard_testfile.
4817 * gdb.trace/tracecmd.exp: Use standard_testfile.
4818 * gdb.trace/tspeed.exp: Use standard_testfile.
4819 * gdb.trace/tstatus.exp: Use standard_testfile.
4820 * gdb.trace/tsv.exp: Use standard_testfile.
4821 * gdb.trace/unavailable.exp: Use standard_testfile,
4822 prepare_for_testing.
4823 * gdb.trace/while-dyn.exp: Use standard_testfile.
4824 * gdb.trace/while-stepping.exp: Use standard_testfile.
4825
4826 2012-06-26 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4829 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4830 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4831 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4832 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4833 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4834 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4835 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4836 prepare_for_testing.
4837 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4838 prepare_for_testing.
4839 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4840 prepare_for_testing.
4841 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4842 prepare_for_testing.
4843 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4844 prepare_for_testing
4845 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4846 * gdb.reverse/machinestate.exp: Use standard_testfile.
4847 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4848 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4849 build_executable.
4850 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4851 build_executable.
4852 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4853 standard_output_file.
4854 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4855 standard_output_file.
4856 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4857 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4858 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4859 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4860 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4861 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4862
4863 2012-06-26 Tom Tromey <tromey@redhat.com>
4864
4865 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4866 standard_output_file.
4867 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4868 prepare_for_testing. Remove directory-checking code.
4869
4870 2012-06-25 Tom Tromey <tromey@redhat.com>
4871
4872 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4873 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4874 build_executable, not prepare_for_testing.
4875 * gdb.multi/base.exp: Use standard_output_file. Use
4876 build_executable, not prepare_for_testing.
4877
4878 2012-06-25 Tom Tromey <tromey@redhat.com>
4879
4880 * gdb.fortran/subarray.exp: Use standard_testfile,
4881 prepare_for_testing.
4882 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4883 * gdb.fortran/module.exp: Use standard_testfile.
4884 * gdb.fortran/logical.exp: Use standard_testfile.
4885 * gdb.fortran/library-module.exp: Use standard_testfile,
4886 standard_output_file.
4887 * gdb.fortran/derived-type.exp: Use standard_testfile,
4888 prepare_for_testing.
4889 * gdb.fortran/complex.exp: Use standard_testfile,
4890 prepare_for_testing.
4891 * gdb.fortran/charset.exp: Use standard_testfile.
4892 * gdb.fortran/array-element.exp: Use standard_testfile,
4893 prepare_for_testing.
4894
4895 2012-06-25 Keith Seitz <keiths@redhat.com>
4896
4897 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4898 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4899
4900 2012-06-25 Tom Tromey <tromey@redhat.com>
4901
4902 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4903 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4904 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4905 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4906
4907 2012-06-25 Tom Tromey <tromey@redhat.com>
4908
4909 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4910 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4911 * gdb.linespec/linespec.exp: Use standard_testfile.
4912
4913 2012-06-25 Tom Tromey <tromey@redhat.com>
4914
4915 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4916 prepare_for_testing.
4917
4918 2012-06-25 Tom Tromey <tromey@redhat.com>
4919
4920 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4921 prepare_for_testing.
4922 * gdb.opt/inline-break.exp: Use standard_testfile,
4923 prepare_for_testing.
4924 * gdb.opt/inline-bt.exp: Use standard_testfile,
4925 prepare_for_testing.
4926 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4927 prepare_for_testing.
4928 * gdb.opt/inline-locals.exp: Use standard_testfile,
4929 prepare_for_testing.
4930
4931 2012-06-25 Tom Tromey <tromey@redhat.com>
4932
4933 * gdb.asm/asm-source.exp: Use standard_output_file,
4934 standard_testfile. Construct .o files in proper subdir.
4935
4936 2012-06-25 Tom Tromey <tromey@redhat.com>
4937
4938 * gdb.server/ext-attach.exp: Use standard_testfile,
4939 prepare_for_testing.
4940 * gdb.server/ext-run.exp: Use standard_testfile,
4941 build_executable.
4942 * gdb.server/file-transfer.exp: Use standard_testfile,
4943 prepare_for_testing.
4944 * gdb.server/server-exec-info.exp: Use standard_testfile.
4945 * gdb.server/server-mon.exp: Use standard_testfile,
4946 prepare_for_testing.
4947 * gdb.server/server-run.exp: Use standard_testfile,
4948 build_executable.
4949 * gdb.server/solib-list.exp: Use standard_testfile,
4950 standard_output_file.
4951
4952 2012-06-25 Tom Tromey <tromey@redhat.com>
4953
4954 * lib/gdb.exp (standard_output_file): Use "file join".
4955 * gdb.go/chan.exp: Use standard_testfile.
4956 * gdb.go/handcall.exp: Use standard_testfile.
4957 * gdb.go/hello.exp: Use standard_testfile.
4958 * gdb.integers/chan.exp: Use standard_testfile.
4959 * gdb.go/methods.exp: Use standard_testfile.
4960 * gdb.go/package.exp: Use standard_testfile.
4961 * gdb.go/strings.exp: Use standard_testfile.
4962 * gdb.go/types.exp: Use standard_testfile.
4963 * gdb.go/unsafe.exp: Use standard_testfile.
4964
4965 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4966
4967 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4968
4969 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4970
4971 Fix regression by the previous commit.
4972 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4973
4974 2012-06-22 Tom Tromey <tromey@redhat.com>
4975
4976 * gdb.python/lib-types.exp: Use standard_testfile,
4977 prepare_for_testing.
4978 * gdb.python/py-block.exp: Use standard_testfile.
4979 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4980 * gdb.python/py-events.exp: Use standard_testfile,
4981 standard_output_file.
4982 * gdb.python/py-evsignal.exp: Use standard_testfile.
4983 * gdb.python/py-evethreads.exp: Use standard_testfile.
4984 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4985 * gdb.python/py-explore.exp: Use standard_testfile.
4986 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4987 standard_output_file.
4988 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4989 prepare_for_testing.
4990 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4991 * gdb.python/py-frame.exp: Use standard_testfile.
4992 * gdb.python/py-inferior.exp: Use standard_testfile.
4993 * gdb.python/py-infthread.exp: Use standard_testfile.
4994 * gdb.python/py-mi.exp: Use standard_testfile.
4995 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4996 build_executable.
4997 * gdb.python/py-objfile.exp: Use standard_testfile.
4998 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4999 prepare_for_testing.
5000 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5001 * gdb.python/py-progspace.exp: Use standard_testfile,
5002 build_executable.
5003 * gdb.python/py-prompt.exp: Use standard_testfile,
5004 build_executable.
5005 * gdb.python/py-section-script.exp: Use standard_testfile,
5006 build_executable.
5007 * gdb.python/py-shared.exp: Use standard_testfile,
5008 standard_output_file, clean_restart.
5009 * gdb.python/py-symbol.exp: Use standard_output_file,
5010 prepare_for_testing.
5011 * gdb.python/py-symtab.exp: Use standard_output_file,
5012 prepare_for_testing
5013 * gdb.python/py-template.exp: Use standard_testfile.
5014 * gdb.python/py-type.exp: Use standard_testfile.
5015 * gdb.python/py-value-cc.exp: Use standard_testfile.
5016 * gdb.python/py-value.exp: Use standard_testfile.
5017 * gdb.python/python.exp: Use standard_testfile, build_executable.
5018
5019 2012-06-22 Tom Tromey <tromey@redhat.com>
5020
5021 * gdb.objc/basicclass.exp: Use standard_testfile.
5022 (do_objc_tests): Don't declare objdir.
5023 * gdb.objc/nondebug.exp: Use standard_testfile.
5024 (do_objc_tests): Don't declare objdir.
5025 * gdb.objc/objcdecode.exp: Use standard_testfile.
5026 (do_objc_tests): Don't declare objdir.
5027
5028 2012-06-22 Tom Tromey <tromey@redhat.com>
5029
5030 * gdb.java/jmain.exp: Use standard_testfile.
5031 * gdb.java/jmisc.exp: Use standard_testfile.
5032 * gdb.java/jnpe.exp: Use standard_testfile.
5033 * gdb.java/jprint.exp: Use standard_testfile.
5034
5035 2012-06-22 Tom Tromey <tromey@redhat.com>
5036
5037 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5038 (standard_output_file, standard_testfile): New procs.
5039 (build_executable, clean_restart): Use standard_output_file.
5040
5041 2012-06-22 Yao Qi <yao@codesourcery.com>
5042
5043 * boards/native-gdbserver.exp: New proc ${board}_exec.
5044 * boards/native-stdio-gdbserver.exp: Likewise.
5045
5046 2012-06-21 Tom Tromey <tromey@redhat.com>
5047
5048 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5049 (build_executable): Update.
5050 (get_compiler_info): Remove 'binfile' argument.
5051 * gdb.ada/arrayidx.exp: Update.
5052 * gdb.ada/null_array.exp: Update.
5053 * gdb.arch/altivec-abi.exp: Update.
5054 * gdb.arch/altivec-regs.exp: Update.
5055 * gdb.arch/amd64-byte.exp: Update.
5056 * gdb.arch/amd64-dword.exp: Update.
5057 * gdb.arch/amd64-word.exp: Update.
5058 * gdb.arch/i386-avx.exp: Update.
5059 * gdb.arch/i386-byte.exp: Update.
5060 * gdb.arch/i386-sse.exp: Update.
5061 * gdb.arch/i386-word.exp: Update.
5062 * gdb.arch/ppc-dfp.exp: Update.
5063 * gdb.arch/ppc-fp.exp: Update.
5064 * gdb.arch/vsx-regs.exp: Update.
5065 * gdb.base/all-bin.exp: Update.
5066 * gdb.base/annota1.exp: Update.
5067 * gdb.base/async.exp: Update.
5068 * gdb.base/attach.exp: Update.
5069 * gdb.base/break-interp.exp: Update.
5070 * gdb.base/call-ar-st.exp: Update.
5071 * gdb.base/call-rt-st.exp: Update.
5072 * gdb.base/call-sc.exp: Update.
5073 * gdb.base/callfuncs.exp: Update.
5074 * gdb.base/catch-load.exp: Update.
5075 * gdb.base/completion.exp: Update.
5076 * gdb.base/complex.exp: Update.
5077 * gdb.base/condbreak.exp: Update.
5078 * gdb.base/consecutive.exp: Update.
5079 * gdb.base/constvars.exp: Update.
5080 * gdb.base/corefile.exp: Update.
5081 * gdb.base/eval-skip.exp: Update.
5082 * gdb.base/expand-psymtabs.exp: Update.
5083 * gdb.base/exprs.exp: Update.
5084 * gdb.base/fileio.exp: Update.
5085 * gdb.base/fixsection.exp: Update.
5086 * gdb.base/funcargs.exp: Update.
5087 * gdb.base/gdb11530.exp: Update.
5088 * gdb.base/gdb1555.exp: Update.
5089 * gdb.base/gnu-ifunc.exp: Update.
5090 * gdb.base/gnu_vector.exp: Update.
5091 * gdb.base/info-macros.exp: Update.
5092 * gdb.base/jit-simple.exp: Update.
5093 * gdb.base/jit-so.exp: Update.
5094 * gdb.base/jit.exp: Update.
5095 * gdb.base/langs.exp: Update.
5096 * gdb.base/list.exp: Update.
5097 * gdb.base/logical.exp: Update.
5098 * gdb.base/long_long.exp: Update.
5099 * gdb.base/longjmp.exp: Update.
5100 * gdb.base/macscp.exp: Update.
5101 * gdb.base/mips_pro.exp: Update.
5102 * gdb.base/miscexprs.exp: Update.
5103 * gdb.base/morestack.exp: Update.
5104 * gdb.base/nodebug.exp: Update.
5105 * gdb.base/opaque.exp: Update.
5106 * gdb.base/pc-fp.exp: Update.
5107 * gdb.base/pending.exp: Update.
5108 * gdb.base/permissions.exp: Update.
5109 * gdb.base/pointers.exp: Update.
5110 * gdb.base/prelink.exp: Update.
5111 * gdb.base/printcmds.exp: Update.
5112 * gdb.base/psymtab.exp: Update.
5113 * gdb.base/ptype.exp: Update.
5114 * gdb.base/relational.exp: Update.
5115 * gdb.base/scope.exp: Update.
5116 * gdb.base/setvar.exp: Update.
5117 * gdb.base/shlib-call.exp: Update.
5118 * gdb.base/shreloc.exp: Update.
5119 * gdb.base/signals.exp: Update.
5120 * gdb.base/sizeof.exp: Update.
5121 * gdb.base/so-impl-ld.exp: Update.
5122 * gdb.base/so-indr-cl.exp: Update.
5123 * gdb.base/solib-disc.exp: Update.
5124 * gdb.base/solib-display.exp: Update.
5125 * gdb.base/solib-nodir.exp: Update.
5126 * gdb.base/solib-overlap.exp: Update.
5127 * gdb.base/solib-symbol.exp: Update.
5128 * gdb.base/solib-weak.exp: Update.
5129 * gdb.base/solib.exp: Update.
5130 * gdb.base/store.exp: Update.
5131 * gdb.base/structs.exp: Update.
5132 * gdb.base/structs2.exp: Update.
5133 * gdb.base/type-opaque.exp: Update.
5134 * gdb.base/unload.exp: Update.
5135 * gdb.base/varargs.exp: Update.
5136 * gdb.base/volatile.exp: Update.
5137 * gdb.base/watch_thread_num.exp: Update.
5138 * gdb.base/watchpoint-solib.exp: Update.
5139 * gdb.base/watchpoint.exp: Update.
5140 * gdb.base/watchpoints.exp: Update.
5141 * gdb.base/whatis.exp: Update.
5142 * gdb.cell/arch.exp: Update.
5143 * gdb.cell/break.exp: Update.
5144 * gdb.cell/bt.exp: Update.
5145 * gdb.cell/core.exp: Update.
5146 * gdb.cell/data.exp: Update.
5147 * gdb.cell/ea-cache.exp: Update.
5148 * gdb.cell/f-regs.exp: Update.
5149 * gdb.cell/fork.exp: Update.
5150 * gdb.cell/gcore.exp: Update.
5151 * gdb.cell/mem-access.exp: Update.
5152 * gdb.cell/ptype.exp: Update.
5153 * gdb.cell/registers.exp: Update.
5154 * gdb.cell/sizeof.exp: Update.
5155 * gdb.cell/solib-symbol.exp: Update.
5156 * gdb.cell/solib.exp: Update.
5157 * gdb.cp/ambiguous.exp: Update.
5158 * gdb.cp/breakpoint.exp: Update.
5159 * gdb.cp/bs15503.exp: Update.
5160 * gdb.cp/casts.exp: Update.
5161 * gdb.cp/class2.exp: Update.
5162 * gdb.cp/cpexprs.exp: Update.
5163 * gdb.cp/cplusfuncs.exp: Update.
5164 * gdb.cp/ctti.exp: Update.
5165 * gdb.cp/dispcxx.exp: Update.
5166 * gdb.cp/gdb1355.exp: Update.
5167 * gdb.cp/gdb2384.exp: Update.
5168 * gdb.cp/gdb2495.exp: Update.
5169 * gdb.cp/infcall-dlopen.exp: Update.
5170 * gdb.cp/local.exp: Update.
5171 * gdb.cp/m-data.exp: Update.
5172 * gdb.cp/m-static.exp: Update.
5173 * gdb.cp/mb-ctor.exp: Update.
5174 * gdb.cp/mb-inline.exp: Update.
5175 * gdb.cp/mb-templates.exp: Update.
5176 * gdb.cp/member-ptr.exp: Update.
5177 * gdb.cp/method.exp: Update.
5178 * gdb.cp/namespace.exp: Update.
5179 * gdb.cp/nextoverthrow.exp: Update.
5180 * gdb.cp/nsdecl.exp: Update.
5181 * gdb.cp/nsrecurs.exp: Update.
5182 * gdb.cp/nsstress.exp: Update.
5183 * gdb.cp/nsusing.exp: Update.
5184 * gdb.cp/pr-1023.exp: Update.
5185 * gdb.cp/pr-1210.exp: Update.
5186 * gdb.cp/pr-574.exp: Update.
5187 * gdb.cp/pr9631.exp: Update.
5188 * gdb.cp/printmethod.exp: Update.
5189 * gdb.cp/psmang.exp: Update.
5190 * gdb.cp/re-set-overloaded.exp: Update.
5191 * gdb.cp/rtti.exp: Update.
5192 * gdb.cp/shadow.exp: Update.
5193 * gdb.cp/templates.exp: Update.
5194 * gdb.cp/try_catch.exp: Update.
5195 * gdb.dwarf2/dw2-ranges.exp: Update.
5196 * gdb.dwarf2/pr10770.exp: Update.
5197 * gdb.fortran/library-module.exp: Update.
5198 * gdb.hp/gdb.aCC/optimize.exp: Update.
5199 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5200 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5201 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5202 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5203 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5204 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5205 * gdb.hp/gdb.compat/xdb1.exp: Update.
5206 * gdb.hp/gdb.compat/xdb2.exp: Update.
5207 * gdb.hp/gdb.compat/xdb3.exp: Update.
5208 * gdb.hp/gdb.defects/bs14602.exp: Update.
5209 * gdb.hp/gdb.defects/solib-d.exp: Update.
5210 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5211 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5212 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5213 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5214 * gdb.mi/gdb792.exp: Update.
5215 * gdb.mi/mi-pending.exp: Update.
5216 * gdb.mi/mi-solib.exp: Update.
5217 * gdb.mi/mi-var-cp.exp: Update.
5218 * gdb.opt/clobbered-registers-O2.exp: Update.
5219 * gdb.opt/inline-bt.exp: Update.
5220 * gdb.opt/inline-cmds.exp: Update.
5221 * gdb.opt/inline-locals.exp: Update.
5222 * gdb.python/py-events.exp: Update.
5223 * gdb.python/py-finish-breakpoint.exp: Update.
5224 * gdb.python/py-type.exp: Update.
5225 * gdb.reverse/solib-precsave.exp: Update.
5226 * gdb.reverse/solib-reverse.exp: Update.
5227 * gdb.server/solib-list.exp: Update.
5228 * gdb.stabs/weird.exp: Update.
5229 * gdb.threads/attach-into-signal.exp: Update.
5230 * gdb.threads/attach-stopped.exp: Update.
5231 * gdb.threads/tls-shared.exp: Update.
5232 * gdb.trace/change-loc.exp: Update.
5233 * gdb.trace/strace.exp: Update.
5234
5235 2012-06-19 Tom Tromey <tromey@redhat.com>
5236
5237 * gdb.base/whatis.exp: Add tests.
5238
5239 2012-06-19 Tom Tromey <tromey@redhat.com>
5240
5241 * gdb.cp/m-static.cc (keepalive): New function.
5242 (gnu_obj_1::method): Use it.
5243
5244 2012-06-18 Doug Evans <dje@google.com>
5245
5246 * gdb.base/info-fun.exp: New file.
5247 * gdb.base/info-fun.c: New file.
5248 * gdb.base/info-fun-solib.c: New file.
5249
5250 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5251
5252 Remove stale dummy frames.
5253 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5254 (maintenance info breakpoints): New tests.
5255 * gdb.base/stale-infcall.c: New file.
5256 * gdb.base/stale-infcall.exp: New file.
5257
5258 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5259
5260 * gdb.arch/amd64-entry-value-param.S: New file.
5261 * gdb.arch/amd64-entry-value-param.c: New file.
5262 * gdb.arch/amd64-entry-value-param.exp: New file.
5263
5264 2012-06-15 Tom Tromey <tromey@redhat.com>
5265
5266 * gdb.cp/namespace.exp: Add "show lang" test.
5267
5268 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5269
5270 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5271 case. (top level): Use gdb_file_cmd instead of gdb_load.
5272
5273 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 PR tdep/14222
5276 * gdb.arch/i386-sse-stack-align.S: New file.
5277 * gdb.arch/i386-sse-stack-align.c: New file.
5278 * gdb.arch/i386-sse-stack-align.exp: New file.
5279
5280 2012-06-13 Keith Seitz <keiths@redhat.com>
5281
5282 PR breakpoints/13798 and mi/11541
5283 * gdb.linespec/ls-errs.exp: Add a few more tests for
5284 filenames with spaces and colons.
5285
5286 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5287
5288 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5289 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5290 (test_function): Call CV_f.
5291 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5292 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5293 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5294 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5295 (p CV_f(CV::i)): New tests.
5296
5297 2012-06-13 Tom Tromey <tromey@redhat.com>
5298
5299 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5300
5301 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5302
5303 Fix regression by the "ambiguous linespec" series.
5304 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5305 tests.
5306
5307 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5308
5309 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5310 missing.
5311
5312 2012-06-11 Tom Tromey <tromey@redhat.com>
5313
5314 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5315 location...
5316 (main): ...here.
5317
5318 2012-06-07 Yao Qi <yao@codesourcery.com>
5319
5320 * gdb.trace/strace.exp: Shorten some too-long lines.
5321
5322 2012-06-06 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.threads/clone-new-thread-event.c: New file.
5325 * gdb.threads/clone-new-thread-event.exp: New file.
5326
5327 2012-06-06 Yao Qi <yao@codesourcery.com>
5328
5329 * gdb.base/dprintf.c (main): Add extra parameter when calling
5330 printf and fprintf.
5331 (bar): New function. It is a dead function, but to ensure
5332 'malloc' is linked explicitly.
5333
5334 2012-06-06 Yao Qi <yao@codesourcery.com>
5335
5336 * gdb.base/info-proc.exp: Return if target doesn't support
5337 'info proc'.
5338
5339 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5340
5341 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5342 (run program with breakpoint commands): XFAIl if it is not.
5343
5344 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5347 and add comment.
5348 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5349 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5350 "STOP" marker. Adjust testing strategy to make it work on
5351 all targets.
5352
5353 * gdb.base/print-file-var-main.c (main): Rewrite using local
5354 variables and adjust get_version_2's return value check.
5355 Add small comment.
5356 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5357 marker. Adjust testing strategy to make it work on all targets.
5358
5359 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5360
5361 * gdb.ada/bad-task-bp-keyword: New testcase.
5362
5363 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5366 Simplify it to ...
5367 (symbol-file ${testfile1}): ... here.
5368 (test eliminated var my_global_symbol)
5369 (test eliminated var my_static_symbol)
5370 (test eliminated var my_global_func, get address of main): Wrap them to
5371 'single psymtabs' and 'single symtabs'
5372 (get address of my_global_symbol, get address of my_static_symbol)
5373 (get address of my_global_func, get address of main): Wrap them to
5374 'order1' and 'order2'.
5375
5376 * gdb.base/code_elim.exp
5377 (add-symbol-file ${testfile1} 0x100000)
5378 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5379 'order2'.
5380 (order1: add-symbol-file ${testfile1} 0x100000)
5381 (order1: add-symbol-file ${testfile2} 0x200000)
5382 (order2: add-symbol-file ${testfile2} 0x200000)
5383 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5384 .bss as appropriate.
5385
5386 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5387
5388 * gdb.server/solib-list-lib.c: New file.
5389 * gdb.server/solib-list-main.c: New file.
5390 * gdb.server/solib-list.exp: New file.
5391
5392 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5393
5394 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5395 for 'set print symbol' change.
5396
5397 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5398
5399 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5400 .debug_abbrev_seg3.
5401
5402 2012-05-24 John Steele Scott <toojays@toojays.net>
5403
5404 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5405 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5406 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5407
5408 2012-05-23 Stan Shebs <stan@codesourcery.com>
5409
5410 * gdb.mi/mi-info-os.exp: New file.
5411
5412 2012-05-23 Keith Seitz <keiths@redhat.com>
5413
5414 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5415 return -1 to suppress the rest of the tests.
5416 (compile_stap_bin): Return boolean success value.
5417
5418 2012-05-21 Tom Tromey <tromey@redhat.com>
5419
5420 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5421 Remove kfails.
5422 (test_print_mi_member_types): Likewise.
5423
5424 2012-05-21 Tom Tromey <tromey@redhat.com>
5425
5426 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5427 print symbol' change.
5428
5429 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5430
5431 * gdb.python/py-prompt.exp: Quit if the target is remote.
5432
5433 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5434
5435 Fix ERROR: internal buffer is full.
5436 * gdb.base/info-os.exp (expect_multiline): New function.
5437 (get process list, get process groups, get threads)
5438 (get file descriptors, get internet-domain sockets)
5439 (get shared-memory regions, get semaphores, get message queues): Use
5440 it for these tests.
5441
5442 2012-05-18 Tom Tromey <tromey@redhat.com>
5443
5444 * gdb.mi/mi-var-cmd.exp: Update.
5445 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5446 * gdb.cp/virtbase.exp: Update.
5447 * gdb.cp/classes.exp (test_static_members): Update.
5448 * gdb.cp/casts.exp: Update.
5449 * gdb.base/pointers.exp: Update.
5450 * gdb.base/funcargs.exp (pointer_args): Update.
5451 (structs_by_reference): Update.
5452 * gdb.base/find.exp: Update.
5453 * gdb.base/call-strs.exp: Send "set print symbol off".
5454 * gdb.base/call-ar-st.exp: Update.
5455 * gdb.ada/fun_addr.exp: Update.
5456 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5457 Call it.
5458 (test_print_repeats_10, test_print_strings)
5459 (test_print_char_arrays): Update.
5460
5461 2012-05-18 Tom Tromey <tromey@redhat.com>
5462
5463 * gdb.base/charset.exp (string_display): Update.
5464
5465 2012-05-18 Tom Tromey <tromey@redhat.com>
5466
5467 * gdb.mi/mi2-var-display.exp: Update.
5468 * gdb.mi/mi-var-display.exp: Update.
5469 * gdb.mi/mi-var-child.exp: Update.
5470 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5471 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5472
5473 2012-05-17 Doug Evans <dje@google.com>
5474
5475 * info-macros.exp: Pass "debug" to prepare_for_testing.
5476
5477 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5478 * gdb.ada/Makefile.in (clean): Ditto.
5479 * gdb.arch/Makefile.in (clean): Ditto.
5480 * gdb.asm/Makefile.in (clean): Ditto.
5481 * gdb.base/Makefile.in (clean): Ditto.
5482 * gdb.cell/Makefile.in (clean): Ditto.
5483 * gdb.cp/Makefile.in (clean): Ditto.
5484 * gdb.disasm/Makefile.in (clean): Ditto.
5485 * gdb.dwarf2/Makefile.in (clean): Ditto.
5486 * gdb.fortran/Makefile.in (clean): Ditto.
5487 * gdb.go/Makefile.in (clean): Ditto.
5488 * gdb.hp/Makefile.in (clean): Ditto.
5489 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5490 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5491 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5492 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5493 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5494 * gdb.java/Makefile.in (clean): Ditto.
5495 * gdb.linespec/Makefile.in (clean): Ditto.
5496 * gdb.mi/Makefile.in (clean): Ditto.
5497 * gdb.modula2/Makefile.in (clean): Ditto.
5498 * gdb.multi/Makefile.in (clean): Ditto.
5499 * gdb.objc/Makefile.in (clean): Ditto.
5500 * gdb.opencl/Makefile.in (clean): Ditto.
5501 * gdb.opt/Makefile.in (clean): Ditto.
5502 * gdb.pascal/Makefile.in (clean): Ditto.
5503 * gdb.python/Makefile.in (clean): Ditto.
5504 * gdb.reverse/Makefile.in (clean): Ditto.
5505 * gdb.server/Makefile.in (clean): Ditto.
5506 * gdb.stabs/Makefile.in (clean): Ditto.
5507 * gdb.threads/Makefile.in (clean): Ditto.
5508 * gdb.trace/Makefile.in (clean): Ditto.
5509 * gdb.xml/Makefile.in (clean): Ditto.
5510
5511 2012-05-16 Tom Tromey <tromey@redhat.com>
5512
5513 * gdb.base/macscp1.c (macscp_expr): Add comment.
5514 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5515
5516 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5517
5518 * gdb.base/return-nodebug.exp: Also test float and double types.
5519
5520 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 PR testsuite/12649
5523 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5524
5525 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5526
5527 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5528
5529 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5530 `rerun_to_main'.
5531 (stap_test_no_debuginfo): Likewise.
5532
5533 2012-05-14 Stan Shebs <stan@codesourcery.com>
5534
5535 * gdb.base/dprintf.c: New file.
5536 * gdb.base/dprintf.exp: New file.
5537
5538 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5539
5540 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5541 * gdb.trace/disconnected-tracing.c: New file.
5542 * gdb.trace/disconnected-tracing.exp: New file.
5543
5544 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5545
5546 * gdb.python/python.c: Add a new breakpoint comment.
5547 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5548
5549 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5550
5551 * gdb.base/info-os.exp: New file.
5552 * gdb.base/info-os.c: New file.
5553
5554 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5555
5556 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5557 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5558 New files.
5559
5560 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5561
5562 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5563 gdb.base/ctxobj.exp: New files.
5564
5565 2012-05-09 Tom Tromey <tromey@redhat.com>
5566
5567 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5568
5569 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5570
5571 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5572
5573 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5574
5575 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5576 before using it.
5577
5578 2012-05-04 Tristan Gingold <gingold@adacore.com>
5579
5580 * gdb.base/set-noassign.exp: New test.
5581
5582 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5583
5584 * gdb.python/py-symbol.exp: Add tests to test the new methods
5585 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5586 * gdb.python/py-symbol.c: Add new struct to help test
5587 gdb.Symtab.static_block().
5588
5589 2012-05-03 Doug Evans <dje@google.com>
5590
5591 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5592 commented out.
5593
5594 2012-05-03 Yao Qi <yao@codesourcery.com>
5595
5596 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5597 doesn't support.
5598 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5599 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5600
5601 2012-05-03 Yao Qi <yao@codesourcery.com>
5602
5603 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5604
5605 2012-04-30 Doug Evans <dje@google.com>
5606
5607 PR testsuite/13961
5608 * gdb.dwarf2/pr13961.S: New file.
5609 * gdb.dwarf2/pr13961.exp: New file.
5610
5611 2012-04-29 Yao Qi <yao@codesourcery.com>
5612
5613 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5614
5615 2012-04-28 Doug Evans <dje@google.com>
5616
5617 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5618 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5619 All uses updated.
5620 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5621 "ptype func_cu1" to expand cu2 before cu1.
5622
5623 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5624 Tom Tromey <tromey@redhat.com>
5625
5626 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5627 variables.
5628 * gdb.base/stap-probe.c: New file.
5629 * gdb.base/stap-probe.exp: New file.
5630 * gdb.trace/stap-trace.c: New file.
5631 * gdb.trace/stap-trace.exp: New file.
5632 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5633 libgcc's unwinder.
5634
5635 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5636
5637 * gdb.arch/mips16-thunks-inmain.c: New file.
5638 * gdb.arch/mips16-thunks-main.c: New file.
5639 * gdb.arch/mips16-thunks-sin.c: New file.
5640 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5641 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5642 * gdb.arch/mips16-thunks-sinmain.c: New file.
5643 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5644 * gdb.arch/mips16-thunks.exp: New file.
5645
5646 2012-04-25 Doug Evans <dje@google.com>
5647
5648 * configure.ac: Create gdb.go/Makefile.
5649 * configure: Regenerate.
5650 * gdb.base/default.exp: Add "go" to "set language" testing.
5651 * gdb.go/Makefile.in: New file.
5652 * gdb.go/basic-types.exp: New file.
5653 * gdb.go/chan.exp: New file.
5654 * gdb.go/chan.go: New file.
5655 * gdb.go/handcall.exp: New file.
5656 * gdb.go/handcall.go: New file.
5657 * gdb.go/hello.exp: New file.
5658 * gdb.go/hello.go: New file.
5659 * gdb.go/integers.exp: New file.
5660 * gdb.go/integers.go: New file.
5661 * gdb.go/methods.exp: New file.
5662 * gdb.go/methods.go: New file.
5663 * gdb.go/package.exp: New file.
5664 * gdb.go/package1.go: New file.
5665 * gdb.go/package2.go: New file.
5666 * gdb.go/print.exp: New file.
5667 * gdb.go/strings.exp: New file.
5668 * gdb.go/strings.go: New file.
5669 * gdb.go/types.exp: New file.
5670 * gdb.go/types.go: New file.
5671 * gdb.go/unsafe.exp: New file.
5672 * gdb.go/unsafe.go: New file.
5673 * lib/future.exp: Add Go support.
5674 (gdb_find_go, gdb_find_go_linker): New procs.
5675 (gdb_default_target_compile): Add Go support.
5676 * lib/gdb.exp (skip_go_tests): New proc.
5677 * lib/go.exp: New file.
5678
5679 2012-04-25 Tom Tromey <tromey@redhat.com>
5680
5681 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5682
5683 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5684 Jan Kratochvil <jan.kratochvil@redhat.com>
5685
5686 PR symtab/7259:
5687 * gdb.base/enumval.c: New test case.
5688 * gdb.base/enumval.exp: New test case.
5689 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5690 field.bitpos.
5691
5692 2012-04-17 Pedro Alves <palves@redhat.com>
5693
5694 * Makefile.in (site.exp): Make site.exp source
5695 $srcdir/lib/append_gdb_boards_dir.exp.
5696 * lib/append_gdb_boards_dir.exp: New file.
5697
5698 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5699
5700 New option "set auto-load safe-path".
5701 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5702 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5703
5704 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5705
5706 auto-load: Implementation.
5707 * gdb.base/help.exp (test set height): Increase the height.
5708 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5709 to ...
5710 (info auto-load python-scripts): ... here.
5711 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5712 to ...
5713 (info auto-load python-scripts *): ... here.
5714
5715 2012-04-16 Yao Qi <yao@codesourcery.com>
5716
5717 * lib/trace-support.exp (get_in_proc_agent): New.
5718 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5719 of in process trace agent.
5720 * gdb.trace/ftrace.exp: Likewise.
5721 * gdb.trace/pending.exp: Likewise.
5722 * gdb.trace/trace-break.exp: Likewise.
5723 * gdb.trace/trace-mt.exp
5724 * gdb.trace/tspeed.exp: Likewise.
5725 * gdb.trace/tstatus.exp
5726 * gdb.trace/strace.exp: Likewise.
5727
5728 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5729
5730 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5731 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5732
5733 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5734
5735 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5736
5737 PR mi/13393
5738 * gdb.mi/mi-var-rtti.cc: New file.
5739 * gdb.mi/mi-var-rtti.exp: New file.
5740 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5741 function.
5742 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5743
5744 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5745
5746 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5747 EXECUTABLES.
5748 * gdb.python/py-explore.c: C program used for testing the new
5749 'explore' command on C constructs.
5750 * gdb.python/py-explore.cc: C++ program used for testing the new
5751 'explore' command on C++ constructs.
5752 * gdb-python/py-explore.exp: Tests for the new 'explore'
5753 command on C constructs.
5754 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5755 command on C++ constructs.
5756
5757 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5758
5759 * gdb.base/funcargs.exp (complex_args): Fix typo.
5760
5761 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5764 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5765
5766 2012-04-05 Keith Seitz <keiths@redhat.com>
5767
5768 * gdb.base/advance.exp: Update error message for
5769 "advance malformed" test.
5770 * gdb.base/break.exp: Likewise for "breakpoint with
5771 trailing garbage" test.
5772 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5773 with trailing garbage" test.
5774 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5775 trailng garbage" test.
5776 * gdb.base/until.exp: Likewise for "malformed until" test.
5777 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5778 for "breakpoint info (after setting on all)".
5779 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5780 tests.
5781 * gdb.cp/cplabel.cc: New file.
5782 * gdb.cp/cplabel.exp: New test.
5783 * gdb.linespec/ls-errs.c: New file.
5784 * gdb.linespec/ls-errs.exp: New test.
5785
5786 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5787
5788 * gdb.trace/unavailable.exp
5789 (collect globals: print object on: print derived_partial)
5790 (collect globals: print object on: print derived_whole)
5791 (collect globals: print object off: print derived_partial)
5792 (collect globals: print object off: print derived_whole): Update
5793 expected output.
5794
5795 2012-03-30 Keith Seitz <keiths@redhat.com>
5796
5797 * gdb.python: Add test for linespecs with commas.
5798
5799 2012-03-28 Keith Seitz <keiths@redhat.com>
5800
5801 * gdb.linespec/ls-dollar.cc: New file.
5802 * gdb.linespec/ls-dollar.exp: New test.
5803
5804 2012-03-28 Keith Seitz <keiths@redhat.com>
5805
5806 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5807 starting with the global namespace.
5808
5809 2012-03-23 Doug Evans <dje@google.com>
5810
5811 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5812
5813 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5814
5815 * gdb.python/py-value.cc: Add test case for testing the
5816 methodology exposing C++ values to Python.
5817 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5818 exposing C++ values to Python.
5819 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5820
5821 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5822 Siddhesh Poyarekar <siddhesh@redhat.com>
5823
5824 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5825 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5826 (generate native core dump): Make the test unsupported if core cannot
5827 be generated.
5828
5829 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5830
5831 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5832 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5833 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5834
5835 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5836
5837 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5838
5839 2012-03-17 Doug Evans <dje@google.com>
5840
5841 * dg-extract-results.sh: Handle KFAILs.
5842
5843 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5844
5845 PR symtab/13777
5846 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5847
5848 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5849
5850 * gdb.ada/set_pckd_arr_elt: New testcase.
5851
5852 2012-03-16 Gary Benson <gbenson@redhat.com>
5853
5854 PR breakpoints/10738
5855 * gdb.opt/inline-break.exp: New file.
5856 * gdb.opt/inline-break.c: Likewise.
5857 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5858 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5859 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5860 * gdb.base/async-shell.exp: Likewise.
5861 * lib/mi-support.exp (library_loaded_re): Likewise.
5862
5863 2012-03-15 Tom Tromey <tromey@redhat.com>
5864
5865 * gdb.cp/virtfunc2.exp: Update expected output.
5866 * gdb.cp/pr9631.exp: Update expected output.
5867 * gdb.cp/member-ptr.exp: Update expected output.
5868 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5869 output.
5870 * gdb.cp/casts.exp: Update expected output.
5871
5872 2012-03-15 Tom Tromey <tromey@redhat.com>
5873
5874 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5875 (test_info_vtbl): Likewise.
5876 (do_tests): Call test_info_vtbl.
5877 * gdb.cp/virtfunc.cc (va): New global.
5878
5879 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5880
5881 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5882 describing DWARF data structures.
5883 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5884 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5885 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5886 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5887 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5888 * gdb.dwarf2/dw2-param-error.S: Likewise.
5889 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5890 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5891 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5892 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5893 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5894 * gdb.dwarf2/pr11465.S: Likewise.
5895
5896 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5897
5898 * gdb.mi/mi2-prompt.exp: New file.
5899
5900 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5901
5902 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5903
5904 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5905
5906 * gdb.ada/bp_range_type: New testcase.
5907
5908 2012-03-13 Doug Evans <dje@google.com>
5909
5910 * gdb.base/default.exp: Delete tests for symbol-reloading.
5911 * gdb.base/help.exp: Ditto.
5912 * gdb.base/setshow.exp: Ditto.
5913 * gdb.base/gdb_history: Delete references to symbol-reloading.
5914
5915 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5916
5917 * gdb.base/attach-twice.c: New files.
5918 * gdb.base/attach-twice.exp: New files.
5919
5920 2012-03-08 Keith Seitz <keiths@redhat.com>
5921
5922 * lib/gdb.exp (gdb_get_line_number): Throw an
5923 error instead of returning -1.
5924 * gdb.base/break.exp: Remove unused variable
5925 bp_location5.
5926 * gdb.base/hbreak2.exp: Likewise.
5927 * gdb.base/sepdebug.exp: Likewise.
5928
5929 2012-03-08 Yao Qi <yao@codesourcery.com>
5930 Pedro Alves <palves@redhat.com>
5931
5932 Fix PR server/13392.
5933 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5934 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5935 download tracepoints.
5936 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5937 (pending_tracepoint_resolved_during_trace): Likewise.
5938 (pending_tracepoint_installed_during_trace): Likewise.
5939 (pending_tracepoint_with_action_resolved): Likewise.
5940
5941 2012-03-08 Keith Seitz <keiths@redhat.com>
5942
5943 * gdb.ada/array_bounds.exp: Get breakpoint for line
5944 with "START", not "STOP".
5945 * gdb.python/py-infthread.exp: Do not continue to
5946 line marked "Break here.", which is undefined.
5947
5948 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5949
5950 Revert:
5951
5952 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5953
5954 Implement testsuite workaround for PR breakpoints/13781.
5955 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5956 (set breakpoint condition-evaluation host): New conditional command.
5957
5958 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5959
5960 Fix CU relative vs. absolute DIE offsets.
5961 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5962 one.
5963
5964 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5965
5966 Fix false FAIL on distros with relro linkage as default.
5967 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5968 -Wl,-z,norelro first.
5969
5970 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5971
5972 * gdb.ada/bp_on_var: New testcase.
5973
5974 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5975
5976 * gdb.ada/bp_enum_homonym: New testcase.
5977
5978 2012-03-06 Yao Qi <yao@codesourcery.com>
5979
5980 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5981 x86_64-*-* and i?86-*-*.
5982 Set up KFAIL for gdb/13808.
5983
5984 2012-03-05 Tom Tromey <tromey@redhat.com>
5985
5986 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5987 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5988
5989 2012-03-05 Tom Tromey <tromey@redhat.com>
5990
5991 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5992
5993 2012-03-04 Yao Qi <yao@codesourcery.com>
5994
5995 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5996 messages for KFAIL.
5997
5998 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6001 (print one_two_three, indexes off, print few_reps, indexes off)
6002 (print many_reps, indexes off, print empty, indexes off)
6003 (print one_two_three, print few_reps, print many_reps, print empty):
6004 Call setup_xfail if $gcc_old.
6005
6006 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6007
6008 Implement testsuite workaround for PR breakpoints/13781.
6009 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6010 (set breakpoint condition-evaluation host): New conditional command.
6011
6012 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6013
6014 Code cleanup.
6015 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6016 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6017 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6018 number 1 by $bpnum. Four times.
6019
6020 2012-03-03 Yao Qi <yao@codesourcery.com>
6021
6022 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6023
6024 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 Setup KFAIL for PR server/13796.
6027 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6028
6029 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6030
6031 * gdb.ada/operator_bp: New testcase.
6032
6033 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6034
6035 * gdb.ada/info_locals_renaming: New testcase.
6036
6037 2012-03-02 Tom Tromey <tromey@redhat.com>
6038
6039 * gdb.base/nextoverexit.c: New file.
6040 * gdb.base/nextoverexit.exp: New file.
6041
6042 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6043
6044 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6045 parameter.
6046
6047 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6048
6049 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6050 core registers.
6051
6052 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6053 Maciej W. Rozycki <macro@codesourcery.com>
6054 Daniel Jacobowitz <dan@codesourcery.com>
6055
6056 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6057
6058 2012-03-01 Pedro Alves <palves@redhat.com>
6059
6060 PR gdb/13767
6061
6062 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6063 (gdb_collect_globals_test): Call it.
6064
6065 2012-03-01 Keith Seitz <keiths@redhat.com>
6066
6067 * gdb.cp/method2.exp: Output of overload menu is now
6068 alphabetized. Update tests for "break A::method".
6069 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6070 of hard-coding them.
6071 Overload menu is alphabetized: rewrite to accommodate.
6072 Unset variables LINE and TYPES which are used in other tests.
6073 Compute the output of "info break".
6074 Update the breakpoint table after all breakpoints are deleted.
6075 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6076 compute ACTUALS and the method body based on parameters.
6077 Update expected output accordingly.
6078 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6079 unique comments to allow the use of gdb_get_line_number.
6080
6081 2012-03-01 Keith Seitz <keiths@redhat.com>
6082
6083 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6084 some Tcl syntax.
6085 * gdb.cp/ovldbreak.exp: Likewise.
6086
6087 2012-03-01 Keith Seitz <keiths@redhat.com>
6088
6089 * gdb.base/help.exp (help show user): Update expected result
6090 for new doc string changes (add "non-python").
6091
6092 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6093
6094 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6095 be put in the user-defined category and that the commands appear in
6096 "help user-defined".
6097
6098 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6099
6100 * gdb.ada/tagged_not_init: New testcase.
6101
6102 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6103
6104 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6105 * gdb.ada/enum_idx_packed: New testcase.
6106
6107 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6108
6109 * gdb.ada/aliased_array: New testcase.
6110
6111 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6112
6113 * gdb.ada/whatis_array_val: New testcase.
6114
6115 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6116
6117 Fix disp-step-syscall.exp: fork: single step over fork.
6118 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6119 whitespaces.
6120 (single step over $syscall): Remove its check.
6121 (single step over $syscall final pc): New check.
6122
6123 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 Support processors without SSSE3.
6126 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6127 pabsd into ...
6128 (ssse3_test): ... a new function.
6129 (main): Call ssse3_test.
6130 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6131 Update expected values everywhere.
6132 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6133 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6134 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6135 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6136 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6137 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6138 Move these tests lower.
6139 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6140 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6141 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6142 New tests.
6143
6144 2012-02-29 Yao Qi <yao@codesourcery.com>
6145 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.trace/trace-mt.c: New.
6148 * gdb.trace/trace-mt.exp: New.
6149
6150 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6151
6152 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6153 numbers instead of hardcoding them.
6154 * gdb.base/annota1.c: Provide suitable markers.
6155 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6156 numbers instead of hardcoding them.
6157 * gdb.base/annota3.c: Provide suitable markers.
6158
6159 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6160 * gdb.base/annota3.c: Likewise.
6161 * gdb.base/sigall.c: Likewise.
6162 * gdb.base/signals.c: Likewise.
6163 * gdb.reverse/sigall-reverse.c: Likewise.
6164
6165 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6166
6167 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6168 failure return path.
6169
6170 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
6171
6172 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6173
6174 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
6175
6176 * gdb.base/cond-eval-mode.exp: New file.
6177
6178 2012-02-24 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6181 (top level): Use with_test_prefix.
6182
6183 2012-02-24 Pedro Alves <palves@redhat.com>
6184
6185 * gdb.threads/attach-into-signal.exp (corefunc): Use
6186 with_test_prefix.
6187
6188 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6189
6190 Fix false FAILs on old CPUs without SSE.
6191 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6192 Return untested for Illegal instruction.
6193
6194 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6195
6196 Fix false FAILs with glibc debug infos installed.
6197 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6198 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6199
6200 2012-02-22 Sterling Augustine <saugustine@google.com>
6201
6202 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6203 constant with cast.
6204
6205 2012-02-21 Pedro Alves <palves@redhat.com>
6206
6207 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6208
6209 2012-02-21 Pedro Alves <palves@redhat.com>
6210
6211 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6212
6213 2012-02-21 Pedro Alves <palves@redhat.com>
6214
6215 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6216 with_test_prefix.
6217
6218 2012-02-21 Pedro Alves <palves@redhat.com>
6219
6220 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6221 with_test_prefix here.
6222 (top level): Do it here instead. Remove `:' from the
6223 with_test_prefix string.
6224 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6225 the suffix `:' from the with_test_prefix prefix string.
6226 * gdb.base/break-interp.exp: Ditto.
6227 * gdb.base/catch-load.exp: Ditto.
6228 * gdb.base/disp-step-syscall.exp: Ditto.
6229 * gdb.base/jit-so.exp: Ditto.
6230 * gdb.base/jit.exp: Ditto.
6231 * gdb.base/sepdebug.exp: Ditto.
6232 * gdb.base/solib-display.exp: Ditto.
6233 * gdb.base/solib-overlap.exp: Ditto.
6234 * gdb.base/watch-cond-infcall.exp: Ditto.
6235 * gdb.base/watchpoint.exp: Ditto.
6236 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6237 * gdb.mi/mi-watch.exp: Ditto.
6238 * gdb.mi/mi2-watch.exp: Ditto.
6239 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6240 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6241 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6242 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6243 * gdb.threads/watchpoint-fork.exp: Ditto.
6244 * gdb.threads/watchthreads-reorder.exp: Ditto.
6245 * gdb.trace/change-loc.exp: Ditto.
6246 * gdb.trace/pending.exp: Ditto.
6247 * gdb.trace/status-stop.exp: Ditto.
6248 * gdb.trace/strace.exp: Ditto.
6249 * gdb.trace/trace-break.exp: Ditto.
6250 * gdb.trace/unavailable.exp: Ditto.
6251 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6252 suffix with colon. Adjust leading comments.
6253
6254 2012-02-21 Pedro Alves <palves@redhat.com>
6255 Tom Tromey <tromey@redhat.com>
6256
6257 * lib/gdb.exp: Add description of test prefixes.
6258 (with_test_prefix): New procedure.
6259 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6260 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6261 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6262 instead of lappend to append to pf_prefix.
6263 * gdb.base/catch-load.exp: Use with_test_prefix.
6264 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6265 * gdb.base/jit-so.exp: Use with_test_prefix.
6266 * gdb.base/jit.exp: Use with_test_prefix.
6267 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6268 lappend to append to pf_prefix.
6269 * gdb.base/sepdebug.exp: Use with_test_prefix.
6270 * gdb.base/solib-display.exp: Use with_test_prefix.
6271 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6272 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6273 * gdb.base/watchpoint.exp: Use with_test_prefix.
6274 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6275 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6276 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6277 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6278 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6279 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6280 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6281 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6282 append instead of lappend to append to pf_prefix.
6283 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6284 * gdb.trace/change-loc.exp: Use with_test_prefix.
6285 * gdb.trace/pending.exp: Use with_test_prefix.
6286 * gdb.trace/status-stop.exp: Use with_test_prefix.
6287 * gdb.trace/strace.exp: Use with_test_prefix.
6288 * gdb.trace/trace-break.exp: Use with_test_prefix.
6289 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6290 instead of lappend to append to pf_prefix.
6291
6292 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 Fix racy FAILs.
6295 * gdb.base/inferior-died.c (main): Add return of 0.
6296 * gdb.base/inferior-died.exp (continue): Fix expectation of
6297 asynchronous events.
6298 (p 1): New test.
6299
6300 2012-02-20 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6303 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6304 gdb's internal debug output. For the non-threaded case, look for
6305 "Program received signal SIGLARM", for the threaded case, peek at
6306 the thread's siginfo.
6307
6308 2012-02-20 Pedro Alves <palves@redhat.com>
6309
6310 General cleanup, make output test messages unique, and build
6311 different executable files for the non-threaded and threaded
6312 cases.
6313
6314 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6315 Delete.
6316 (executable_nothr, executable_thr): New globals.
6317 (top level): Adjust to delete both executables.
6318 (corefunc): New parameter $executable. Set $pf_prefix instead of
6319 hand writing a prefix in tests. Issue a clean_restart and enable
6320 lin-lwp debug output here.
6321 (top level): Adjust. Use build_executable. Don't start gdb here,
6322 and don't enable lin-lwp debug output here.
6323 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6324
6325 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6326
6327 Fix racy FAILs.
6328 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6329 "continue" command.
6330
6331 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 Fix for gdbserver non-extended mode.
6334 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6335 and gdb_run_cmd.
6336
6337 2012-02-17 Tom Tromey <tromey@redhat.com>
6338
6339 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6340 * gdb.python/py-events.exp: Check 'dir' output.
6341 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6342
6343 2012-02-17 Yao Qi <yao@codesourcery.com>
6344
6345 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6346
6347 2012-02-16 Tom Tromey <tromey@redhat.com>
6348
6349 * gdb.base/inferior-died.c: Don't include stdio.h.
6350
6351 2012-02-16 Tom Tromey <tromey@redhat.com>
6352
6353 * gdb.base/inferior-died.c: New file.
6354 * gdb.base/inferior-died.exp: New file.
6355
6356 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6357
6358 * gdb.base/break-inline.exp: New file.
6359 * gdb.base/break-inline.c: New file.
6360
6361 2012-02-15 Tom Tromey <tromey@redhat.com>
6362
6363 * gdb.base/pc-fp.exp: Add "info register" tests.
6364
6365 2012-02-15 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.base/regs.exp: Remove.
6368
6369 2012-02-15 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6372 the target doesn't support tracepoints.
6373 * gdb.trace/circ.exp: Ditto.
6374 * gdb.trace/collection.exp: Ditto.
6375 * gdb.trace/packetlen.exp: Ditto.
6376 * gdb.trace/passc-dyn.exp: Ditto.
6377 * gdb.trace/report.exp: Ditto.
6378 * gdb.trace/tfind.exp: Ditto.
6379 * gdb.trace/tspeed.exp: Ditto.
6380 * gdb.trace/tsv.exp: Ditto.
6381 * gdb.trace/unavailable.exp: Ditto.
6382 * gdb.trace/while-dyn.exp: Ditto.
6383
6384 2012-02-15 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6387 gdb_test_multiple, and call unsupported instead of fail, if the
6388 remote side does not support the request.
6389
6390 2012-02-15 Pedro Alves <palves@redhat.com>
6391
6392 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6393 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6394 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6395 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6396 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6397 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6398 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6399 doesn't start with "extended-" already.
6400
6401 2012-02-15 Pedro Alves <palves@redhat.com>
6402
6403 Support extended-remote. Avoid cascading timeouts.
6404
6405 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6406 the extended-remote target. If attaching with no file fails, load
6407 the file manually.
6408 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6409
6410 2012-02-14 Stan Shebs <stan@codesourcery.com>
6411
6412 * gdb.base/ena-dis-br.exp: Add enable count test.
6413
6414 2012-02-13 Pedro Alves <palves@redhat.com>
6415
6416 * config/mips-idt.exp: Delete.
6417 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6418 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6419 * gdb.base/break.exp: Remove mips-idt references.
6420 * gdb.base/chng-syms.exp: Ditto.
6421 * gdb.base/default.exp: Ditto.
6422 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6423 (top level): Don't call it.
6424 * gdb.base/opaque.exp: Remove mips-idt restarts.
6425 * gdb.base/ptype.exp: Remove mips-idt xfails.
6426 * gdb.base/scope.exp: Remove mips-idt restarts.
6427 * gdb.base/sepdebug.exp: Remove mips-idt references.
6428 * gdb.base/watchpoint.exp (maybe_clean_restart)
6429 (maybe_reinitialize): Delete.
6430 (test_disabling_watchpoints, test_disabling_watchpoints)
6431 (test_watchpoint_triggered_in_syscall)
6432 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6433 Don't call them.
6434
6435 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6436
6437 * gdb.server/server-exec-info.exp: New file.
6438
6439 2012-02-10 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6442 always non-empty.
6443 (test_attach): Always pass $exec to test_attach_gdb.
6444
6445 2012-02-08 Tom Tromey <tromey@redhat.com>
6446
6447 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6448 before inferior is started.
6449
6450 2012-02-07 Tom Tromey <tromey@redhat.com>
6451
6452 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6453 Symbol.value.
6454 * gdb.python/py-symbol.c (qq): Set default value.
6455
6456 2012-02-07 Tom Tromey <tromey@redhat.com>
6457
6458 * gdb.python/py-symbol.c (qq): New global.
6459 * gdb.python/py-symbol.exp: Add test for frame-less
6460 lookup_symbol.
6461 * gdb.python/py-symtab.exp: Fix line number.
6462
6463 2012-02-03 Joel Brobecker <brobecker@adacore.com>
6464
6465 * gdb.ada/mi_task_arg: New testcase.
6466
6467 2012-02-02 Pedro Alves <palves@redhat.com>
6468
6469 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6470 extended timeout.
6471
6472 2012-02-02 Pedro Alves <palves@redhat.com>
6473
6474 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6475 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6476
6477 2012-02-02 Pedro Alves <palves@redhat.com>
6478
6479 * gdb.base/term.exp: Rewrite.
6480 * gdb.base/term.c: New.
6481
6482 2012-02-02 Pedro Alves <palves@redhat.com>
6483
6484 * gdb.base/default.exp (run "r" abbreviation, run): Add
6485 extended-remote expected output.
6486
6487 2012-02-02 Tom Tromey <tromey@redhat.com>
6488
6489 * gdb.cp/dispcxx.exp: New file.
6490 * gdb.cp/dispcxx.cc: New file.
6491
6492 2012-02-01 Tom Tromey <tromey@redhat.com>
6493
6494 * gdb.base/jit-simple.exp: New file.
6495 * gdb.base/jit-simple.c: New file.
6496
6497 2012-01-30 Yao Qi <yao@codesourcery.com>
6498
6499 * gdb.base/skip.exp: Make test result unique.
6500
6501 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6502
6503 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6504 compatibility with valgrind-3.7.0.
6505
6506 2012-01-27 Pedro Alves <palves@redhat.com>
6507
6508 * gdb.base/watchpoint.exp (no_hw): New global.
6509 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6510 disable hw watchpoints.
6511 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6512 don't expect hw watchpoints.
6513 (no_hw_watchpoints): Always clean restart.
6514 (do_tests): New procedure, factored out from the top level.
6515 (top level): Run tests twice. Once with hw watchpoints enabled,
6516 another time with hw watchpoints disabled.
6517
6518 2012-01-27 Pedro Alves <palves@redhat.com>
6519
6520 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6521 out from the top level.
6522 (top level): Call it instead.
6523
6524 2012-01-27 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6527 watchpoints sooner.
6528
6529 2012-01-27 Pedro Alves <palves@redhat.com>
6530
6531 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6532
6533 2012-01-27 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6536 "You may have requested too many hardware
6537 breakpoints/watchpoints".
6538
6539 2012-01-27 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.base/watchpoint.exp (maybe_clean_restart)
6542 (maybe_reinitialize): New.
6543 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6544 expect "hit N times".
6545 (test_disabling_watchpoints, test_complex_watchpoint)
6546 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6547 Call maybe_clean_restart.
6548 (top level): Use clean_restart. Remove "mips-idt-*"
6549 reinitialization.
6550
6551 2012-01-27 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6554
6555 2012-01-27 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6558 require `initialize' anymore. Remove unnecessary `initialize'
6559 calls.
6560
6561 2012-01-27 Pedro Alves <palves@redhat.com>
6562
6563 * gdb.base/watchpoint.exp (wp_set): Delete.
6564 (initialize, test_simple_watchpoint, top level): Remove dead code.
6565
6566 2012-01-27 Pedro Alves <palves@redhat.com>
6567
6568 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6569 typo.
6570
6571 2012-01-27 Pedro Alves <palves@redhat.com>
6572
6573 * config/extended-gdbserver.exp: New file.
6574 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6575 comment.
6576 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6577 * boards/native-extended-gdbserver.exp: New file.
6578
6579 2012-01-26 Pedro Alves <palves@redhat.com>
6580
6581 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6582 and gdb_test_multiple.
6583
6584 2012-01-26 Pedro Alves <palves@redhat.com>
6585
6586 Make test messages unique, and more identifiable.
6587 * gdb.multi/watchpoint-multi.exp: Change test messages.
6588
6589 2012-01-25 Tom Tromey <tromey@redhat.com>
6590
6591 * gdb.base/solib-disc.exp: Fix regexps.
6592
6593 2012-01-24 Tom Tromey <tromey@redhat.com>
6594
6595 * lib/mi-support.exp (mi_expect_stop): Add special case for
6596 solib-event.
6597 * gdb.base/catch-load-so.c: New file.
6598 * gdb.base/catch-load.exp: New file.
6599 * gdb.base/catch-load.c: New file.
6600 * gdb.base/break-interp.exp (reach_1): Update regexp.
6601
6602 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6603
6604 Fix fuzzy results.
6605 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6606 lpsimple and func.
6607
6608 2012-01-24 Gary Benson <gbenson@redhat.com>
6609
6610 Delete #if 0'd out code.
6611 * gdb.base/default.exp (info catch): Remove.
6612 * gdb.base/gdb_history (info catch): Likewise.
6613 * gdb.base/help.exp (info catch): Likewise.
6614
6615 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6616
6617 Fix watchpoints to be specific for each inferior.
6618 * gdb.multi/watchpoint-multi.c: New file.
6619 * gdb.multi/watchpoint-multi.exp: New file.
6620
6621 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6622
6623 Fix watchpoints across inferior fork.
6624 * gdb.threads/watchpoint-fork-child.c: New file.
6625 * gdb.threads/watchpoint-fork-mt.c: New file.
6626 * gdb.threads/watchpoint-fork-parent.c: New file.
6627 * gdb.threads/watchpoint-fork-st.c: New file.
6628 * gdb.threads/watchpoint-fork.exp: New file.
6629 * gdb.threads/watchpoint-fork.h: New file.
6630
6631 2012-01-23 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.base/call-signal-resume.exp: Allow output after "return".
6634
6635 2012-01-20 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.python/py-finish-breakpoint.py: Fix typo.
6638
6639 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6640
6641 * gdb.base/info-proc.exp: Also run on remote targets. Main
6642 "info proc" command is now always present; whether target supports
6643 actual info proc operation is detected when attempting to issue
6644 the command.
6645
6646 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6647
6648 * .gdbinit: Remove.
6649
6650 2012-01-19 Pedro Alves <palves@redhat.com>
6651
6652 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6653 look at the funtions' returns.
6654 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6655 (jprint.print(int, int)): Change return type to int. Adjust.
6656
6657 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6658
6659 PR gdb/9538
6660 * gdb.base/sepdebug.exp: New test.
6661
6662 2012-01-18 Pedro Alves <palves@redhat.com>
6663
6664 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6665 Allow output before ^done.
6666
6667 2012-01-16 Tom Tromey <tromey@redhat.com>
6668
6669 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6670 Add tests for relative directory.
6671
6672 2012-01-16 Tom Tromey <tromey@redhat.com>
6673
6674 * gdb.base/printcmds.c (enum flag_enum): New.
6675 (three): New global.
6676 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6677 enum printing.
6678 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6679 FlagEnumerationPrinter.
6680 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6681 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6682 (fval): New global.
6683
6684 2012-01-16 Pedro Alves <palves@redhat.com>
6685
6686 * lib/gdb.exp (banned_procedures): New variable.
6687 (banned_variables_traced): Rename to ...
6688 (banned_traced): ... this.
6689 (gdb_init): Also trace banned procedures.
6690 (gdb_finish): Also untrace banned procedures.
6691
6692 2012-01-16 Pedro Alves <palves@redhat.com>
6693
6694 Remove all calls to strace.
6695
6696 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6697
6698 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6699 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6700
6701 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6702
6703 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6704 * gdb.base/pie-execl.exp: Likewise.
6705
6706 2012-01-12 Keith Seitz <keiths@redhat.com>
6707
6708 PR mi/10586
6709 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6710 (do_anonymous_type_tests): New function.
6711 (main): Call do_anonymous_type_tests.
6712 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6713 (verify_everything): New procedure.
6714 * gdb.mi/mi-var-cp.cc (class A): New class.
6715 (anonymous_structs_and_unions): New function.
6716 (main): Call anonymous_structs_and_unions.
6717 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6718 (verify_everything): New procedure.
6719
6720 2012-01-12 Keith Seitz <keiths@redhat.com>
6721
6722 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6723 (varobj_tree::get_path_expr): Assume that all varobjs are
6724 compound unless they are known simple types.
6725 Adjust path expressions based on parent type, path parent type,
6726 and tree language.
6727 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6728 the root varobj.
6729 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6730
6731 2012-01-11 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6734 core files on this machine" anymore.
6735
6736 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6737
6738 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6739 (main): Repeat recurser call.
6740 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6741 equivalent to 'local_x'.
6742
6743 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6744 Joel Brobecker <brobecker@adacore.com>
6745
6746 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6747
6748 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6749
6750 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6751 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6752 * gdb.python/py-events.exp: Test that "step N" tripping on a
6753 breakpoint emits a breakpoint event.
6754
6755 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6756
6757 * gdb.base/auxv.exp: Reformat the copyright notice.
6758
6759 2012-01-03 Yao Qi <yao@codesourcery.com>
6760
6761 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6762 (strace_trace_on_diff_addr): New.
6763 * gdb.trace/strace.c: (main): Add two local variables.
6764
6765 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6766
6767 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6768 * gdb.cell/gcore.exp: Likewise.
6769 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6770 to verify the correct instance of main is selected.
6771
6772 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6773
6774 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6775 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6776 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6777 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6778 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6779 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6780 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6781 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6782 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6783 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6784 gdb.threads/thread_check.c: Reformat copyright header.
6785
6786 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6787
6788 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6789 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6790 is not enabled.
6791
6792 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6793
6794 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6795 parameter to self_exec, adjust the function.
6796 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6797 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6798 (set var do_exit = 0): Remove test.
6799 (newline at end of file): Add one.
6800
6801 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6802
6803 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6804 New files.
6805
6806 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6807
6808 Fix racy FAILs.
6809 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6810 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6811 (main): Call pthread_barrier_init for it.
6812
6813 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 Fix double send_gdb leading to racy FAILs.
6816 * gdb.base/break.exp (set silent break bp_location1): Replace
6817 3x send_gdb and gdb_expect by gdb_test.
6818 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6819 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6820 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6821 instead of send_gdb. Twice.
6822 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6823 3x send_gdb and gdb_expect by gdb_test.
6824 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6825
6826 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6827
6828 * gdb.linespec/linespec.exp: Compile using {c++}.
6829
6830 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6831
6832 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6833 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6834 (verify GCC PR debug/51668): New test.
6835
6836 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6837
6838 Introduce gdb.FinishBreakpoint in Python.
6839 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6840 py-finish-breakpoint2
6841 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6842 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6843 instead of line number.
6844 * gdb.python/py-finish-breakpoint.c: New file.
6845 * gdb.python/py-finish-breakpoint.exp: New file.
6846 * gdb.python/py-finish-breakpoint.py: New file.
6847 * gdb.python/py-finish-breakpoint2.cc: New file.
6848 * gdb.python/py-finish-breakpoint2.exp: New file.
6849 * gdb.python/py-finish-breakpoint2.py: New file.
6850
6851 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6852
6853 Partial fix of compatibility with gcc-4.7.
6854 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6855 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6856 Add comment to add a PASS case in the future.
6857
6858 Fix compatibility with gcc-4.7.
6859 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6860
6861 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6862
6863 PR tdep/12797
6864 * gdb.base/callfuncs.exp: Remove KFAIL.
6865
6866 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6867
6868 * gdb.ada/task_bp: New testcase.
6869
6870 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6871
6872 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6873 -DNO_SECTIONS.
6874 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6875
6876 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6877
6878 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6879 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6880 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6881 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6882 conditional for gcc <= 4.5.
6883
6884 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6885
6886 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6887 by XFAIL.
6888 * gdb.cp/static-method.exp (info addr A::func())
6889 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6890 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6891 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6892 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6893 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6894 (test value of F in k3_m): Likewise.
6895 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6896 Likewise.
6897
6898 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6899
6900 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6901 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6902 Remove.
6903 * gdb.threads/attachstop-mt.c: Remove.
6904 * gdb.threads/attachstop-mt.exp: Remove.
6905
6906 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6907
6908 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6909
6910 2011-12-16 Doug Evans <dje@google.com>
6911
6912 * boards/native-stdio-gdbserver.exp: New file.
6913 * boards/native-gdbserver.exp: New file.
6914
6915 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6916 gdbserver output.
6917 (gdbserver_default_get_remote_address): New function.
6918 (gdbserver_start): Call gdb,get_remote_address to compute argument
6919 to "target remote" command.
6920
6921 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6922
6923 * gdb.python/py-function.exp: Change "on" to "full" for
6924 python print-stack. Add set/show python print-stack
6925 off|full|message tests.
6926
6927 2011-12-15 Yao Qi <yao@codesourcery.com>
6928
6929 * gdb.trace/strace.c: New
6930 * gdb.trace/strace.exp: New.
6931
6932 2011-12-14 Tom Tromey <tromey@redhat.com>
6933
6934 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6935
6936 2011-12-14 Doug Evans <dje@google.com>
6937
6938 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6939
6940 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6941
6942 PR threads/10729
6943
6944 * gdb.mi/watch-nonstop.c: New file.
6945 * gdb.mi/mi-watch-nonstop.exp: New file.
6946
6947 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6948 Doug Evans <dje@google.com>
6949
6950 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6951 (clean_restart): Remove references to the gdb_stub target board
6952 variable.
6953 (gdb_step_for_stub): Delete.
6954
6955 * gdb.base/annota1.exp: Remove all references to [target_info
6956 exists gdb_stub], gdb_step_for_stub and usestubs.
6957 * gdb.base/annota3.exp: Ditto.
6958 * gdb.base/async.exp: Ditto.
6959 * gdb.base/break.exp: Ditto.
6960 * gdb.base/code-expr.exp: Ditto.
6961 * gdb.base/commands.exp: Ditto.
6962 * gdb.base/completion.exp: Ditto.
6963 * gdb.base/condbreak.exp: Ditto.
6964 * gdb.base/consecutive.exp: Ditto.
6965 * gdb.base/cvexpr.exp: Ditto.
6966 * gdb.base/define.exp: Ditto.
6967 * gdb.base/display.exp: Ditto.
6968 * gdb.base/ena-dis-br.exp: Ditto.
6969 * gdb.base/environ.exp: Ditto.
6970 * gdb.base/gnu-ifunc.exp: Ditto.
6971 * gdb.base/maint.exp: Ditto.
6972 * gdb.base/pending.exp: Ditto.
6973 * gdb.base/sect-cmd.exp: Ditto.
6974 * gdb.base/sepdebug.exp: Ditto.
6975 * gdb.base/unload.exp: Ditto.
6976 * gdb.base/watchpoint-solib.exp: Ditto.
6977 * gdb.cp/annota2.exp: Ditto.
6978 * gdb.cp/annota3.exp: Ditto.
6979 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6980 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6981 * gdb.mi/mi-pending.exp: Ditto.
6982 * gdb.trace/circ.exp: Ditto.
6983 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6984 * gdb.base/list.exp: Ditto.
6985
6986 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6987 breakpoint function and all references to the usestubs macro.
6988 * gdb.base/exprs.c: Ditto.
6989 * gdb.base/freebpcmd.c: Ditto.
6990 * gdb.base/bitfields.c: Ditto.
6991 * gdb.base/bitfields2.c: Ditto.
6992 * gdb.base/break.c: Ditto.
6993 * gdb.base/call-sc.c: Ditto.
6994 * gdb.base/call-signals.c: Ditto.
6995 * gdb.base/callfuncs.c: Ditto.
6996 * gdb.base/charset.c: Ditto.
6997 * gdb.base/consecutive.c: Ditto.
6998 * gdb.base/constvars.c: Ditto.
6999 * gdb.base/funcargs.c: Ditto.
7000 * gdb.base/int-type.c: Ditto.
7001 * gdb.base/interrupt.c: Ditto.
7002 * gdb.base/langs0.c: Ditto.
7003 * gdb.base/list0.c: Ditto.
7004 * gdb.base/mips_pro.c: Ditto.
7005 * gdb.base/miscexprs.c: Ditto.
7006 * gdb.base/nodebug.c: Ditto.
7007 * gdb.base/opaque0.c: Ditto.
7008 * gdb.base/pointers.c: Ditto.
7009 * gdb.base/printcmds.c: Ditto.
7010 * gdb.base/ptype.c: Ditto.
7011 * gdb.base/recurse.c: Ditto.
7012 * gdb.base/reread1.c: Ditto.
7013 * gdb.base/reread2.c: Ditto.
7014 * gdb.base/restore.c: Ditto.
7015 * gdb.base/return.c: Ditto.
7016 * gdb.base/run.c: Ditto.
7017 * gdb.base/scope0.c: Ditto.
7018 * gdb.base/sepdebug.c: Ditto.
7019 * gdb.base/setshow.c: Ditto.
7020 * gdb.base/setvar.c: Ditto.
7021 * gdb.base/sigall.c: Ditto.
7022 * gdb.base/signals.c: Ditto.
7023 * gdb.base/structs.c: Ditto.
7024 * gdb.base/structs2.c: Ditto.
7025 * gdb.base/testenv.c: Ditto.
7026 * gdb.base/twice.c: Ditto.
7027 * gdb.base/unwindonsignal.c: Ditto.
7028 * gdb.base/watchpoint.c: Ditto.
7029 * gdb.base/watchpoints.c: Ditto.
7030 * gdb.base/whatis.c: Ditto.
7031 * gdb.cp/classes.cc: Ditto.
7032 * gdb.cp/cplusfuncs.cc: Ditto.
7033 * gdb.cp/derivation.cc: Ditto.
7034 * gdb.cp/formatted-ref.cc: Ditto.
7035 * gdb.cp/misc.cc: Ditto.
7036 * gdb.cp/overload.cc: Ditto.
7037 * gdb.cp/ovldbreak.cc: Ditto.
7038 * gdb.cp/ref-params.cc: Ditto.
7039 * gdb.cp/ref-types.cc: Ditto.
7040 * gdb.cp/templates.cc: Ditto.
7041 * gdb.cp/virtfunc.cc: Ditto.
7042 * gdb.hp/gdb.aCC/run.c: Ditto.
7043 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7044 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7045 * gdb.reverse/consecutive-reverse.c: Ditto.
7046 * gdb.reverse/sigall-reverse.c: Ditto.
7047 * gdb.reverse/until-reverse.c: Ditto.
7048 * gdb.reverse/watch-reverse.c: Ditto.
7049 * gdb.trace/actions.c: Ditto.
7050 * gdb.trace/circ.c: Ditto.
7051 * gdb.trace/collection.c: Ditto.
7052
7053 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7054
7055 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7056 (func6, func7): New.
7057 (main): Call func6 and func7.
7058 * gdb.base/watchpoint.exp (test_wide_location_1)
7059 (test_wide_location_2): New.
7060 (top level): Re-enable hardware watchpoints if necessary. Call
7061 test_wide_location_1 and test_wide_location_2.
7062
7063 2011-12-11 Yao Qi <yao@codesourcery.com>
7064
7065 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7066
7067 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7068
7069 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7070 expected output for unsupported case.
7071
7072 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7073
7074 PR testsuite/12649
7075 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7076 Protect gdb_test_multiple by final $gdb_prompt match.
7077
7078 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7079
7080 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7081 New variable, new test.
7082 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7083 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7084 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7085 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7086 them if HAVE_GCC_45682_FIXED is not set.
7087
7088 2011-12-10 Yao Qi <yao@codesourcery.com>
7089
7090 * gdb.trace/status-stop.exp: New.
7091 * gdb.trace/status-stop.c: New.
7092
7093 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7094
7095 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7096 timeout.
7097
7098 2011-12-08 Tom Tromey <tromey@redhat.com>
7099
7100 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7101 condition.
7102
7103 2011-12-07 Stan Shebs <stan@codesourcery.com>
7104
7105 * gdb.trace/tfind.exp: Update for output changes.
7106
7107 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7108
7109 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7110 throws "Cannot insert catchpoints in this configuration".
7111 * gdb.ada/mi_catch_ex.exp: Likewise.
7112
7113 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7114
7115 * gdb.base/break-always.exp: Test changing memory at addresses
7116 with breakpoints inserted.
7117
7118 2011-12-06 Joel Brobecker <brobecker@acacore.com>
7119
7120 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7121 involving a fully qualified function name.
7122
7123 2011-12-06 Tom Tromey <tromey@redhat.com>
7124
7125 * gdb.ada/homonym.exp: Add three breakpoint tests.
7126
7127 2011-12-06 Tom Tromey <tromey@redhat.com>
7128
7129 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7130 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7131 * gdb.objc/objcdecode.exp: Update for output changes.
7132 * gdb.linespec/linespec.exp: New file.
7133 * gdb.linespec/lspec.cc: New file.
7134 * gdb.linespec/lspec.h: New file.
7135 * gdb.linespec/body.h: New file.
7136 * gdb.linespec/base/two/thefile.cc: New file.
7137 * gdb.linespec/base/one/thefile.cc: New file.
7138 * gdb.linespec/Makefile.in: New file.
7139 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7140 output changes.
7141 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7142 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7143 makes one breakpoint.
7144 * gdb.cp/method2.exp (test_break): Update for output changes.
7145 * gdb.cp/mb-templates.exp: Update for output changes.
7146 * gdb.cp/mb-inline.exp: Update for output changes.
7147 * gdb.cp/mb-ctor.exp: Update for output changes.
7148 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7149 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7150 has multiple matches.
7151 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7152 error message change.
7153 * gdb.base/list.exp (test_list_filename_and_number): Update for
7154 error message change.
7155 * gdb.base/break.exp: Disable pending breakpoints. Update for
7156 output changes.
7157 * configure.ac: Add gdb.linespec.
7158 * configure: Rebuild.
7159 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7160
7161 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7162
7163 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7164 last_break register on s390*-*-* targets.
7165
7166 2011-12-06 Joel Brobecker <brobecker@adacore.com>
7167
7168 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7169 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7170 of parameter X in procedure Foo.
7171
7172 2011-12-05 Stan Shebs <stan@codesourcery.com>
7173
7174 * gdb.trace/tfind.exp: Update help string matches.
7175
7176 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7177
7178 * gdb.server/ext-run.exp (get process list): Accept also systemd
7179 as PID 1.
7180
7181 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7182 Pedro Alves <pedro@codesourcery.com>
7183
7184 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7185 starting GDB.
7186 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7187 $use_gdb_stub.
7188 * gdb.base/display.exp: Likewise.
7189 * gdb.base/ending-run.exp: Likewise.
7190 * gdb.base/list.exp (test_listsize): Likewise.
7191 * gdb.base/setshow.exp: Likewise.
7192 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7193 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7194 check by global $use_gdb_stub.
7195 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7196 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7197 (default_gdb_init): Unset global $use_gdb_stub.
7198 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7199 by global $use_gdb_stub.
7200 * lib/gdbserver-support.exp: Extend comments for set_board_info
7201 gdb_protocol and gdb,socketport.
7202 (gdbserver_start_extended): Set global gdbserver_protocol and
7203 gdbserver_gdbport. Clear global use_gdb_stub.
7204 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7205 from target use_gdb_stub.
7206 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7207
7208 2011-12-03 Doug Evans <dje@google.com>
7209
7210 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7211 (gdb_step_for_stub): Add comments.
7212
7213 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7214
7215 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7216 to the caller.
7217 (gdb_test_multiple): Likewise.
7218
7219 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7220
7221 Fix gdb.mi/mi-solib.exp without system debug info installed.
7222 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7223 expect attribute, return 0 for it. Update comments.
7224
7225 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7226
7227 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7228 (corrupted list): Adjust the expectation.
7229
7230 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7231
7232 PR threads/13448
7233 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7234 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7235 * gdb.threads/tls-var-main.c: New file.
7236 * gdb.threads/tls-var.c: New file.
7237 * gdb.threads/tls-var.exp: New file.
7238
7239 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7240
7241 PR testsuite/12649
7242 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7243 Protect gdb_test_multiple by final $gdb_prompt match.
7244 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7245 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7246 (test_tracepoints): Likewise.
7247
7248 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7249
7250 PR breakpoints/13346
7251 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7252 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7253 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7254
7255 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7258 * gdb.ada/homonym/homonym.adb: For use of all types defined
7259 locally inside both Get_Value subprograms.
7260
7261 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 Fix racy FAILs.
7264 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7265 of send_gdb.
7266
7267 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7268
7269 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7270 environment variable after test completed.
7271
7272 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7273
7274 * gdb.base/solib-nodir.exp: Skip if remote target.
7275 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7276 application. Call gdb_load_shlibs.
7277 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7278
7279 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7280
7281 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7282
7283 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.ada/fullname_bp: New testcase.
7286
7287 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7288
7289 PR testsuite/12649
7290 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7291 Wrap send_gdb into a new gdb_test.
7292
7293 Code cleanup.
7294 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7295 Convert send_gdb and gdb_expect to gdb_test_multiple.
7296
7297 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7298
7299 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7300
7301 2011-11-23 Keith Seitz <keiths@redhat.com>
7302
7303 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7304 (mi_varobj_tree_test_children_callback): New proc.
7305 (mi_walk_varobj_tree): New proc.
7306
7307 2011-11-22 Tom Tromey <tromey@redhat.com>
7308
7309 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7310 Add "use_mi_command" argument.
7311 (mi_run_cmd, mi_run_with_cli): New procs.
7312 * gdb.mi/solib-lib.c: New file.
7313 * gdb.mi/solib-main.c: New file.
7314 * gdb.mi/mi-solib.exp: New file.
7315
7316 2011-11-21 Doug Evans <dje@google.com>
7317
7318 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7319 _Unwind_DebugHook is missing.
7320
7321 2011-11-20 Stan Shebs <stan@codesourcery.com>
7322
7323 * gdb.trace/tstatus.exp: New.
7324 * gdb.trace/actions.c: Include string.h.
7325
7326 2011-11-18 Yao Qi <yao@codesourcery.com>
7327
7328 * gdb.trace/pending.exp: New.
7329 * gdb.trace/pending.c: New.
7330 * gdb.trace/pendshr1.c: New.
7331 * gdb.trace/pendshr2.c: New.
7332 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7333 tracepoint location becomes pending.
7334 (tracepoint_change_loc_2): New.
7335
7336 2011-11-16 David S. Miller <davem@davemloft.net>
7337
7338 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7339 target is sparc*-*-linux*
7340
7341 2011-11-15 Paul Koning <paul_koning@dell.com>
7342
7343 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7344 types.
7345
7346 2011-11-14 Doug Evans <dje@google.com>
7347
7348 * gdb.base/shell.exp: New file.
7349
7350 2011-11-14 Stan Shebs <stan@codesourcery.com>
7351
7352 * gdb.trace/ftrace.c: New.
7353 * gdb.trace/ftrace.exp: New.
7354
7355 2011-11-14 Yao Qi <yao@codesourcery.com>
7356
7357 * gdb.trace/change-loc-1.c: New.
7358 * gdb.trace/change-loc-2.c: New.
7359 * gdb.trace/change-loc.c: New.
7360 * gdb.trace/change-loc.exp: New.
7361 * gdb.trace/change-loc.h: New.
7362 * gdb.trace/trace-break.c (marker): Define new symbol.
7363 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
7364 New.
7365 (break_trace_same_addr_6): New.
7366
7367 2011-11-12 Matt Rice <ratmice@gmail.com>
7368
7369 * gdb.base/info-macros.exp: Make tests for info definitions
7370 test info macro. Add tests for info macro argument processing.
7371 Rename a few tests.
7372
7373 2011-11-11 Keith Seitz <keiths@redhat.com>
7374
7375 PR gdb/12843
7376 * gdb.base/linespecs.exp: New file.
7377
7378 2011-11-11 Doug Evans <dje@google.com>
7379
7380 * gdb.threads/print-threads.exp: Extend timeout for slower
7381 tests.
7382
7383 2011-11-10 Doug Evans <dje@google.com>
7384
7385 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7386 "record to end of main" test.
7387
7388 * gdb.python/py-type.c (TS): New typedef.
7389 (ts): New global.
7390 * gdb.python/py-type.exp: Test field list of typedef.
7391
7392 2011-11-10 Joel Brobecker <brobecker@adacore.com>
7393
7394 * gdb.ada/small_reg_param: New testcase.
7395
7396 2011-11-09 Tom Tromey <tromey@redhat.com>
7397
7398 * gdb.cp/destrprint.exp: New file.
7399 * gdb.cp/destrprint.cc: New file.
7400
7401 2011-11-08 Meador Inge <meadori@codesourcery.com>
7402
7403 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7404 (switch_stack_to_other): New test function.
7405 * gdb.arch/thumb-prologue.exp: New test cases.
7406
7407 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7408
7409 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7410
7411 2011-11-08 Yao Qi <yao@codesourcery.com>
7412
7413 * gdb.exp (supports_process_record): New.
7414 (supports_reverse): New.
7415 * gdb.reverse/break-precsave.exp: Call support_process_record
7416 to run test conditionally.
7417 * gdb.reverse/consecutive-precsave.exp: Likewise.
7418 * gdb.reverse/i386-precsave.exp: Likewise.
7419 * gdb.reverse/machinestate-precsave.exp: Likewise.
7420 * gdb.reverse/solib-precsave.exp: Likewise.
7421 * gdb.reverse/step-precsave.exp: Likewise.
7422 * gdb.reverse/until-precsave.exp: Likewise.
7423 * gdb.reverse/watch-precsave.exp: Likewise.
7424 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7425 test conditionally.
7426 * gdb.reverse/consecutive-reverse.exp: Likewise.
7427 * gdb.reverse/finish-precsave.exp: Likewise.
7428 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7429 * gdb.reverse/finish-reverse.exp: Likewise.
7430 * gdb.reverse/i386-reverse.exp: Likewise.
7431 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7432 * gdb.reverse/machinestate.exp: Likewise.
7433 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7434 * gdb.reverse/sigall-precsave.exp: Likewise.
7435 * gdb.reverse/sigall-reverse.exp: Likewise.
7436 * gdb.reverse/solib-reverse.exp: Likewise.
7437 * gdb.reverse/step-reverse.exp: Likewise.
7438 * gdb.reverse/until-reverse.exp: Likewise.
7439 * gdb.reverse/watch-reverse.exp: Likewise.
7440
7441 2011-11-05 Yao Qi <yao@codesourcery.com>
7442
7443 * gdb.trace/trace-break.exp: Add test on setting two
7444 fast tracepoints at the same address.
7445
7446 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7447
7448 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7449
7450 2011-11-02 Stan Shebs <stan@codesourcery.com>
7451
7452 * gdb.trace/collection.c: Add code using strings.
7453 * gdb.trace/collection.exp: Add tests of string collection.
7454
7455 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7456
7457 * gdb.base/skip-solib.exp (executable_main): New variable.
7458 (binfile_main): Base it on that.
7459 Use $executable_main in clean_restart calls. Drop gdb_exit and
7460 gdb_start calls.
7461
7462 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 Fix racy FAILs.
7465 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7466 breakpoint_re globals import by async. Set string_regex to .* for
7467 async. Remove the optional thread_selected_re and breakpoint_re
7468 globals expectations.
7469
7470 2011-11-01 Joseph Myers <joseph@codesourcery.com>
7471
7472 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7473 well as Cygwin.
7474
7475 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
7476
7477 Add tests for skip command.
7478 * gdb.base/skip-solib-lib.c: New
7479 * gdb.base/skip-solib-main.c: New
7480 * gdb.base/skip-solib.exp: New
7481 * gdb.base/skip.c: New
7482 * gdb.base/skip.exp: New
7483 * gdb.base/skip1.c: New
7484 * gdb.base/Makefile.in: Adding new files.
7485
7486 2011-10-31 Yao Qi <yao@codesourcery.com>
7487 Pedro Alves <pedro@codesourcery.com>
7488
7489 * gdb.trace/trace-break.c: New.
7490 * gdb.trace/trace-break.exp: New.
7491
7492 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7495 break-here-2.
7496
7497 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7498
7499 * gdb.threads/no-unwaited-for-left.c: New.
7500 * gdb.threads/no-unwaited-for-left.exp: New.
7501 * gdb.threads/non-ldr-exc-1.c: New.
7502 * gdb.threads/non-ldr-exc-1.exp: New.
7503 * gdb.threads/non-ldr-exc-2.c: New.
7504 * gdb.threads/non-ldr-exc-2.exp: New.
7505 * gdb.threads/non-ldr-exc-3.c: New.
7506 * gdb.threads/non-ldr-exc-3.exp: New.
7507 * gdb.threads/non-ldr-exc-4.c: New.
7508 * gdb.threads/non-ldr-exc-4.exp: New.
7509
7510 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7511
7512 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7513 * gdb.base/attach-pie-misread.exp: Likewise.
7514 * gdb.base/break-interp.exp: Likewise.
7515 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7516 testcases for use_gdb_stub.
7517 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7518 (continue): New testcase.
7519 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7520 * gdb.threads/attach-into-signal.exp: Likewise.
7521 * gdb.threads/attach-stopped.exp: Likewise.
7522 * gdb.threads/attachstop-mt.exp: Likewise.
7523
7524 2011-10-28 Paul Koning <paul_koning@dell.com>
7525
7526 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7527
7528 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7531 (mi_gdb_test): Import globals thread_selected_re
7532 and breakpoint_re. Expect them optionally at the regex start.
7533
7534 2011-10-27 Doug Evans <dje@google.com>
7535
7536 * gdb.python/python.exp: Test source -s.
7537
7538 2011-10-26 Paul Koning <paul_koning@dell.com>
7539
7540 * gdb.python/lib-types.cc (struct A): New structure.
7541 * gdb.python/lib-types.exp (deepitems): New tests.
7542
7543 2011-10-25 Paul Koning <paul_koning@dell.com>
7544
7545 PR python/13327
7546
7547 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7548 fetch_lazy method.
7549
7550 2011-10-24 Yao Qi <yao@codesourcery.com>
7551
7552 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7553 target is tic6x-*-*.
7554
7555 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7556
7557 * gdb.ada/mi_task_info/task_switch.adb: New file.
7558 * gdb.ada/mi_task_info.exp: New file.
7559
7560 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7563 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7564
7565 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7566
7567 PR python/12656
7568
7569 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7570 global_block tests.
7571
7572 2011-10-18 Tom Tromey <tromey@redhat.com>
7573
7574 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7575
7576 2011-10-18 Tom Tromey <tromey@redhat.com>
7577
7578 * gdb.base/source.exp: Don't include full file name in test name.
7579 * gdb.python/python.exp: Don't include full file name in test
7580 name.
7581
7582 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7583
7584 * gdb.base/attach-pie-noexec.c: New files.
7585 * gdb.base/attach-pie-noexec.exp: New files.
7586
7587 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7588
7589 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7590 prompt for each extra line in command.
7591
7592 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7593
7594 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7595 Revert the part of:
7596 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7597 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7598 Change the expected string.
7599
7600 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7601
7602 Fix results with system glibc debug info installed.
7603 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7604 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7605 Accept also __libc_ symbol prefix and no prefix.
7606
7607 2011-10-14 Keith Seitz <keiths@redhat.com>
7608
7609 PR c++/13225
7610 * gdb.cp/converts.cc (foo3_1): New function.
7611 (foo3_2): New functions.
7612 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7613 and null pointer conversions of integer constant zero.
7614 Add test to check if all arguments are checked for incompatible
7615 conversion BADNESS.
7616
7617 2011-10-14 Tom Tromey <tromey@redhat.com>
7618
7619 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7620 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7621 linespec.
7622
7623 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7624
7625 Fix internal error regression.
7626 * gdb.dwarf2/implptr-optimized-out.S: New file.
7627 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7628
7629 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7630
7631 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7632 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7633 (loclist): New.
7634 (4): New abbrev.
7635 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7636 Use prepare_for_testing, remove clean_restart.
7637 (p arraynoloc, p arraycallnoloc): New tests.
7638
7639 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7640
7641 * gdb.cp/namespace-enum.exp (executable): New variable.
7642 (binfile): Use ${objdir}/${subdir}/ prefix.
7643 Use ${executable} for clean_restart.
7644
7645 2011-10-11 Sterling Augustine <saugustine@google.com>
7646
7647 * gdb.cp/Makefile.in: Add namespace-enum test.
7648 * gdb.cp/namespace-enum.exp: New file.
7649 * gdb.cp/namespace-enum.c: New file.
7650 * gdb.cp/namespace-enum-main.c: New file.
7651
7652 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7653
7654 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7655 sysroot.
7656
7657 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 Reimplement @entry in input expressions.
7660 * gdb.base/exprs.c (v_int_array_init): New variable.
7661 * gdb.base/exprs.exp (print v_int_array_init)
7662 (print *v_int_array_init@1, print *v_int_array_init@2)
7663 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7664 (print v_int_array_init[1]@1): New tests.
7665
7666 2011-10-10 Joseph Myers <joseph@codesourcery.com>
7667
7668 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7669 expected message.
7670
7671 2011-10-09 Doug Evans <dje@google.com>
7672
7673 * gdb.base/alias.exp: Add tests for alias command.
7674
7675 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 * gdb.arch/amd64-entry-value.s: New file.
7678 * gdb.mi/mi2-amd64-entry-value.s: New file.
7679
7680 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7681
7682 Display @entry parameter values even for references.
7683 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7684 functions.
7685 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7686 reference and datap_input.
7687 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7688 breakpoints.
7689 (continue to breakpoint: entry_reference: reference)
7690 (entry_reference: bt at entry)
7691 (continue to breakpoint: entry_reference: breakhere_reference)
7692 (entry_reference: bt, entry_reference: ptype regparam)
7693 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7694 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7695 (entry_reference: p regcopy, entry_reference: p nodataparam)
7696 (entry_reference: p nodataparam@entry): New tests.
7697
7698 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7699
7700 Support @entry in input expressions.
7701 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7702 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7703 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7704 (tailcall: p j@entry): New tests.
7705 * gdb.cp/koenig.cc (A::entry): New function.
7706 (main): Call it.
7707 * gdb.cp/koenig.exp (p entry (c)): New test.
7708
7709 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7710
7711 Display @entry parameter values (without references).
7712 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7713 (different, validity, invalid): New functions.
7714 (main): Call them.
7715 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7716 stacktest, breakhere_stacktest, different, breakhere_different,
7717 breakhere_validity and breakhere_invalid.
7718 (entry: bt): Update for @entry.
7719 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7720 (entry_validity: *, entry_invalid: *): Many new tests.
7721 * gdb.base/break.exp
7722 (run until breakpoint set at small function, optimized file): Accept
7723 also the @entry suffix.
7724 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7725 * gdb.mi/mi2-amd64-entry-value.c: New files.
7726 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7727
7728 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7729
7730 Protect entry values against self tail calls.
7731 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7732 (main): Call self.
7733 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7734 (set debug entry-values 1, self: bt debug entry-values): New tests.
7735
7736 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7737
7738 Recognize virtual tail call frames.
7739 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7740 (amb_b, amb_a): New.
7741 (main): Call a and b.
7742 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7743 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7744 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7745 New tests.
7746
7747 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7748
7749 Implement basic support for DW_TAG_GNU_call_site.
7750 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7751 * gdb.arch/amd64-entry-value.cc: New file.
7752 * gdb.arch/amd64-entry-value.exp: New file.
7753
7754 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7755
7756 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7757 * gdb.dwarf2/implptr-64bit.S: New file.
7758 * gdb.dwarf2/implptr-64bit.exp: New file.
7759
7760 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7761
7762 Fix initial language detection with -readnow.
7763 * gdb.cp/readnow-language.cc: New file.
7764 * gdb.cp/readnow-language.exp: New file.
7765
7766 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7767
7768 Fix printed anonymous struct name.
7769 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7770
7771 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7772
7773 * gdb.base/solib-symbol.exp: Do not include directories in
7774 filenames in expected messages.
7775
7776 2011-10-07 Doug Evans <dje@google.com>
7777
7778 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7779
7780 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7781
7782 Allow Python notification of new object-file loadings.
7783 * gdb.python/py-events.exp: Test newobjfile event.
7784 * gdb.python/py-events.py: Register newobjfile callback.
7785 * gdb.python/py-events.c: Add call to shared library
7786 * gdb.python/py-events-shlib.c: New file.
7787
7788 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7789
7790 * gdb.base/fixsection.exp: Do not include directories in filename
7791 in expected message.
7792
7793 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7794
7795 Add tests for passing of environment variables to inferior.
7796 * gdb.base/testenv.c: New test source.
7797 * gdb.base/testenv.exp: New expect test.
7798
7799 2011-10-04 Paul Koning <paul_koning@dell.com>
7800
7801 * gdb.python/py-value.c (main): Break before return.
7802
7803 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7804
7805 PR python/12691: Add the inferior to Python exited event
7806 * gdb.python/py-events.exp: Test the inferior attribute of exited
7807 event with a fork.
7808 * gdb.python/py-events.py: Print inferior number on exit.
7809 * gdb.python/py-events.c: Fork the inferior.
7810
7811 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7812
7813 * gdb.base/jit.exp: Add testcase name to log message
7814
7815 2011-10-03 Paul Koning <paul_koning@dell.com>
7816 Jan Kratochvil <jan.kratochvil@redhat.com>
7817
7818 * gdb.python/py-value.exp
7819 (python inval = gdb.parse_and_eval('*(int*)0'))
7820 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7821 (set argc=2, python print argc_lazy): New tests.
7822
7823 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7824
7825 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7826
7827 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7828 Pedro Alves <pedro@codesourcery.com>
7829
7830 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7831 can_read_0, test for it.
7832 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7833 (parse_and_eval with memory error): ... here, make it untested if
7834 can_read_0.
7835
7836 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7837
7838 * gdb.python/python.exp (verify pagination beforehand)
7839 (verify pagination afterwards): Fix race by splitting the line.
7840
7841 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7842
7843 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7844 for 64-bit multilibs from i?86-* targets.
7845
7846 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7847
7848 * lib/gdb.exp: Fix a typo in one of the comments.
7849
7850 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7851
7852 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7853 matching pattern.
7854
7855 2011-09-28 Paul Koning <paul_koning@dell.com>
7856
7857 * gdb.python/py-type.c (enum E): New.
7858 * gdb.python/py-type.exp (test_fields): Add tests for Python
7859 mapping access to fields.
7860 (test_enums): New test for field access on enums.
7861
7862 2011-09-27 Stan Shebs <stan@codesourcery.com>
7863
7864 * gdb.trace/collection.exp: Test collection of $_ret.
7865
7866 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7867
7868 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7869 list of compilation switches for <*-*-freebsd*>.
7870
7871 2011-09-19 Stan Shebs <stan@codesourcery.com>
7872
7873 * gdb.trace/tspeed.exp: New file.
7874 * gdb.trace/tspeed.c: New file.
7875
7876 2011-09-18 Yao Qi <yao@codesourcery.com>
7877
7878 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7879 instructions.
7880 (test_adr_32bit, test_pop_pc): Likewise.
7881 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7882 Thumb instructions.
7883 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7884 in gdb_test_multiple.
7885 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7886
7887 2011-09-17 Yao Qi <yao@codesourcery.com>
7888
7889 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7890 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7891 support single step to signal handler.
7892
7893 2011-09-17 Yao Qi <yao@codesourcery.com>
7894
7895 * gdb.base/disp-step-fork.c: New.
7896 * gdb.base/disp-step-syscall.exp: New.
7897 * gdb.base/disp-step-vfork.c: New.
7898
7899 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7900
7901 * gdb.ada/tasks.exp: Make the expected output for
7902 the `info tasks' tests more resilient to spacing
7903 changes.
7904
7905 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7906
7907 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7908 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7909
7910 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7911
7912 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7913 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7914
7915 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7916
7917 Handle multiple breakpoint hits in Python interface:
7918 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7919 presence.
7920 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7921 breakpoint hits.
7922
7923 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7924 Jan Kratochvil <jan.kratochvil@redhat.com>
7925
7926 * gdb.python/py-events.exp: Remove pretty printing comment.
7927 * gdb.python/py-evsignal.exp: New file.
7928 * gdb.python/py-evthreads.c: Include signal.h.
7929 (thread3): Remove variable count3. Remove variable bad and use raise
7930 instead.
7931 (thread2): Remove variable count2. Move thread3 pthread_create here,
7932 merge pthread_join to a single line.
7933 (main): Remove variable count1. Merge pthread_join with pthread_create
7934 to a single line.
7935 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7936 KFAIL python/12966 for gdbserver. Test return value of
7937 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7938 gdb_expect by gdb_test and gdb_test_multiple.
7939 (thread 2, thread 3): New tests.
7940
7941 2011-09-12 Matt Rice <ratmice@gmail.com>
7942 Pedro Alves <pedro@codesourcery.com>
7943
7944 PR gdb/13175
7945
7946 * gdb.base/interp.exp: New tests.
7947 * gdb.base/interp.c: New file.
7948
7949 2011-09-12 Doug Evans <dje@google.com>
7950
7951 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7952 * gdb.dwarf2/typeddwarf.exp: Ditto.
7953
7954 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7955
7956 Fix compatibility with x32 arch.
7957 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7958 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7959 is_x86_like_target.
7960 * testsuite/gdb.trace/collection.exp: Likewise.
7961 * testsuite/gdb.trace/report.exp: Likewise.
7962 * testsuite/gdb.trace/unavailable.exp: Likewise.
7963 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7964 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7965 (is_x86_like_target): Check also is_amd64_regs_target.
7966
7967 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 PR breakpoints/12435
7970 * gdb.arch/amd64-prologue-xmm.c: New file.
7971 * gdb.arch/amd64-prologue-xmm.exp: New file.
7972 * gdb.arch/amd64-prologue-xmm.s: New file.
7973
7974 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7975
7976 * gdb.dwarf2/dw2-param-error-main.c: New file.
7977 * gdb.dwarf2/dw2-param-error.S: New file.
7978 * gdb.dwarf2/dw2-param-error.exp: New file.
7979
7980 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7981
7982 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7983 inferior's pid and look for a core dump named core.$pid. Use
7984 `remote_file' commands on the host instead of hand coding shell
7985 commands on the build.
7986 * gdb.base/valgrind-db-attach.exp: Kill the program before
7987 finishing the test.
7988
7989 2011-09-02 Matt Rice <ratmice@gmail.com>
7990
7991 * lib/prompt.exp: New file for testing the first prompt.
7992 * gdb.python/py-prompt.exp: Ditto.
7993 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7994
7995 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7996
7997 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7998 0, before testing gcore.
7999
8000 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8001
8002 * dw2-ifort-parameter-debug.S: Update copyright year.
8003 * dw2-ifort-parameter.c: Update copyright year.
8004 * dw2-ifort-parameter.exp: Update copyright year.
8005
8006 * dw2-ifort-parameter-debug.S: New file.
8007 * dw2-ifort-parameter.c: New file.
8008 * dw2-ifort-parameter.exp: New file.
8009
8010 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 * gdb.base/commands.exp (error_clears_commands_left): New function.
8013 (): Call it.
8014
8015 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8016
8017 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8018 (C): Initialize `a'.
8019 * gdb.mi/mi-inheritance-syntax-error.exp
8020 (-data-evaluate-expression $path): Expect `a' as 5.
8021
8022 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8023
8024 PR mi/11912
8025 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8026 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8027 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8028 keyword in output of -var-info-path-expression.
8029
8030 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8033 * gdb.trace/collection.exp: Likewise.
8034 * gdb.trace/report.exp: Likewise.
8035 * gdb.trace/unavailable.exp: Likewise.
8036 * gdb.trace/while-dyn.exp: Likewise.
8037
8038 2011-08-18 Keith Seitz <keiths@redhat.com>
8039
8040 PR c++/12266
8041 * gdb.cp/meth-typedefs.cc: New file.
8042 * gdb.cp/meth-typedefs.exp: New file.
8043
8044 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8045
8046 * gdb.python/python.exp: Add extended-prompt tests.
8047
8048 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8049
8050 * gdb.arch/i386-dr3-watch.exp
8051 (watchpoint on gap1 does not fit debug registers)
8052 (delete all watchpoints): Fix racy expect strings.
8053
8054 2011-08-14 Yao Qi <yao@codesourcery.com>
8055
8056 * gdb.base/maint.exp: set data_section to ".neardata".
8057 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8058 * gdb.base/savedregs.exp: Handle SIGILL.
8059 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8060 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8061
8062 2011-08-12 Doug Evans <dje@google.com>
8063
8064 * gdb.python/py-symbol.exp: Add test for symbol.type.
8065
8066 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8067
8068 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8069 * gdb.mi/mi-pthreads.exp: Likewise.
8070 * gdb.mi/mi2-pthreads.exp: Likewise.
8071 * gdb.mi/gdb669.exp.exp: Likewise.
8072
8073 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8074
8075 * lib/mi-support.exp (detect_async): Rename to...
8076 (mi_detect_async): ... this.
8077 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8078 * gdb.mi/mi-nonstop.exp: Adjust.
8079 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8080 * gdb.mi/mi-nsintrall.exp: Adjust.
8081 * gdb.mi/mi-nsmoribund.exp: Adjust.
8082 * gdb.mi/mi-nsthrexec.exp: Adjust.
8083
8084 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8085
8086 * gdb.base/display.c (do_loops): New `p_i' local.
8087 * gdb.base/display.exp: Test displaying a variable that is
8088 temporarily at a bad address.
8089
8090 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8091
8092 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8093 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8094
8095 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8096
8097 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8098 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8099 (p fuNC_symtab): Permit also ppc64 leading dot.
8100
8101 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8102
8103 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8104 procedure.
8105 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8106
8107 2011-08-05 Yao Qi <yao@codesourcery.com>
8108
8109 * gdb.base/callfuncs.exp: Set language after main.
8110 * gdb.cp/cplusfuncs.exp: Likewise.
8111 * gdb.cp/inherit.exp: Likewise.
8112
8113 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8114
8115 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8116 * gdb.base/watch-vfork.exp: Skip on remote targets.
8117
8118 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8119
8120 * gdb.threads/thread-find.exp: Support remote targets.
8121
8122 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8123
8124 * gdb.base/jit.exp: Download solib_binfile to target.
8125 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8126 and call dlopen without full path name.
8127 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8128 dlopen without full path name.
8129
8130 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8131
8132 * gdb.base/break-always.exp: Complete the test
8133 with duplicated breakpoints and enabling/disabling them.
8134
8135 2011-08-02 Tom Tromey <tromey@redhat.com>
8136
8137 PR gdb/11289:
8138 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8139
8140 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
8141
8142 PR gdb/13045
8143 * gdb.base/float.exp: Add new test case for PR gdb/13045
8144 * gdb.base/float.c: New file.
8145
8146 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8147
8148 * gdb.python/py-mi.exp: Test printers returning string hint, and
8149 also not returning a value.
8150 * gdb.python/py-prettyprint.c: Add testcase for above.
8151 * gdb.python/py-prettyprint.py: Add test printer for above.
8152
8153 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8154
8155 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8156 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8157 (.Ldie30) Add as field "data4".
8158 (.Ldie32) Rename field "b" to "shl".
8159 (abbrev4) Change for the "data4" field.
8160 (abbrev5, abbrev6) Remove.
8161 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8162 (p &s.shl): ... here. Add comment.
8163 (p &s.data4): New.
8164
8165 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
8167 Fix crash on lval_computed values.
8168 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8169
8170 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8171
8172 * gdb.base/help.exp (help whatis): Update the expected string.
8173
8174 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8175
8176 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8177 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8178 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8179 Change the expected string.
8180
8181 2011-07-26 Pedro Alves <pedro@codesourcery.com>
8182
8183 * gdb.base/watchpoint.exp
8184 (test_disable_enable_software_watchpoint): New procedure.
8185 (top level): Run it.
8186
8187 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8188
8189 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8190 executable file "${binfile}", C++ version "${binfile}-cxx".
8191 * gdb.python/py-prettyprint.exp: Likewise.
8192 * gdb.python/py-symbol.exp: Likewise.
8193 * gdb.python/py-type.exp: Likewise.
8194 * gdb.python/py-value.exp: Likewise.
8195 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8196 file name instead of just suffix.
8197
8198 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8199
8200 Fix implicit pointer offsets.
8201 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8202 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8203 (continue to breakpoint: continue to baz breakpoint for implptr)
8204 (sanity check element 0, sanity check element 1)
8205 (enter the inlined function, check element 0 for the offset)
8206 (check element 1 for the offset)
8207 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8208 (set foo breakpoint for implptr): Update the breakpoint number.
8209
8210 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8211
8212 * gdb.python/py-mi.exp: Use different file names for different
8213 versions of the executable under test.
8214 * gdb.python/py-prettyprint.exp: Likewise.
8215 * gdb.python/py-symbol.exp: Likewise.
8216 * gdb.python/py-template.exp: Likewise.
8217 * gdb.python/py-type.exp: Likewise.
8218 * gdb.python/py-value.exp: Likewise.
8219
8220 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8221
8222 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8223 flag after restarting GDB if necessary.
8224
8225 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8226
8227 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8228
8229 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8230
8231 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8232 backend doesn't leave used debug registers behind.
8233
8234 2011-07-22 Tom Tromey <tromey@redhat.com>
8235
8236 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8237 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8238 argument.
8239 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8240
8241 2011-07-21 Matt Rice <ratmice@gmail.com>
8242
8243 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8244 in mostlyclean rule. Add files ending in .core.
8245
8246 2011-07-21 Matt Rice <ratmice@gmail.com>
8247
8248 PR macros/12999
8249 * gdb.base/info-macros.c: New test sources.
8250 * gdb.base/info-macros.exp: New tests.
8251
8252 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8253
8254 * gdb.python/python.exp: Add prompt substitution tests.
8255
8256 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8257
8258 Fix crash if referenced CU is aged out.
8259 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8260 New.
8261 * gdb.dwarf2/implptr.exp: Likewise.
8262
8263 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8264
8265 * gdb.dwarf2/implptr.S: Rebuilt.
8266 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8267 (bar): Use them for j, k, l.
8268 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8269 COMPILE.
8270 (print j in implptr:bar): Update for the intp typedef.
8271 (print p[0].x in implptr:foo): Use more exact regex.
8272
8273 2011-07-18 Tom Tromey <tromey@redhat.com>
8274
8275 * gdb.cp/static-method.exp: Add missing single quote.
8276
8277 2011-07-18 Yao Qi <yao@codesourcery.com>
8278
8279 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8280 supported.
8281 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8282 * gdb.mi/mi-nonstop.exp: Likewise.
8283 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8284 * gdb.mi/mi-nsintrall.exp: Likewise.
8285 * gdb.mi/mi-nsmoribund.exp: Likewise.
8286 * gdb.mi/mi-nsthrexec.exp: Likewise.
8287 * gdb.python/py-evthreads.exp: Likewise.
8288
8289 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8290
8291 Code cleanup.
8292 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8293 it. Substitute it instead of test_compiler_info everywhere.
8294
8295 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8296
8297 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8298 remote targets as well.
8299
8300 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8301
8302 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8303 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8304
8305 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8306
8307 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8308 a remote machine, not the host.
8309 (gdb_compile_shlib): Set soname if target is remote.
8310
8311 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8312
8313 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8314
8315 2011-07-13 Matt Rice <ratmice@gmail.com>
8316
8317 * gdb.python/py-objfile-script-gdb.py: Renamed to
8318 py-objfile-script-gdb.py.in.
8319 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8320 py-objfile-script-gdb.py.
8321 * gdb.python/py-objfile-script.exp: Update reference to
8322 py-objfile-script-gdb.py.
8323
8324 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8325
8326 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8327 reference undefined label.
8328
8329 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8332 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8333 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8334 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8335
8336 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8337
8338 PR python/12438
8339 * gdb.python/python.exp: Add maint set/show python print-stack
8340 deprecated tests. Add set/show python print-backtrace tests.
8341
8342 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8343
8344 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8345 debug info.
8346
8347 2011-07-06 Matt Rice <ratmice@gmail.com>
8348
8349 * gdb.python/python.exp: Update filename paths.
8350 * gdb.python/py-symtab.exp: Ditto.
8351
8352 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8353
8354 * gdb.python/py-evthreads.exp: Add missing `$'.
8355
8356 2011-07-06 Jie Zhang <jie.zhang@analog.com>
8357
8358 * config/bfin.exp: New file.
8359 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8360 * gdb.asm/bfin.inc: New file.
8361
8362 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8363
8364 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8365 the whole output.
8366
8367 2011-07-05 Tom Tromey <tromey@redhat.com>
8368
8369 * gdb.java/jprint.java (jprint.hi): New field.
8370 * gdb.java/jprint.exp: Print string.
8371
8372 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8373
8374 * gdb.base/call-sc.c: Fix typos.
8375 * gdb.base/ifelse.exp: Likewise.
8376 * gdb.base/structs.c: Likewise.
8377
8378 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8379
8380 * gdb.base/jit-so.exp: New test.
8381 * gdb.base/jit-dlmain.c: New file.
8382 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8383
8384 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8385
8386 * gdb.cp/m-static.exp: Call get_compiler_info.
8387 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8388 * gdb.cp/pr9167.exp (p b): Likewise.
8389 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8390 (test value of P in inner_m, test type of Z in inner_m): Call
8391 setup_xfail for gcc <= 4.5.
8392
8393 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 * gdb.cp/paren-type.cc: New files.
8396 * gdb.cp/paren-type.exp: New files.
8397
8398 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 Stop on first linespec terminator instead of eating what we can.
8401 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8402 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8403 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8404 (break C::f()): ... this one.
8405 (break C::operator()()): New test.
8406 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8407 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8408 test.
8409
8410 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8411
8412 Fall back linespec to minimal symbols.
8413 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8414 error message.
8415 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8416 * gdb.cp/minsym-fallback-main.cc: New file.
8417 * gdb.cp/minsym-fallback.cc: New file.
8418 * gdb.cp/minsym-fallback.exp: New file.
8419 * gdb.cp/minsym-fallback.h: New file.
8420
8421 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8422
8423 * gdb.cp/no-dmgl-verbose.cc: New file.
8424 * gdb.cp/no-dmgl-verbose.exp: New file.
8425
8426 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8427
8428 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8429 __GI_.
8430 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8431 (f): New function.
8432 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8433 (complete p 'func<short>(): ... here.
8434 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8435 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8436 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8437 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8438 Make them KFAIL gcc/49546.
8439
8440 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8441
8442 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8443
8444 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8445
8446 Test GCC PR debug/49546.
8447 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8448 (test type of F in k3_m, test value of F in k3_m): New.
8449 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8450 (main): New variable k3. Call k3.k3_m.
8451
8452 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8453
8454 * gdb.ada/packed_array.exp: Fix expected outout.
8455
8456 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8457
8458 * gdb.ada/packed_array.exp: fixed expected output.
8459
8460 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8461
8462 * gdb.ada/same_enum: New testcase.
8463
8464 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8465
8466 * gdb.ada/ptr_typedef: New testcase.
8467
8468 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8469
8470 * gdb.ada/arrayptr.exp: Add ptype test.
8471
8472 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8473
8474 * gdb.ada/char_enum: New testcase.
8475
8476 2011-07-01 Yao Qi <yao@codesourcery.com>
8477
8478 * gdb.base/dump.exp (capture_pointer_with_type): New.
8479 Get value from address instead of name.
8480 Start GDB once, and do `dump' and `restore'
8481 tests together.
8482
8483 2011-06-30 Jie Zhang <jie.zhang@analog.com>
8484 Mike Frysinger <vapier@gentoo.org>
8485
8486 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8487 helper functions for getting/setting remotetimeout variable.
8488 * lib/gdb.exp (gdb_load): If the target is remote, set
8489 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8490 with $loadtimeout. Set $load_ok to 0 before doing the load.
8491 Instead of returning, immediately, set $load_ok to 0. Call
8492 set_remotetimeout with $oldremotetimeout, and then return if
8493 $load_ok is 1.
8494
8495 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8496
8497 * gdb.python/py-template.exp: Don't run this test if the target
8498 does not support c++ tests.
8499
8500 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8501
8502 Fix non-only rename list for Fortran modules import.
8503 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8504 tests.
8505 * gdb.fortran/module.f90 (module moduse): New.
8506 (program module): use moduse, test var_x, var_y and var_z.
8507
8508 2011-06-29 Tom Tromey <tromey@redhat.com>
8509
8510 PR testsuite/12040:
8511 * gdb.fortran/array-element.exp: Use f90, not f77.
8512 * gdb.fortran/complex.exp: Use f90, not f77.
8513 * gdb.fortran/derived-type.exp: Use f90, not f77.
8514 * gdb.fortran/library-module.exp: Use f90, not f77.
8515 * gdb.fortran/logical.exp: Use f90, not f77.
8516 * gdb.fortran/module.exp: Use f90, not f77.
8517 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8518 * gdb.fortran/subarray.exp: Use f90, not f77.
8519
8520 2011-06-29 Tom Tromey <tromey@redhat.com>
8521
8522 * gdb.fortran/charset.exp: New file.
8523 * gdb.fortran/charset.f90: New file.
8524
8525 2011-06-29 Tom Tromey <tromey@redhat.com>
8526
8527 PR testsuite/12040:
8528 * lib/future.exp: New file, mostly extracted from ada.exp.
8529 Rewrote compatibility code to use rename.
8530 (gdb_find_gfortran): New proc.
8531 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8532 gfortran patch.
8533 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8534 Move to future.exp.
8535 * lib/gdb.exp: Always load future.exp.
8536
8537 2011-06-28 Yao Qi <yao@codesourcery.com>
8538
8539 * gdb.cp/exception.cc: Don't include iostream.
8540 (bar): Remove print statement.
8541 (catcher): New.
8542 (main): Remove print statements. Call function catcher.
8543 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8544 Set breakpoint on catcher, and check the value of parameter.
8545
8546 2011-06-23 Yao Qi <yao@codesourcery.com>
8547
8548 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8549 breakpoint 1.2 is disabled. KFAIL for uclinux.
8550
8551 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8552
8553 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8554 mi_gdb_test.
8555
8556 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8557
8558 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8559
8560 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8561
8562 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8563
8564 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8565
8566 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8567 `test_exec_and_symbol_mi_operatons' return value.
8568 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8569 gdb_test_multiple.
8570 (test_exec_and_symbol_mi_operatons): Likewise.
8571 (test_path_specification): Likewise.
8572
8573 2011-06-23 Yao Qi <yao@codesourcery.com>
8574
8575 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8576 supported.
8577 * lib/gdb.exp (support_displaced_stepping): New.
8578
8579 2011-06-23 Yao Qi <yao@codesourcery.com>
8580
8581 * gdb.threads/execl.exp: Skip on remote target.
8582
8583 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8584
8585 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8586 mi_gdb_test.
8587
8588 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8589
8590 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8591
8592 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8593
8594 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8595 mi_gdb_test.
8596
8597 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8598
8599 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8600
8601 2011-06-14 Yao Qi <yao@codesourcery.com>
8602
8603 gdb/testsuite/
8604 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8605
8606 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8607
8608 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8609
8610 2011-06-10 Tom Tromey <tromey@redhat.com>
8611
8612 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8613 Add tests for pointer-to-member-function.
8614 * gdb.cp/temargs.cc (S::somefunc): New function.
8615 (K2): New class.
8616 (main): Instantiate K2; call method.
8617
8618 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8619
8620 * gdb.python/py-inferior.c (f2): Make str an array rather
8621 than a pointer.
8622 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8623
8624 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8625
8626 * gdb.base/async-shell.c: New file.
8627 * gdb.base/async-shell.exp: New file.
8628
8629 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8630
8631 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8632
8633 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8634
8635 From Stephen Kitt <steve@sk2.org>
8636 * gdb.base/help.exp: Adjust following some spelling corrections
8637 in GDB.
8638
8639 2011-06-01 Yao Qi <yao@codesourcery.com>
8640
8641 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8642
8643 2010-05-31 Keith Seitz <keiths@redhat.com>
8644
8645 PR c++/12750
8646 * gdb.cp/static-method.cc: New file.
8647 * gdb.cp/static-method.exp: New file.
8648
8649 2010-05-31 Keith Seitz <keiths@redhat.com>
8650
8651 PR symtab/12704
8652 * gdb.cp/anon-ns.cc: New file.
8653 * gdb.cp/anon-ns.exp: New file.
8654
8655 2011-05-31 Pedro Alves <pedro@codesourcery.com>
8656
8657 * gdb.arch/i386-dr3-watch.c: New file.
8658 * gdb.arch/i386-dr3-watch.exp: New file.
8659
8660 2011-05-30 Yao Qi <yao@codesourcery.com>
8661
8662 * gdb.base/callfuncs.c (t_structs_fc): New.
8663 (t_structs_dc, t_structs_ldc): New.
8664 (t_double_many_args):
8665 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8666 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8667 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8668 * gdb.base/callfuncs.exp: Call new functions.
8669
8670 2011-05-30 Yao Qi <yao@codesourcery.com>
8671
8672 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8673 Call rerun_and_prepare for each test to isolate effects.
8674
8675 2011-05-30 Yao Qi <yao@codesourcery.com>
8676
8677 * gdb.base/varargs.c (find_max_float_real): New.
8678 (find_max_double_real, find_max_long_double_real): New.
8679 * gdb.base/varargs.exp: Call these new added functions.
8680 * lib/gdb.exp (setup_kfail_for_target): New.
8681
8682 2011-05-30 Yao Qi <yao@codesourcery.com>
8683
8684 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8685 (callcd, callce, callcf, callc1a, callc1b): New.
8686 (callc2a, callc2b): New.
8687 * gdb.base/funcargs.exp (complex_args): New.
8688 (complex_integral_args, complex_float_integral_args): New.
8689 * lib/gdb.exp (support_complex_tests): New. Determine
8690 whether to run test cases on _Complex types.
8691
8692 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8693
8694 * gdb.threads/leader-exit.c: New file.
8695 * gdb.threads/leader-exit.exp: New file.
8696
8697 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8698
8699 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8700
8701 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8702
8703 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8704 remove the `supported' variable.
8705 * gdb.mi/mi-nonstop.exp: Likewise.
8706 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8707 * gdb.mi/mi-nsintrall.exp: Likewise.
8708 * gdb.mi/mi-nsmoribund.exp: Likewise.
8709 * gdb.mi/mi-nsthrexec.exp: Likewise.
8710
8711 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8712
8713 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8714
8715 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8716
8717 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8718
8719 2011-05-24 Keith Seitz <keiths@redhat.com>
8720
8721 PR breakpoint/12803
8722 * gdb.cp/cmpd-minsyms.cc (a): New method.
8723 (b): New method.
8724 (c): New method.
8725 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8726
8727 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8728
8729 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8730 watchpoint's command list didn't execute when the watchpoint went
8731 out of scope.
8732
8733 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8734
8735 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8736 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8737 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8738 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8739 * gdb.arch/i386-permbkpt.exp: Likewise.
8740 * gdb.arch/i386-prologue.exp: Likewise.
8741 * gdb.arch/i386-size-overlap.exp: Likewise.
8742 * gdb.arch/i386-size.exp: Likewise.
8743 * gdb.arch/i386-unwind.exp: Likewise.
8744 * gdb.reverse/i386-precsave.exp: Likewise.
8745 * gdb.reverse/i386-reverse.exp: Likewise.
8746 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8747 * gdb.reverse/i387-env-reverse.exp: Likewise.
8748 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8749
8750 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8751
8752 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8753 file doesn't error, using MI.
8754
8755 2011-05-23 Tom Tromey <tromey@redhat.com>
8756
8757 * gdb.base/charset.exp (string_display): Add tests to assign to
8758 arrays.
8759 * gdb.base/charset.c (short_array, int_array, long_array): New.
8760
8761 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8762
8763 Cope with async mode.
8764
8765 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8766 into gdb_test + mi_expect_stop.
8767
8768 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8769
8770 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8771 (callme): Remove printf call.
8772
8773 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8774
8775 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8776 quote pattern to avoid problems with Cygwin/mingw expect versions.
8777 * gdb.base/default.exp (show convenience): Use double
8778 quote pattern for regular expressions.
8779
8780 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8781
8782 Fix -readnow for -gdwarf-4 unused type units.
8783 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8784 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8785
8786 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8787
8788 * gdb.base/kill-after-signal.c: New file.
8789 * gdb.base/kill-after-signal.exp: New file.
8790
8791 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8792
8793 * gdb.ada/start.exp: Call untested with the correct test filename.
8794 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8795 test filename. Make the test's binary unique.
8796 * gdb.arch/i386-signal.exp: Call untested with the correct test
8797 filename.
8798 * gdb.arch/i386-size-overlap.exp: Ditto.
8799 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8800 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8801 * gdb.cp/call-c.exp: Ditto.
8802 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8803 filename. Make the test's binary unique.
8804 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8805 * gdb.python/py-mi.exp: Ditto.
8806 * gdb.python/Makefile.in (EXECUTABLES): Update.
8807 * gdb.reverse/i386-precsave.exp: Ditto.
8808 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8809 test filename.
8810 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8811 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8812 unique.
8813 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8814 test filename.
8815 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8816 * gdb.trace/tfile.exp: Ditto.
8817
8818 2011-05-14 Yao Qi <yao@codesourcery.com>
8819
8820 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8821 type.
8822
8823 2011-05-13 Doug Evans <dje@google.com>
8824
8825 * gdb.python/py-objfile-script.exp: New file.
8826 * gdb.python/py-objfile-script.c: New file.
8827 * gdb.python/py-objfile-script-gdb.py: New file.
8828 * testsuite/gdb.python/py-section-script.exp: Test
8829 "info auto-load-scripts".
8830
8831 2011-05-13 Tom Tromey <tromey@redhat.com>
8832
8833 * gdb.dwarf2/clztest.exp: New file.
8834 * gdb.dwarf2/clztest.c: New file.
8835 * gdb.dwarf2/clztest.S: New file.
8836
8837 2011-05-13 Doug Evans <dje@google.com>
8838
8839 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8840 String16 tests.
8841
8842 2011-05-13 Tom Tromey <tromey@redhat.com>
8843
8844 * lib/gdb.exp (is_x86_like_target): New proc.
8845 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8846 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8847 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8848 -nostdlib to compiler.
8849 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8850 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8851 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8852 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8853 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8854
8855 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8856
8857 * gdb.python/py-function.exp: Test setting a value from a function
8858 which executes a command.
8859
8860 2011-05-12 Tom Tromey <tromey@redhat.com>
8861
8862 * gdb.dwarf2/typeddwarf.S: New file.
8863 * gdb.dwarf2/typeddwarf.c: New file.
8864 * gdb.dwarf2/typeddwarf.exp: New file.
8865
8866 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8867
8868 * gdb.mi/mi-basics.exp: Fix races. Honour the
8869 `test_exec_and_symbol_mi_operatons' return value.
8870 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8871 gdb_test_multiple.
8872 (test_exec_and_symbol_mi_operatons): Likewise.
8873 (test_path_specification): Likewise.
8874
8875 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8876
8877 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8878 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8879 Replace `file copy' and `file rename' by `file mtime'. Twice.
8880
8881 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8882
8883 * gdb.base/readline-ask.c: New file.
8884 * gdb.base/readline-ask.exp: New file.
8885 * gdb.base/readline-ask.inputrc: New file.
8886
8887 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8888
8889 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8890 to avoid race condition.
8891 * gdb.cell/coremaker.c: Use small stack size.
8892 * gdb.cell/ea-standalone.exp: Use file name without path as
8893 argument to c_to.
8894 * gdb.cell/fork.exp: Allow other output when continuing to end.
8895
8896 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8897
8898 * gdb.threads/corethreads.c: New file.
8899 * gdb.threads/corethreads.exp: New file.
8900
8901 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8902
8903 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8904 Try to compile the test using -Wl,-z,norelro first.
8905 (load_core): New variable libthread_db_seen, initialize it.
8906 (zeroed-threads cannot be listed): Protect it by XFAIL on
8907 !$libthread_db_seen.
8908
8909 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 PR 12573
8912 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8913 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8914 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8915
8916 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.cp/psymtab-parameter.cc: New file.
8919 * gdb.cp/psymtab-parameter.exp: New file.
8920
8921 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 Fix a race.
8924 * gdb.cp/static-print-quit.exp (print c): Split to ...
8925 (print c - <return>, print c - q <return>, print c - to quit):
8926 ... these. Make the testfile untested on gdb-7.1.
8927
8928 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8929
8930 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8931 gdb_rename_execfile, gdb_touch_execfile): New.
8932 * gdb.base/reread.exp: Use new procs to handle multiple
8933 exec files.
8934
8935 2011-05-05 Yao Qi <yao@codesourcery.com>
8936
8937 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8938 (test_adr_32bit, test_pop_pc): New.
8939 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8940 (test_adr_32bit, test_pop_pc): New.
8941
8942 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8943
8944 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8945 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8946 targets.
8947 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8948 handle targets.
8949
8950 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 * gdb.base/completion.exp (complete help info wat): Rename to ...
8953 (complete 'help info wat'): ... here.
8954 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8955 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8956
8957 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8958
8959 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8960 gdb_test and explicit $gdb_prompt/timeout matches.
8961
8962 2011-05-04 Yao Qi <yao@codesourcery.com>
8963
8964 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8965 and __thumb2__.
8966
8967 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8968
8969 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8970 in place of `gdb_test "delete breakpoints"'. This eliminates two
8971 testcases.
8972
8973 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8974
8975 PR testsuite/12649
8976 Fix races.
8977
8978 * gdb.base/completion.exp: Remove all sleep calls. Remove
8979 unnecessary regexs. Don't explicitly expect anything after the
8980 prompt. Eat the prompt if necessary.
8981
8982 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8983
8984 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8985 accept to show the caller line again as well as the line after.
8986
8987 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8988
8989 PR mi/12531
8990
8991 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8992 compile target.
8993 * gdb.python/py-prettyprint.exp: Add C++ object for
8994 CPLUS_FAKE_CHILD test.
8995
8996 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8997
8998 * gdb.base/signest.exp: New file.
8999 * gdb.base/signest.c: Likewise.
9000
9001 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9004 thread and breakpoint notifications.
9005
9006 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9007
9008 * gdb.base/fortran-sym-case.c: New file.
9009 * gdb.base/fortran-sym-case.exp: New file.
9010 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9011 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9012 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9013
9014 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9017 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9018 false #1', `if true else false #2' and `if true else false #3'.
9019
9020 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9021
9022 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9023 while delivering signal.
9024
9025 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9026
9027 MI breakpoint notifications.
9028
9029 * testsuite/gdb.mi/mi-cli.exp: Adust.
9030 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9031 * testsuite/gdb.mi/mi-watch.exp: Adust.
9032 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9033 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9034 notifications.
9035
9036 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9037
9038 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9039 * gdb.base/gdbindex-stabs.c: New file.
9040 * gdb.base/gdbindex-stabs.exp: New file.
9041
9042 2011-04-25 Yao Qi <yao@codesourcery.com>
9043
9044 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9045 with /*...*/.
9046 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9047
9048 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9049
9050 * gdb.python/py-value.exp (test_objfiles): Name the first test
9051 `py-value in file.filename'.
9052
9053 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9054
9055 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9056 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9057 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9058 !gdbserver_reconnect_p..
9059 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9060
9061 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * gdb.cp/cpcompletion.exp (complete class methods)
9064 (complete class methods beginning with F): Move them above runto. New
9065 comment about the runto delimiter.
9066
9067 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9068
9069 * gdb.base/maint.exp: Test that "maint print registers" works
9070 without a running program.
9071
9072 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9073
9074 * gdb.base/setshow.exp: Fix racy tests.
9075 ($old_gdb_prompt): New variable.
9076
9077 2011-04-19 Tom Tromey <tromey@redhat.com>
9078
9079 * gdb.mi/mi-nsmoribund.exp:
9080 * gdb.hp/gdb.objdbg/objdbg01.exp:
9081 * gdb.base/structs.exp (test_struct_returns):
9082 * gdb.base/call-sc.exp (test_scalar_returns):
9083 * gdb.base/bigcore.exp: Remove duplicate words.
9084
9085 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9086
9087 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9088 * gdb.base/break-interp.exp (test_attach): New comment.
9089
9090 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9091
9092 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9093 (clear __stack_user.next, clear stack_used.next)
9094 (save a zeroed-threads corefile): New test.
9095 Call core_load for $core0file.
9096 (zeroed-threads cannot be listed): New test.
9097
9098 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9101 filename.
9102 ($srcfile): Preserve the original value.
9103 ($testfile): Match it the .exp filename.
9104 ($corefile): New variable. Substitute it around.
9105 Use clean_restart.
9106 ($prev_timeout): Remove.
9107 (load_core): Move core loading into this proc.
9108 Fix restore of $timeout if load_core fails.
9109
9110 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9111
9112 * gdb.base/eu-strip-infcall.c: New file.
9113 * gdb.base/eu-strip-infcall.exp: New file.
9114
9115 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9118 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9119
9120 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 Fix Python access to inlined frames.
9123 * gdb.python/py-frame-inline.c: New file.
9124 * gdb.python/py-frame-inline.exp: New file.
9125
9126 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9127
9128 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9129 content of 's24' correctly (avoiding "optimized out").
9130 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9131
9132 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9133
9134 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9135
9136 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9137
9138 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9139 expect a colon in watch -location output.
9140
9141 2011-04-13 Marek Polacek <mpolacek@redhat.com>
9142
9143 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
9144 New testcase `expect response to define backtrace'. Also remove
9145 redundant `default' block.
9146
9147 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 * gdb.python/py-prettyprint.c (struct hint_error): New.
9150 (main): New variable hint_error.
9151 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9152 "print hint_error".
9153 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9154 (register_pretty_printers): Register it.
9155
9156 2011-04-04 Tom Tromey <tromey@redhat.com>
9157
9158 * gdb.cp/maint.exp (test_help): Update.
9159 (test_namespace): Likewise.
9160
9161 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9162
9163 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9164 * gdb.ada/arrayptr.exp: Add new tests.
9165
9166 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.ada/mi_catch_ex: New testcase.
9169
9170 2011-04-01 Pedro Alves <pedro@codesourcery.com>
9171
9172 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9173 base::overload(void) method without specifying "const".
9174
9175 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9176
9177 * gdb.arch/thumb-singlestep.S: New file.
9178 * gdb.arch/thumb-singlestep.exp: Likewise.
9179
9180 2011-03-31 Tom Tromey <tromey@redhat.com>
9181
9182 * gdb.python/py-prettyprint.py (exception_flag): New global.
9183 (NoStringContainerPrinter._iterator.next): Check it.
9184 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9185 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9186
9187 2011-03-29 Tom Tromey <tromey@redhat.com>
9188
9189 * gdb.cp/anon-struct.cc: New file.
9190 * gdb.cp/anon-struct.exp: New file.
9191
9192 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9193
9194 Test STT_GNU_IFUNC support.
9195 * gdb.base/gnu-ifunc-lib.c: New file.
9196 * gdb.base/gnu-ifunc.c: New file.
9197 * gdb.base/gnu-ifunc.exp: New file.
9198
9199 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9200
9201 Support a ring of related breakpoints.
9202 * gdb.base/watchpoint-delete.c: New file.
9203 * gdb.base/watchpoint-delete.exp: New file.
9204
9205 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9206
9207 * gdb.ada/arrayparam.exp (print first after function call): Use
9208 explicit package name. Add a comment
9209 (print lasta after function call): Rename ...
9210 (print last after function call): ... it and use explicit package
9211 name.
9212 (print length after function call): Use explicit package name.
9213 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9214 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9215 (multiple matches for symbol i): Rename ...
9216 (multiple matches for symbol integervar): ... it.
9217 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9218 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9219
9220 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9221
9222 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9223 environment variable to make grep output more predictable. Move
9224 all the environment setup into gdb_init so it's done once per test
9225 case rather than each time we start gdb.
9226
9227 2011-03-24 Tom Tromey <tromey@redhat.com>
9228
9229 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9230 test.
9231
9232 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9235 * gdb.dwarf2/dw2-entry-value.S: New file.
9236 * gdb.dwarf2/dw2-entry-value.exp: New file.
9237
9238 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9239
9240 PR python/12183
9241
9242 * gdb.python/py-function.exp: Add GdbError tests.
9243
9244 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9245
9246 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9247 (reglocal_test_func, statlocal_test_func): New functions.
9248 (globals_test_func): Call new functions.
9249 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9250 (gdb_collect_locals_test): New procedure.
9251 (gdb_trace_collection_test): Call new procedures.
9252
9253 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9254
9255 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9256 (test_register, test_register_unavailable): New procedures.
9257 (gdb_unavailable_registers_test): New procedure.
9258 (gdb_trace_collection_test): Call it.
9259
9260 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9261
9262 PR python/12149
9263
9264 * gdb.python/python.exp: Add gdb.write tests.
9265
9266 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9267
9268 * gdb.python/Makefile.in: Add py-objfile.
9269 * gdb.python/py-objfile.exp: New file.
9270 * gdb.python/py-objfile.c: New file.
9271 * gdb.python/py-block.exp: Add is_valid tests.
9272 * gdb.python/py-inferior.exp: Ditto.
9273 * gdb.python/py-infthread.exp: Ditto.
9274 * gdb.python/py-symbol.exp: Ditto.
9275 * gdb.python/py-symtab.exp: Ditto.
9276
9277 2011-03-16 Keith Seitz <keiths@redhat.com>
9278
9279 PR c++/12273
9280 * gdb.cp/cmpd-minsyms.exp: New test.
9281 * gdb.cp/cmpd-minsyms.cc: New file.
9282
9283 PR c++/11734
9284 * gdb.cp/ovsrch.exp: New test.
9285 * gdb.cp/ovsrch.h: New file.
9286 * gdb.cp/ovsrch1.cc: New file.
9287 * gdb.cp/ovsrch2.cc: New file.
9288 * gdb.cp/ovsrch3.cc: New file.
9289 * gdb.cp/ovsrch4.cc: New file.
9290
9291 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9292
9293 PR gdb/12528
9294 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9295 * gdb.base/break-on-linker-gcd-function.exp: New test.
9296 * gdb.base/break-on-linker-gcd-function.cc: New file.
9297
9298 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9299
9300 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9301
9302 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9303
9304 * lib/gdb.exp (gdb_unload): Add another termination case.
9305
9306 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9307
9308 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9309 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9310 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9311 Provide a stub byte there.
9312 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9313 DW_AT_entry_pc.
9314 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9315
9316 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9317
9318 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9319 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9320 "generic ABI, auto".
9321 (altivec_abi_tests): Accept vectors returned by reference.
9322
9323 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9324
9325 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9326
9327 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9328
9329 * gdb.python/py-section-script.exp: Skip test if no Python support.
9330
9331 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9332
9333 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9334
9335 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9336
9337 * gdb.python/py-parameter.exp: Update tests to the new Python
9338 parameter API. Add "no documentation" test. Add deprecated API
9339 backward compatibility test.
9340
9341 2011-03-09 Tom Tromey <tromey@redhat.com>
9342
9343 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9344 gdb_continue_to_end.
9345
9346 2011-03-09 Mark Kettenis <kettenis@gnu.org>
9347
9348 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9349 tabs.
9350
9351 2011-03-09 Tom Tromey <tromey@redhat.com>
9352
9353 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9354 parentheses.
9355 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9356 $command.
9357 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9358 argument to gdb_continue_to_end.
9359 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9360 argument to gdb_continue_to_end.
9361 * gdb.cp/annota3.exp: Fix regex.
9362 * gdb.cp/annota2.exp: Fix regex.
9363 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9364 gdb_continue_to_end.
9365 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9366 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9367 gdb_continue_to_end.
9368
9369 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * gdb.server/ext-run.exp
9372 (load new file without any gdbserver inferior): New test.
9373
9374 2011-03-07 Tom Tromey <tromey@redhat.com>
9375
9376 * Makefile.in (TAGS): Rewrite.
9377
9378 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9379
9380 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9381 initial commands echo. New match for `Found trace'. Anchor all the
9382 other matches. Anchor and match for `No trace frame found' the final
9383 match.
9384
9385 2011-03-07 Tom Tromey <tromey@redhat.com>
9386
9387 * Makefile.in (TAGS): New target.
9388
9389 2011-03-07 Tom Tromey <tromey@redhat.com>
9390
9391 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9392 change.
9393 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9394 change.
9395 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9396 exit message change.
9397 (skip_altivec_tests): Update for exit message change.
9398 (skip_vsx_tests): Likewise.
9399 (gdb_continue_to_end): Likewise. Add 'command' argument.
9400 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9401 * gdb.threads/tls.exp: Update for exit message change.
9402 * gdb.threads/thread-unwindonsignal.exp: Use
9403 gdb_continue_to_end.
9404 * gdb.threads/step.exp (step_it): Update for exit message change.
9405 (continue_all): Likewise.
9406 * gdb.threads/print-threads.exp (test_all_threads): Update for
9407 exit message change.
9408 * gdb.threads/interrupted-hand-call.exp: Use
9409 gdb_continue_to_end.
9410 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9411 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9412 gdb_continue_to_end.
9413 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9414 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9415 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9416 * gdb.cp/method.exp: Update for exit message change.
9417 * gdb.cp/mb-templates.exp: Update for exit message change.
9418 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9419 * gdb.cp/annota3.exp: Update for exit message change.
9420 * gdb.cp/annota2.exp: Update for exit message change.
9421 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9422 * gdb.base/term.exp: Update for exit message change.
9423 * gdb.base/step-test.exp (test_i): Update for exit message change.
9424 * gdb.base/sigstep.exp (advance): Update for exit message change.
9425 (advancei): Likewise.
9426 * gdb.base/siginfo.exp: Update for exit message change.
9427 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9428 * gdb.base/reread.exp: Use gdb_continue_to_end.
9429 * gdb.base/langs.exp: Use gdb_continue_to_end.
9430 * gdb.base/interrupt.exp: Update for exit message change.
9431 * gdb.base/gdb1555.exp: Update for exit message change.
9432 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9433 * gdb.base/ending-run.exp: Update for exit message change.
9434 * gdb.base/chng-syms.exp: Update for exit message change.
9435 * gdb.base/checkpoint.exp: Update for exit message change.
9436 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9437 gdb_continue_to_end.
9438 (test_catch_syscall_with_wrong_args): Likewise.
9439 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9440 * gdb.base/break-interp.exp (test_ld): Update for exit message
9441 change.
9442 * gdb.base/bang.exp: Update for exit message change.
9443 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9444 (do_call_attach_tests): Likewise.
9445 * gdb.base/a2-run.exp: Update for exit message change.
9446 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9447 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9448 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9449
9450 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9453
9454 2011-03-03 Tom Tromey <tromey@redhat.com>
9455
9456 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9457 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9458 * gdb.hp/gdb.aCC/configure.ac: Remove.
9459 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9460 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9461 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9462 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9463 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9464 * gdb.hp/gdb.compat/configure.ac: Remove.
9465 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9466 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9467 * gdb.hp/gdb.defects/configure.ac: Remove.
9468 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9469 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9470 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9471 * gdb.hp/configure.ac: Remove.
9472 * gdb.hp/configure: Remove.
9473 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9474 substitution.
9475 (Makefile): Remove rule.
9476 * gdb.cell/configure.ac: Remove.
9477 * gdb.cell/configure: Remove.
9478 * gdb.stabs/Makefile.in (Makefile): Remove.
9479 (distclean): Don't remove config.status or config.log.
9480 * gdb.stabs/configure (Makefile): Remove.
9481 * gdb.stabs/configure.ac: Remove.
9482 * configure: Rebuild.
9483 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9484 Remove stabs- and cell-specific logic. Test for existence of
9485 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9486 subdirectories, gdb.cell, and and gdb.stabs.
9487 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9488
9489 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9490
9491 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9492 end of buffer.
9493
9494 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9495
9496 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9497 gdb_test when running a test where we expected no output back.
9498
9499 2011-02-28 Michael Snyder <msnyder@vmware.com>
9500
9501 * gdb.cp/overload.cc: Change initializer value to integer.
9502
9503 2011-02-27 Michael Snyder <msnyder@vmware.com>
9504
9505 * gdb.multi/base.exp: Add test for remove-inferiors.
9506
9507 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9508
9509 * gdb.python/py-frame.exp: Simplify the initialization phase
9510 using prepare_for_testing.
9511
9512 2011-02-25 Michael Snyder <msnyder@vmware.com>
9513
9514 * gdb.multi/base.exp: Add tests for info inferiors with args.
9515
9516 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9519 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9520 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9521 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9522 asmfile3. Comment the STABS (#3) file compilation. Compile
9523 everything through assembler. Provide KFAIL for symtab/12497.
9524 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9525 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9526 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9527 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9528
9529 2011-02-24 Michael Snyder <msnyder@vmware.com>
9530
9531 * gdb.base/break.exp: Add tests for delete breakpoints using
9532 convenience variables and value history references.
9533
9534 2011-02-24 Michael Snyder <msnyder@vmware.com>
9535
9536 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9537 left behind in previous check-in.
9538
9539 2011-02-23 Michael Snyder <msnyder@vmware.com>
9540
9541 * gdb.base/break.exp: Add tests for "info break" with arguments.
9542 * gdb.trace/infotrace.exp: Update patterns for error and help.
9543 * gdb.base/completion.exp: Update pattern.
9544 * gdb.base/ena-dis-br.exp: Update pattern.
9545 * gdb.base/help.exp: Update patterns.
9546
9547 2011-02-23 Michael Snyder <msnyder@vmware.com>
9548
9549 * gdb.base/memattr.exp: New test.
9550 * gdb.base/memattr.c: Test load for memattr.exp.
9551
9552 2011-02-22 Doug Evans <dje@google.com>
9553
9554 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9555
9556 2011-02-22 Michael Snyder <msnyder@vmware.com>
9557
9558 * Makefile.in: Make more clean.
9559 * gdb.ada/Makefile.in: Ditto.
9560 * gdb.arch/Makefile.in: Ditto.
9561 * gdb.asm/Makefile.in: Ditto.
9562 * gdb.base/Makefile.in: Ditto.
9563 * gdb.cp/Makefile.in: Ditto.
9564 * gdb.dwarf2/Makefile.in: Ditto.
9565 * gdb.java/Makefile.in: Ditto.
9566 * gdb.mi/Makefile.in: Ditto.
9567 * gdb.modula2/Makefile.in: Ditto.
9568 * gdb.python/Makefile.in: Ditto.
9569 * gdb.server/Makefile.in: Ditto.
9570 * gdb.stabs/Makefile.in: Ditto.
9571 * gdb.threads/Makefile.in: Ditto.
9572 * gdb.trace/Makefile.in: Ditto.
9573
9574 2011-02-22 Michael Snyder <msnyder@vmware.com>
9575
9576 * gdb.threads/thread-find.exp: Add tests for bad input to
9577 info threads.
9578
9579 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9580
9581 * gdb.python/py-breakpoint.exp: Fix the expected output of
9582 one of the "maint info breakpoints" tests to accept the output
9583 generated on platforms that do not have hardware watchpoints.
9584
9585 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9586
9587 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9588 clean_restart. Be a little stricter in the expected output
9589 for one of the tests. Fix a typo in one of the comments.
9590
9591 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9592
9593 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9594 Delete variable binfile, no longer use. Add or modify test
9595 comments to make them unique.
9596
9597 2011-02-21 Michael Snyder <msnyder@vmware.com>
9598
9599 * Makefile.in: Update for make clean.
9600 * gdb.ada/Makefile.in: Ditto.
9601 * gdb.arch/Makefile.in: Ditto.
9602 * gdb.asm/Makefile.in: Ditto.
9603 * gdb.base/Makefile.in: Ditto.
9604 * gdb.cp/Makefile.in: Ditto.
9605 * gdb.dwarf2/Makefile.in: Ditto.
9606 * gdb.java/Makefile.in: Ditto.
9607 * gdb.mi/Makefile.in: Ditto.
9608 * gdb.modula2/Makefile.in: Ditto.
9609 * gdb.python/Makefile.in: Ditto.
9610 * gdb.server/Makefile.in: Ditto.
9611 * gdb.stabs/Makefile.in: Ditto.
9612 * gdb.threads/Makefile.in: Ditto.
9613 * gdb.trace/Makefile.in: Ditto.
9614
9615 2011-02-21 Michael Snyder <msnyder@vmware.com>
9616
9617 * gdb.threads/thread-find.exp: Update patterns for changes in
9618 output of "info threads" command.
9619
9620 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9621 Ulrich Weigand <uweigand@de.ibm.com>
9622
9623 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9624 (skip_hw_watchpoint_tests): Likewise.
9625 (skip_hw_watchpoint_multi_tests): Likewise.
9626
9627 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9628
9629 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9630 (skip_hw_watchpoint_tests): Likewise.
9631 (skip_hw_watchpoint_multi_tests): Likewise.
9632 (skip_hw_watchpoint_access_tests): Likewise.
9633
9634 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9635 * gdb.base/pr11022.exp: Likewise.
9636 * gdb.base/watch-read.exp: Likewise.
9637 * gdb.base/watch_thread_num.exp: Likewise.
9638 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9639 * gdb.base/watchpoint-hw.exp: Likewise.
9640 * gdb.base/watchpoint.exp: Likewise.
9641 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9642 * gdb.threads/watchthreads-reorder.exp: Likewise.
9643 * gdb.threads/watchthreads.exp: Likewise.
9644 * gdb.threads/watchthreads2.exp: Likewise.
9645
9646 2011-02-21 Joel Brobecker <brobecker@adacore.com>
9647
9648 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9649 the debugger is unable to find the array bounds.
9650
9651 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9652
9653 * gdb.cp/typedef-operator.exp: New file.
9654 * gdb.cp/typedef-operator.cc: New file.
9655
9656 2011-02-17 Michael Snyder <msnyder@vmware.com>
9657
9658 * gdb.threads/thread-find.exp: Fix regular expressions.
9659
9660 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9661
9662 * gdb.ada/packed_array: Expand testcase to test printing of
9663 unconstrained packed array.
9664
9665 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9666
9667 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9668
9669 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9670
9671 * gdb.trace/collection.c (globalarr3): New global.
9672 (main): Initialize it before collecting, and and clear it
9673 afterwards.
9674 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9675 collecting with '{type} addr', where the addr expression is not an
9676 rvalue.
9677
9678 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
9679
9680 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9681 a bool variable. Expect correct OpenCL names for vector types. Use the
9682 uc3 variable name instead of referring to the uchar3 built-in type.
9683 Escape the asterisk at the half pointer test.
9684
9685 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9686
9687 * gdb.trace/collection.c (globalarr2): New global.
9688 (main): Initialize it before collecting, and and clear it
9689 afterwards.
9690 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9691 collecting overlapping memory ranges.
9692
9693 2011-02-15 Michael Snyder <msnyder@vmware.com>
9694
9695 * gdb.base/default.exp: Add tests for thread commands.
9696 * gdb.base/help.exp: Add tests for thread commands.
9697 * gdb.threads/thread-find.exp: New test for thread find command.
9698
9699 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9700
9701 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9702
9703 2011-02-15 Yao Qi <yao@codesourcery.com>
9704
9705 PR tdep/12352
9706 * gdb.arch/arm-disp-step.S : New test for str instruction.
9707 * gdb.arch/arm-disp-step.exp : Likewise.
9708
9709 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9710
9711 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9712 "vector_register2_vr" test strings. Test the extended floating
9713 point registers (F32~F63).
9714 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9715 IBM XL C compiler. Make the test program use a register provided
9716 by the compiler for the lxvd2x instruction.
9717
9718 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9719
9720 * gdb.trace/unavailable.cc (class Base, class Middle, class
9721 Derived): New types.
9722 (derived_unavail, derived_partial, derived_whole): New globals.
9723 (virtual_partial): New global.
9724 (virtualp): Point at virtual_partial.
9725 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9726 related to unavailable vptr.
9727
9728 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9729
9730 * gdb.trace/unavailable.cc (a, b, c): New globals.
9731 (main): Set and clear them.
9732 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9733 `a' and `c', and check that `b' isn't collected, although `a' and
9734 `c' are.
9735
9736 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9737
9738 * gdb.trace/unavailable.cc (struct Virtual): New.
9739 (virtualp): New global pointer.
9740 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9741 printing a pointer to an object whose type has a vtable, with
9742 print object on.
9743
9744 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9745
9746 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9747 value repeat handles unavailableness.
9748
9749 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9750
9751 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9752 tests for building arrays from unavailable values, subscripting
9753 non-memory rvalue unvailable arrays, and accessing fields or
9754 baseclasses of non-lazy unavailable values,
9755 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9756 struct types.
9757 (g_smallstruct, g_smallstruct_b): New globals.
9758
9759 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9760
9761 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9762
9763 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9766 * gdb.cp/overload-const.exp: New file.
9767 * gdb.cp/overload-const.cc: New file.
9768
9769 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9770
9771 * gdb.opencl/callfuncs.cl: New file.
9772 * gdb.opencl/callfuncs.exp: New test.
9773 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9774
9775 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9776
9777 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9778 when computing result.
9779 * gdb.arch/altivec-abi.exp: Update expected results.
9780
9781 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9782
9783 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9784 * gdb.base/jit.exp: Likewise.
9785 * gdb.base/pie-execl.exp: Likewise.
9786 * gdb.base/solib-nodir.exp: Likewise.
9787 * gdb.base/solib-overlap.exp: Likewise.
9788
9789 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9790
9791 * gdb.trace/collection.c (global_pieces): New.
9792 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9793 New procedure.
9794 (gdb_trace_collection_test): Call it.
9795
9796 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9797
9798 * gdb.python/py-evthreads.c: New file.
9799 * gdb.python/py-evthreads.exp: New file.
9800 * gdb.python/py-events.py: New file.
9801 * gdb.python/py-events.exp: New file.
9802 * gdb.python/py-events.c: New file.
9803
9804 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9805
9806 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9807
9808 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9809
9810 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9811 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9812 boundary between two compilation units.
9813
9814 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9815
9816 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9817 (Virtual): New structs.
9818 (virtual_o, virtual_middle_b): New globals.
9819 * gdb.cp/virtbase.exp: New tests.
9820
9821 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9822
9823 * gdb.base/jit.exp: New file.
9824 * gdb.base/jit-main.c: New file.
9825 * gdb.base/jit-solib.c: New file.
9826
9827 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9828
9829 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9830 proceed to initial kernel entry point.
9831 * gdb.opencl/datatypes.exp: Likewise.
9832 * gdb.opencl/operators.exp: Likewise.
9833 * gdb.opencl/vec_comps.exp: Likewise.
9834
9835 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9836
9837 * gdb.cp/nsnested.cc: New.
9838 * gdb.cp/nsnested.exp: New.
9839 * gdb.cp/nsnoimports.exp: New.
9840 * gdb.cp/nsnoimports.cc: New.
9841
9842 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9843
9844 * gdb.base/interact.exp: Add extra tests that verify that
9845 the value of the interactive-mode setting does not change
9846 after the script is sourced.
9847
9848 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9849
9850 * gdb.cp/noparam.exp: New file.
9851 * gdb.cp/noparam.cc: New file.
9852
9853 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9854
9855 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9856 there's no stack or registers.
9857
9858 2011-01-26 Tom Tromey <tromey@redhat.com>
9859
9860 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9861 space before string output. Add test for "set print pretty off"
9862 case.
9863
9864 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9865
9866 * gdb.base/frame-args.exp: Adjust.
9867 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9868 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9869 * gdb.dwarf2/pieces.exp: Adjust.
9870 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9871 * gdb.opt/inline-locals.exp: Adjust.
9872 * gdb.threads/fork-child-threads.exp: Adjust.
9873
9874 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9875
9876 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9877 OpenCL kernel function. Add a comment as marker. Add address space
9878 qualifiers for the remaining program scope variables.
9879 * gdb.opencl/datatypes.cl: Likewise.
9880 * gdb.opencl/operators.cl: Likewise.
9881 * gdb.opencl/vec_comps.cl: Likewise.
9882 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9883 Add breakpoint at the marker comment.
9884 * gdb.opencl/datatypes.exp: Likewise.
9885 * gdb.opencl/operators.exp: Likewise.
9886 * gdb.opencl/vec_comps.exp: Likewise.
9887
9888 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9889
9890 * gdb.base/printcmds.c (some_struct): New struct and instance.
9891 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9892 procedure.
9893 <global scope>: Call it.
9894
9895 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9896
9897 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9898 argument to the gdb_compile_opencl_hostapp call.
9899
9900 2011-01-19 Yao Qi <yao@codesourcery.com>
9901
9902 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9903 positve list.
9904
9905 2011-01-19 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9908 canonical form.
9909 Remove "xscale-*-*"
9910 * gdb.xml/tdesc-regs.exp: Likewise.
9911 * gdb.python/py-section-script.exp: Replace ARM target triplet
9912 with canonical form.
9913 Match arm*-*-symbianelf*.
9914 * gdb.base/dup-sect.exp: Likewise.
9915 * lib/dwarf.exp: New.
9916 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9917 dwarf2_support.
9918 * gdb.dwarf2/dup-psym.exp: Likewise.
9919 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9920 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9921 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9922 * gdb.dwarf2/dw2-basic.exp: Likewise.
9923 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9924 * gdb.dwarf2/dw2-const.exp: Likewise.
9925 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9926 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9927 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9928 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9929 * gdb.dwarf2/dw2-filename.exp: Likewise.
9930 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9931 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9932 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9933 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9934 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9935 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9936 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9937 * gdb.dwarf2/dw2-producer.exp: Likewise.
9938 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9939 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9940 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9941 * gdb.dwarf2/dw2-strp.exp: Likewise.
9942 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9943 * gdb.dwarf2/implptr.exp: Likewise.
9944 * gdb.dwarf2/mac-fileno.exp: Likewise.
9945 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9946 * gdb.dwarf2/pieces.exp: Likewise.
9947 * gdb.dwarf2/pr11465.exp: Likewise.
9948 * gdb.dwarf2/valop.exp: Likewise.
9949 * gdb.dwarf2/watch-notconst.exp: Likewise.
9950 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9951
9952 2011-01-19 Tom Tromey <tromey@redhat.com>
9953
9954 * gdb.python/py-infthread.exp: Add thread tests.
9955
9956 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9957
9958 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9959
9960 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9961
9962 * gdb.ada/widewide: New testcase.
9963
9964 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.base/interact.exp: New testcase.
9967
9968 2011-01-12 Tom Tromey <tromey@redhat.com>
9969
9970 * gdb.mi/gdb2549.exp: Update for error message changes.
9971 * gdb.mi/mi-cli.exp: Likewise.
9972 * gdb.mi/mi-disassemble.exp: Likewise.
9973 * gdb.mi/mi-pthreads.exp: Likewise.
9974 * gdb.mi/mi-regs.exp: Likewise.
9975 * gdb.mi/mi-stack.exp: Likewise.
9976 * gdb.mi/mi-var-block.exp: Likewise.
9977 * gdb.mi/mi-var-cmd.exp: Likewise.
9978 * gdb.mi/mi2-cli.exp: Likewise.
9979 * gdb.mi/mi2-disassemble.exp: Likewise.
9980 * gdb.mi/mi2-pthreads.exp: Likewise.
9981 * gdb.mi/mi2-regs.exp: Likewise.
9982 * gdb.mi/mi2-stack.exp: Likewise.
9983 * gdb.mi/mi2-var-block.exp: Likewise.
9984 * gdb.mi/mi2-var-cmd.exp: Likewise.
9985
9986 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9987 Jan Kratochvil <jan.kratochvil@redhat.com>
9988
9989 PR fortran/11104 and DWARF unbound arrays detection.
9990 * gdb.fortran/multi-dim.exp: New file.
9991 * gdb.fortran/multi-dim.f90: New file.
9992
9993 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9994
9995 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9996 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9997 add new tests for opcode dumping.
9998
9999 2011-01-11 Tom Tromey <tromey@redhat.com>
10000
10001 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10002
10003 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10004
10005 Convert hardware watchpoints to use breakpoint_ops.
10006 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10007 type is not supported.
10008 * gdb.base/foll-fork.exp: Likewise.
10009 * gdb.base/foll-vfork.exp: Likewise.
10010
10011 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10012
10013 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10014 Use load_lib gdb-python.exp.
10015 * gdb.python/python.exp: Ditto.
10016 * gdb.python/py-function.exp: Ditto.
10017
10018 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10019
10020 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10021
10022 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * configure: Regenerate.
10025
10026 2011-01-06 Tom Tromey <tromey@redhat.com>
10027
10028 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10029
10030 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10031
10032 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10033 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10034 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10035 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10036 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10037 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10038 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10039 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10040 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10041 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10042 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10043 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10044 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10045 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10046 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10047 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10048 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10049 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10050 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10051 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10052 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10053 gdb.ada/uninitialized_vars.exp,
10054 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10055 Simplify by using clean_restart.
10056
10057 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10058
10059 Add marker to be used as anchor for inserting breakpoints.
10060 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10061 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10062 Likewise.
10063
10064 Remove uses of gdb_start_cmd.
10065 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10066 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10067
10068 Do not run testcase if testing with GDBserver.
10069 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10070 if testing with GDBserver.
10071
10072 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10073
10074 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10075 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10076 copyright header.
10077
10078 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10079
10080 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10081 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10082 testsuite/gdb.fortran/complex.f,
10083 testsuite/gdb.fortran/derived-type.f90,
10084 testsuite/gdb.fortran/library-module-lib.f90,
10085 testsuite/gdb.fortran/library-module-main.f90,
10086 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10087 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10088 Copyright year update.
10089
10090 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10091
10092 * gdb.base/langs1.f: Add copyright header.
10093
10094 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10095
10096 * gdb.base/morestack.exp: New file.
10097 * gdb.base/morestack.c: New file.
10098
10099 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10100
10101 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10102
10103 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10104
10105 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10106 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10107
10108 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10109
10110 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10111
10112 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10113
10114 * gdb.threads/tls.exp: Fix typo.
10115
10116 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10117 * gdb.threads/execl.exp: Update.
10118
10119 2010-12-23 Yao Qi <yao@codesourcery.com>
10120
10121 * gdb.arch/arm-disp-step.exp: New.
10122 * gdb.arch/arm-disp-step.S: New.
10123
10124 2010-12-21 Tom Tromey <tromey@redhat.com>
10125
10126 * gdb.threads/execl.exp: Update.
10127 * gdb.threads/linux-dp.exp: Update.
10128 * gdb.threads/manythreads.exp: Update.
10129 * gdb.threads/tls.exp: Update.
10130
10131 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10132
10133 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10134 (NextOverThrowDerivates) <resumebpt>: New.
10135 (resumebpt_test): New.
10136 (main): Call resumebpt_test.
10137 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10138
10139 2010-12-12 Stan Shebs <stan@codesourcery.com>
10140
10141 * gdb.trace/tsv.exp: Test print command on trace state variables.
10142
10143 2010-12-09 Tom Tromey <tromey@redhat.com>
10144
10145 * gdb.base/interp.exp: Add regression test.
10146
10147 2010-12-09 Tom Tromey <tromey@redhat.com>
10148
10149 * gdb.java/jnpe.java: New file.
10150 * gdb.java/jnpe.exp: New file.
10151 * gdb.cp/nextoverthrow.exp: New file.
10152 * gdb.cp/nextoverthrow.cc: New file.
10153
10154 2010-12-07 Doug Evans <dje@google.com>
10155
10156 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10157 of data-directory.
10158 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10159 updated.
10160 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10161
10162 2010-11-29 Michael Snyder <msnyder@vmware.com>
10163
10164 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10165 * gdb.base/call-sc.exp: Ditto.
10166 * gdb.base/finish.exp: Ditto.
10167 * gdb.base/return.exp: Ditto.
10168 * gdb.base/return2.exp: Ditto.
10169
10170 2010-11-30 Doug Evans <dje@google.com>
10171
10172 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10173 (gdb_expect_list): Fix spelling errors in comments.
10174 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10175 send_gdb/gdb_expect_list where applicable.
10176 * gdb.base/call-ar-st.exp: Ditto.
10177 * gdb.base/funcargs.exp: Ditto.
10178 * gdb.base/gcore.exp: Ditto.
10179 * gdb.base/page.exp: Ditto.
10180 * gdb.base/sigaltstack.exp: Ditto.
10181 * gdb.base/siginfo.exp: Ditto.
10182 * gdb.base/sigstep.exp: Ditto.
10183 * gdb.base/trace-commands.exp: Ditto.
10184
10185 2010-11-29 Doug Evans <dje@google.com>
10186
10187 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10188 printer-name;subprinter-name.
10189
10190 2010-11-29 Tom Tromey <tromey@redhat.com>
10191
10192 * gdb.dwarf2/implptr.exp: New file.
10193 * gdb.dwarf2/implptr.c: New file.
10194 * gdb.dwarf2/implptr.S: New file.
10195
10196 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10197
10198 PR python/12199
10199
10200 * gdb.python/py-breakpoint.exp: Test the delete method.
10201
10202 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 Fix step_resume_breakpoint unsaved during an infcall.
10205 * gdb.base/step-resume-infcall.exp: New file.
10206 * gdb.base/step-resume-infcall.c: New file.
10207
10208 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10209
10210 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10211
10212 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10213
10214 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10215 on ppc64's symbols; "finish" and "return" commands must accept to
10216 show the caller line again as well as the line after.
10217 * gdb.asm/powerpc64.inc: New file.
10218
10219 2010-11-23 Doug Evans <dje@google.com>
10220
10221 * lib/gdb.exp (gdb_test_sequence): New function.
10222 (gdb_expect_list): Add verbose -log call for each pattern.
10223 * gdb.base/signals.exp (test_handle_all_print): Call it.
10224 Reduce timeout increment from 6 minutes to 1 minute.
10225 * gdb.server/ext-run.exp: Call it.
10226
10227 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10228
10229 PR python/12212
10230
10231 * gdb.python/python.exp: Check that selected_thread raises an
10232 error when no inferior is loaded.
10233
10234 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10235
10236 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10237 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10238
10239 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10240
10241 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10242 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10243
10244 2010-11-18 Doug Evans <dje@google.com>
10245
10246 * gdb.server/ext-run.exp: Fix intermittent failures.
10247
10248 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10249
10250 * gdb.stabs/gdb11479.exp: Use runto_main.
10251
10252 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10253
10254 * gdb.base/break-entry.exp: Skip if using a stub.
10255
10256 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10257
10258 * gdb.python/py-inferior.exp: Pack values in target endianness.
10259
10260 2010-11-12 Tom Tromey <tromey@redhat.com>
10261
10262 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10263 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10264 MemoryError.
10265 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10266 type.
10267 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10268 MemoryError.
10269 (test_subscript_regression): Update exception type.
10270
10271 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10272
10273 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10274 breakpoint tests.
10275
10276 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10277
10278 * gdb.base/watchpoint.exp: Test "watch -location" with an
10279 innacessible location.
10280
10281 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10282 Luis Machado <luisgpm@br.ibm.com>
10283
10284 * gdb.base/maint.exp: Expect "." prefix.
10285 * gdb.base/nodebug.exp: Expect "." Likewise.
10286 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10287 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10288 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10289 POWER server processors.
10290
10291 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10292 Luis Machado <luisgpm@br.ibm.com>
10293
10294 * gdb.base/break-entry.exp: convert entry point for
10295 ppc64 and expect leading `.' on ppc64's symbols
10296
10297 2010-11-05 Doug Evans <dje@google.com>
10298
10299 * gdb.base/help.exp: Update expected output.
10300 * gdb.python/py-param.exp: Delete, contents moved to ...
10301 * gdb.python/py-parameter.exp: ... here. New file.
10302 Add test for gdb.parameter ("directories").
10303
10304 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10305
10306 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10307 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10308 * configure: Regenerate.
10309 * gdb.opencl/Makefile.in: New File.
10310 * gdb.opencl/datatypes.exp: Likewise.
10311 * gdb.opencl/datatypes.cl: Likewise.
10312 * gdb.opencl/operators.exp: Likewise.
10313 * gdb.opencl/operators.cl: Likewise.
10314 * gdb.opencl/vec_comps.exp: Likewise.
10315 * gdb.opencl/vec_comps.cl: Likewise.
10316 * gdb.opencl/convs_casts.exp: Likewise.
10317 * gdb.opencl/convs_casts.cl: Likewise.
10318 * lib/opencl.exp: Likewise.
10319 * lib/opencl_hostapp.c: Likewise.
10320 * lib/opencl_kernel.cl: Likewise.
10321 * lib/cl_util.c: Likewise.
10322 * lib/cl_util.c: Likewise.
10323 * gdb.base/default.exp (set language): Add "opencl" to the list of
10324 languages.
10325
10326 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10327
10328 * gdb.cp/overload.exp: Added test for inheritance overload.
10329 * gdb.cp/overload.cc: Ditto.
10330 * gdb.cp/oranking.exp: Removed releveant kfails.
10331
10332 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10333 Joel Brobecker <brobecker@adacore.com>
10334
10335 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10336 check test_compiler_info.
10337
10338 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10339
10340 * gdb.base/gnu_vector.exp: Adjust expect messages.
10341
10342 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10343
10344 * gdb.base/gnu_vector.exp: Add unary operator tests.
10345
10346 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10347
10348 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10349
10350 2010-11-02 Doug Evans <dje@google.com>
10351
10352 * gdb.python/py-pp-maint.c: New file.
10353 * gdb.python/py-pp-maint.exp: New file.
10354 * gdb.python/py-pp-maint.py: New file.
10355
10356 2010-11-02 Tom Tromey <tromey@redhat.com>
10357
10358 * gdb.base/default.exp: Remove "scheme" from language list.
10359
10360 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10361
10362 Revert:
10363 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10364 * gdb.threads/sigstep-threads.exp: New file.
10365 * gdb.threads/sigstep-threads.c: New file.
10366
10367 2010-10-20 Michael Snyder <msnyder@vmware.com>
10368
10369 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10370
10371 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10372
10373 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10374 Skip test completely if gdb,no_hardware_watchpoints.
10375
10376 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10377
10378 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10379 strict, but do not check for any particular function name within libc.
10380
10381 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10382
10383 * gdb.cp/smartp.exp: New test.
10384 * gdb.cp/smartp.cc : New test.
10385
10386 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10387
10388 * gdb.cp/converts.exp: Test pointer to bool conversion.
10389 Test pointer to long conversion.
10390 * gdb.cp/oranking.exp: Removed relevant kfail.
10391
10392 2010-10-18 Tom Tromey <tromey@redhat.com>
10393
10394 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10395 argument to lazy_string.
10396 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10397 (pp_ls.to_string): Use it.
10398 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10399 Add "estring2" local.
10400
10401 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 Fix s390x compatibility.
10404 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10405 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10406
10407 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10408
10409 * gdb.threads/sigstep-threads.exp: New file.
10410 * gdb.threads/sigstep-threads.c: New file.
10411
10412 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 * gdb.base/pie-execl.exp: New file.
10415 * gdb.base/pie-execl.c: New file.
10416
10417 2010-10-13 Doug Evans <dje@google.com>
10418 Jan Kratochvil <jan.kratochvil@redhat.com>
10419
10420 PR exp/12117
10421 * gdb.cp/ptype-cv-cp.cc: New file.
10422 * gdb.cp/ptype-cv-cp.exp: New file.
10423
10424 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10425
10426 * gdb.cp/converts.cc: New test program.
10427 * gdb.cp/converts.exp: New test.
10428 * gdb.cp/overload.exp: Added test for void* vs int*.
10429 * gdb.cp/overload.exp: Ditto.
10430 * gdb.cp/oranking.exp: Removed related kfail.
10431
10432 2010-10-13 Doug Evans <dje@google.com>
10433
10434 * lib/gdb-python.exp (gdb_check_python_config): New function.
10435 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10436 * gdb.python/lib-types.cc: New file.
10437 * gdb.python/lib-types.exp: New file.
10438
10439 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10440
10441 * gdb.python/py-error.exp: New file.
10442 * gdb.python/py-error.py: New file.
10443
10444 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10445
10446 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10447 gdb_test_multiple.
10448
10449 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10452 * gdb.base/prelink.exp: Likewise.
10453 * gdb.base/solib-nodir.exp: Likewise.
10454 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10455 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10456 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10457
10458 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10459
10460 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10461 for the "info files" test to avoid timeouts on slow machines.
10462
10463 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10466 (main): Make openlib dummy call.
10467
10468 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10471 * break-interp.exp (reach): Move the core body ...
10472 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10473 (test_ld): Provide always real argument, even to the linker. Replace
10474 dl_main by _dl_debug_state.
10475
10476 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10477
10478 Fix results of prelinked PIEs on ppc*.
10479 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10480 Accept also DISPLACEMENT "PRESENT".
10481 (main): Replace "ZERO" displacements by "PRESENT".
10482
10483 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10484
10485 * gdb.cp/oranking.exp: New test.
10486 * gdb.cp/oranking.cc: New test program.
10487
10488 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
10489
10490 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10491 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10492
10493 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10494
10495 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10496 lush, lynx) New constant.
10497 * gdb.base/constvars.exp: Test const array types.
10498 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10499
10500 2010-10-06 Doug Evans <dje@google.com>
10501
10502 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10503 of syscall staging area.
10504
10505 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10506
10507 * gdb.base/gnu_vector.c: Add variable c4.
10508 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10509 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10510
10511 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10512
10513 * gdb.arch/altivec-abi.exp: Fix a typo.
10514
10515 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10516
10517 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10518 to match a thread ID.
10519
10520 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10521
10522 Fix s390x testcase compatibility.
10523 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10524
10525 2010-10-01 Doug Evans <dje@google.com>
10526
10527 * lib/gdb-python.exp: New file.
10528 * gdb.python/py-block.exp: Use it.
10529 * gdb.python/py-breakpoint.exp: Ditto.
10530 * gdb.python/py-frame.exp: Ditto.
10531 * gdb.python/py-inferior.exp: Ditto.
10532 * gdb.python/py-param.exp: Ditto.
10533 * gdb.python/py-prettyprint.exp: Ditto.
10534 * gdb.python/py-shared.exp: Ditto.
10535 * gdb.python/py-symbol.exp: Ditto.
10536 * gdb.python/py-symtab.exp: Ditto.
10537 * gdb.python/py-type.exp: Ditto.
10538 * gdb.python/py-value.exp: Ditto.
10539 * gdb.python/python.exp: Ditto.
10540
10541 2010-09-30 Tom Tromey <tromey@redhat.com>
10542
10543 * gdb.base/anon.exp: New file.
10544 * gdb.base/anon.c: New file.
10545
10546 2010-09-30 Tom Tromey <tromey@redhat.com>
10547
10548 * gdb.base/completion.exp: Test completion through anonymous
10549 union.
10550 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10551
10552 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10553
10554 Fix printing parameters of inlined functions.
10555 * gdb.dwarf2/dw2-inline-param.exp: New file.
10556 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10557 * gdb.dwarf2/dw2-inline-param.S: New file.
10558
10559 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10560
10561 PR corefiles/12071.
10562 * gdb.base/corefile.exp (quit with a process, no question: load core)
10563 (quit with a core file): New tests.
10564
10565 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10566
10567 Fix GDB crash on inferior calls with self-referencing classes.
10568 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10569 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10570 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10571
10572 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10573
10574 Fix lost siginfo_t for inferior calls.
10575 * gdb.base/siginfo-infcall.exp: New file.
10576 * gdb.base/siginfo-infcall.c: New file.
10577
10578 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10579
10580 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10581
10582 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10583
10584 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10585 New test.
10586 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10587
10588 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10589
10590 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10591 type of our const type.
10592
10593 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10594
10595 * gdb.cp/pr12028.cc: New.
10596 * gdb.cp/pr12028.exp: New.
10597
10598 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10599
10600 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10601
10602 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10603 Jan Kratochvil <jan.kratochvil@redhat.com>
10604
10605 PR mi/11407
10606 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10607 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10608 * gdb.mi/dw2-ref-missing-frame.S New File.
10609 * gdb.mi/dw2-ref-missing-frame.exp New File.
10610
10611 2010-09-14 Tom Tromey <tromey@redhat.com>
10612
10613 PR symtab/8399:
10614 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10615
10616 2010-09-14 Tom Tromey <tromey@redhat.com>
10617
10618 PR exp/11803:
10619 * gdb.threads/tls.exp: Use C++.
10620 (check_thread_local): Use K::another_thread_local.
10621 * gdb.threads/tls.c (class K): New.
10622 (another_thread_local): Now a member of K.
10623 (spin): Update. No longer K&R C.
10624
10625 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10626
10627 * gdb.cp/koenig.cc: created class for testing member lookup.
10628 * gdb.cp/koenig.exp: Added test for member lookup.
10629
10630 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10631
10632 Fix false FAILs on sourcetree topdir directory containing "kill".
10633 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10634 source line matching regexp.
10635
10636 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10637
10638 * gdb.python/python.exp (set height 0, collect help from uiout)
10639 (verify help to uiout): New tests.
10640
10641 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10642
10643 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10644 is_lp64_target to check 64bit target.
10645
10646 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10647
10648 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10649 (test_ld) <powerpc64-*>: New.
10650
10651 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10652
10653 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10654
10655 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10656
10657 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10658 (FunctionArg::method): New function.
10659 (empty, arg): New variables.
10660 (main): Call arg.method.
10661 * gdb.cp/templates.exp (test_template_args): New function.
10662 (do_tests): Call it.
10663
10664 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10665
10666 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10667 of "next" to proceed over pthread_exit call.
10668
10669 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10670
10671 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10672 "maint print statistics" output to prevent expect timeouts.
10673
10674 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10675
10676 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10677 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10678 (test_float_rejected): ... here.
10679 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10680 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10681 (test_float_rejected): ... here.
10682 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10683 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10684 (test_float_rejected): ... here.
10685 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10686 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10687 (test_float_rejected): ... here.
10688
10689 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10690
10691 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10692 before disabling hardware watchpoints.
10693 (test_inaccessible_watchpoint): Check that hardware watchpoints
10694 are used. Test for watchpoints on a constant address.
10695
10696 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10697
10698 * gdb.base/ui-redirect.exp: New file.
10699
10700 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10701 Joel Brobecker <brobecker@adacore.com>
10702
10703 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10704
10705 2010-08-31 Doug Evans <dje@google.com>
10706
10707 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10708
10709 2010-08-30 Tom Tromey <tromey@redhat.com>
10710
10711 PR python/11792:
10712 * gdb.python/py-value.exp (test_subscript_regression): Add
10713 dynamic_type test.
10714
10715 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10716
10717 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10718 instead of running to main. Do not test the main function.
10719 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10720 Add new main.
10721
10722 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10723
10724 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10725 one test.
10726
10727 2010-08-24 Doug Evans <dje@google.com>
10728
10729 PR symtab/11942
10730 * gdb.dwarf2/dw4-sig-types.cc: New file.
10731 * gdb.dwarf2/dw4-sig-types.h: New file.
10732 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10733 * gdb.dwarf2/dw4-sig-types.exp: New file.
10734
10735 2010-08-23 Tom Tromey <tromey@redhat.com>
10736
10737 PR python/11145:
10738 * gdb.python/py-value.c (Base, Derived): New types.
10739 (base): New global.
10740 * gdb.python/py-value.exp (test_subscript_regression): Add
10741 dynamic_cast test.
10742
10743 2010-08-23 Tom Tromey <tromey@redhat.com>
10744
10745 PR python/10676:
10746 * gdb.python/py-type.exp (test_fields): Add tests for type
10747 equality.
10748
10749 2010-08-23 Tom Tromey <tromey@redhat.com>
10750
10751 PR python/11915:
10752 * gdb.python/py-type.exp (test_fields): Add tests for array.
10753
10754 2010-08-23 Keith Seitz <keiths@redhat.com>
10755
10756 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10757 have any children. Create a new abbrev for it.
10758 Add missing terminal sequence to .debug_abbrev.
10759
10760 2010-08-20 Keith Seitz <keiths@redhat.com>
10761
10762 PR symtab/11465:
10763 * gdb.dwarf2/pr11465.exp: New test.
10764 * gdb.dwarf2/pr11465.S: New file.
10765 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10766 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10767
10768 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10769
10770 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10771 registers. Update data sets with the new v2_double element in the
10772 VSX register union. Add vector_register3_vr data set for the AltiVec
10773 registers. Use gdb_test_no_output instead of send_gdb.
10774
10775 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10776
10777 * gdb.python/py-shared.exp: New file, factored out from
10778 python.exp.
10779 * gdb.python/py-shared.c: New file.
10780 * gdb.python/py-shared-sl.c: New file.
10781 * gdb.python/python-1.c: New file.
10782 * gdb.python/python-sl.c: Delete.
10783 * gdb.python/python.c: Mention python-1.c.
10784 * gdb.python/python.exp: Move shared library tests to
10785 py-shared.exp.
10786 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10787 (MISCELLANEOUS): New.
10788 (clean mostlyclean): Also remove $MISCELLANEOUS.
10789
10790 2010-08-19 Doug Evans <dje@google.com>
10791
10792 PR exp/11926
10793 * gdb.base/printcmds.exp (test_float_accepted): New function.
10794 Move existing float tests there. Add tests for floats with suffixes.
10795 (test_float_rejected): New function.
10796 * gdb.java/jv-print.exp (test_float_accepted): New function.
10797 (test_float_rejected): New function.
10798 * gdb.objc/print.exp: New file.
10799 * gdb.pascal/print.exp: New file.
10800 * lib/objc.exp: New file.
10801
10802 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10803
10804 * gdb.base/default.exp (info set): Avoid full buffer error and force
10805 reading up to final gdb prompt.
10806 (show): Likewise.
10807
10808 2010-08-18 Tom Tromey <tromey@redhat.com>
10809
10810 PR symtab/11919:
10811 * gdb.base/completion.exp: Add test.
10812
10813 2010-08-18 Doug Evans <dje@google.com>
10814
10815 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10816 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10817 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10818 Simplify, early exit if runto_main fails.
10819 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10820 (set_lang_fortran): Moved to lib/fortran.exp.
10821 * gdb.fortran/types.exp: load_lib fortran.exp.
10822 (set_lang_fortran): Moved to lib/fortran.exp.
10823 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10824 * gdb.java/jprint.exp (set_lang_java): Ditto.
10825 * gdb.java/jv-exp.exp: load_lib java.exp.
10826 If set_lang_java fails, issue a warning instead of failure to be
10827 consistent with other set_lang_foo uses.
10828 (set_lang_java): Moved to lib/java.exp.
10829 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10830 If set_lang_java fails, issue a warning instead of failure to be
10831 consistent with other set_lang_foo uses.
10832 * gdb.pascal/types.exp: load_lib pascal.exp.
10833 (set_lang_pascal): Moved to lib/pascal.exp.
10834 * lib/fortran.exp: New file.
10835 * lib/java.exp (set_lang_java): New function.
10836 * lib/pascal.exp (set_lang_pascal): New function.
10837
10838 2010-08-18 Yao Qi <yao@codesourcery.com
10839
10840 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10841 func_nofb_start and func_loopfb_start, so that address of functions
10842 is equal to these labels on Thumb.
10843
10844 2010-08-18 Yao Qi <yao@codesourcery.com>
10845
10846 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10847 to reflect latest c source file.
10848
10849 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10850
10851 * gdb.cp/infcall-dlopen.exp: New file.
10852 * gdb.cp/infcall-dlopen.cc: New file.
10853 * gdb.cp/infcall-dlopen-lib.cc: New file.
10854
10855 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10856 Pedro Alves <pedro@codesourcery.com>
10857
10858 PR breakpoints/11371
10859
10860 * gdb.base/watch-cond-infcall.exp: New file.
10861 * gdb.base/watch-cond-infcall.c: New file.
10862
10863 2010-08-16 Tom Tromey <tromey@redhat.com>
10864
10865 * gdb.base/help.exp: Update.
10866 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10867 watchpoint.
10868 (test_watch_location): New proc.
10869 (test_watchpoint_in_big_blob): Delete watchpoint.
10870 * gdb.base/watchpoint.c (func5): New function.
10871 (main): Call it.
10872
10873 2010-08-16 Doug Evans <dje@google.com>
10874
10875 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10876
10877 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10878
10879 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10880 tests.
10881
10882 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10883
10884 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10885 * gdb.base/gnu_vector.c: New File.
10886 * gdb.base/gnu_vector.exp: Likewise.
10887
10888 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10889
10890 * gdb.python/python.c: New File.
10891 * gdb.python/python-sl.c: New File.
10892 * gdb.python/python.exp: Test solib_address and decode_line
10893 * functions.
10894
10895 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 * gdb.python/python.exp (show height, set height 10)
10898 (verify pagination beforehand, verify pagination beforehand: q)
10899 (gdb.execute does not page, verify pagination afterwards)
10900 (verify pagination afterwards: q): New.
10901
10902 2010-08-02 Doug Evans <dje@google.com>
10903
10904 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10905 because of an older gcc, change test2
10906 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10907 to unsupported.
10908
10909 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10910
10911 * gdb.base/break-always.exp: Do not expect full paths to file
10912 names.
10913 * gdb.base/commands.exp: Likewise.
10914
10915 2010-07-30 Doug Evans <dje@google.com>
10916
10917 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10918 xfail them when run with older gccs.
10919
10920 * lib/gdb.exp (build_executable): Forward "c++" option to
10921 get_compiler_info.
10922
10923 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10924 "python print ttype.template_argument(1)" and
10925 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10926 if using gcc 4.4 or earlier.
10927
10928 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10929 attach-to-debugger handling.
10930
10931 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10932
10933 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10934 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10935 (main): Use copyreloc.
10936 * gdb.base/prelink.exp (split debug of executable)
10937 (.dynbss vs. .bss address shift): New tests.
10938
10939 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10940
10941 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10942 in gdb_test_multiple.
10943
10944 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10945
10946 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10947 environment.
10948
10949 2010-07-28 Tom Tromey <tromey@redhat.com>
10950
10951 PR python/11060:
10952 * gdb.python/py-type.c (Temargs): New template.
10953 (temvar): New variable.
10954 * gdb.python/py-type.exp (test_template): New proc.
10955
10956 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10957
10958 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10959 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10960
10961 2010-07-28 Tom Tromey <tromey@redhat.com>
10962
10963 PR c++/9946:
10964 * gdb.cp/temargs.exp: New file.
10965 * gdb.cp/temargs.cc: New file.
10966
10967 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10968
10969 * gdb.base/help.exp (help disassemble): Update the content.
10970
10971 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10972
10973 * gdb.threads/ia64-sigill.exp: New file.
10974 * gdb.threads/ia64-sigill.c: New file.
10975
10976 2010-07-27 Tom Tromey <tromey@redhat.com>
10977
10978 * gdb.opt/inline-cmds.c (ATTR): New define.
10979 (func1): Use it.
10980 (func2): Likewise.
10981 (func3): Likewise.
10982 (outer_inline1): Likewise.
10983 (outer_inline2): Likewise.
10984 * gdb.opt/inline-bt.c (ATTR): New define.
10985 (func1): Use it.
10986 (func2): Likewise.
10987 * gdb.opt/inline-locals.c (ATTR): New define.
10988 (func1): Use it.
10989 (func2): Likewise.
10990
10991 2010-07-27 Tom Tromey <tromey@redhat.com>
10992
10993 * gdb.stabs/gdb11479.c (hack): New function.
10994 (test): Use it.
10995 (test2): Use it.
10996 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10997 (int32_search_buf, int64_search_buf): No longer static.
10998 (x): Remove.
10999 * gdb.base/relocate.c (hack): New function.
11000
11001 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11002
11003 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11004 * gdb.python/py-value.c (func1): New function.
11005 (func2): Likewise.
11006
11007 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
11008
11009 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11010 as not to clash with .data section.
11011
11012 2010-07-26 Jerome Guitton <guitton@adacore.com>
11013
11014 * gdb.base/code_elim.exp: New file.
11015 * gdb.base/code_elim1.c: New file.
11016 * gdb.base/code_elim2.c: New file.
11017
11018 2010-07-21 Pedro Alves <pedro@codesourcery.com>
11019
11020 PR symtab/11827
11021
11022 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11023 (some_volatile_enum): New variable.
11024 * gdb.base/printcmds.exp (test_print_enums): New.
11025 <top level>: Call it.
11026
11027 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11028
11029 * gdb.cp/fpointer.cc: New test.
11030 * gdb.cp/fpointer.exp: New test.
11031
11032 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11033
11034 * gdb.base/solib-nodir.exp: New file.
11035 * lib/gdb.exp (runto): New case for a GDB internal error.
11036
11037 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11038 Ulrich Weigand <uweigand@de.ibm.com>
11039 Tom Tromey <tromey@redhat.com>
11040
11041 * gdb.base/charset-malloc.c: New file.
11042 * gdb.base/charset.c (malloc_stub): New prototype.
11043 (main): Call it instead of malloc itself.
11044 * gdb.base/charset.exp: Use only prepare_for_testing.
11045 (binfile): Remove the variable.
11046
11047 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11048
11049 Make core files the process_stratum.
11050 * gdb.base/corefile.exp (run: load core again)
11051 (run: sanity check we see the core file, run: with core)
11052 (run: core file is cleared, attach: load core again)
11053 (attach: sanity check we see the core file, attach: with core)
11054 (attach: core file is cleared): New tests.
11055 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11056
11057 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11058
11059 * gdb.arch/altivec-abi.exp: New tests.
11060
11061 2010-07-13 Tom Tromey <tromey@redhat.com>
11062
11063 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11064 (main): Use it.
11065 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11066
11067 2010-07-13 Tom Tromey <tromey@redhat.com>
11068
11069 * gdb.base/label.exp: New file.
11070 * gdb.base/label.c: New file.
11071
11072 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11073 H.J. Lu <hongjiu.lu@intel.com>
11074
11075 * lib/gdb.exp (is_ilp32_target): New.
11076 (is_lp64_target): Likewise.
11077
11078 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11079 target.
11080 * gdb.arch/amd64-disp-step.exp: Likewise.
11081 * gdb.arch/amd64-dword.exp: Likewise.
11082 * gdb.arch/amd64-i386-address.exp: Likewise.
11083 * gdb.arch/amd64-word.exp: Likewise.
11084
11085 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11086 target.
11087 * gdb.arch/i386-bp_permanent.exp: Likewise.
11088 * gdb.arch/i386-byte.exp: Likewise.
11089 * gdb.arch/i386-disp-step.exp: Likewise.
11090 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11091 * gdb.arch/i386-prologue.exp: Likewise.
11092 * gdb.arch/i386-size-overlap.exp: Likewise.
11093 * gdb.arch/i386-size.exp: Likewise.
11094 * gdb.arch/i386-sse.exp: Likewise.
11095 * gdb.arch/i386-unwind.exp: Likewise.
11096 * gdb.arch/i386-word.exp: Likewise.
11097
11098 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11099 test only when building 64-bit executables. Do not hard-code
11100 -m64 option.
11101
11102 2010-07-07 Doug Evans <dje@google.com>
11103
11104 * lib/gdb.exp (gdb_test_list_exact): New function.
11105 * gdb.base/default.exp (show convenience): Call it, add tests for
11106 $_sdata = void, $_thread = 0.
11107
11108 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11109 Joel Brobecker <brobecker@adacore.com>
11110
11111 Fix re-run of PIE executable, PR shlibs/11776.
11112 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11113 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11114 and re-"run" of the inferior.
11115
11116 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11117 Joel Brobecker <brobecker@adacore.com>
11118
11119 Cope with missing /usr/sbin/prelink.
11120 * lib/prelink-support.exp (prelink_no):
11121 <result == 1 && $output is "no such file or directory">: New.
11122 (prelink_yes): Likewise. Return on failed prelink_no.
11123
11124 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11125 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11128 build_executable by build_executable_own_libs. Replace "prelink -R"
11129 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11130 change.
11131 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11132 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11133 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11134 Replace build_executable by build_executable_own_libs's function
11135 build_executable_own_libs.
11136 (prelinkNO): Create new stub to call prelink_no.
11137 (prelinkYES): Create new stub to call prelink_yes.
11138 (test_attach): Rename calls of copy to file_copy.
11139 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11140 (copy): Move to ...
11141 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11142 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11143 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11144 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11145 special flags by gdb_compile_shlib. Replace second gdb_compile by
11146 build_executable_own_libs. Replace "prelink -R" execution by a call of
11147 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11148 a second call of prelink_yes. Replace restart commands by
11149 clean_restart.
11150 (prelink): Rename to ...
11151 (seen displacement message): ... this test. Extend its expectation
11152 strictness.
11153
11154 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11157 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11158 displacement message exactly once.
11159
11160 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11161 Joel Brobecker <brobecker@adacore.com>
11162
11163 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11164 its restore after the <$relink_args != ""> loop. new comment.
11165
11166 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11167 Joel Brobecker <brobecker@adacore.com>
11168
11169 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11170 code for it. New variable relink_args.
11171 (prelinkYES): Call prelinkNO.
11172 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11173 in such case. Move the core code to ...
11174 (test_attach_gdb): ... a new function. Send GDB command "file".
11175 Extend expected "Attaching to " string.
11176
11177 2010-07-02 Tom Tromey <tromey@redhat.com>
11178
11179 * gdb.base/bitops.exp: Remove extraneous "pass".
11180
11181 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
11182
11183 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11184
11185 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11186
11187 * gdb.base/help.exp: Adjust expected output.
11188
11189 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11190
11191 * gdb.base/help.exp: Adjust expected output.
11192
11193 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11194
11195 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11196 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11197 c++/11702.
11198
11199 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11200 Doug Evans <dje@google.com>
11201
11202 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11203 add .dynamic entry'.
11204
11205 2010-06-29 Doug Evans <dje@google.com>
11206
11207 Test PR c++/11702.
11208 * gdb.cp/m-static.exp: Add testcase.
11209 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11210
11211 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11212 Tom Tromey <tromey@redhat.com>
11213 Thiago Jung Bauermann <bauerman@br.ibm.com>
11214
11215 * gdb.python/py-inferior.c: New File.
11216 * gdb.python/py-infthread.c: New File.
11217 * gdb.python/py-inferior.exp: New File.
11218 * gdb.python/py-infthread.exp: New File.
11219
11220 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11221
11222 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11223 (ptype ::C::OtherFileClass typedefs): New.
11224 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11225 (C::OtherFileClass::cOtherFileClassVar2): New.
11226 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11227 cOtherFileClassVar2.
11228 (C::cOtherFileType2, C::cOtherFileVar2): New.
11229 (C::cOtherFileVar_use): use also cOtherFileVar2.
11230 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11231
11232 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11235 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11236 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11237 (print ::C::cOtherFileVar)
11238 (whatis C::OtherFileClass::cOtherFileClassType)
11239 (whatis ::C::OtherFileClass::cOtherFileClassType)
11240 (print C::OtherFileClass::cOtherFileClassVar)
11241 (print ::cOtherFileClassVar)
11242 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11243 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11244 trailing content.
11245 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11246 (C::OtherFileClass::cOtherFileClassVar)
11247 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11248 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11249
11250 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11251
11252 Test PR c++/11703 and PR gdb/1448.
11253 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11254 gdb/1448.
11255
11256 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11257
11258 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11259 (main) <rtti_data>: New.
11260 * gdb.cp/virtbase.exp (print rtti_data): New.
11261
11262 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11263 Joel Brobecker <brobecker@adacore.com>
11264
11265 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11266
11267 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11268
11269 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11270
11271 2010-06-28 Doug Evans <dje@google.com>
11272
11273 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11274
11275 2010-06-27 Doug Evans <dje@google.com>
11276
11277 * gdb.cp/m-static.exp: Update expected test output.
11278
11279 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11280
11281 * gdb.gdb/selftest.exp: Adjust expected message for
11282 capturing start-up runtime.
11283
11284 2010-06-25 Tom Tromey <tromey@redhat.com>
11285
11286 PR python/10808:
11287 * gdb.python/python.exp: Add new tests.
11288
11289 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11290
11291 * gdb.cp/operator.cc: Created an import loop.
11292 * gdb.cp/operator.exp: Added testcase for import loop.
11293
11294 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11295
11296 Test PR python/11407.
11297 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11298 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11299 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11300 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11301 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11302 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11303 binfile. Call gdb_compile with clean_restart twice.
11304 (func_nofb print, func_nofb backtrace, func_loopfb print)
11305 (func_loopfb backtrace): New.
11306
11307 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11310 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11311 by a hand made one.
11312 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11313 i?86 requirement. Remove variables srcfile and binfile. New variable
11314 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11315
11316 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11317
11318 * gdb.cell/dwarfaddr.exp: New file.
11319 * gdb.cell/dwarfaddr.S: New file.
11320
11321 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11322
11323 Test PR 9436.
11324 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11325
11326 2010-06-24 Hui Zhu <teawater@gmail.com>
11327
11328 * gdb.base/eval.exp: New file.
11329
11330 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11331
11332 * gdb.cell/fork.exp: New file.
11333 * gdb.cell/fork.c: Likewise.
11334 * gdb.cell/fork-spu.c: Likewise.
11335
11336 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11337
11338 * lib/gdb.exp (banned_variables_traced): New global variable.
11339 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11340 (gdb_init): Use `trace add variable' instead of obsolete
11341 `trace variable'.
11342
11343 2010-06-21 Doug Evans <dje@google.com>
11344
11345 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11346
11347 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11348
11349 * gdb.arch/spu-ls.exp: New file.
11350 * gdb.arch/spu-ls.c: Likewise.
11351
11352 2010-06-18 Stan Shebs <stan@codesourcery.com>
11353
11354 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11355
11356 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11357
11358 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11359 * gdb.base/watch-cond.exp: Likewise.
11360 * gdb.python/py-breakpoint.exp: Likewise.
11361
11362 2010-06-18 Pedro Alves <pedro@codesourcery.com>
11363
11364 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11365 clean_restart, make sure every test has a distinct message, and
11366 that messages don't include the executable' full path.
11367
11368 2010-06-17 Doug Evans <dje@google.com>
11369
11370 * gdb.arch/i386-size.exp: Updated expected output for
11371 DISASSEMBLY_OMIT_FNAME.
11372
11373 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11374 Sergio Durigan Junior <sergiodj@redhat.com>
11375
11376 * gdb.base/watch-notconst.c: New file.
11377 * gdb.base/watch-notconst.S: New file.
11378 * gdb.base/watch-notconst2.c: New file.
11379 * gdb.base/watch-notconst2.S: New file.
11380 * gdb.base/watch-notconst.exp: New file.
11381 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11382 (func4): Add operations on `global_ptr_ptr'.
11383 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11384 routine to test watchpoints created with a constant expression.
11385 (test_inaccessible_watchpoint): Include tests for watchpoints
11386 created with a constant expression.
11387
11388 2010-06-14 Kevin Buettner <kevinb@redhat.com>
11389
11390 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11391 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11392 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11393 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11394 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11395 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11396 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11397 of `_start'.
11398
11399 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11400
11401 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11402 not supported on the target.
11403 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11404 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11405 * gdb.mi/mi-nsintrall.exp: Likewise.
11406 * gdb.mi/mi-nsmoribund.exp: Likewise.
11407 * gdb.mi/mi-nsthrexec.exp: Likewise.
11408
11409 2010-06-11 Stan Shebs <stan@codesourcery.com>
11410
11411 * gdb.base/permissions.exp: New file.
11412
11413 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11414
11415 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11416 does not support ELF executable class.
11417
11418 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11419
11420 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11421
11422 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11423
11424 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11425 (runto): Catch "The target does not support running in non-stop mode.".
11426
11427 2010-06-11 Michael Snyder <msnyder@vmware.com>
11428
11429 * gdb.base/setshow.exp (set language asm): Don't use
11430 gdb_test_no_output, fails on some targets.
11431
11432 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11433
11434 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11435 * gdb.cp/pr9167.exp: Likewise.
11436
11437 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11438
11439 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11440
11441 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11442
11443 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11444
11445 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11446
11447 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11448
11449 2010-06-11 Tom Tromey <tromey@redhat.com>
11450
11451 PR gdb/9977, PR exp/11636::
11452 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11453 (pieces_test_f6): Update expected output.
11454
11455 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11456
11457 * gdb.base/moribund-step.exp: New.
11458
11459 2010-06-08 Michael Snyder <msnyder@vmware.com>
11460
11461 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
11462 * gdb.ada/boolean_expr.exp:
11463 * gdb.ada/frame_args.exp: Ditto.
11464 * gdb.ada/lang_switch.exp: Ditto.
11465 * gdb.ada/ptype_arith_binop.exp: Ditto.
11466 * gdb.ada/ref_param.exp: Ditto.
11467 * gdb.ada/type_coercion.exp:Ditto.
11468
11469 * gdb.asm/asm-source.exp: Ditto.
11470
11471 * gdb.base/attach.exp: Ditto.
11472 * gdb.base/bitfields2.exp: Ditto.
11473 * gdb.base/call-signal-resume.exp: Ditto.
11474 * gdb.base/callfuncs.exp: Ditto.
11475 * gdb.base/commands.exp: Ditto.
11476 * gdb.base/dbx.exp: Ditto.
11477 * gdb.base/default.exp: Ditto.
11478 * gdb.base/dump.exp: Ditto.
11479 * gdb.base/exprs.exp: Ditto.
11480 * gdb.base/freebpcmd.exp: Ditto.
11481 * gdb.base/interrupt.exp: Ditto.
11482 * gdb.base/list.exp: Ditto.
11483 * gdb.base/long_long.exp: Ditto.
11484 * gdb.base/maint.exp: Ditto.
11485 * gdb.base/ptype.exp: Ditto.
11486 * gdb.base/return.exp: Ditto.
11487 * gdb.base/setshow.exp: Ditto.
11488 * gdb.base/sigbpt.exp: Ditto.
11489 * gdb.base/sigrepeat.exp: Ditto.
11490
11491 * gdb.cp/classes.exp: Ditto.
11492
11493 * gdb.dwarf2/dw2-restore.exp: Ditto.
11494
11495 * gdb.gdb/selftest.exp: Ditto.
11496
11497 * gdb.multi/base.exp: Ditto.
11498 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11499
11500 * gdb.python/py-block.exp: Ditto.
11501 * gdb.python/py-prettyprint.exp: Ditto.
11502 * gdb.python/py-template.exp: Ditto.
11503
11504 * gdb.server/ext-attach.exp: Ditto.
11505 * gdb.server/ext-run.exp: Ditto.
11506 * gdb.server/server-mon.exp: Ditto.
11507
11508 * gdb.threads/fork-thread-pending.exp: Ditto.
11509 * gdb.threads/hand-call-in-threads.exp: Ditto.
11510 * gdb.threads/interrupted-hand-call.exp: Ditto.
11511 * gdb.threads/linux-dp.exp: Ditto.
11512 * gdb.threads/manythreads.exp: Ditto.
11513 * gdb.threads/print-threads.exp: Ditto.
11514 * gdb.threads/pthreads.exp: Ditto.
11515 * gdb.threads/schedlock.exp: Ditto.
11516 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11517 * gdb.threads/threadapply.exp: Ditto.
11518
11519 2010-06-08 Michael Snyder <msnyder@vmware.com>
11520
11521 * gdb.ada/exec_changed.exp:
11522 Use ".*" instead of "" as wildcard regexp.
11523
11524 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11525 * gdb.base/call-ar-st.exp: Ditto.
11526 * gdb.base/checkpoint.exp: Ditto.
11527 * gdb.base/default.exp: Ditto.
11528 * gdb.base/dump.exp: Ditto.
11529 * gdb.base/ending-run.exp: Ditto.
11530 * gdb.base/fileio.exp: Ditto.
11531 * gdb.base/miscexprs.exp: Ditto.
11532 * gdb.base/pointers.exp: Ditto.
11533 * gdb.base/readline.exp: Ditto.
11534 * gdb.base/reread.exp: Ditto.
11535 * gdb.base/restore.exp: Ditto.
11536 * gdb.base/shlib-call.exp: Ditto.
11537 * gdb.base/valgrind-db-attach.exp: Ditto.
11538 * gdb.base/volatile.exp: Ditto.
11539 * gdb.base/watchpoints.exp: Ditto.
11540
11541 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11542
11543 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11544 * gdb.python/py-value.exp: Ditto.
11545
11546 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11547 * gdb.trace/circ.exp: Ditto.
11548 * gdb.trace/collection.exp: Ditto.
11549 * gdb.trace/packetlen.exp: Ditto.
11550 * gdb.trace/passc-dyn.exp: Ditto.
11551 * gdb.trace/report.exp: Ditto.
11552 * gdb.trace/tfile.exp: Ditto.
11553 * gdb.trace/tfind.exp: Ditto.
11554 * gdb.trace/while-dyn.exp: Ditto.
11555
11556 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11559
11560 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11561
11562 Test PR 10640.
11563 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11564
11565 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11566
11567 * gdb.cp/koenig.exp: Test for ADL operators.
11568 * gdb.cp/koenig.cc: Added ADL operators.
11569 * gdb.cp/operator.exp: New test.
11570 * gdb.cp/operator.cc: New test.
11571
11572 2010-06-04 Michael Snyder <msnyder@vmware.com>
11573
11574 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11575 * gdb.base/pending.exp: Ditto.
11576
11577 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11578
11579 2010-06-04 Doug Evans <dje@google.com>
11580
11581 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11582 disabled printers.
11583 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11584 (enable_lookup_function): New function.
11585
11586 2010-06-04 Tom Tromey <tromey@redhat.com>
11587
11588 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11589 of hash and id.
11590
11591 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11592
11593 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11594 newline.
11595 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11596 (empty verbose non-noisy clear, empty verbose noisy clear)
11597 (empty non-verbose noisy clear): Likewise.
11598
11599 2010-06-03 Michael Snyder <msnyder@vmware.com>
11600
11601 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11602 * gdb.base/display.exp: Ditto.
11603 * gdb.base/find.exp: Ditto.
11604 * gdb.base/ifelse.exp: Ditto.
11605 * gdb.base/multi-forks.exp: Ditto.
11606 * gdb.base/recurse.exp: Ditto.
11607 * gdb.base/setshow.exp: Ditto.
11608 * gdb.base/value-double-free.exp: Ditto.
11609 * gdb.base/watch-vfork.exp: Ditto.
11610 * gdb.base/watch_thread_num.exp: Ditto.
11611 * gdb.base/watchpoint-solib.exp: Ditto.
11612 * gdb.base/watchpoint.exp: Ditto.
11613 * gdb.base/watchpoints.exp: Ditto.
11614
11615 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11616 * gdb.cp/overload.exp: Ditto.
11617 * gdb.cp/virtfunc.exp: Ditto.
11618
11619 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11620
11621 * gdb.reverse/watch-precsave.exp:
11622 Replace gdb_test with gdb_test_no_output.
11623
11624 * gdb.threads/attach-into-signal.exp:
11625 Replace gdb_test with gdb_test_no_output.
11626 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11627 * gdb.threads/watchthreads.exp: Ditto.
11628 * gdb.threads/watchthreads2.exp: Ditto.
11629
11630 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11631 * gdb.trace/tfind.exp: Ditto.
11632
11633 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11634
11635 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11636 successful test if message is the empty string.
11637
11638 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 * gdb.fortran/module.exp (stopped language detection): New test.
11641
11642 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11643
11644 Support DW_TAG_module as separate namespaces.
11645 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11646 gdb.fortran/library-module-lib.f90: New.
11647 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11648 (print i): Remove.
11649 (continue to breakpoint: i-is-1, print var_i value 1)
11650 (continue to breakpoint: i-is-2, print var_i value 2)
11651 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11652 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11653 (complete `modmany, complete `modmany`, complete `modmany`var)
11654 (show language, setting breakpoint at module): New tests.
11655 * gdb.fortran/module.f90 (module mod): Remove.
11656 (module mod1, module mod2, module modmany, subroutine sub1)
11657 (subroutine sub2, program module): New.
11658
11659 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11662 (print value of rUC, print value of rI, print value of UI): ... here.
11663 * gdb.cp/anon-union.exp (pass): Rename to ...
11664 (print z 2): ... here.
11665
11666 2010-06-02 Michael Snyder <msnyder@vmware.com>
11667
11668 * gdb.trace/actions.exp: Use gdb_test_no_output.
11669 * gdb.trace/circ.exp: Ditto.
11670 * gdb.trace/packetlen.exp: Ditto.
11671 * gdb.trace/save-trace.exp: Ditto.
11672 * gdb.trace/tracecmd.exp: Ditto.
11673 * gdb.trace/tsv.exp: Ditto.
11674
11675 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11676 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11677 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11678 * gdb.threads/manythreads.exp: Ditto.
11679 * gdb.threads/print-threads.exp: Ditto.
11680 * gdb.threads/pthreads.exp: Ditto.
11681 * gdb.threads/schedlock.exp: Ditto.
11682 * gdb.threads/staticthreads.exp: Ditto.
11683 * gdb.threads/thread-specific.exp: Ditto.
11684 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11685 * gdb.threads/threadapply.exp: Ditto.
11686 * gdb.threads/watchthreads.exp: Ditto.
11687 * gdb.threads/watchthreads2.exp: Ditto.
11688
11689 * gdb.python/py-block.exp: Use gdb_test_no_output.
11690 * gdb.python/py-prettyprint.exp: Ditto.
11691 * gdb.python/py-template.exp: Ditto.
11692 * gdb.python/py-value.exp: Ditto.
11693
11694 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11695 * gdb.reverse/watch-reverse.exp: Ditto.
11696
11697 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11698 * gdb.server/ext-run.exp: Ditto.
11699
11700 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11701 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11702 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11703 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11704 * gdb.dwarf2/dw2-producer.exp: Ditto.
11705 * gdb.dwarf2/mac-fileno.exp: Ditto.
11706
11707 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11708 * gdb.gdb/selftest.exp: Ditto.
11709
11710 * gdb.multi/base.exp: Use gdb_test_no_output.
11711
11712 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11713
11714 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11715
11716 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11717
11718 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11719
11720 * gdb.cp/class2.exp: Use gdb_test_no_output.
11721 * gdb.cp/classes.exp: Ditto.
11722 * gdb.cp/extern-c.exp: Ditto.
11723 * gdb.cp/inherit.exp: Ditto.
11724 * gdb.cp/maint.exp: Ditto.
11725 * gdb.cp/mb-inline.exp: Ditto.
11726 * gdb.cp/mb-templates.exp: Ditto.
11727 * gdb.cp/method2.exp: Ditto.
11728 * gdb.cp/misc.exp: Ditto.
11729 * gdb.cp/ovldbreak.exp: Ditto.
11730 * gdb.cp/punctuator.exp: Ditto.
11731 * gdb.cp/templates.exp: Ditto.
11732 * gdb.cp/virtbase.exp: Ditto.
11733
11734 * gdb.threads/attach-stopped.exp:
11735 Replace uses of send_gdb / gdb_expect.
11736 * gdb.threads/attachstop-mt.exp:
11737 Replace uses of send_gdb / gdb_expect.
11738 * gdb.threads/gcore-thread.exp:
11739 Replace uses of send_gdb / gdb_expect.
11740 * gdb.threads/hand-call-in-threads.exp:
11741 Replace uses of send_gdb / gdb_expect.
11742 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11743 * gdb.threads/print-threads.exp:
11744 Replace uses of send_gdb / gdb_expect.
11745 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11746 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11747 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11748
11749 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11750 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11751 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11752 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11753 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11754 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11755 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11756 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11757 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11758 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11759 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11760
11761 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11762
11763 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11764
11765 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11766
11767 * gdb.cp/koenig.exp: Added new test case.
11768 * gdb.cp/koenig.cc: Ditto.
11769
11770 2010-06-01 Michael Snyder <msnyder@vmware.com>
11771
11772 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11773 * gdb.base/arrayidx.exp: Ditto.
11774 * gdb.base/attach.exp: Ditto.
11775 * gdb.base/auxv.exp: Ditto.
11776 * gdb.base/bigcre.exp: Ditto.
11777 * gdb.base/break-always.exp: Ditto.
11778 * gdb.base/break-interp.exp: Ditto.
11779 * gdb.base/break.exp: Ditto.
11780 * gdb.base/breakpoint-shadow.exp: Ditto.
11781 * gdb.base/call-ar-st.exp: Ditto.
11782 * gdb.base/call-sc.exp: Ditto.
11783 * gdb.base/call-signal-resume.exp: Ditto.
11784 * gdb.base/callfuncs.exp: Ditto.
11785 * gdb.base/catch-syscall.exp: Ditto.
11786 * gdb.base/charset.exp: Ditto.
11787 * gdb.base/code-expr.exp: Ditto.
11788 * gdb.base/commands.exp: Ditto.
11789 * gdb.base/cond-expr.exp: Ditto.
11790 * gdb.base/condbreak.exp: Ditto.
11791 * gdb.base/cursal.exp: Ditto.
11792 * gdb.base/cvexpr.exp: Ditto.
11793 * gdb.base/default.exp: Ditto.
11794 * gdb.base/del.exp: Ditto.
11795 * gdb.base/detach.exp: Ditto.
11796 * gdb.base/display.exp: Ditto.
11797 * gdb.base/ena-dis-br.exp: Ditto.
11798 * gdb.base/eval-skip.exp: Ditto.
11799 * gdb.base/foll-fork.exp: Ditto.
11800 * gdb.base/foll-vfork.exp: Ditto.
11801 * gdb.base/frame-args.exp: Ditto.
11802 * gdb.base/funcargs.exp: Ditto.
11803 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11804 * gdb.base/gdbvars.exp: Ditto.
11805 * gdb.base/help.exp: Ditto.
11806 * gdb.base/ifelse.exp: Ditto.
11807 * gdb.base/included.exp: Ditto.
11808 * gdb.base/list.exp: Ditto.
11809 * gdb.base/macscp.exp: Ditto.
11810 * gdb.base/maint.exp: Ditto.
11811 * gdb.base/multi-fork.exp: Ditto.
11812 * gdb.base/overlays.exp: Ditto.
11813 * gdb.base/page.exp: Ditto.
11814 * gdb.base/pending.exp: Ditto.
11815 * gdb.base/pointers.exp: Ditto.
11816 * gdb.base/pr11022.exp: Ditto.
11817 * gdb.base/prelink.exp: Ditto.
11818 * gdb.base/printcmds.exp: Ditto.
11819 * gdb.base/psymtab.exp: Ditto.
11820 * gdb.base/randomize.exp: Ditto.
11821 * gdb.base/relational.exp: Ditto.
11822 * gdb.base/relocate.exp: Ditto.
11823 * gdb.base/remote.exp: Ditto.
11824 * gdb.base/sepdebug.exp: Ditto.
11825 * gdb.base/set-lang-auto.exp: Ditto.
11826 * gdb.base/setshow.exp: Ditto.
11827 * gdb.base/setvar.exp: Ditto.
11828 * gdb.base/signals.exp: Ditto.
11829 * gdb.base/signull.exp: Ditto.
11830 * gdb.base/sigstep.exp: Ditto.
11831 * gdb.base/sizeof.exp: Ditto.
11832 * gdb.base/solib-disc.exp: Ditto.
11833 * gdb.base/store.exp: Ditto.
11834 * gdb.base/structs.exp: Ditto.
11835 * gdb.base/structs2.exp: Ditto.
11836 * gdb.base/subst.exp: Ditto.
11837 * gdb.base/term.exp: Ditto.
11838 * gdb.base/trace-commands.exp: Ditto.
11839 * gdb.base/unwindonsignal.exp: Ditto.
11840 * gdb.base/valgrind-db-attach.exp: Ditto.
11841 * gdb.base/varargs.exp: Ditto.
11842 * gdb.base/watch-cond.exp: Ditto.
11843 * gdb.base/watch_thread_num.exp: Ditto.
11844 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11845 * gdb.base/watchpoint.exp: Ditto.
11846 * gdb.base/whatis-exp.exp: Ditto.
11847
11848 2010-06-01 Michael Snyder <msnyder@vmware.com>
11849
11850 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11851 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11852 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11853 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11854 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11855 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11856 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11857 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11858 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11859 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11860 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11861 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11862 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11863 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11864 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11865
11866 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11867
11868 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11869 trailing newline.
11870 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11871 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11872 (p *args): ... here and remove excessive trailing newline.
11873
11874 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11875
11876 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11877
11878 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11879
11880 Accept the new Linux kernel "t (tracing stop)" string.
11881 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11882 Update comment.
11883 (state_wait) <T (tracing stop)>: New.
11884 (main): Update the state_wait expect string.
11885
11886 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11887
11888 * limits.c, limits.exp: Delete files.
11889 * Makefile.in (clean mostlyclean): Adjust.
11890 * tracecmd.exp: Adjust.
11891
11892 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11893
11894 * gdb.base/tui-layout.exp: New.
11895
11896 2010-05-28 Michael Snyder <msnyder@vmware.com>
11897
11898 * gdb.reverse/break-precsave.exp:
11899 Replace uses of send_gdb / gdb_expect.
11900 * gdb.reverse/break-reverse.exp:
11901 Replace uses of send_gdb / gdb_expect.
11902 * gdb.reverse/consecutive-precsave.exp:
11903 Replace uses of send_gdb / gdb_expect.
11904 * gdb.reverse/consecutive-reverse.exp:
11905 Replace uses of send_gdb / gdb_expect.
11906 * gdb.reverse/finish-precsave.exp:
11907 Replace uses of send_gdb / gdb_expect.
11908 * gdb.reverse/finish-reverse.exp:
11909 Replace uses of send_gdb / gdb_expect.
11910 * gdb.reverse/i386-precsave.exp:
11911 Replace uses of send_gdb / gdb_expect.
11912 * gdb.reverse/i386-reverse.exp:
11913 Replace uses of send_gdb / gdb_expect.
11914 * gdb.reverse/i386-sse-reverse.exp:
11915 Replace uses of send_gdb / gdb_expect.
11916 * gdb.reverse/i387-env-reverse.exp:
11917 Replace uses of send_gdb / gdb_expect.
11918 * gdb.reverse/i387-stack-reverse.exp:
11919 Replace uses of send_gdb / gdb_expect.
11920 * gdb.reverse/machinestate-precsave.exp:
11921 Replace uses of send_gdb / gdb_expect.
11922 * gdb.reverse/machinestate.exp:
11923 Replace uses of send_gdb / gdb_expect.
11924 * gdb.reverse/sigall-precsave.exp:
11925 Replace uses of send_gdb / gdb_expect.
11926 * gdb.reverse/sigall-reverse.exp:
11927 Replace uses of send_gdb / gdb_expect.
11928 * gdb.reverse/solib-precsave.exp:
11929 Replace uses of send_gdb / gdb_expect.
11930 * gdb.reverse/solib-reverse.exp:
11931 Replace uses of send_gdb / gdb_expect.
11932 * gdb.reverse/step-precsave.exp:
11933 Replace uses of send_gdb / gdb_expect.
11934 * gdb.reverse/step-reverse.exp:
11935 Replace uses of send_gdb / gdb_expect.
11936 * gdb.reverse/until-precsave.exp:
11937 Replace uses of send_gdb / gdb_expect.
11938 * gdb.reverse/until-reverse.exp:
11939 Replace uses of send_gdb / gdb_expect.
11940 * gdb.reverse/watch-precsave.exp:
11941 Replace uses of send_gdb / gdb_expect.
11942 * gdb.reverse/watch-reverse.exp:
11943 Replace uses of send_gdb / gdb_expect.
11944
11945 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11946
11947 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11948 excessive newline.
11949
11950 2010-05-27 Michael Snyder <msnyder@vmware.com>
11951
11952 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11953 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11954 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11955 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11956 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11957 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11958 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11959 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11960 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11961 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11962 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11963 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11964 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11965 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11966 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11967 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11968 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11969 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11970 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11971
11972 2010-05-26 Michael Snyder <msnyder@vmware.com>
11973
11974 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11975 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11976
11977 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11978 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11979 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11980
11981 * gdb.reverse/consecutive-reverse.exp:
11982 Replace uses of send_gdb / gdb_expect.
11983 * gdb.reverse/consecutive-precsave.exp:
11984 Replace uses of send_gdb / gdb_expect.
11985
11986 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11987 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11988 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11989 * gdb.mi/mi-ns-stale-regcache.exp:
11990 Replace uses of send_gdb / gdb_expect.
11991 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11992 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11993 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11994 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11995 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11996 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11997 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11998 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11999 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
12000
12001 2010-05-26 Michael Snyder <msnyder@vmware.com>
12002
12003 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
12004
12005 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
12006
12007 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12008 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12009 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12010 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12011 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12012 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12013 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12014 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12015 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
12016
12017 2010-05-25 Tom Tromey <tromey@redhat.com>
12018
12019 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12020
12021 2010-05-25 Tom Tromey <tromey@redhat.com>
12022
12023 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12024 argument order.
12025 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12026 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12027 order.
12028 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12029 order.
12030 * gdb.base/call-sc.exp (setup_kfails): Remove.
12031 (setup_compiler_kfails): Remove.
12032 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12033 argument order.
12034 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12035 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12036 (advancei): Fix setup_kfail argument order.
12037 * gdb.base/radix.exp: Fix setup_kfail argument order.
12038 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12039 order.
12040 * gdb.base/structs.exp (setup_kfails): Remove.
12041 (setup_compiler_kfails): Fix setup_kfail argument order.
12042 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12043 order.
12044 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12045 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12046 setup_kfail argument order.
12047 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12048
12049 2010-05-25 Tom Tromey <tromey@redhat.com>
12050
12051 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12052
12053 2010-05-25 Michael Snyder <msnyder@vmware.com>
12054
12055 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12056 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12057 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12058 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12059 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12060 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12061 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12062 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12063 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12064 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12065 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12066 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12067 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12068 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12069 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12070 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12071 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12072 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12073 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12074 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12075 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12076 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12077 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12078 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12079 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12080 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12081 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12082 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12083 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12084 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12085 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12086 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12087 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12088 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12089 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12090 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12091 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12092 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12093 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12094 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12095 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12096 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12097 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12098 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12099 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12100 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12101 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12102 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12103
12104 2010-05-25 Doug Evans <dje@google.com>
12105
12106 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12107 gdb.string_to_argv.
12108
12109 2010-05-21 Tom Tromey <tromey@redhat.com>
12110
12111 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12112 Call it.
12113 * gdb.dwarf2/pieces.S: Update.
12114 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12115
12116 2010-05-21 Tom Tromey <tromey@redhat.com>
12117
12118 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12119 Call it.
12120 * gdb.dwarf2/pieces.c (struct C): New.
12121 (f6): New function.
12122 * gdb.dwarf2/pieces.S: Replace.
12123
12124 2010-05-21 Tom Tromey <tromey@redhat.com>
12125
12126 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12127 Call it.
12128
12129 2010-05-21 Tom Tromey <tromey@redhat.com>
12130
12131 * gdb.dwarf2.pieces.exp: New file.
12132 * gdb.dwarf2.pieces.S: New file.
12133 * gdb.dwarf2.pieces.c: New file.
12134
12135 2010-05-20 Pedro Alves <pedro@codesourcery.com>
12136 Joel Brobecker <brobecker@adacore.com>
12137
12138 * lib/gdb.exp (gdb_test_no_output): New function.
12139 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12140 when testing commands that should produce no output.
12141
12142 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12143
12144 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12145 parameter that we want to watch being a constant.
12146
12147 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12148
12149 * gdb.ada/cond_lang: New testcase.
12150
12151 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12152
12153 * lib/gdb.exp (banned_variables): New variable/constant.
12154 (gdb_init): Add write trace on variables listed in banned_variables.
12155 (gdb_finish): Remove write traces on variables listed in
12156 banned_variables.
12157
12158 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12159
12160 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12161 * gdb.cp/koenig.exp: Likewise.
12162
12163 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12164
12165 PR python/11482
12166
12167 * gdb.python/py-value.exp (test_value_hash): New function.
12168
12169 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12170
12171 PR exp/11530.
12172 * gdb.base/gdb11530.c: New file.
12173 * gdb.base/gdb11530.exp: New file.
12174
12175 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12176
12177 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12178 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12179
12180 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12181
12182 * gdb.cp/koenig.exp: New test.
12183 * gdb.cp/koenig.cc: New test program.
12184
12185 2010-05-05 Joel Brobecker <brobecker@adacore.com>
12186
12187 Remove the use of prms_id and bug_id throughout the testsuite.
12188
12189 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12190
12191 PR exp/11349.
12192 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12193 use a reference local variable.
12194
12195 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12196
12197 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12198 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12199 variable different_dir. Move debugfile into a full directory pathname
12200 under DIFFERENT_DIR.
12201 * lib/gdb.exp (separate_debug_filename): Remove.
12202 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12203 variable debug_dir and mkdir of it. Update function comments.
12204
12205 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12206
12207 PR gdb/11557
12208
12209 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12210 files.
12211
12212 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12213
12214 * gdb.python/py-param.exp: New File.
12215
12216 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12217
12218 * gdb.base/default.exp: Fix "set language" test.
12219
12220 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12221
12222 PR breakpoints/11531.
12223 * gdb.base/gdb11531.c: New file.
12224 * gdb.base/gdb11531.exp: New file.
12225
12226 2010-04-26 Tom Tromey <tromey@redhat.com>
12227
12228 * gdb.base/completion.exp: Add tests for completion and deprecated
12229 commands.
12230
12231 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12232
12233 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12234 (print /x char_array): Escape curly brackets.
12235
12236 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12237
12238 Fix deadlock on looped list of loaded shared objects.
12239 * gdb.base/solib-corrupted.exp: New.
12240
12241 2010-04-23 Doug Evans <dje@google.com>
12242
12243 * gdb.python/py-section-script.c: New file.
12244 * gdb.python/py-section-script.exp: New file.
12245 * gdb.python/py-section-script.py: New file.
12246
12247 2010-04-20 Chris Moller <cmoller@redhat.com>
12248
12249 PR 10179
12250
12251 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12252 * gdb.base/pr10179-a.c:
12253 * gdb.base/pr10179-b.c:
12254 * gdb.base/pr10179.exp: New files.
12255
12256 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12257
12258 Fix crashes on dangling display expressions.
12259 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12260 is SEP.
12261 (lib_flags): Remove the "debug" keyword.
12262 (libsepdebug): New variable for iterating new loop.
12263 (save_pf_prefix): New variable wrapping the loop.
12264 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12265 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12266
12267 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12268
12269 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12270
12271 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12272
12273 PR stabs/11479.
12274 * gdb.stabs/gdb11479.exp: New file.
12275 * gdb.stabs/gdb11479.c: New file.
12276
12277 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12278
12279 * gdb.base/charset.c (Strin16, String32): New variables.
12280 * gdb.base/charset.exp (gdb_test): Test correct display
12281 of 16 or 32 bit strings.
12282
12283 2010-04-21 Chris Moller <cmoller@redhat.com>
12284
12285 PR 9167
12286 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12287 * gdb.cp/pr9167.cc: New file.
12288 * gdb.cp/pr9167.exp: New file.
12289
12290
12291 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12292
12293 PR pascal/11492.
12294 * gdb.pascal/gdb11492.pas: New file.
12295 * gdb.pascal/gdb11492.exp: New file.
12296
12297 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12298
12299 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12300
12301 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12302
12303 * gdb.ada/dyn_loc: New testcase.
12304
12305 2010-04-20 Chris Moller <cmoller@redhat.com>
12306
12307 PR 10867
12308
12309 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12310 * gdb.cp/pr10687.cc: New file.
12311 * gdb.cp/pr10687.exp: New file.
12312
12313
12314 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12315 Sergio Durigan Junior <sergiodj@redhat.com>
12316
12317 * gdb.fortran/logical.exp: New testcase.
12318 * gdb.fortran/logical.f90: New file.
12319
12320 2010-04-19 Doug Evans <dje@google.com>
12321
12322 * gdb.base/help.exp (help source): Update expected output.
12323
12324 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12325
12326 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12327 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12328 gdb_exit and return.
12329 (executable): New variable.
12330 (binfile): Use it.
12331
12332 2010-04-19 Pedro Alves <pedro@codesourcery.com>
12333
12334 PR breakpoints/8554.
12335
12336 * gdb.trace/save-trace.exp: Adjust.
12337
12338 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12339
12340 PR corefiles/11511
12341 * gdb.arch/system-gcore.exp: New.
12342 * gdb.arch/gcore.c: Likewise.
12343
12344 2010-04-15 Doug Evans <dje@google.com>
12345
12346 * gdb.python/py-progspace.c: New file.
12347 * gdb.python/py-progspace.exp: New file.
12348
12349 * gdb.base/source.exp: Add tests for "source -s".
12350
12351 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12352
12353 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12354 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12355 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12356 * gdb.python/py-mi.exp: New test for to_string returning None.
12357
12358 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12359
12360 * gdb.python/py-breakpoint.c: Make result global.
12361
12362 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 Fix non-GNU make compatibility.
12365 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12366
12367 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12368
12369 * gdb.python/py-breakpoint.exp: New File.
12370 * gdb.python/py-breakpoint.C: Ditto.
12371
12372 2010-04-08 Stan Shebs <stan@codesourcery.com>
12373
12374 * gdb.trace/actions.exp: Clear default-collect.
12375 * gdb.trace/save-trace.exp: Clear default-collect.
12376
12377 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12378
12379 * gdb.python/py-value: Add null string variable.
12380 (test_lazy_string): Test zero length, NULL address lazy
12381 strings.
12382
12383 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12384
12385 * gdb.arch/i386-avx.c: New.
12386 * gdb.arch/i386-avx.exp: Likewise.
12387
12388 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12389
12390 2010-04-06 Doug Evans <dje@google.com>
12391
12392 * gdb.base/source-test.gdb: New file.
12393 * gdb.base/source.exp: Test source -v.
12394
12395 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12396
12397 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12398
12399 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12400
12401 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12402 within one line, unless it is followed by a double quote.
12403 * gdb.stabs/hppa.sed: Idem.
12404 * gdb.stabs/weird.def: Add char and String constants
12405 * gdb.stabs/weird.exp: Check for correct parsing of
12406 char and string constants.
12407 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12408 in .stabs to .stabx substitution.
12409
12410 2010-04-05 Stan Shebs <stan@codesourcery.com>
12411
12412 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12413 constant global.
12414 * gdb.trace/tfile.exp: Try to print them.
12415
12416 2010-04-04 Stan Shebs <stan@codesourcery.com>
12417
12418 * gdb.base/completion.exp: Update for new "info watchpoints".
12419 * gdb.base/default.exp: Ditto.
12420 * gdb.base/help.exp: Ditto.
12421 * gdb.base/watchpoint.exp: Ditto.
12422 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
12423
12424 2010-04-04 Stan Shebs <stan@codesourcery.com>
12425
12426 * gdb.trace/tfile.exp: Sharpen tfind test.
12427
12428 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12429
12430 * gdb.base/break-entry.exp: New.
12431
12432 2010-04-02 Hui Zhu <teawater@gmail.com>
12433 Michael Snyder <msnyder@vmware.com>
12434
12435 * gdb.reverse/i386-sse-reverse.exp: New file.
12436 * gdb.reverse/i386-sse-reverse.c: New file.
12437
12438 2010-04-02 Pedro Alves <pedro@codesourcery.com>
12439
12440 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12441
12442 2010-04-01 Stan Shebs <stan@codesourcery.com>
12443
12444 * gdb.trace/actions.exp: Tweak expected output.
12445 * gdb.trace/while-stepping.exp: Tweak expected output.
12446
12447 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12448
12449 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12450
12451 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12452
12453 * gdb.base/commands.exp: Adjust.
12454 * gdb.cp/extern-c.exp: Adjust.
12455
12456 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12457
12458 * gdb.trace/collection.c (local_test_func): Define a local struct,
12459 and instanciate it.
12460
12461 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12462
12463 * gdb.trace/collection.exp (gdb_collect_args_test)
12464 (gdb_collect_argarray_test): XFAIL the tests that assume the
12465 argarray argument's elements are collected.
12466
12467 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12468
12469 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12470 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12471
12472 2010-03-31 Stan Shebs <stan@codesourcery.com>
12473
12474 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12475 and tracepoint conditionals.
12476 (gdb_verify_tracepoints): Delete unused return.
12477
12478 2010-03-26 Keith Seitz <keiths@redhat.com>
12479
12480 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12481 appear in the output before main.
12482 Remove KFAIL for gdb/2215 aka bz 9320.
12483
12484 2010-03-30 Doug Evans <dje@google.com>
12485
12486 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12487 by dejagnu.
12488 * gdb.arch/amd64-dword.exp: Ditto.
12489
12490 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12491 match.
12492 (break printf): Ditto.
12493
12494 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12495
12496 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12497 gcc < 4.4.
12498 * gdb.cp/shadow.exp: Ditto.
12499
12500 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12501
12502 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12503 "tstart" is silent.
12504
12505 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12506
12507 * gdb.trace/collection.exp (executable): New.
12508 (binfile): Use it.
12509 (fpreg, spreg, pcreg): New.
12510 (test_register): Use gdb_test_multiple. Pass /x to print.
12511 (prepare_for_trace_test): New.
12512 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12513 (gdb_collect_args_test, gdb_collect_argstruct_test)
12514 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12515 prepare_for_trace_test.
12516 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12517 fpreg, spreg and pcreg.
12518 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12519 prepare_for_trace_test.
12520 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12521 try to detect tracing support here. Don't set breakpoints at
12522 `begin' or `end' here.
12523 <global scope>: Use clean_restart. Run to main before checking
12524 for tracing support. Check for for tracing support here.
12525
12526 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12527
12528 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12529 " as $displacement" to "seen displacement message".
12530
12531 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12532
12533 * gdb.trace/while-dyn.exp (executable): New variable.
12534 (binfile): Use it.
12535 (test_while_stepping): New function. Move most tests here. Call
12536 it once for each of the while-stepping, stepping and ws aliases.
12537
12538 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12539
12540 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12541 that do not provide the tagless_struct type name at all.
12542 (test_print_anon_union): Do not check value of uninitialized
12543 union member. Do not use cp_test_ptype_class, so we can accept
12544 "long" as well as "long int".
12545
12546 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12547
12548 * gdb.trace/tfile.c (tohex, bin2hex): New.
12549 (write_error_trace_file): Hexify error description.
12550
12551 2010-03-25 Stan Shebs <stan@codesourcery.com>
12552
12553 * gdb.trace/tfile.c: Generate an additional trace file, improve
12554 portability.
12555 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12556 files in a better way.
12557
12558 2010-03-25 Keith Seitz <keiths@redhat.com>
12559
12560 * gdb.java/jprint.exp: XFAIL printing of static class members
12561 because of GCC debuginfo problem.
12562
12563 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12564
12565 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12566
12567 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12568
12569 * gdb.base/completion.exp: Allow long instead of long int.
12570 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12571 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12572 variable p.
12573 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12574 * gdb.base/pointers.exp: Allow long instead of long int.
12575 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12576 * gdb.base/step-line.exp: Allow a directory before the source file name.
12577
12578 2010-03-24 Tom Tromey <tromey@redhat.com>
12579
12580 PR breakpoints/9352:
12581 * gdb.base/default.exp: Update.
12582 * gdb.base/commands.exp: Update.
12583 * gdb.cp/extern-c.exp: Test setting commands on multiple
12584 breakpoints at once.
12585
12586 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12587
12588 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12589 if gdb,nosignals.
12590 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12591 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12592 exited".
12593
12594 2010-03-24 Stan Shebs <stan@codesourcery.com>
12595
12596 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12597
12598 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12599
12600 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12601 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12602 argument. Handle "short" and "long".
12603 (Top level): Pass overprototyped output for old_fptr and xptr.
12604
12605 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12606
12607 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12608 format strings and add casts to avoid compiler warnings.
12609
12610 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12611
12612 * lib/trace-support.exp (gdb_trace_setactions):
12613 Don't expect whitespace after ">" prompt.
12614 * gdb.trace/actions.exp: Adjust for output changes.
12615 * gdb.trace/while-stepping.exp: Likewise.
12616
12617 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12620 and r157645).
12621
12622 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12623
12624 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12625 New.
12626
12627 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12628
12629 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12630 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12631
12632 2010-03-19 Stan Shebs <stan@codesourcery.com>
12633
12634 * gdb.trace/ax.exp: New file.
12635
12636 2010-03-19 Doug Evans <dje@google.com>
12637
12638 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12639 output from gcc.
12640
12641 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12642 named /usr/sbin/prelink<foo>.
12643
12644 2010-03-18 Stan Shebs <stan@codesourcery.com>
12645
12646 * gdb.trace/circ.exp: Test circular-trace-buffer.
12647 * gdb.trace/tfile.exp: Update tstatus test.
12648
12649 2010-03-18 Joel Brobecker <brobecker@adacore.com>
12650
12651 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12652 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12653
12654 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12655
12656 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12657
12658 2010-03-18 Pedro Alves <pedro@codesourcery.com>
12659
12660 * gdb.base/default.exp: Adjust the expected output of the finish
12661 and until commands when the inferior is not being run.
12662
12663 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12664
12665 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12666 * gdb.cp/nsusing.exp: Ditto.
12667
12668 2010-03-15 Tom Tromey <tromey@redhat.com>
12669
12670 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12671 * gdb.cp/userdef.cc (operator==): New function.
12672 (main): New locals mem1, mem2.
12673
12674 2010-03-15 Jie Zhang <jie@codesourcery.com>
12675
12676 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12677 Declare and use new loadtimeout variable.
12678
12679 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12680
12681 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12682 Use gdb_load later.
12683
12684 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12685
12686 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12687 literal. Add missing endlines to prints to stderr.
12688
12689 2010-03-12 Tom Tromey <tromey@redhat.com>
12690
12691 PR c++/9708:
12692 * gdb.cp/m-static.exp: Add regression test.
12693 * gdb.cp/m-static.cc (method): New method.
12694 (main): Call it.
12695
12696 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12697
12698 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12699 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12700
12701 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12702
12703 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12704
12705 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12706
12707 * lib/gdb.exp (skip_stl_tests): New.
12708 (gdb_compile): Symbian needs -ldl.
12709 (shlib_target_file): New.
12710 (shlib_symbol_file): New.
12711 (gdb_load_shlibs): Use shlib_target_file.
12712 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12713 * gdb.cp/exception.exp: Use skip_stl_tests.
12714 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12715 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12716 * gdb.cp/mb-templates.exp: Ditto.
12717 * gdb.base/commands.exp: Relax regexes.
12718 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12719 shlib_target_file and shlib_symbol_file.
12720 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12721 sections.
12722 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12723 * gdb.base/solib-disc.exp: Use
12724 shlib_target_file and shlib_symbol_file.
12725 * gdb.base/unload.exp: Don't skip on symbian. Use
12726 shlib_target_file and shlib_symbol_file.
12727 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12728
12729 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12730
12731 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12732 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12733 Issue a tfind end before looking for a tracepoint frame.
12734 * gdb.trace/tfind.exp: Adjust tstatus output.
12735 Adjust disassembly output.
12736 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12737
12738 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12739
12740 * gdb.base/break-interp.exp: Create new displacement parameter value
12741 for the test_ld calls.
12742 (reach): New parameter displacement, verify its content. New push of
12743 pf_prefix "reach-$func:". Import global expect_out.
12744 (test_core): New parameter displacement, verify its content. New push
12745 of pf_prefix "core:". New command "set verbose on". Import global
12746 expect_out.
12747 (test_attach): New parameter displacement, verify its content. New
12748 push of pf_prefix "attach:". New command "set verbose on". Import
12749 global expect_out.
12750 (test_ld): New parameter displacement, pass it to the reach, test_core
12751 and test_attach calls and verify its content in the "ld.so exit" test.
12752 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12753 (prelink): Update expected text, use gdb_test.
12754
12755 2010-03-10 Doug Evans <dje@google.com>
12756
12757 * gdb.base/checkpoint.exp: Fix comment.
12758 Lengthen timeout while doing >600 checkpoints test.
12759 Rename duplicate "kill all one" test to keep test names unique.
12760
12761 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12762
12763 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12764
12765 2010-03-08 Keith Seitz <keiths@redhat.com>
12766
12767 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12768 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12769 (dm_type_long): New function.
12770 (dm_type_unsigned_short): New function.
12771 (dm_type_unsigned_long): New function.
12772 (myint): New typedef.
12773 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12774 long, unsigned shor and long, operator char*, and typedef.
12775 (test_lookup_operator_functions): Add operator char* test.
12776 (test_paddr_operator_functions): Likewise.
12777 (test_paddr_overloaded_functions): Use probe values for
12778 short, long, and unsigned short and long.
12779 (test_paddr_hairy_functions): If the demangler probe detected
12780 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12781 demangler.
12782 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12783 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12784 and "print null_pmf".
12785 Add test "ptype a.*pmf".
12786 * gdb.cp/overload.exp: Allow optional "int" to appear with
12787 "short" and "long".
12788 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12789 long expect value for men_overload1arg.
12790 Allow "int" to appear with "short" and "long".
12791 When testing "info break", add argument for main (void).
12792 Also allow "int" to appear with "short" and "long".
12793 Ditto with "unsigned" and "long long".
12794 * gdb.java/jmain.exp: Do not enclose methods names in single
12795 quotes.
12796 * gdb.java/jmisc.exp: Likewise.
12797 * gdb.java/jprint.exp: Likewise.
12798 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12799
12800 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12801 * gdb.cp/exception.exp (backtrace after first throw)
12802 (backtrace after second throw): Allow a namespace before __cxa_throw.
12803 (backtrace after first catch, backtrace after second catch): Allow
12804 a namespace before __cxa_begin_catch.
12805
12806 * gdb.cp/cpexprs.exp: New file.
12807 * gdb.cp/cpexprs.cc: New file.
12808
12809 From Daniel Jacobowitz <dan@codesourcery.com>
12810 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12811 to use string_to_regexp.
12812 (ctor, dtor): New functions. Use them to match constructor
12813 and destructor function types.
12814 (Top level): Use runto_main.
12815
12816 2010-03-05 Tom Tromey <tromey@redhat.com>
12817
12818 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12819 gdb.target_charset.
12820 (pp_ns.to_string): Likewise.
12821
12822 2010-03-04 Keith Seitz <keiths@redhat.com>
12823
12824 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12825 can be quoted. Test that both the filename and function/line
12826 portions can be quoted at the same time.
12827
12828 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12829
12830 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12831
12832 2010-03-03 Doug Evans <dje@google.com>
12833
12834 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12835 libc contains libpthread.
12836
12837 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12838 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12839 of gdb_compile. Add another pattern to match android backtrace.
12840
12841 2010-03-03 Tom Tromey <tromey@redhat.com>
12842
12843 PR gdb/11345:
12844 * gdb.base/printcmds.exp (test_printf): Add test.
12845
12846 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12847
12848 * gdb.arch/amd64-byte.exp: New.
12849 * gdb.arch/amd64-dword.exp: Likewise.
12850 * gdb.arch/amd64-pseudo.c: Likewise.
12851 * gdb.arch/amd64-word.exp: Likewise.
12852 * gdb.arch/i386-byte.exp: Likewise.
12853 * gdb.arch/i386-pseudo.c: Likewise.
12854 * gdb.arch/i386-word.exp: Likewise.
12855
12856 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12857
12858 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12859 types. Add structreg, bitfields, and flags registers.
12860 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12861 registers.
12862
12863 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12864
12865 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12866 (load_description): Set architecture if defined.
12867
12868 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12869
12870 * gdb.python/py-frame.exp: Add read_var block tests.
12871 * gdb.python/py-frame.c (block): New function.
12872
12873 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12874 Daniel Jacobowitz <dan@codesourcery.com>
12875
12876 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12877
12878 2010-02-25 David S. Miller <davem@davemloft.net>
12879
12880 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12881 fix logic for setting all_syscalls_numbers.
12882
12883 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12884
12885 * Makefile.in: Add py-block and py-symbol.
12886 * gdb.python/py-symbol.exp: New File.
12887 * gdb.python/py-symtab.exp: New File.
12888 * gdb.python/py-block.exp: New File.
12889 * gdb.python/py-symbol.c: New File.
12890 * gdb.python/py-block.c: New File.
12891
12892 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12893
12894 PR python/11314
12895 * lib/gdb.exp (skip_python_tests): New function.
12896 * gdb.python/py-cmd.exp: Use skip_python_tests.
12897 * gdb.python/py-frame.exp: Likewise.
12898 * gdb.python/py-function.exp: Likewise.
12899 * gdb.python/py-prettyprint.exp: Likewise.
12900 * gdb.python/py-template.exp: Likewise.
12901 * gdb.python/py-type.exp: Likewise.
12902 * gdb.python/py-value.exp: Likewise.
12903
12904 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12905
12906 PR9605
12907
12908 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12909
12910 2010-02-19 Tom Tromey <tromey@redhat.com>
12911
12912 PR c++/8693, PR c++/9496:
12913 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12914 regression tests.
12915
12916 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12917
12918 Fix compatibility with m68k as.
12919 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12920 Use only /* comments */.
12921
12922 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12923
12924 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12925 * configure: Regenerate.
12926
12927 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12928
12929 * gdb.python/py-type.exp: Check for Python support.
12930
12931 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12932
12933 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12934 `regsub' syntax available.
12935
12936 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12937
12938 * gdb.base/shmain.c (main): Remove printf call.
12939 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12940 * gdb.base/unload.c (main): Make format of fprintf a string
12941 literal. Add missing endlines to prints to stderr.
12942 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12943
12944 2010-02-17 Tom Tromey <tromey@redhat.com>
12945
12946 * gdb.java/jprint.java (jprint.props): New field.
12947 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12948
12949 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12950
12951 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12952 available.
12953
12954 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12955
12956 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12957 creation to support remote host testing.
12958
12959 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12960
12961 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12962 Recognize "command not found".
12963
12964 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12965
12966 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12967 single-stepping.
12968
12969 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12970
12971 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12972 if arguments are not supported.
12973
12974 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12975
12976 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12977 be const or non-const.
12978
12979 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12980
12981 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12982 mi_send_resuming_command to send -exec-continue.
12983
12984 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12985
12986 * gdb.base/list.exp (test_list_filename_and_function): Add test
12987 with single quotes.
12988 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12989 matching.
12990 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12991 Add KFAIL'd tests for PR gdb/11289.
12992
12993 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12994
12995 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12996
12997 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12998
12999 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13000 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13001 a temporary directory.
13002
13003 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13004
13005 * gdb.base/charset.exp: Use a single regular expression to match
13006 show host-charset and show target-charset output.
13007
13008 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13009
13010 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13011 "Illegal process-id" expect string more exact.
13012 (attach to digits-starting nonsense is prohibited): New.
13013
13014 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13015
13016 * gdb.base/prelink.exp (set verbose on): New.
13017
13018 2010-02-12 Tomas Holmberg <th@virtutech.com>
13019
13020 * mi-reverse.exp: New file. Test for reverse option to the
13021 following MI commands: exec-continue, exec-finish, exec-next,
13022 exec-step, exec-next-instruction, exec-step-instruction.
13023
13024 2010-02-09 Joel Brobecker <brobecker@adacore.com>
13025
13026 * gdb.ada/ptype_tagged_param: New testcase.
13027
13028 2010-02-08 Tom Tromey <tromey@redhat.com>
13029
13030 PR c++/8017:
13031 * gdb.cp/overload.exp: Add tests.
13032 * gdb.cp/overload.cc (struct K): New.
13033 (namespace N): New.
13034 (main): Call new functions.
13035 (K::staticoverload): Define.
13036
13037 2010-02-08 Chris Moller <moller@mollerware.com>
13038
13039 PR gdb/10728
13040 * gdb.cp/pr10728-x.h: New file.
13041 * gdb.cp/pr10728-x.cc: New file.
13042 * gdb.cp/pr10728-y.cc: New file.
13043 * gdb.cp/pr10728.exp: New file.
13044 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13045
13046 2010-02-08 Chris Moller <moller@mollerware.com>
13047
13048 PR gdb/9067
13049 * gdb.cp/pr9067.exp: New
13050 * gdb.cp/pr9067.cc: New
13051 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13052
13053 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13054
13055 * lib/gdb.exp (gdb_test_timeout): New global variable.
13056 Set it to timeout if not already set.
13057 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13058
13059 2010-02-05 Doug Evans <dje@google.com>
13060
13061 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13062 user.
13063
13064 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13065
13066 PR c++/7935:
13067 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13068
13069 2010-02-04 Tom Tromey <tromey@redhat.com>
13070
13071 * gdb.cp/virtbase.exp: Make test case names unique.
13072
13073 2010-02-02 Tom Tromey <tromey@redhat.com>
13074
13075 * gdb.cp/virtbase.exp: Add regression tests.
13076 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13077 (main): Instantiate RHC.
13078
13079 2010-02-02 Tom Tromey <tromey@redhat.com>
13080
13081 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13082 type-printing change.
13083
13084 2010-02-02 Tom Tromey <tromey@redhat.com>
13085
13086 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13087 * gdb.cp/virtbase.cc: New file.
13088 * gdb.cp/virtbase.exp: New file.
13089 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13090
13091 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13092
13093 PR libc/11214:
13094 * gdb.threads/current-lwp-dead.c: Include features.h.
13095 (HAS_NOMMU): New.
13096 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13097
13098 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 * gdb.base/symbol-without-target_section.exp,
13101 gdb.base/symbol-without-target_section.c: New.
13102
13103 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13104
13105 * gdb.base/bigcore.exp: Reset increased timeout.
13106 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13107
13108 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13109
13110 * gdb.base/gcore.exp (capture_command_output): Use
13111 gdb_test_multiple.
13112
13113 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13114
13115 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13116 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13117 (Top level): Call it.
13118
13119 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13120
13121 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13122
13123 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13124
13125 * gdb.base/call-strs.exp, gdb.base/default.exp,
13126 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13127 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13128 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13129 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13130 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13131 * gdb.base/ending-run.exp: Correct restore of timeout.
13132 * gdb.base/page.exp: Remove unnecessary timeout setting.
13133
13134 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13135
13136 * gdb.ada/rec_return: New testcase.
13137
13138 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13139
13140 * gdb.ada/call_pn: New testcase.
13141
13142 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13143
13144 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13145 (Top level): Use it to resume.
13146 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13147 the Thumb mode displaced stepping error as unsupported.
13148
13149 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13150
13151 * gdb.cp/nsusing.exp: Added more tests.
13152 * gdb.cp/nsrecurs.exp: Ditto.
13153 * gdb.cp/nsusing.cc: Added test functions.
13154 * gdb.cp/nsrecurs.cc: Ditto.
13155
13156 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13157
13158 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13159 absolute directory pathnames in gdb.sum file.
13160
13161 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13162
13163 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13164 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13165
13166 2010-01-26 Tom Tromey <tromey@redhat.com>
13167
13168 PR exp/7643:
13169 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13170 setup_kfail.
13171
13172 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13173
13174 * gdb.cp/nsrecurs.exp: New test.
13175 * gdb.cp/nsrecurs.cc: New test program.
13176 * gdb.cp/nsstress.exp: New test.
13177 * gdb.cp/nsstress.cc: New test program.
13178 * gdb.cp/nsdecl.exp: New test.
13179 * gdb.cp/nsdecl.cc: New test program.
13180
13181 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13182
13183 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13184 imported into file scope.
13185 Marked test as xfail.
13186 * gdb.cp/namespace-using.cc (marker5): New function.
13187 * gdb.cp/shadow.exp: New test.
13188 * gdb.cp/shadow.cc: New test program.
13189 * gdb.cp/nsimport.exp: New test.
13190 * gdb.cp/nsimport.cc: New test program.
13191
13192 2010-01-25 Tom Tromey <tromey@redhat.com>
13193
13194 PR gdb/11049:
13195 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13196 with "set print null-stop on".
13197
13198 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13201 Adjust it for DISASSEMBLY_OMIT_FNAME.
13202
13203 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13204
13205 PR symtab/11199:
13206 * gdb.dwarf2/member-ptr-forwardref.exp,
13207 gdb.dwarf2/member-ptr-forwardref.S: New.
13208
13209 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13212 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13213 thread1_tid_mutex. Remove gdbstop_mutex handling.
13214 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13215 thread2_tid_mutex. Remove gdbstop_mutex handling.
13216 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13217 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13218 pthread_cond_wait conditionalizations by while loops.
13219
13220 2010-01-20 Tom Tromey <tromey@redhat.com>
13221
13222 PR backtrace/10770:
13223 * gdb.dwarf2/pr10770.exp: New file.
13224 * gdb.dwarf2/pr10770.c: New file.
13225 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13226
13227 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13228
13229 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13230 that target was removed, and the test always runs native anyway.
13231
13232 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13233
13234 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13235 gdb.base/watchpoint-cond-gone-stripped.c: New.
13236
13237 2010-01-19 Tom Tromey <tromey@redhat.com>
13238
13239 PR c++/8000:
13240 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13241 existing tests.
13242 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13243 (main): Use AAA::SomeEnum.
13244
13245 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13246
13247 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13248 (test_ignore_count): Declare line_callme_body global.
13249 (run to breakpoint with ignore count): Use line_callme_body.
13250 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13251 (set line_main_hello, set line_main_return): Reindent.
13252 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13253 New.
13254 (continue to callee4): Use line_callee4_body.
13255 (check *stopped from CLI command): Use line_callee4_next.
13256 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13257 (set line_main_hello, set line_main_return): Reindent.
13258 (set line_callee4_head, set line_callee4_body): New.
13259 (continue to callee4): Use line_callee4_body.
13260
13261 2010-01-18 Tom Tromey <tromey@redhat.com>
13262
13263 PR c++/9680:
13264 * gdb.cp/casts.cc: Add new classes and variables.
13265 * gdb.cp/casts.exp: Test new operators.
13266
13267 2010-01-18 Tom Tromey <tromey@redhat.com>
13268 Thiago Jung Bauermann <bauerman@br.ibm.com>
13269
13270 * gdb.python/source2.py: New file.
13271 * gdb.python/source1: New file.
13272 * gdb.python/python.exp: Test "source" command.
13273
13274 2010-01-15 Stan Shebs <stan@codesourcery.com>
13275
13276 * gdb.trace/tfile.c: New file.
13277 * gdb.trace/tfile.exp: New file.
13278
13279 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13280
13281 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13282
13283 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13284
13285 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13286
13287 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13288
13289 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13290 (libfunc): New parameter action. Implement also selectable "sleep".
13291 * gdb.base/break-interp-main.c: Include assert.h.
13292 (libfunc): New parameter action.
13293 (main): New parameters argc and argv. Assert argc. Pass argv.
13294 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13295 (test_attach): New proc.
13296 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13297 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13298
13299 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13300
13301 * gdb.base/break-interp.exp (test_core): New proc.
13302 (test_ld): Call it.
13303
13304 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13305
13306 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13307 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13308 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13309 and gdb_compile_shlib. Use new -Wl compiler options.
13310 (dl bt, main bt): New tests.
13311
13312 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13313
13314 Support PIEs with no symfile_objfile.
13315 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13316 (test_ld): New parameter trynosym.
13317 (test_ld <$trynosym>): New block.
13318
13319 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13320
13321 * gdb.base/break-interp.exp: New file.
13322
13323 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13324
13325 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13326 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13327 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13328 test.
13329 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13330 * gdb.python/py-mi.exp: Add lazy string test.
13331
13332 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13333
13334 * lib/mi-support.exp (mi_check_thread_states): Handle
13335 core number in thread listing.
13336
13337 2010-01-12 Joel Brobecker <brobecker@adacore.com>
13338
13339 * gdb.base/maint.exp: Adjust the expected output for the
13340 "maint print type" test. Use gdb_test_multiple instead of
13341 gdb_sent/gdb_expect.
13342
13343 2010-01-11 Doug Evans <dje@google.com>
13344
13345 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13346 from gdbserver_download. All callers updated.
13347
13348 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13349
13350 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13351
13352 Implement binary numbers parsing.
13353 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13354 (test_integer_literals_rejected): New binary tests.
13355
13356 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13357
13358 * gdb.cell/configure: Regenerate.
13359
13360 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13361
13362 * gdb.base/corefile.exp: Move the core finding block out and call it as
13363 core_find, new variable $corefile, replace corefile by $corefile and
13364 [file tail $corefile] for usage vs. test names resp.
13365 * lib/gdb.exp (core_find): Move it as a new function here. New
13366 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13367 $destcore. Return "" on error.
13368
13369 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13370
13371 Workaround PR binutils/10802.
13372 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13373 (twice).
13374
13375 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13376
13377 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13378
13379 2010-01-08 Joel Brobecker <brobecker@adacore.com>
13380
13381 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13382 call, to avoid interruption.
13383
13384 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13385
13386 * gdb.stabs/weird.def (args93): New.
13387
13388 2010-01-07 Doug Evans <dje@google.com>
13389
13390 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13391
13392 2010-01-07 Tom Tromey <tromey@redhat.com>
13393
13394 * gdb.base/source.exp: Use correct line number.
13395
13396 2010-01-05 Stan Shebs <stan@codesourcery.com>
13397
13398 * gdb.trace/tracecmd.exp: Test ftrace.
13399
13400 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13401
13402 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13403
13404 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13405
13406 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13407 "uint_for_mi_testing".
13408
13409 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13410
13411 Test indented comment in file being sourced.
13412 * gdb.base/commands.exp: Test indented comment in file being sourced.
13413
13414 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13415
13416 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13417 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13418 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13419 notice.
13420
13421 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13422
13423 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13424 notice.
13425
13426 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13429 missing $after_stopped and comma (,) expectation.
13430
13431 2009-12-31 Stan Shebs <stan@codesourcery.com>
13432
13433 * gdb.trace/actions.exp: Test teval action.
13434
13435 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13436
13437 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13438 (top level): Call test_watchpoint_in_big_blob.
13439 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13440 watchpoints.
13441 (func3): Write to buf.
13442
13443 2009-12-29 Stan Shebs <stan@codesourcery.com>
13444
13445 * gdb.trace/actions.exp: Test default-collect.
13446
13447 2009-12-28 Stan Shebs <stan@codesourcery.com>
13448
13449 * gdb.trace/tsv.exp: New file.
13450 * gdb.base/completion.exp: Update ambiguous info output.
13451
13452 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13453
13454 * gdb.base/find.c (main): Reference search buffers.
13455 * gdb.base/included.c (main): Reference integer.
13456 * gdb.base/ptype.c (charfoo): Declare.
13457 (intfoo): Call charfoo.
13458 * gdb.base/scope0.c (useitp): New function.
13459 (usestatics): Use useitp.
13460 (useit): Add a type for val.
13461 * gdb.base/scope1.c (useit1): Take a pointer argument.
13462 (usestatics1): Update calls to useit1.
13463 * gdb.cp/call-c.cc: Declare foo.
13464 (main): Call foo.
13465 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13466 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13467 (main): Call C::ensureRefs and ensureOtherRefs.
13468 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13469 variables.
13470 (ensureOtherRefs): New function.
13471 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13472 * gdb.cp/templates.cc (main): Call t5i.value.
13473
13474 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13475
13476 Fix compatibility with G++-4.5.
13477 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13478 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13479 (uncaught return): Remove.
13480
13481 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13482 Phil Muldoon <pmuldoon@redhat.com>
13483
13484 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13485 (bp_location13, bp_location14, bp_location17, bp_location18)
13486 (marker3_proto, marker4_proto): New variables.
13487 (breakpoint info): Update output.
13488 (run until breakpoint at marker3, run until breakpoint at marker4): New
13489 tests.
13490
13491 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13492
13493 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13494 Replace the printf call of Y by provided "y-set-1" label. New block
13495 for the second shared library.
13496 * gdb.base/unload.exp: Compile also the second library, call
13497 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13498 (single pending breakpoint info): Rename to ...
13499 (pending breakpoint info before run): ... this extended test.
13500 (libfile2, libname2, libsrcfile2, libsrc2)
13501 (lib_sl2): New variables.
13502 (exec_opts): Set also SHLIB_NAME2.
13503 (pending breakpoint info on first run at shrfunc1)
13504 (pending breakpoint info on second run at shrfunc1)
13505 (pending breakpoint info on second run at shrfunc2)
13506 (print y from libfile, print y from libfile2): New tests.
13507 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13508 * gdb.base/unloadshr2.c: New.
13509
13510 2009-12-22 Hui Zhu <teawater@gmail.com>
13511
13512 * gdb.reverse/sigall-reverse.exp: Adjust.
13513
13514 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13515
13516 PR gdb/10884
13517
13518 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13519 (main): Call do_bitfield_tests.
13520 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13521
13522 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13523
13524 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13525 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13526 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13527 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13528 gdb.modula2/unbounded1.c: Update copyright header.
13529
13530 2009-12-10 Chris Moller <moller@mollerware.com>
13531
13532 PR gdb/9399
13533 * gdb.cp/virtfunc2.exp: New tests
13534 * gdb.cp/virtfunc2.cc: New tests
13535 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13536
13537 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13538
13539 * gdb.reverse/i387-env-reverse.c: New file.
13540 * gdb.reverse/i387-env-reverse.exp: New file.
13541 * gdb.reverse/i387-stack-reverse.c: New file.
13542 * gdb.reverse/i387-stack-reverse.exp: New file.
13543
13544 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13545
13546 * gdb.python/py-type.exp (test_range): New test.
13547
13548 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13549
13550 PR python/10805
13551
13552 * gdb.python/py-type.exp: New file.
13553 * gdb.python/py-type.c: New file.
13554 * Makefile.in: Add py-type.
13555
13556 2009-12-03 Tom Tromey <tromey@redhat.com>
13557
13558 * gdb.python/py-value.exp (test_parse_and_eval): New
13559 function.
13560
13561 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13562
13563 PR gdb/11022
13564
13565 * gdb.base/pr11022.exp: New test.
13566 * gdb.base/pr11022.c: New test.
13567
13568 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13569
13570 Fix spurious false FAILs.
13571 * gdb.base/structs.c (chartest): New.
13572 (main): Fill-in chartest.
13573 * gdb.base/structs.exp (anychar_re, first): New.
13574 (start_structs_test): Import global anychar_re and first.
13575 New gdb_test call "set print elements 300; ${testfile}"
13576 (start_structs_test <$first>): New block.
13577 (any): Import global anychar_re. New variable ac. Use ${ac}.
13578
13579 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13582
13583 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13584
13585 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13586 Force $srcfile file.
13587 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13588
13589 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13590
13591 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13592 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13593 * gdb.threads/watchthreads-reorder.exp: Likewise.
13594
13595 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13596
13597 PR gdb/8704
13598
13599 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13600 "if", and "thread". Correct matching in the previous test.
13601
13602 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13603
13604 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13605
13606 2009-11-23 Michael Snyder <msnyder@vmware.com>
13607
13608 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13609 * gdb.reverse-watch-precsave.exp: Ditto.
13610
13611 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13612
13613 * gdb.asm/asm-source.exp: Adjust.
13614 * gdb.base/help.exp: Adjust.
13615
13616 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13617
13618 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13619 (do_syscall_tests_without_xml): Set data-directory to
13620 /the/path/to/nowhere.
13621
13622 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13623
13624 * gdb.threads/local-watch-wrong-thread.c,
13625 gdb.threads/local-watch-wrong-thread.exp: New files.
13626
13627 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13628
13629 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13630 assume new `regsub' syntax available.
13631
13632 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 * gdb.base/watchpoint-hw-hit-once.exp,
13635 gdb.base/watchpoint-hw-hit-once.c: New.
13636
13637 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13638
13639 * gdb.threads/watchthreads-reorder.exp,
13640 gdb.threads/watchthreads-reorder.c: New.
13641
13642 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13643
13644 * gdb.xml/tdesc-regs.exp: Use for m68k.
13645
13646 2009-11-15 Pedro Alves <pedro@codesourcery.com>
13647
13648 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13649
13650 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13651
13652 * lib/gdb.exp (current_target_name): New procedure.
13653 (gdb_wrapper_target): New variable.
13654 (gdb_wrapper_init): Set gdb_wrapper_target.
13655 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13656 wrapper.
13657
13658 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13659
13660 * gdb.base/remote.exp: Delete the slowest load test.
13661 Do not load with fixed packet sizes.
13662
13663 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13664
13665 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13666
13667 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13668
13669 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13670 srcfile when setting a breakpoint.
13671
13672 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13673
13674 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13675 macros.
13676
13677 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13678
13679 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13680 to be in memory.
13681 * gdb.base/display.c (force_mem): New.
13682 (do_loops): Use it. Add breakpoint comments.
13683 (do_vars): Add a breakpoint comment.
13684 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13685 line numbers.
13686
13687 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13688
13689 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13690 instead of a bare "run".
13691
13692 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13693
13694 * gdb.python/py-prettyprint.exp: Adjust.
13695
13696 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13697
13698 * lib/cell.exp (skip_cell_tests): Clean up test files before
13699 returning.
13700
13701 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13702
13703 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13704 and the breakpoint menu. Do not call perror if a prompt is seen.
13705 Consume the following GDB prompt.
13706 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13707 * gdb.cp/namespace.exp: Use gdb_test.
13708 * gdb.cp/templates.exp: Use gdb_test.
13709 (test_template_breakpoints): Use gdb_test_multiple.
13710
13711 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13712
13713 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13714 (marker4): Reference values.
13715
13716 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13717
13718 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13719 is missing.
13720
13721 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13722
13723 * gdb.base/break.c (need_malloc): New.
13724 * gdb.base/constvars.c (main): Reference crass and crisp.
13725 * gdb.base/gdb1821.c (main): Reference bar.
13726 * gdb.cp/gdb1355.cc (main): Reference s1.
13727 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13728 (main): Call them.
13729 * gdb.cp/hang2.cc (dummy2): Define.
13730 * gdb.cp/hang3.cc (dummy3): Define.
13731 * gdb.cp/m-data.cc (main): Reference shadow.
13732
13733 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13734 Nathan Froyd <froydnj@codesourcery.com>
13735
13736 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13737 remote host.
13738
13739 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13740
13741 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13742 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13743 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13744 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13745 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13746 * gdb.dwarf2/dw2-producer.exp: Likewise.
13747 * gdb.dwarf2/mac-fileno.exp: Likewise.
13748 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13749 py-prettyprint.py to the remote host.
13750 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13751
13752 2009-11-11 Keith Seitz <keiths@redhat.com>
13753
13754 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13755 use it instead of "Foo".
13756 * gdb.cp/classes.exp (do_tests): Add a test to access
13757 a method through a typedef'd class name.
13758
13759 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13760
13761 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13762 exponents.
13763 * gdb.base/pointers.exp: Likewise.
13764 * gdb.cp/ref-types.exp: Likewise.
13765
13766 2009-11-11 Keith Seitz <keiths@redhat.com>
13767
13768 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13769 new[] and delete[].
13770 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13771 "void".
13772 (probe_demangler): Remove all single-quoting of
13773 method and variable names.
13774 (info_func_regexp): Remove the word "void" from any
13775 occurrence of "(void)".
13776 (print_addr_2): Remove all single-quoting of
13777 method names.
13778 (print_addr_2_kfail): Likewise.
13779 (print_addr): Single-quote C function names before
13780 passing to print_addr_2.
13781 (test_paddr_operator_functions): Remove single-quoting
13782 for method names.
13783 Add tests for operator new[] and operator delete[].
13784
13785 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13786
13787 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13788
13789 2009-11-09 Keith Seitz <keiths@redhat.com>
13790
13791 * gdb.cp/overload.exp: Add tests for resolving overloaded
13792 methods in expression parsing/evaluation.
13793
13794 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13795
13796 * lib/gdb.exp (default_gdb_version): Use --version instead of
13797 --command.
13798
13799 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13800
13801 * lib/gdb.exp (gdb_compile_test): New.
13802 (skip_ada_tests, skip_java_tests): New.
13803 (gdb_compile): Use gdb_compile_test for f77.
13804 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13805 * lib/java.exp (compile_java_from_source): Remove runtests check,
13806 use gdb_compile_test to record result.
13807 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13808 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13809 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13810 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13811 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13812 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13813 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13814 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13815 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13816 adjust gdb_compile invocations.
13817
13818 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13819
13820 * Makefile.in (abs_builddir): New.
13821 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13822 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13823 `$(abs_builddir)/site.exp'.
13824
13825 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13826
13827 * config/m68k-emc.exp, lib/emc-support.exp,
13828 gdb.trace/gdb_c_test.c: Delete.
13829 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13830 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13831 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13832 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13833 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13834 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13835 casing for m68k-*-elf.
13836
13837 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13838
13839 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13840 * gdb.arch/i386-prologue.exp: Likewise.
13841 * gdb.arch/i386-unwind.exp: Likewise.
13842
13843 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13844
13845 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13846
13847 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13848
13849 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13850
13851 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13852
13853 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13854
13855 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13856
13857 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13858
13859 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13860
13861 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13862 * gdb.base/sepdebug2.c: New file.
13863
13864 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13865
13866 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13867 the modified warnings for catch syscall. Verify if GDB was compiled
13868 with support for lib expat, and choose which tests to run depending
13869 on this.
13870
13871 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13872
13873 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13874 that composite commands are parsed OK. And also test
13875 that breakpoint commands do work.
13876
13877 2009-10-23 Michael Snyder <msnyder@vmware.com>
13878
13879 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13880 to allow for new disassembly style.
13881
13882 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13883
13884 * gdb.asm/asm-source.exp: Adjust.
13885
13886 2009-10-22 Michael Snyder <msnyder@vmware.com>
13887
13888 * gdb.reverse/break-precsave.exp: New test.
13889 * gdb.reverse/consecutive-precsave.exp: Ditto.
13890 * gdb.reverse/finish-precsave.exp: Ditto.
13891 * gdb.reverse/i386-precsave.exp: Ditto.
13892 * gdb.reverse/machinestate-precsave.exp: Ditto.
13893 * gdb.reverse/sigall-precsave.exp: Ditto.
13894 * gdb.reverse/solilb-precsave.exp: Ditto.
13895 * gdb.reverse/step-precsave.exp: Ditto.
13896 * gdb.reverse/until-precsave.exp: Ditto.
13897 * gdb.reverse/watch-precsave.exp: Ditto.
13898
13899 2009-10-22 Michael Snyder <msnyder@vmware.com>
13900
13901 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13902 for gdb_expect. Adjust one test's expect strings for the new
13903 format of disassemble.
13904 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13905 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13906 gdb_test_multiple.
13907 * gdb.reverse/step-reverse.exp: Delete 'return'.
13908 * gdb.reverse/until-reverse.exp: Delete blank lines.
13909 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13910
13911 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13912
13913 * gdb.base/consecutive.exp: Adjust.
13914 * gdb.base/display.exp: Likewise.
13915 * gdb.base/pc-fp.exp: Likewise.
13916 * gdb.base/sigbpt.exp: Likewise.
13917
13918 2009-10-19 Michael Snyder <msnyder@vmware.com>
13919
13920 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13921 * gdb.reverse/finish-reverse.c: Ditto.
13922 * gdb.reverse/sigall-reverse.c: Ditto.
13923 * gdb.reverse/solib-reverse.c: Ditto.
13924 * gdb.reverse/step-reverse.c: Ditto.
13925 * gdb.reverse/watch-reverse.c: Ditto.
13926
13927 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13928 Stan Shebs <stan@codesourcery.com>
13929
13930 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13931 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13932 "Executing new program".
13933 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13934 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13935 left listed after having been killed.
13936 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13937 * gdb.base/maint.exp: Adjust test.
13938
13939 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13940 * gdb.multi/Makefile.in: New.
13941 * gdb.multi/base.exp: New.
13942 * gdb.multi/goodbye.c: New.
13943 * gdb.multi/hangout.c: New.
13944 * gdb.multi/hello.c: New.
13945 * gdb.multi/bkpt-multi-exec.c: New.
13946 * gdb.multi/bkpt-multi-exec.exp: New.
13947 * gdb.multi/crashme.c: New.
13948
13949 2009-10-13 Tristan Gingold <gingold@adacore.com>
13950
13951 * gdb.base/sepdebug.exp: Check debug info are found.
13952
13953 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13954
13955 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13956 bits.
13957
13958 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13959
13960 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13961
13962 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13963
13964 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13965 of the comments.
13966
13967 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13968
13969 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13970 * gdb.base/annota3.exp: Idem.
13971 * gdb.base/maint.exp: Idem.
13972
13973 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13974
13975 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13976 to default.
13977
13978 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13979
13980 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13981 mingw and cygwin targets.
13982
13983 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13984 Pedro Alves <pedro@codesourcery.com>
13985
13986 * lib/gdb.exp (gdb_compile): Avoid adding
13987 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13988
13989 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13990
13991 * gdb.base/shr1.c: Use %p in format string.
13992 * gdb.base/unload.c: Avoid warning in fprintf.
13993 * gdb.base/watchpoint-solib.c: Idem.
13994
13995 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13996
13997 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13998 long type.
13999 (test_unlink): Correct printf string.
14000 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14001 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14002
14003 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14004
14005 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14006 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14007 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14008
14009 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14010
14011 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14012 * gdb.objc/nondebug.exp: Likewise.
14013
14014 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14015
14016 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14017 target_info setting.
14018
14019 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14020 that detect new threads during "info threads".
14021
14022 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14023
14024 * gdb.threads/manythreads.c (main): Increase thread stack size
14025 to 2*PTHREAD_STACK_MIN.
14026 * gdb.threads/multi-create.c (main): Likewise.
14027 (create_function): Likewise.
14028
14029 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14030
14031 * gdb.base/dump.exp: Pass difference of pointer types instead
14032 of integer types as offset to restore in intarr3.srec case.
14033
14034 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14035
14036 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14037
14038 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14039
14040 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14041
14042 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
14043
14044 New test for two watchpoints, with disabling of
14045 the first inserted.
14046 * testsuite/gdb.base/watchpoints.c: New file.
14047 * testsuite/gdb.base/watchpoints.exp: New file.
14048
14049 2009-09-25 Tom Tromey <tromey@redhat.com>
14050
14051 * gdb.base/charset.exp: Test utf-16 strings with Python.
14052
14053 2009-09-25 Tom Tromey <tromey@redhat.com>
14054
14055 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14056 UCS-4.
14057 * gdb.base/charset.c (utf_32_string): Rename.
14058 (init_utf32): Rename.
14059 (main): Update.
14060
14061 2009-09-22 Tom Tromey <tromey@redhat.com>
14062
14063 * gdb.python/py-function.exp: Add regression tests.
14064
14065 2009-09-21 Keith Seitz <keiths@redhat.com>
14066
14067 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14068 with invalid operator.
14069
14070 2009-09-21 Keith Seitz <keiths@redhat.com>
14071
14072 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14073 and destructor using typedef name of class.
14074 * gdb.cp/classes.cc (class Base1): Add a destructor.
14075 (base1): New typedef.
14076 (use_methods): Instanitate an object of type base1.
14077 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14078 (do_tests): Call test_template_typedef.
14079 * gdb.cp/templates.cc (Baz::~Baz): New method.
14080 (intBazOne): New typedef.
14081 (main): Instantiate intBazOne.
14082
14083 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14084
14085 PR python/10633
14086
14087 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14088 Function.
14089 (run_lang_tests): Add print elements test.
14090
14091 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14092
14093 * gdb.python/py-value.exp (test_subscript_regression): New
14094 function. Test for invalid subscripts.
14095 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14096 (ptr_ref): New function.
14097
14098 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14099
14100 * gdb.base/default.exp: Fix "show convenience".
14101
14102 2009-09-15 Tom Tromey <tromey@redhat.com>
14103
14104 * lib/mi-support.exp (mi_create_varobj): Update.
14105 (mi_create_floating_varobj): Likewise.
14106 (mi_create_dynamic_varobj): New proc.
14107 (mi_varobj_update): Update.
14108 (mi_varobj_update_with_type_change): Likewise.
14109 (mi_varobj_update_kv_helper): New proc.
14110 (mi_varobj_update_dynamic_helper): Rewrite.
14111 (mi_varobj_update_dynamic): New proc.
14112 (mi_list_varobj_children): Update.
14113 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14114 * gdb.python/python-prettyprint.py (pp_outer): New class.
14115 (pp_nullstr): Likewise.
14116 (lookup_function): Register new printers.
14117 * gdb.python/python-prettyprint.c (struct substruct): New type.
14118 (struct outerstruct): Likewise.
14119 (substruct_test): New function.
14120 (struct nullstr): New type.
14121 (string_1, string_2): New globals.
14122 (main): Add new tests.
14123 * gdb.python/python-mi.exp: Added regression tests.
14124 * gdb.mi/mi2-var-display.exp: Update.
14125 * gdb.mi/mi2-var-cmd.exp: Update.
14126 * gdb.mi/mi2-var-child.exp: Update.
14127 * gdb.mi/mi2-var-block.exp: Update.
14128 * gdb.mi/mi-var-invalidate.exp: Update.
14129 * gdb.mi/mi-var-display.exp: Update.
14130 * gdb.mi/mi-var-cmd.exp: Update.
14131 * gdb.mi/mi-var-child.exp: Update.
14132 * gdb.mi/mi-var-block.exp: Update.
14133 * gdb.mi/mi-break.exp: Update.
14134 * gdb.mi/gdb701.exp: Update.
14135
14136 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14137
14138 * Makefile.in: Inclusion of catch-syscall object.
14139 * gdb.base/catch-syscall.c: New file.
14140 * gdb.base/catch-syscall.exp: New file.
14141
14142 2009-09-12 Michael Snyder <msnyder@vmware.com>
14143
14144 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14145 that can support reverse debuggnig.
14146
14147 2009-09-11 Tom Tromey <tromey@redhat.com>
14148
14149 * gdb.dwarf2/valop.S: New file.
14150 * gdb.dwarf2/valop.exp: New file.
14151
14152 2009-09-11 Mark Kettenis <kettenis@gnu.org>
14153
14154 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14155
14156 2009-09-10 Doug Evans <dje@google.com>
14157
14158 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14159 Add $gdb_prompt to second breakpoint regexp.
14160
14161 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14162
14163 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14164 names, add missing ones.
14165 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14166 * gdb.python/py-frame.c: Rename from python-frame.c.
14167 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14168 testfile name.
14169 * gdb.python/py-function.exp: Rename from python-function.exp.
14170 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14171 testfile name.
14172 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14173 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14174 Adjust testfile name.
14175 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14176 * gdb.python/py-template.cc: Rename from python-template.cc.
14177 * gdb.python/py-template.exp: Rename from python-template.exp.
14178 Adjust testfile name.
14179 * gdb.python/py-value.c: Rename from python-value.c.
14180 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14181 testfile name.
14182
14183 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14184
14185 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14186 $bpt2address.
14187 (Second breakpoint address is valid on ia64)
14188 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14189
14190 2009-09-03 Joseph Myers <joseph@codesourcery.com>
14191
14192 * gdb.base/ending-run.exp: Restrict regular expression matching
14193 line number to require closing brace following.
14194
14195 2009-09-03 Doug Evans <dje@google.com>
14196
14197 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14198
14199 2009-09-02 Tom Tromey <tromey@redhat.com>
14200
14201 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14202
14203 2009-09-02 Tom Tromey <tromey@redhat.com>
14204
14205 * gdb.dwarf2/callframecfa.exp: New file.
14206 * gdb.dwarf2/callframecfa.S: New file.
14207
14208 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14209
14210 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14211 gdb.base/solib-overlap-main.c: New.
14212
14213 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14214
14215 PR gdb/10565
14216
14217 * gdb.base/bitfields.c (struct container, container): New.
14218 (main): Initialize it and call break5.
14219 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14220
14221 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14222
14223 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14224 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14225
14226 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14227
14228 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14229
14230 2009-08-26 Michael Snyder <msnyder@vmware.com>
14231
14232 * gdb.base/i386-reverse.c: New file.
14233 * gdb.base/i386-reverse.exp: New file.
14234 * gdb.base/Makefile.in: Add new files to be removed.
14235
14236 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14237
14238 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14239 environment-pwd for remote host.
14240 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14241
14242 2009-08-24 Keith Seitz <keiths@redhat.com>
14243
14244 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14245 Add two new C++ completer tests which limit the output to a
14246 given class.
14247
14248 2009-08-24 Michael Snyder <msnyder@vmware.com>
14249
14250 * gdb.base/del.exp: Fix typo in comment.
14251 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14252
14253 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14254
14255 * configure: Regenerate.
14256 * gdb.hp/configure: Likewise.
14257 * gdb.hp/gdb.aCC/configure: Likewise.
14258 * gdb.hp/gdb.base-hp/configure: Likewise.
14259 * gdb.hp/gdb.compat/configure: Likewise.
14260 * gdb.hp/gdb.defects/configure: Likewise.
14261 * gdb.hp/gdb.objdbg/configure: Likewise.
14262 * gdb.stabs/configure: Likewise.
14263
14264 2009-08-19 Doug Evans <dje@google.com>
14265
14266 * gdb.base/gdbvars.c: New file.
14267 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14268
14269 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14270
14271 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14272 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14273
14274 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14275
14276 * gdb.base/default.exp: Adjust "set language test": it's now an
14277 enum command. Larger help string moved to "help set language".
14278 * gdb.base/help.exp: Adjust "help set language" expected output,
14279 now lists all known languages.
14280
14281 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14282
14283 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14284 all frame arguments.
14285 * gdb.arch/altivec-regs.exp: Likewise.
14286
14287 2009-08-07 Tom Tromey <tromey@redhat.com>
14288
14289 * gdb.base/setshow.exp: Add tests for changes to set language, set
14290 check range, and set check type.
14291
14292 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14293
14294 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14295 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14296 Call it.
14297
14298 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14299
14300 * configure.ac: Run gdb.cell tests when appropriate.
14301 * configure: Regenerate.
14302 * lib/cell.exp: New file.
14303 * gdb.cell: New directory.
14304 * gdb.cell/configure.ac: New file.
14305 * gdb.cell/configure: New file.
14306 * gdb.cell/Makefile.in: New file.
14307 * gdb.cell/arch.exp: New file.
14308 * gdb.cell/break.c: New file.
14309 * gdb.cell/break.exp: New file.
14310 * gdb.cell/break-spu.c: New file.
14311 * gdb.cell/bt.c: New file.
14312 * gdb.cell/bt2-spu.c: New file.
14313 * gdb.cell/bt-spu.c: New file.
14314 * gdb.cell/bt.exp: New file.
14315 * gdb.cell/coremaker.c: New file.
14316 * gdb.cell/coremaker-spu.c: New file.
14317 * gdb.cell/core.exp: New file.
14318 * gdb.cell/gcore.exp: New file.
14319 * gdb.cell/data.c: New file.
14320 * gdb.cell/data.exp: New file.
14321 * gdb.cell/data-spu.c: New file.
14322 * gdb.cell/ea-cache.exp: New file.
14323 * gdb.cell/ea-cache.c: New file.
14324 * gdb.cell/ea-cache-spu.c: New file.
14325 * gdb.cell/ea-standalone.c: New file.
14326 * gdb.cell/ea-standalone.exp: New file.
14327 * gdb.cell/ea-test.c: New file.
14328 * gdb.cell/ea-test.exp: New file.
14329 * gdb.cell/f-regs.exp: New file.
14330 * gdb.cell/mem-access.c: New file.
14331 * gdb.cell/mem-access.exp: New file.
14332 * gdb.cell/mem-access-spu.c: New file.
14333 * gdb.cell/ptype.exp: New file.
14334 * gdb.cell/registers.exp: New file.
14335 * gdb.cell/size.c: New file.
14336 * gdb.cell/sizeof.exp: New file.
14337 * gdb.cell/size-spu.c: New file.
14338 * gdb.cell/solib.exp: New file.
14339 * gdb.cell/solib-symbol.exp: New file.
14340
14341 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14342
14343 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14344
14345 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14346
14347 * gdb.base/float.exp: Handle VFP registers.
14348
14349 2009-07-14 Michael Snyder <msnyder@vmware.com>
14350
14351 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14352 to bring gdb to the beginning of the calling line.
14353
14354 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14355 confusing the i386 epilogue unwinder.
14356
14357 2009-07-14 Stan Shebs <stan@codesourcery.com>
14358
14359 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14360
14361 2009-07-14 Michael Snyder <msnyder@vmware.com>
14362
14363 * gdb.reverse/step-reverse.exp (stepi into function call):
14364 Call instruction may not be first instruction in the line.
14365 (reverse stepi from a function call): Used wrong line number.
14366
14367 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14368
14369 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14370
14371 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14372
14373 Fix gdb.base/macscp.exp when using custom inputrc.
14374 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14375 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14376 env(TERM) set.
14377 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14378 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14379
14380 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14381
14382 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14383 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14384 Change the compilation target to match the testcase name.
14385 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14386 testcase name.
14387 * a2-run.exp: Use for setup prepare_for_testing. Change the
14388 compilation target to match the testcase name.
14389 * gdb.base/commands.exp: Likewise.
14390 * gdb.base/finish.exp: Likewise.
14391 * gdb.base/float.exp: Likewise.
14392 * gdb.base/info-target.exp: Likewise.
14393 * gdb.base/relational.exp: Likewise.
14394 * gdb.base/term.exp: Likewise.
14395 * gdb.base/until.exp: Likewise.
14396 * gdb.base/volatile.exp: Likewise.
14397 * gdb.base/whatis-exp.exp: Likewise.
14398
14399 2009-07-11 Hui Zhu <teawater@gmail.com>
14400
14401 * gdb.base/help.exp (disassemble): Update expected help text.
14402
14403 2009-07-09 Tom Tromey <tromey@redhat.com>
14404
14405 * lib/gdb.exp: Handle TRANSCRIPT.
14406 (remote_spawn, remote_close, send_gdb): New procs.
14407
14408 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14409
14410 * gdb.python/python-prettyprint.c: Add counted null string
14411 structure.
14412 * gdb.python/python-prettyprint.exp: Print null string. Test for
14413 embedded nulls.
14414 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14415 * gdb.python/python-value.exp (test_value_in_inferior): Add
14416 variable length string fetch tests.
14417 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14418
14419 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14422
14423 2009-07-07 Tom Tromey <tromey@redhat.com>
14424
14425 * gdb.base/call-rt-st.exp: Update for change to escape output.
14426 * gdb.base/callfuncs.exp: Likewise.
14427 * gdb.base/charset.exp: Likewise.
14428 * gdb.base/constvars.exp: Likewise.
14429 * gdb.base/long_long.exp: Likewise.
14430 * gdb.base/pointers.exp: Likewise.
14431 * gdb.base/printcmds.exp: Likewise.
14432 * gdb.base/setvar.exp: Likewise.
14433 * gdb.base/store.exp: Likewise.
14434 * gdb.cp/ref-types.exp: Likewise.
14435 * gdb.mi/mi-var-child.exp: Likewise.
14436 * gdb.mi/mi-var-display.exp: Likewise.
14437 * gdb.mi/mi2-var-display.exp: Likewise.
14438 * gdb.base/charset.exp: Test octal escape sequence length.
14439 Update for change to escape output.
14440
14441 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14442
14443 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14444
14445 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14446
14447 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14448
14449 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14450
14451 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14452 gdbserver increasing $portnum if "Can't bind address" has been seen.
14453
14454 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14455
14456 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14457 mingw32ce.
14458
14459 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14460
14461 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14462 VFP format.
14463
14464 2009-07-02 Pedro Alves <pedro@codesourcery.com>
14465
14466 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14467 linux. Adjust to use "inferior", "info inferiors", "detach
14468 inferior" and "kill inferior" instead of "restart", "info fork",
14469 "detach fork" and "delete fork".
14470 * gdb.base/ending-run.exp: Spell out "info".
14471 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14472 the "kill" command.
14473
14474 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14475
14476 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14477 change to prefix TLS offset in hex with 0x.
14478
14479 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14480
14481 * gdb.base/default.exp: Update test case for "x" changes.
14482
14483 2009-07-01 Tristan Gingold <gingold@adacore.com>
14484
14485 * gdb.base/bigcore.exp: Make darwin untested.
14486
14487 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14488
14489 * gdb.base/completion.exp (directory completion): Create the directory.
14490 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14491 escapeuniquesub.
14492 (directory completion 2): Expect now ${escapeuniquesub}.
14493 (Glob remaining of directory test): Remove one excessive newline.
14494 Expect the real output.
14495
14496 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 Fix `make check//%' target after `make check' has been ran.
14499 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14500 a mkdir call.
14501 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14502 (%/.dir): Remove.
14503
14504 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14505
14506 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14507 the expected result record.
14508
14509 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14510
14511 Remove racy FAILs relying just on the timeouts.
14512 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14513 (annotation_level 2): Remove racy FAILs.
14514
14515 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14516
14517 gdb/10275
14518 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14519
14520 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14521
14522 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14523
14524 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14525
14526 * gdb.mi/mi-stack.exp: Testing symbolic options
14527 to -stack-list-locals and -stack-list-arguments.
14528
14529 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14532
14533 2009-06-29 Tom Tromey <tromey@redhat.com>
14534
14535 * dg-extract-results.sh: New file.
14536 * Makefile.in (FORCE_PARALLEL): New variable.
14537 (CHECK_TARGET): New conditional variable.
14538 (check): Use CHECK_TARGET.
14539 (DO_RUNTEST): New variable.
14540 (check-single): New target.
14541 (TEST_DIRS): New variable.
14542 (TEST_TARGETS): Likewise.
14543 (check-parallel): New target.
14544 (check-gdb.%): New pattern.
14545 (BASE1_FILES): New variable.
14546 (BASE2_FILES): Likewise.
14547 (check-gdb.base%): New pattern.
14548 (%/.dir): New pattern.
14549 * configure: Rebuild.
14550 * aclocal.m4 (AM_CONDITIONAL): New defun.
14551 * configure.ac: Check whether user is using GNU make.
14552 (GMAKE): New conditional.
14553
14554 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14555
14556 * gdb.cp/namespace-nested-import.cc: New test.
14557 * gdb.cp/namespace-nested-import.exp: New test.
14558
14559 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14560
14561 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14562 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14563 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14564 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14565 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14566 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14567 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14568 gdb.opt/inline-markers.c: New files.
14569 * lib/gdb.exp (skip_inline_frame_tests): New function.
14570 (skip_inline_var_tests): New function.
14571
14572 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14573
14574 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14575 backtrace.
14576
14577 2009-06-27 Michael Snyder <msnyder@vmware.com>
14578
14579 * gdb.reverse: New directory.
14580 * gdb.reverse/break-reverse.c: New test.
14581 * gdb.reverse/break-reverse.exp: New test.
14582 * gdb.reverse/consecutive-reverse.c: New test.
14583 * gdb.reverse/consecutive-reverse.exp: New test.
14584 * gdb.reverse/finish-reverse.c: New test.
14585 * gdb.reverse/finish-reverse.exp: New test.
14586 * gdb.reverse/machinestate.c: New test.
14587 * gdb.reverse/ms1.c: New test.
14588 * gdb.reverse/machinestate.exp: New test.
14589 * gdb.reverse/Makefile.in: New file.
14590 * gdb.reverse/shr2.c: New test.
14591 * gdb.reverse/solib-reverse.c: New test.
14592 * gdb.reverse/solib-reverse.exp: New test.
14593 * gdb.reverse/step-reverse.c: New test.
14594 * gdb.reverse/step-reverse.exp: New test.
14595 * gdb.reverse/until-reverse.c: New test.
14596 * gdb.reverse/ur1.c: New test.
14597 * gdb.reverse/until-reverse.exp: New test.
14598 * gdb.reverse/watch-reverse.c: New test.
14599 * gdb.reverse/watch-reverse.exp: New test.
14600 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14601 * configure: Regenerate.
14602
14603 2009-06-26 Doug Evans <dje@google.com>
14604
14605 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14606
14607 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14608
14609 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14610 windows problem for 'file delete $binfile'.
14611
14612 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14613
14614 * gdb.cp/namespace-using.exp: New test.
14615 * gdb.cp/namespace-using.cc: New test.
14616
14617 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14618
14619 * gdb.ada/variant_record_packed_array: New testcase.
14620
14621 2009-06-23 Tom Tromey <tromey@redhat.com>
14622
14623 * gdb.base/charset.exp (test_combination): Regression test.
14624 * gdb.base/charset.c (my_wchar_t): New typedef.
14625 (myvar): New global.
14626 (main): Set myvar.
14627
14628 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14629
14630 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14631 target.
14632
14633 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14634
14635 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14636
14637 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14638
14639 * gdb.mi/gdb680.exp: Update test for error message.
14640
14641 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14642
14643 * gdb.base/annota1.exp: Allow multiple occurrences of the
14644 frames-invalid annotation.
14645 * gdb.cp/annota2.exp: Likewise.
14646
14647 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14648
14649 * gdb.cp/gdb2495.cc: New file.
14650 * gdb.cp/gdb2495.exp: New file.
14651
14652 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14653
14654 Report error on GDB crash during runto.
14655 * lib/gdb.exp (runto <eof>): New.
14656
14657 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14658
14659 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14660 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14661 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14662 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14663 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14664 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14665 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14666 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14667 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14668 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14669 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14670 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14671 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14672 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14673 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14674 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14675 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14676 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14677 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14678 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14679 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14680 gdb.trace/passcount.exp, gdb.trace/report.exp,
14681 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14682 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14683 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14684 executable.
14685
14686 2009-06-07 Pedro Alves <pedro@codesourcery.com>
14687
14688 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14689 defined before referencing it.
14690
14691 2009-06-03 Doug Evans <dje@google.com>
14692
14693 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14694 * gdb.arch/i386-see.c: Ditto.
14695
14696 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14697
14698 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14699 (check_macro): Return 1 if undefined.
14700 If first test fails, check if macro debug information is available,
14701 and report unsupported test if no macro information is found.
14702
14703 2009-05-29 Doug Evans <dje@google.com>
14704
14705 * gdb.threads/hand-call-in-threads.exp: New.
14706 * gdb.threads/hand-call-in-threads.c: New.
14707
14708 2009-05-29 Michael Snyder <msnyder@vmware.com>
14709
14710 * gdb.base/break-always.exp: Change "1" to "on".
14711 Add confirmation check.
14712
14713 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14714
14715 * gdb.threads/threxit-hop-specific.c: New.
14716 * gdb.threads/threxit-hop-specific.exp: New.
14717 * gdb.threads/thread-execl.c: New.
14718 * gdb.threads/thread-execl.exp: New.
14719
14720 2009-05-27 Tom Tromey <tromey@redhat.com>
14721 Thiago Jung Bauermann <bauerman@br.ibm.com>
14722
14723 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14724 (mi_child_regexp): Likewise.
14725 (mi_list_varobj_children_range): Likewise.
14726 (mi_get_features): Likewise.
14727 (mi_list_varobj_children): Rewrite.
14728 * gdb.python/python-mi.exp: New file.
14729
14730 2009-05-27 Tom Tromey <tromey@redhat.com>
14731 Thiago Jung Bauermann <bauerman@br.ibm.com>
14732 Phil Muldoon <pmuldoon@redhat.com>
14733 Paul Pluzhnikov <ppluzhnikov@google.com>
14734
14735 * gdb.python/python-prettyprint.exp: New file.
14736 * gdb.python/python-prettyprint.c: New file.
14737 * gdb.python/python-prettyprint.py: New file.
14738 * gdb.base/display.exp: print/r is now valid.
14739
14740 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14741 Tom Tromey <tromey@redhat.com>
14742 Pedro Alves <pedro@codesourcery.com>
14743 Paul Pluzhnikov <ppluzhnikov@google.com>
14744
14745 * gdb.python/python-template.exp: New file.
14746 * gdb.python/python-template.cc: New file.
14747 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14748 tests.
14749 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14750 Call it.
14751 (test_value_after_death): New proc.
14752 * gdb.python/python-value.c (PTR): New typedef.
14753 (main): New variable 'x'.
14754
14755 2009-05-27 Tom Tromey <tromey@redhat.com>
14756
14757 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14758 tests.
14759 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14760 Call it.
14761
14762 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14763
14764 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14765
14766 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14767
14768 * gdb.threads/fork-thread-pending.c: New.
14769 * gdb.threads/fork-thread-pending.exp: New.
14770
14771 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14772
14773 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14774 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14775
14776 2009-05-18 Jon Beniston <jon@beniston.com>
14777
14778 * gdb.asm/asm-source.exp: Add lm32 target.
14779
14780 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14781
14782 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14783 `gdb_get_line_number'. Call `callee' in both parent and child.
14784 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14785 `gdb_get_line_number' instead of hardcoding line numbers.
14786 (catch_fork_unpatch_child): New procedure to test detaching
14787 breakpoints from child fork.
14788 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14789 hardcoding line numbers.
14790 (do_fork_tests): Run `catch_fork_unpatch_child'.
14791
14792 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14793
14794 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14795 of structure type enters or leaves the scope, it
14796 is reported by -var-update.
14797
14798 2009-05-11 Doug Evans <dje@sebabeach.org>
14799
14800 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14801 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14802 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14803
14804 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14805
14806 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14807
14808 2009-04-30 Doug Evans <dje@google.com>
14809
14810 * gdb.threads/watchthreads2.exp: New testcase.
14811 * gdb.threads/watchthreads2.c: New testcase.
14812
14813 2009-04-29 Doug Evans <dje@google.com>
14814
14815 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14816 * gdb.cp/mb-ctor.cc: Ditto.
14817 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14818 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14819 * gdb.cp/mb-inline1.cc: Call it.
14820 * gdb.cp/mb-inline2.cc: Ditto.
14821 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14822 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14823
14824 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14825
14826 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14827 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14828 Replace all uses of `decimal' by `nonzero'.
14829 (info macro FROM_COMMANDLINE): New test.
14830
14831 2009-04-27 Tom Tromey <tromey@redhat.com>
14832
14833 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14834
14835 2009-04-27 Doug Evans <dje@google.com>
14836
14837 * gdb.threads/watchthreads.c (main): Initialize args before starting
14838 the threads. Plus formatting cleanup.
14839 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14840 biased scheduling of one thread.
14841
14842 2009-04-27 Jerome Guitton <guitton@adacore.com>
14843
14844 * gdb.cp/templates.cc (GetMax): New template.
14845 (main): Declare two instances of GetMax.
14846 * gdb.cp/templates.exp: Add new test.
14847
14848 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14849
14850 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14851
14852 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14853
14854 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14855
14856 2009-04-15 Tom Tromey <tromey@redhat.com>
14857
14858 * gdb.base/charset.exp: Add regression test.
14859
14860 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14861
14862 * gdb.base/exe-lock.exp: New testcase.
14863
14864 2009-04-13 Tom Tromey <tromey@redhat.com>
14865
14866 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14867 operator on Frame.
14868
14869 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14870
14871 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14872 * gdb.server/ext-attach.exp: Likewise.
14873
14874 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14875
14876 Eliminate some sleep usage.
14877
14878 * gdb.mi/basics.c (do_nothing): New.
14879 (main): Use do_nothing instead of printf, so that
14880 not to introduce race condition between output of
14881 inferiour and output of gdb. Do not use sleep as it
14882 is not generally available on embedded targets.
14883
14884 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14885
14886 * gdb.server/ext-attach.exp: Expect an optional process id after
14887 "Detached from remote process".
14888
14889 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14890
14891 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14892 gdb.dwarf2/dw2-unresolved.exp: New.
14893
14894 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14895
14896 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14897 mi_run_to_main.
14898
14899 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14900
14901 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14902 mi_run_to_main. Skip thread exit test on remote targets.
14903 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14904 mi_run_to_main.
14905 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14906 mi_run_to_main.
14907 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14908 when expecting ^connected. Detect when the target doesn't support
14909 non-stop mode.
14910 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14911 supported. Return -1 on error, 0 on success.
14912 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14913 (mi_runto): Return mi_runto_helper's result explicitly.
14914
14915 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14916
14917 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14918
14919 2009-04-01 Tom Tromey <tromey@redhat.com>
14920
14921 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14922 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14923 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14924 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14925
14926 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14927 Jan Kratochvil <jan.kratochvil@redhat.com>
14928
14929 PR gdb/931
14930 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14931 output.
14932 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14933 for gdb/931.
14934 * dw2-strp.S (DW_AT_language): Change to C++.
14935 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14936
14937 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14938
14939 * gdb.ada/tasks: New testcase.
14940
14941 2009-03-30 Stan Shebs <stan@codesourcery.com>
14942
14943 * gdb.trace/actions.exp: Update to match new info trace format.
14944 * gdb.trace/deltrace.exp: Ditto.
14945 * gdb.trace/infotrace.exp: Ditto.
14946 * gdb.trace/passcount.exp: Ditto.
14947 * gdb.trace/save-trace.exp: Ditto.
14948 * gdb.trace/while-stepping.exp: Ditto.
14949 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14950
14951 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14952
14953 * gdb.python/python-frame.c: New file.
14954 * gdb.python/python-frame.exp: New file.
14955
14956 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14957
14958 * gdb.python/python-value.exp: Add tests for the address
14959 attribute.
14960
14961 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14962
14963 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14964
14965 2009-03-26 Doug Evans <dje@google.com>
14966
14967 * gdb.mi/mi-nonstop-exit.exp: New file.
14968 * gdb.mi/non-stop-exit.c: New file.
14969
14970 2009-03-26 Tom Tromey <tromey@redhat.com>
14971
14972 Update for change to prologue skipping:
14973 * gdb.mi/mi2-simplerun.exp: Update.
14974 * gdb.mi/mi2-break.exp: Update.
14975 * gdb.mi/mi-simplerun.exp: Update.
14976 * gdb.mi/mi-break.exp: Update.
14977 * gdb.base/ending-run.exp: Update.
14978
14979 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14980
14981 * gdb.python/python-value.exp (test_value_in_inferior): Test
14982 gdb.Value.is_optimized_out attribute.
14983
14984 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14985
14986 * gdb.dwarf2/dw2-noloc-main.c: New file.
14987 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14988 (.text): Remove.
14989 (.data): New.
14990 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14991 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14992 (DW_TAG_subprogram func_cu1, noloc): Remove.
14993 (main): New.
14994 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14995 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14996 (file_symbols): New procedure.
14997
14998 2009-03-25 Tom Tromey <tromey@redhat.com>
14999
15000 * gdb.base/charset.exp (valid_target_charset): New proc.
15001 Use it to skip tests on invalid charsets.
15002
15003 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15004
15005 * gdb.base/completion.exp: Add a test for directory completion.
15006
15007 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15008
15009 Fix a racy FAIL.
15010 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15011 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15012
15013 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15014
15015 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15016 * gdb.python/python-function.exp: Add test for function returning
15017 a GDB value.
15018
15019 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15020
15021 * gdb.python/python-function.exp: New file.
15022
15023 2009-03-20 Tom Tromey <tromey@redhat.com>
15024
15025 * gdb.base/store.exp: Update for change to escape output.
15026 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15027 to escape output.
15028 * gdb.base/pointers.exp: Update for change to escape output.
15029 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15030 to escape output.
15031 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15032 escape output.
15033 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15034 to escape output.
15035 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15036 escape output.
15037 * gdb.base/setvar.exp: Update for change to escape output.
15038 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15039 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15040 to escape output.
15041 (test_print_string_constants): Likewise.
15042 * gdb.base/charset.exp (valid_host_charset): Check size of
15043 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15044 cases. Handle "auto"-related output.
15045 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15046 (uvar, Uvar): New globals.
15047
15048 2009-03-19 Jerome Guitton <guitton@adacore.com>
15049
15050 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15051 deltas.
15052 * gdb.ada/fixed_points.exp: Ditto.
15053
15054 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15055
15056 * return-nodebug.c: Don't include stdio.h.
15057 (init): Delete.
15058 (func): Delete definition and provide extern declaration.
15059 (t): New.
15060 (main): Don't call printf. Call func and store its result in t.
15061 * return-nodebug1.c: New.
15062 * return-nodebug.exp: Don't expect stdio output. Instead, print
15063 the global variable t. Drop printf formatters and cast types from
15064 foreach loop. Don't use prepare_for_testing. Compile
15065 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15066 define FORMAT or CAST.
15067
15068 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15069
15070 * gdb.base/solib-display.exp: Disable test for remote targers.
15071
15072 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15075
15076 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15077
15078 Fix a racy FAIL.
15079 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15080 code from `follow parent, print pids'.
15081 (`follow child, print pids', `follow parent, print pids'): Call it.
15082 Replace `gdb_test "break..."' by gdb_breakpoint.
15083
15084 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15085
15086 * gdb.mi/mi-cli.exp: Adjust for output difference in
15087 sync and async modes.
15088
15089 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15090
15091 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15092 that was checked in by mistake. Remove loading of ada.exp, since
15093 this is not necessary in this case.
15094
15095 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.ada/ptype_arith_binop.exp: New testcase.
15098
15099 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15100
15101 * gdb.ada/mod_from_name: New testcase.
15102
15103 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15104
15105 * gdb.ada/tick_last_segv: New testcase.
15106
15107 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15108
15109 * gdb.mi/mi-cli.exp: Remove debug print.
15110
15111 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15112
15113 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15114 include the token in ^running and frame info in *stopped.
15115
15116 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15117
15118 * solib-display.exp: New file.
15119 * solib-display-main.c: New file.
15120 * solib-display-lib.c: New file.
15121
15122 2009-03-05 Pedro Alves <pedro@codesourcery.com>
15123
15124 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15125
15126 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15129 (list_and_check_macro): Use more specific test name.
15130 (next to definition): Make the test names unique.
15131
15132 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15133
15134 * gdb.pascal/floats.exp: Accept approximate results everywhere.
15135
15136 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15137
15138 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15139 notifications.
15140 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15141 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15142 * lib/mi-support.exp (library_loaded_re): New.
15143 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15144
15145 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15146
15147 * gdb.gdb/observer.exp: Use test_notification observer, not
15148 normal_stop, everywhere.
15149 (test_normal_stop_notifications): Rename to...
15150 (test_notifications): ...this.
15151 (test_observer_normal_stop): Rename to...
15152 (test_observer): ...this.
15153
15154 2009-02-16 Doug Evans <dje@google.com>
15155
15156 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15157 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15158 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15159 (test_prefixed_syscall,test_int3): New tests.
15160 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15161 (test_prefixed_syscall,test_int3): New tests.
15162
15163 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15164
15165 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15166 (mi_expect_interrupt): Likewise.
15167 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15168 response.
15169
15170 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15171
15172 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15173 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15174 Replace calls to get_valueofx by get_hexadecimal_valueof.
15175
15176 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15177
15178 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15179 (get_integer_valueof): New procedure.
15180 (get_sizeof): Use new get_integer_value_of.
15181 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15182 by get_integer_valueof.
15183
15184 2009-02-13 Tom Tromey <tromey@redhat.com>
15185
15186 * gdb.base/remote.exp (get_sizeof): Remove.
15187 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15188 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15189 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15190 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15191 (get_sizeof): Likewise.
15192
15193 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15194
15195 PR fortran/9806
15196 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15197
15198 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15199
15200 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15201
15202 2009-02-06 Pedro Alves <pedro@codesourcery.com>
15203
15204 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15205
15206 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15207
15208 * gdb.python/python-cmd.exp: New file.
15209
15210 2009-02-06 Tristan Gingold <gingold@adacore.com>
15211
15212 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15213
15214 2009-02-05 Tristan Gingold <gingold@adacore.com>
15215
15216 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15217 pointer is dereferenced and use this signal name in regexp.
15218 * gdb.base/signull.exp: Ditto.
15219 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15220 * gdb.base/signull.c (main): Ditto.
15221
15222 2009-02-04 Tom Tromey <tromey@redhat.com>
15223 Thiago Jung Bauermann <bauerman@br.ibm.com>
15224
15225 * gdb.python/python-value.exp: Use `gdb.history' instead of
15226 `gdb.value_from_history'.
15227 (test_value_numeric_ops): Add test for conversion of enum constant.
15228 * gdb.python/python-value.c (enum e): New type.
15229 (evalue): New global.
15230 (main): Use argv.
15231
15232 2009-02-04 Jerome Guitton <guitton@adacore.com>
15233
15234 * gdb.ada/uninitialized_vars: New test program.
15235 * gdb.ada/uninitialized_vars.exp: New testcase.
15236
15237 2009-02-02 Tom Tromey <tromey@redhat.com>
15238
15239 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15240 * gdb.cp/pr2489.cc: Rename...
15241 * gdb.cp/pr9594.cc: ... to this.
15242
15243 2009-02-02 Tom Tromey <tromey@redhat.com>
15244
15245 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15246 * gdb.cp/pr2489.cc: New file.
15247 * gdb.cp/cpcompletion.exp: New file.
15248
15249 2009-02-02 Tom Tromey <tromey@redhat.com>
15250
15251 PR exp/9059:
15252 * gdb.cp/call-c.exp: Add regression test.
15253 * gdb.cp/call-c.cc (FooHandle): New typedef.
15254 (main): New variable 'handle'.
15255
15256 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15257
15258 * lib/mi-support.exp (et_mi_thread_list)
15259 (check_mi_and_console_threads): Adjust for current thread in
15260 -thread-list-ids output.
15261
15262 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15263
15264 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15265 Call it.
15266
15267 2009-01-28 Doug Evans <dje@google.com>
15268
15269 * gdb.arch/amd64-disp-step.S: New file.
15270 * gdb.arch/amd64-disp-step.exp: New file.
15271 * gdb.arch/i386-disp-step.S: New file.
15272 * gdb.arch/i386-disp-step.exp: New file.
15273
15274 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15275
15276 * gdb.base/find.exp: Set newline variable
15277 using quotes instead of braces to fix cygwin failures.
15278
15279 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15280
15281 * gdb.base/radix.exp: Add tests to ensure that that set
15282 input-radix 0 and set output-radix 0 are really rejected.
15283
15284 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15285
15286 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15287 copyright years.
15288
15289 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15290
15291 PR gdb/9664:
15292 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15293
15294 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15295
15296 PR c++/9631:
15297 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15298
15299 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15300
15301 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15302 binfile definition to fix Windows OS failure.
15303
15304 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15305
15306 PR gdb/9346
15307 * gdb.base/interrupt.c (sigint_handler): New.
15308 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15309 on error.
15310 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15311 Test "signal SIGINT".
15312
15313 2009-01-19 Doug Evans <dje@google.com>
15314
15315 * gdb.base/break.exp: Update expected gdb output.
15316 * gdb.base/sepdebug.exp: Ditto.
15317 * gdb.mi/mi-syn-frame.exp: Ditto.
15318 * gdb.mi/mi2-syn-frame.exp: Ditto.
15319 * gdb.base/call-signal-resume.exp: New file.
15320 * gdb.base/call-signals.c: New file.
15321 * gdb.base/unwindonsignal.exp: New file.
15322 * gdb.base/unwindonsignal.c: New file.
15323 * gdb.threads/interrupted-hand-call.exp: New file.
15324 * gdb.threads/interrupted-hand-call.c: New file.
15325 * gdb.threads/thread-unwindonsignal.exp: New file.
15326
15327 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15328
15329 * gdb.base/define.exp: Test defining and hooking prefix commands.
15330 * gdb.python/python.exp: Update test for "show user" output.
15331
15332 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15333
15334 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15335 now the output exactly, using less wildcards. Expect also the output
15336 of gfortran-4.3. Update for the f-valprint.c modification from
15337 2008-04-22.
15338 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15339 Remove gdb_test test names where matching the command.
15340
15341 2009-01-01 Pedro Alves <pedro@codesourcery.com>
15342
15343 PR breakpoints/9681:
15344 * gdb.base/watchpoint.exp: Add regression test.
15345
15346 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15347
15348 * gdb.threads/attach-into-signal.exp: Don't use
15349 gdb_suppress_entire_file.
15350 * gdb.threads/attach-stopped.exp: Ditto.
15351 * gdb.threads/attachstop-mt.exp: Ditto.
15352
15353 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15354
15355 PR gdb/8812:
15356 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15357
15358 2008-12-29 Pedro Alves <pedro@codesourcery.com>
15359
15360 PR gdb/7536:
15361 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15362 and unsupported output radices are really rejected.
15363
15364 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15365
15366 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15367
15368 2008-12-22 Tom Tromey <tromey@redhat.com>
15369
15370 * gdb.cp/punctuator.exp: New file.
15371
15372 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15373
15374 * gdb.base/completion.exp (Completing non-existing component): New test.
15375
15376 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15377
15378 Fix for PR gdb/8648.
15379 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15380 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15381 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15382 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15383
15384 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15387
15388 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
15389
15390 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15391 compiler actually generate code at the expected line number.
15392
15393 2008-12-15 Jie Zhang <jie.zhang@analog.com>
15394
15395 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15396
15397 2008-12-12 Tom Tromey <tromey@redhat.com>
15398
15399 * gdb.base/commands.exp (redefine_hook_test): New proc.
15400 Call it.
15401
15402 2008-12-11 Tom Tromey <tromey@redhat.com>
15403
15404 * gdb.base/macscp.exp: New regression test.
15405
15406 2008-12-11 Tom Tromey <tromey@redhat.com>
15407
15408 * gdb.base/macscp.exp: Print "address.addr".
15409 * gdb.base/macscp1.c (struct outer): New struct.
15410 (address): New global.
15411
15412 2008-12-09 Tom Tromey <tromey@redhat.com>
15413
15414 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15415 Call it.
15416
15417 2008-12-04 Doug Evans <dje@google.com>
15418
15419 * gdb.server/ext-run.exp: Relax regexp for init program.
15420
15421 2008-12-03 Tristan Gingold <gingold@adacore.com>
15422
15423 * gdb.base/macscp.exp: Generate an object file during compilation
15424 to work around Darwin dsymutil limitations.
15425
15426 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15427
15428 Test resolving external references to TLS variables.
15429 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15430 FILE2_THREAD_LOCAL.
15431 (testfile2, srcfile2): New variables.
15432 * gdb.threads/tls.c (file2_thread_local)
15433 (function_referencing_file2_thread_local): New.
15434 * gdb.threads/tls2.c: New file.
15435
15436 2008-11-28 Joel Brobecker <brobecker@adacore.com>
15437
15438 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
15439 rather than integer, as integer might not be big enough when
15440 on 64bit targets.
15441
15442 2008-11-27 Jerome Guitton <guitton@adacore.com>
15443
15444 * gdb.cp/formatted-ref.exp: Add equality test.
15445 * gdb.ada/formatted_ref.exp: Ditto.
15446
15447 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15448
15449 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15450 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15451
15452 2008-11-20 Andreas Schwab <schwab@suse.de>
15453
15454 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15455 matching syscall entry point.
15456 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15457 (tcatch_vfork_then_child_follow): Likewise. Finish through
15458 vfork even if we stopped at the syscall trampoline.
15459
15460 2008-11-20 Doug Evans <dje@google.com>
15461
15462 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15463
15464 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15465
15466 * gdb.arch/ppc-dfp.exp: New file.
15467 * gdb.arch/ppc-dfp.c: New file.
15468
15469 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15470
15471 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
15472
15473 2008-11-17 Doug Evans <dje@google.com>
15474
15475 * gdb.mi/mi-syn-frame.exp: Update expected output.
15476 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15477
15478 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15479
15480 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
15481 "thread N" results in =thread-selected.
15482 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15483 (mi_send_resuming_command_raw): Be prepared for
15484 =thread-selected.
15485
15486 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15487
15488 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15489 * lib/mi-support.exp: Likewise.
15490
15491 2008-11-16 Joel Brobecker <brobecker@adacore.com>
15492
15493 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15494 commands from the expected output for "help catch".
15495
15496 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15497
15498 * gdb.ada/int_deref.exp: New testcase.
15499
15500 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15501
15502 * gdb.mi/gdb2549.exp: New file.
15503
15504 2008-11-11 Doug Evans <dje@google.com>
15505
15506 * gdb.base/callexit.exp: New file.
15507 * gdb.base/callexit.c: New file.
15508
15509 2008-11-10 Doug Evans <dje@google.com>
15510
15511 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15512 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15513 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15514 (default_gdb_start,default_gdb_exit): Ditto.
15515 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15516 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15517 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15518 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15519 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15520 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15521
15522 2008-11-03 Andreas Schwab <schwab@suse.de>
15523
15524 * gdb.base/hashline2.exp: Fix typo.
15525 * gdb.base/hashline3.exp: Likewise.
15526
15527 2008-10-30 Tom Tromey <tromey@redhat.com>
15528
15529 * gdb.base/pointers.exp: Add test.
15530 * gdb.base/pointers.c (k, S): New typedefs.
15531 (instance): New global.
15532
15533 2008-10-30 Andreas Schwab <schwab@suse.de>
15534
15535 * gdb.base/args.exp: Add tests for newlines.
15536
15537 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15538
15539 gdb.base/foll-exec.exp: Update the expected output of a couple
15540 of "info breakpoints" tests.
15541
15542 2008-10-28 Tom Tromey <tromey@redhat.com>
15543
15544 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15545
15546 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15547
15548 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15549 gdb_start_cmd.
15550 Use runto_main before any test that requires execution.
15551
15552 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15553
15554 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15555 instead of SIGINT.
15556
15557 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15558
15559 * gdb.base/completion.exp: Update expected output following
15560 the addition of the "info tasks" command.
15561
15562 2008-10-22 Tom Tromey <tromey@redhat.com>
15563
15564 * gdb.base/exprs.exp (test_expr): Add test for string
15565 concatenation.
15566
15567 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15568
15569 * configure.ac: Output gdb.python/Makefile.
15570 * configure: Regenerate.
15571 * gdb.python/Makefile.in: New.
15572
15573 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15574
15575 * gdb.base/foll-fork.exp: Adjust the expected output to match
15576 the new description for fork/vfork catchpoints in the "info
15577 breakpoints" output.
15578
15579 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15580
15581 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15582
15583 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15584
15585 * gdb.python/python-value.c: New file.
15586 * gdb.python/python-value.exp: New file.
15587
15588 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15589
15590 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15591
15592 2008-10-15 Denis Pilat <denis.pilat@st.com>
15593
15594 * gdb.cp/mb-ctor.exp: Fix a typo.
15595
15596 2008-10-09 Tom Tromey <tromey@redhat.com>
15597
15598 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15599 'fprintf' and 'stderr'.
15600
15601 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15602
15603 * gdb.ada/ref_tick_size.exp: New testcase.
15604
15605 2008-10-06 Doug Evans <dje@google.com>
15606
15607 * gdb.dwarf2/dw2-cu-size.exp: New file.
15608 * gdb.dwarf2/dw2-cu-size.S: New file.
15609
15610 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15611 .Ltype_int for clarity.
15612
15613 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15614
15615 PR gdb/2384:
15616 * gdb.cp/gdb2384.exp: Extended to test more cases.
15617 * gdb.cp/gdb2384.cc: Likewise.
15618 * gdb.cp/gdb2384-base.h: Likewise.
15619 * gdb.cp/gdb2384-base.cc: Likewise.
15620
15621 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15622
15623 * gdb.base/maint.exp (maint print type): Remove printing
15624 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15625
15626 2008-09-30 Tom Tromey <tromey@redhat.com>
15627
15628 * gdb.base/macscp.exp: Add completion tests.
15629 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15630 (TWENTY_THREE): Likewise.
15631 (FORTY_EIGHT): Likewise.
15632
15633 2008-09-30 Tom Tromey <tromey@redhat.com>
15634
15635 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15636 everywhere.
15637 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15638
15639 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15640
15641 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15642 testcase is derived from. Fix racy dependency on an expected PID
15643 number. No longer support the testcase on Linux kernel 2.4.x.
15644
15645 2008-09-27 Tom Tromey <tromey@redhat.com>
15646
15647 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15648 and varargs.
15649
15650 2008-09-22 Pedro Alves <pedro@codesourcery.com>
15651
15652 * lib/mi-support.exp (mi_expect_interrupt): New.
15653 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15654 from gdb.mi/mi-nonstop.exp.
15655 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15656 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15657 lib/mi-support.exp.
15658 Use mi_check_thread_states throughout. Avoid ".*" and do not
15659 require an anchor after -exec-run.
15660
15661 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15662
15663 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15664 stop is pending. Avoid ".*" when two stops are pending.
15665 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15666 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15667 newlines in fullnames.
15668 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15669 (mi_expect_stop): Update comments. Only anchor in sync mode.
15670 Do not match newlines.
15671 (mi_send_resuming_command_raw): Always return status.
15672 (mi_get_stop_line): Do not match more than one line by accident.
15673 Only anchor in sync mode.
15674 (mi_run_inline_test): If -exec-next fails, give up.
15675
15676 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15677
15678 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15679 on SPU.
15680
15681 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15682
15683 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15684
15685 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15686
15687 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15688 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15689 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15690 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15691 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15692 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15693 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15694 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15695 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15696 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15697 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15698 Include the "= " sequence in the expected output of print tests.
15699
15700 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15701
15702 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15703 description for boolean types.
15704
15705 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15706
15707 * gdb.base/hook-stop-continue.c: New.
15708 * gdb.base/hook-stop-continue.exp: New.
15709
15710 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15711
15712 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15713
15714 2008-09-08 Jerome Guitton <guitton@adacore.com>
15715
15716 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15717 (stack_check_probe_2, stack_check_probe_loop_1)
15718 (stack_check_probe_loop_2): New functions.
15719 (main): Add call to these new functions.
15720 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15721 functions, check that the breakpoint is inserted at the appropriate
15722 location.
15723 (insert_breakpoint): Slightly refine this procedure so that it can
15724 be called several times in the test.
15725
15726 2008-09-08 Jerome Guitton <guitton@adacore.com>
15727
15728 * gdb.base/stack-checking.c: New file.
15729 * gdb.base/stack-checking.exp: New file.
15730
15731 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15732
15733 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15734 * gdb.arch/altivec-regs.exp: Likewise.
15735 * gdb.arch/vsx-regs.exp: Likewise.
15736
15737 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15738
15739 * gdb.arch/ppc-fp.exp: New file.
15740 * gdb.arch/ppc-fp.c: New file.
15741
15742 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15743
15744 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15745 lest gcc-4.3.1 optimizes the whole thing away.
15746
15747 2008-09-04 Michael Snyder <msnyder@vmware.com>
15748
15749 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15750 as "at" (for non-debug functions such as _start).
15751
15752 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15753
15754 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15755 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15756 software watchpoints.
15757 * gdb.base/watch_thread_num.exp: Likewise.
15758
15759 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15760
15761 * gdb.arch/i386-bp_permanent.exp: New test.
15762
15763 2008-08-24 Tom Tromey <tromey@redhat.com>
15764
15765 * gdb.base/maint.exp: Update "maint print type".
15766
15767 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15768
15769 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15770 support. Adjust the order of "*running" notifications.
15771 * gdb.mi/non-stop.c: Don't cast from int to void* and
15772 back.
15773
15774 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15775
15776 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15777 expect to find it in the "info frame" output.
15778
15779 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15780
15781 * gdb.base/interp.exp: Always consume both prompts.
15782
15783 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15784
15785 * gdb.base/pending.exp: Test pending breakpoints without symbols
15786 loaded.
15787
15788 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15789
15790 * lib/mi-support.exp (mi_expect_stop): Produce
15791 more details on failures.
15792 * gdb.mi/mi-nonstop.exp: New.
15793 * gdb.mi/non-stop.c: New.
15794
15795 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15796
15797 * gdb.mi/mi-async.exp: Use 'set target-async'.
15798 * lib/mi-support.exp: Use 'set/show target-async'.
15799
15800 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15801
15802 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15803
15804 2008-08-17 Tom Tromey <tromey@redhat.com>
15805
15806 * gdb.base/help.exp (help catch): Rewrite.
15807
15808 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15809
15810 * gdb.base/define.exp: Test indented command documentation.
15811 * gdb.python/python.exp: Test indented multi-line command.
15812
15813 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15814
15815 * testsuite/gdb.arch/vsx-regs.c: New source file.
15816 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15817 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15818
15819 2008-08-14 Tom Tromey <tromey@redhat.com>
15820
15821 * gdb.base/macscp.exp: Add regression test for "macro define" or
15822 "macro undef" with no arguments.
15823
15824 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15825
15826 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15827
15828 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15829
15830 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15831
15832 2008-08-06 Tom Tromey <tromey@redhat.com>
15833
15834 * gdb.python/python.exp: New file.
15835
15836 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15837
15838 Fix for PR gdb/1543.
15839 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15840 $LOCATION.
15841 (location): New variable.
15842 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15843 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15844 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15845 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15846 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15847 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15848 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15849 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15850 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15851 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15852 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15853 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15854 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15855 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15856 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15857 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15858 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15859 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15860 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15861 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15862 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15863 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15864 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15865 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15866 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15867 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15868 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15869 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15870 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15871 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15872 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15873 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15874 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15875 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15876 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15877 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15878 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15879 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15880 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15881 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15882 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15883 gdb.base/type-opaque.exp, gdb.base/until.exp,
15884 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15885 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15886 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15887 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15888 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15889 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15890 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15891 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15892 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15893 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15894 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15895 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15896 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15897 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15898 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15899 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15900 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15901 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15902 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15903 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15904 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15905 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15906 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15907 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15908 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15909 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15910 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15911 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15912 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15913 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15914 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15915 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15916 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15917 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15918 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15919 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15920 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15921 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15922 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15923 to bug-gdb@prep.ai.mit.edu .
15924
15925 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15926
15927 * lib/mi-support.exp (mi_load_shlibs): New.
15928 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15929
15930 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15931
15932 * lib/mi-support.exp (get_mi_thread_list)
15933 (check_mi_and_console_threads): New, moved from ...
15934 * gdb.mi/mi-pthread.exp: ...here.
15935 * gdb.mi/gdb669.exp (get_mi_thread_list)
15936 (check_mi_and_console_threads): Delete.
15937 * gdb.mi/mi2-pthread.exp: Likewise.
15938
15939 2008-07-28 Tom Tromey <tromey@redhat.com>
15940
15941 * Makefile.in (just-check): Remove. Move body to...
15942 (check): ... here.
15943
15944 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15945
15946 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15947 Add a test for duplicated SIGINTs.
15948
15949 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15950
15951 * gdb.threads/schedlock.exp (get_args): Update to work for any
15952 value of NUM.
15953 (Top level): Report the number of threads that did not resume.
15954
15955 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15956
15957 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15958
15959 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15960
15961 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15962 non-MI prompt.
15963
15964 2008-07-26 Tom Tromey <tromey@redhat.com>
15965
15966 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15967 (function_struct, function_struct_ptr): New globals.
15968 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15969 function pointer in a struct.
15970
15971 2008-07-26 Tom Tromey <tromey@redhat.com>
15972
15973 * gdb.base/macscp.exp: Add test for macro lexing bug.
15974
15975 2008-07-18 Tom Tromey <tromey@redhat.com>
15976
15977 * gdb.base/macscp.exp: Add macro tests.
15978
15979 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15980
15981 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15982
15983 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15984
15985 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15986
15987 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15988
15989 * gdb.cp/class2.exp: fix for failure on spu-elf
15990
15991 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15992
15993 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15994
15995 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15996
15997 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15998
15999 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16000
16001 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16002
16003 2008-07-11 Kevin Buettner <kevinb@redhat.com>
16004
16005 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16006 of regexp to account for changes made to GDB in the printing of
16007 byte vectors.
16008
16009 2008-07-11 Tom Tromey <tromey@redhat.com>
16010
16011 * gdb.base/completion.exp: Add 'help' completion test.
16012
16013 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16014
16015 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16016
16017 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16018
16019 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16020
16021 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16022
16023 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16024
16025 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16026
16027 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16028
16029 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16032
16033 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16034
16035 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16036 previous commit. Add a comment.
16037
16038 2008-06-28 Pedro Alves <pedro@codesourcery.com>
16039
16040 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16041
16042 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16043
16044 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16045
16046 2008-06-27 Pedro Alves <pedro@codesourcery.com>
16047
16048 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16049 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16050 compiling an executable, link in an object that forces unbuffered
16051 output.
16052 * lib/set_unbuffered_mode.c: New file.
16053
16054 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16055
16056 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16057
16058 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16059
16060 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16061 mi_expect_stop.
16062 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16063 Demand that *running is output.
16064 (detect_async): Perform checking every time.
16065 (mi_send_resuming_command): Extract everything into...
16066 (mi_send_resuming_command_raw): ...this.
16067 (mi_expect_stop): Don't accept any output before *stopped.
16068
16069 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16070
16071 Robustify mi-simplerun.
16072 * gdb.mi/basics.c (main): Add a call to sleep.
16073 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16074 * gdb.mi/mi2-cli.exp: Likewise.
16075 * gdb.mi/mi-break.exp: Likewise.
16076
16077 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16078
16079 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16080
16081 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16082
16083 * gdb.mi/mi-console.exp: Adjust.
16084 * gdb.mi/mi-syn-frame.exp: Adjust.
16085 * gdb.mi/mi2-console.exp: Adjust.
16086 * gdb.mi/mi2-syn-frame.exp: Adjust.
16087 * lib/mi-support.exp (mi_run_cmd): Adjust.
16088 (mi_send_resuming_command): Adjust.
16089
16090 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16091
16092 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16093 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16094 testing of stopped.
16095 * gdb.mi/mi2-syn-frame.exp: Likewise.
16096 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16097 (async, detect_async): New.
16098 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16099 depending on if we're running in sync or async mode.
16100
16101 2008-06-09 Tom Tromey <tromey@redhat.com>
16102
16103 * gdb.base/completion.exp: New tests for field name completion
16104 with spaces, and field name completion with '->'.
16105
16106 2008-06-06 Tom Tromey <tromey@redhat.com>
16107
16108 * gdb.base/break1.c (struct some_struct): New struct.
16109 (values): New global.
16110 * gdb.base/completion.exp: Add field name completion test.
16111
16112 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16113
16114 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16115 to pointer.
16116 * gdb.cp/call-c.cc: Likewise.
16117
16118 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
16119
16120 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16121 annotation.
16122
16123 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16124 Pedro Alves <pedro@codesourcery.com>
16125
16126 * gdb.threads/execl.c, gdb.threads/execl1.c,
16127 gdb.threads/execl.exp: New tests.
16128
16129 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16130 Daniel Jacobowitz <dan@codesourcery.com>
16131
16132 * gdb.cp/exception.exp: Activate test, make it work with pending
16133 catchpoints.
16134
16135 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16136
16137 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16138
16139 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16140
16141 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16142 now printed.
16143 * gdb.mi/mi2-var-cmd.exp: Likewise.
16144
16145 2008-05-27 Andreas Schwab <schwab@suse.de>
16146
16147 * gdb.base/frame-args.exp: Handle arguments that are optimized
16148 out.
16149
16150 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
16151
16152 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16153 quiet for ppc32 and group options into a single variable.
16154
16155 2008-05-23 Joel Brobecker <brobecker@adacore.com>
16156
16157 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16158 of zero-size elements.
16159 * gdb.ada/null_array.exp: Test printing this new array.
16160
16161 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16162
16163 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16164
16165 2008-05-21 Joel Brobecker <brobecker@adacore.com>
16166
16167 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16168 of the "finish" command.
16169
16170 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
16171
16172 * gdb.base/annota1.exp: Test for new annotation.
16173
16174 2008-05-16 Pedro Alves <pedro@codesourcery.com>
16175
16176 * gdb.base/fixsection.exp: New file.
16177 * gdb.base/fixsection0.c: New file.
16178 * gdb.base/fixsection1.c: New file.
16179
16180 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16181
16182 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16183 * gdb.base/annota3.exp: Likewise.
16184
16185 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16186
16187 * gdb.base/watch_thread_num.exp: Don't run tests that require
16188 watchpoints if the target doesn't support them.
16189
16190 2008-05-12 Doug Evans <dje@google.com>
16191
16192 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16193
16194 2008-05-09 Joel Brobecker <brobecker@adacore.com>
16195
16196 * gdb.ada/assign_1.exp: New testcase.
16197
16198 2008-05-09 Doug Evans <dje@google.com>
16199
16200 * gdb.base/find.exp: New file.
16201 * gdb.base/find.c: New file.
16202
16203 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16204
16205 * gdb.base/commands.exp (watchpoint_command_test): Handle
16206 gdb,no_hardware_watchpoints.
16207 * gdb.base/float.exp: Allow ARM targets without floating point.
16208 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16209
16210 2008-05-06 Jerome Guitton <guitton@adacore.com>
16211 Joel Brobecker <brobecker@adacore.com>
16212
16213 * gdb.ada/lang_switch: New test program.
16214 * gdb.ada/lang_switch.exp: New testcase.
16215
16216 2008-05-05 Doug Evans <dje@google.com>
16217
16218 * gdb.base/help.exp (disassemble): Update expected help text.
16219
16220 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16221
16222 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16223
16224 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16225
16226 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16227 different times.
16228
16229 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16230
16231 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16232 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16233 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16234 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16235
16236 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16237
16238 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16239 notification to appear.
16240
16241 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16242
16243 * gdb.base/fullname.c: New file.
16244 * gdb.base/fullname.exp: New file.
16245 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16246
16247 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16248
16249 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16250 expressions with macros.
16251
16252 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16253
16254 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16255
16256 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16257
16258 * gdb.base/completion.exp: Handle lack of other symbols beginning
16259 with "a".
16260
16261 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16262
16263 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16264
16265 * gdb.asm/asmsrc1.s: Add scratch space.
16266
16267 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16268 Daniel Jacobowitz <dan@codesourcery.com>
16269
16270 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16271 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16272 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16273
16274 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16275
16276 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16277
16278 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16279
16280 * gdb.base/info-target.exp: New testcase.
16281
16282 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16283
16284 * gdb.cp/hang.exp: Use .cc instead of .C.
16285 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16286 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16287
16288 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16289
16290 * gdb.base/gdb1250.exp: Remove perror.
16291 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16292
16293 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16294
16295 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16296 .2byte.
16297
16298 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16299
16300 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16301 (maybe_kfail): New.
16302
16303 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16304
16305 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16306
16307 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16308
16309 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16310 * gdb.mi/mi2-syn-frame.exp: Likewise.
16311 * lib/mi-support.exp: Likewise.
16312
16313 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16314
16315 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16316 to specify regexp for the location to stop at.
16317 * gdb.base/break-always.c: New.
16318 * gdb.base/break-always.exp: New.
16319
16320 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16321
16322 * lib/mi-support.exp (mi_runto_helper): Adjust
16323 for the original-location field.
16324 (mi_create_breakpoint, mi_list_breakpoints): New.
16325 * gdb.mi/mi-break.exp: Adjust.
16326 * gdb.mi/mi2-break.exp: Adjust.
16327 * gdb.mi/mi-pending.exp: Adjust.
16328 * gdb.mi/mi-simplerun.exp: Adjust.
16329 * gdb.mi/mi2-simplerun.exp: Adjust.
16330 * gdb.mi/mi-syn-frame.exp: Adjust.
16331 * gdb.mi/mi2-syn-frame.exp: Adjust.
16332 * gdb.mi/mi-until.exp: Adjust.
16333 * gdb.mi/mi2-until.exp: Adjust.
16334 * gdb.mi/mi-var-display.exp: Adjust.
16335 * gdb.mi/mi2-var-display.exp: Adjust.
16336 * gdb.mi/mi-watch.exp: Adjust.
16337 * gdb.mi/mi2-watch.exp: Adjust.
16338
16339 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16340
16341 * aclocal.m4: Add override.m4.
16342 * configure: Regenerate.
16343
16344 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16345
16346 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16347 '-var-update --all-values' reports new value even the type
16348 of a variable object has changed.
16349
16350 2008-04-18 Craig Silverstein <csilvers@google.com>
16351
16352 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16353 files.
16354
16355 2008-04-18 Joel Brobecker <brobecker@adacore.com>
16356
16357 * gdb.ada/atomic_enum: New test program.
16358 * gdb.ada/atomic_enum.exp: New testcase.
16359
16360 2008-04-17 Doug Evans <dje@google.com>
16361
16362 * gdb.opt/Makefile.in: Fix whitespace.
16363
16364 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16365
16366 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16367
16368 2008-04-17 Doug Evans <dje@google.com>
16369
16370 * gdb.base/hashline1.exp: New testcase.
16371 * gdb.base/hashline2.exp: New testcase.
16372 * gdb.base/hashline2.exp: New testcase.
16373
16374 2008-04-17 Pedro Alves <pedro@codesourcery.com>
16375
16376 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16377
16378 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16379
16380 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16381 temporary breakpoint to match "Temporary breakpoint".
16382 * gdb.base/break.exp (delete_breakpoints): Likewise.
16383 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16384 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16385 * gdb.base/display.exp: Likewise.
16386 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16387 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16388 * gdb.base/restore.exp (restore_tests): Likewise.
16389 * gdb.base/sepdebug.exp: Likewise.
16390 * gdb.base/watchpoint.exp: Likewise.
16391 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16392 * gdb.mi/mi-pending.exp: Likewise.
16393 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16394 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16395 * gdb.mi/mi-var-cmd.exp: Likewise.
16396 * gdb.mi/mi-var-display.exp: Likewise.
16397 * gdb.mi/mi2-cli.exp: Likewise.
16398 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16399 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16400 * gdb.mi/mi2-var-display.exp: Likewise.
16401 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16402 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16403 new "disp" field.
16404 (mi_expect_stop): Move after_reason argument to be really after
16405 reason. This is to support fix for PR2424.
16406
16407 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16408
16409 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16410
16411 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16412
16413 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
16414 field. Add more floating varobj tests.
16415 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
16416 field.
16417 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16418 (main): Call do_at_tests.
16419 * lib/mi-support.exp (mi_create_floating_varobj)
16420 (mi_varobj_update_with_type_change): New.
16421
16422 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16423
16424 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16425 option of -var-evaluate-expression.
16426 * gdb.mi/mi2-var-display.exp: Likewise.
16427
16428 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16429
16430 Introduce test setup helpers.
16431 * lib/gdb.exp (build_executable, clean_restart)
16432 (prepare_for_testing): New.
16433 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16434 * gdb.base/return.exp: Likewise.
16435 * gdb.base/ending-run.exp: Likewise.
16436
16437 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
16438
16439 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16440 Interface (MI) responses.
16441
16442 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16443
16444 * gdb.cp/breakpoint.cc: New code to test conditions involving
16445 member variables.
16446 * gdb.cp/breakpoint.exp: Test condition involving member
16447 variables.
16448
16449 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16450
16451 * lib/mi-support.exp (mi_expect_stop): New.
16452 (mi_run_cmd): Change the
16453 token. Use mi_send_resuming_command, use
16454 mi_expect_stop.
16455 (mi_execute_to_helper): Rename to mi_execute_to.
16456 (mi_send_resuming_command): Add more error patterns.
16457 (mi_wait_for_stop): Renamed to...
16458 (mi_get_stop_line): ...this.
16459 (mi_run_inline_test): Adjust.
16460
16461 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16462 * gdb.mi/mi-console.exp: Likewise.
16463 * gdb.mi/mi-pending.exp: Likewise.
16464 * gdb.mi/mi-simplerun.exp: Likewise.
16465 * gdb.mi/mi-stack.exp: Likewise.
16466 * gdb.mi/mi-stepi.exp: Likewise.
16467 * gdb.mi/mi-syn-frame.exp: Add comment.
16468 * gdb.mi/mi-until.exp: Likewise.
16469 * gdb.mi/mi-var-display.exp: Likewise.
16470 * gdb.mi/mi-watch.exp: Likewise.
16471 * gdb.mi/mi2-cli.exp: Likewise.
16472 * gdb.mi/mi2-console.exp: Likewise.
16473 * gdb.mi/mi2-simplerun.exp: Likewise.
16474 * gdb.mi/mi2-stack.exp: Likewise.
16475 * gdb.mi/mi2-stepi.exp: Likewise.
16476 * gdb.mi/mi2-until.exp: Likewise.
16477 * gdb.mi/mi2-var-display.exp: Likewise.
16478 * gdb.mi/mi2-watch.exp: Likewise.
16479
16480 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16481
16482 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16483
16484 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16485
16486 2008-04-04 Pedro Alves <pedro@codesourcery.com>
16487
16488 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16489 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16490 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16491 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16492 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16493 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16494 expect an mi error duplicated in stderr.
16495
16496 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16497
16498 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16499 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16500 Add a couple of tests that verify the behavior when the new setting
16501 is set to "cancel" and "all".
16502 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16503 "ask" before we start the testing.
16504
16505 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16506
16507 * gdb.cp/casts.cc: Add class reference variables.
16508 * gdb.cp/casts.exp: New test cases for up/down casting references.
16509
16510 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16511
16512 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16513 instead of beginning to make an extra test pass.
16514 * gdb.mi/mi2-var-display.exp: Likewise.
16515
16516 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16517
16518 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16519
16520 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16521 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16522
16523 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16524 value. Add xfail for older kernels.
16525
16526 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16527
16528 Bring mi-support in line with gdb.exp.
16529 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16530 (mi_gdb_start): New function.
16531
16532 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16533
16534 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16535
16536 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16537
16538 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16539 * gdb.mi/mi2-var-display.exp: Likewise.
16540
16541 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16542
16543 * lib/mi-support.exp (mi_create_varobj_checked): New.
16544 (mi_list_varobj_children): Allow to check for a
16545 value.
16546 (mi_list_array_varobj_children): New.
16547
16548 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16549 and mi_list_varobj_children, as opposed to hardcoding
16550 expected strings.
16551 * gdb.mi/gdb701.exp: Likewise.
16552 * gdb.mi/gdb792.exp: Likewise.
16553 * gdb.mi/mi-var-block.exp: Likewise.
16554 * gdb.mi/mi-var-cmd.exp: Likewise.
16555 * gdb.mi/mi-var-invalidate.exp: Likewise.
16556 * gdb.mi/mi2-var-block.exp: Likewise.
16557 * gdb.mi/mi2-var-child.exp: Likewise.
16558 * gdb.mi/mi2-var-cmd.exp: Likewise.
16559 * gdb.mi/mi2-var-display.exp: Likewise.
16560
16561 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16562
16563 Fix random false FAILs on i386.
16564 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16565
16566 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16567
16568 PR gdb/544
16569 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16570
16571 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16572
16573 PR gdb/544
16574 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16575
16576 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16577
16578 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16579 fixed PR gdb/544.
16580
16581 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16582
16583 * gdb.threads/fork-child-threads.exp: Test next over fork.
16584
16585 2008-03-21 Chris Demetriou <cgd@google.com>
16586
16587 * gdb.base/break.exp (rbreak junk): New test for rbreak
16588 "Junk at end of arguments" issue.
16589
16590 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16591
16592 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16593 *& to work on created array elements.
16594 (Top level): Test print $pc with a file. Test string operations
16595 without a target.
16596 * gdb.base/ptype.exp: Do not expect *& to work on created array
16597 elements.
16598
16599 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16600
16601 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16602 gdb.threads/staticthreads.exp: Update exit query.
16603
16604 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16605
16606 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16607
16608 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16609
16610 * gdb.base/watchpoint.c (global_ptr, func4): New.
16611 (main): Call func4.
16612 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16613 (test_inaccessible_watchpoint): New.
16614
16615 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16616
16617 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16618 select the largest.
16619
16620 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16621
16622 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16623 frames-invalid annotations.
16624
16625 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16626
16627 * gdb.base/assign.exp: avoid same output for different tests.
16628
16629 2008-02-27 Doug Evans <dje@google.com>
16630
16631 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16632 for bug 1738.
16633 (breakpoint_to_handler_entry): Ditto.
16634
16635 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16636
16637 * gdb.base/ending-run.exp: Use the first line of code inside
16638 function body to test breakpoints.
16639 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16640 location where the breakpoint is inserted when using the line
16641 where a function is declared. Fix typo in the description of
16642 one of the tests.
16643 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16644
16645 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16646
16647 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
16648 tests.
16649
16650 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16651
16652 * gdb.base/args.exp: avoid same output for tests
16653 with single quotes.
16654
16655 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16656
16657 * gdb.base/annota1.exp: Adjust for 'info break'
16658 format changes.
16659 * gdb.base/annota3.exp: Likewise.
16660 * gdb.base/break.exp: Likewise.
16661 * gdb.base/condbreak.exp: Likewise.
16662 * gdb.base/pending.exp: Likewise.
16663 * gdb.base/sepdebug.exp: Likewise.
16664 * gdb.base/unload.exp: Likewise.
16665 * gdb.cp/ovldbreak.exp: Likewise.
16666 * gdb.mi/mi-pending.exp: Likewise.
16667
16668 2008-02-07 Doug Evans <dje@google.com>
16669
16670 * gdb.cp/mb-inline.exp: New.
16671 * gdb.cp/mb-inline.h: New.
16672 * gdb.cp/mb-inline1.cc: New.
16673 * gdb.cp/mb-inline2.cc: New.
16674
16675 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16676
16677 * gdb.pascal/floats.pas: New test program.
16678 * gdb.pascal/floats.exp: New testcase.
16679
16680 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16681
16682 * gdb.base/callfuncs.c (t_float_many_args): New function.
16683 (t_double_many_args): New function.
16684 * gdb.base/callfuncs.exp: Add tests for exceeding float
16685 and double parameters passed through the stack.
16686
16687 2008-02-05 Joel Brobecker <brobecker@adacore.com>
16688
16689 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16690 gdb.ada/complete/foo.adb: New files.
16691 * gdb.ada/complete.exp: New testcase.
16692
16693 2008-02-03 Doug Evans <dje@google.com>
16694
16695 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16696
16697 * gdb.cp/gdb2384.exp: New file.
16698 * gdb.cp/gdb2384.cc: New file.
16699 * gdb.cp/gdb2384-base.h: New file.
16700 * gdb.cp/gdb2384-base.cc: New file.
16701
16702 2008-02-02 Doug Evans <dje@google.com>
16703
16704 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16705
16706 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16707
16708 * gdb.ada/sym_print_name: New test program.
16709 * gdb.ada/sym_print_name.exp: New testcase.
16710
16711 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16712
16713 * gdb.ada/nested/hello.adb: New file.
16714 * gdb.ada/nested.exp: New testcase.
16715 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16716
16717 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16718
16719 * gdb.mi/basic.c (return_1): New function.
16720 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16721 don't cause future evaluations of function to report
16722 creation of internal breakpoints.
16723
16724 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16725
16726 * gdb.mi/mi-break.exp (test_error): New.
16727 Call it.
16728
16729 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16730
16731 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16732 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16733
16734 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16735
16736 * gdb.pascal/integers.pas: New test program.
16737 * gdb.pascal/integers.exp: New testcase.
16738
16739 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16740
16741 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16742
16743 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16744
16745 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16746 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16747
16748 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16749
16750 * gdb.ada/formatted_ref: New test program.
16751 * gdb.ada/formatted_ref.exp: New testcase.
16752
16753 * gdb.cp/formatted-ref.cc: New file.
16754 * gdb.cp/formatted-ref.exp: New testcase.
16755
16756 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16757
16758 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16759
16760 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16761
16762 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16763 (test_file_list_exec_source_file): Update to new macro-info field.
16764
16765 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16766
16767 * gdb.ada/exprs: New test program.
16768 * gdb.ada/exprs.exp: New testcase.
16769
16770 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16771
16772 * dfp-test.c (DELTA, DELTA_B): New definitions.
16773 (double_val1, double_val2, double_val3, double_val4, double_val5,
16774 double_val6, double_val7, double_val8, double_val9, double_val10,
16775 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16776 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16777 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16778 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16779 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16780 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16781 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16782 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16783 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16784 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16785 dec128_val16): New global variables.
16786 (decimal_dec128_align): New function.
16787 (decimal_mixed): Likewise.
16788 (decimal_many_args_dec32): Likewise.
16789 (decimal_many_args_dec64): Likewise.
16790 (decimal_many_args_dec128): Likewise.
16791 (decimal_many_args_mixed): Likewise.
16792 * dfp-test.exp: Add tests calling new inferior functions.
16793
16794 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16795
16796 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16797 gdb.server/ext-run.exp: New files.
16798 * lib/gdbserver-support.exp (gdbserver_download): New.
16799 (gdbserver_start): New. Update gdbserver expected
16800 output.
16801 (gdbserver_spawn): Use them.
16802 (gdbserver_start_extended): New.
16803
16804 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16805
16806 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16807 Run on GNU/Linux.
16808 (do_exec_tests): Check for systems which do not support catchpoints.
16809 Do not match START.
16810 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16811 Run on GNU/Linux. Enable verbose output.
16812 (check_fork_catchpoints): New.
16813 (explicit_fork_child_follow, catch_fork_child_follow)
16814 (tcatch_fork_parent_follow): Update expected messages.
16815 (do_fork_tests): Use check_fork_catchpoints.
16816 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16817 Run on GNU/Linux. Enable verbose output.
16818 (check_vfork_catchpoints): New.
16819 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16820 expected messages.
16821 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16822
16823 2008-01-29 Jim Blandy <jimb@red-bean.com>
16824
16825 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16826 host' errors.
16827 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16828
16829 2008-01-29 Jim Blandy <jimb@red-bean.com>
16830
16831 * gdb.threads/sigthread.c: Use barriers to ensure that
16832 child_thread and child_thread_two are always initialized before we
16833 start to use them.
16834
16835 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16836
16837 * gdb.base/watchpoint-solib.exp: New.
16838 * gdb.base/watchpoint-solib.c: New.
16839 * gdb.base/watchpoint-solib-shr.c: New.
16840
16841 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16842
16843 * gdb.base/gdb1056.exp: Add unsigned integer test.
16844
16845 2008-01-28 Doug Evans <dje@google.com>
16846
16847 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16848
16849 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16850
16851 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16852
16853 * gdb.base/expand-psymtabs.exp: Doc fix.
16854
16855 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16856
16857 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16858
16859 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16860
16861 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16862 -var-set-format.
16863
16864 2008-01-23 Chris Demetriou <cgd@google.com>
16865
16866 * gdb.threads/thread_events.c: New testcase source file.
16867 * gdb.threads/thread_events.exp: New testcase expect file.
16868
16869 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16870
16871 * lib/gdb.exp: Add the variable octal.
16872
16873 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16874 -var-set-format.
16875
16876 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16877 Vladimir Prus <vladimir@codesourcery.com>
16878
16879 * gdb.base/float.exp: Allow missing floating point for m68k and
16880 PowerPC.
16881
16882 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16883
16884 * gdb.mi/basics.c: Setup for testing breakpoints
16885 ignore count.
16886 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16887 * gdb.mi/mi-cli.exp: Adjust.
16888 * gdb.mi/mi2-cli.exp: Adjust.
16889
16890 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16891
16892 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16893 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16894 with dummy_ptr's address.
16895 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16896 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16897 all targets.
16898 * gdb.mi/mi2-var-child.exp: Likewise.
16899
16900 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16901
16902 * gdb.ada/null_array: New test program.
16903 * gdb.ada/null_array.exp: New testcase.
16904
16905 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16906
16907 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16908 with required float modifiers.
16909
16910 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16911
16912 * gdb.ada/funcall_param: New test program.
16913 * gdb.ada/funcall_param.exp: New testcase.
16914
16915 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16916
16917 * gdb.ada/arrayparam: New test program.
16918 * gdb.ada/arrayparam.exp: New testcase.
16919
16920 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16923 landed. Should also fix random failures in the test following it.
16924
16925 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16926
16927 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16928 for expressions with decimal float values.
16929 (test_dfp_conversions): New function to test casts to and from
16930 decimal float types.
16931 Call test_dfp_conversions.
16932 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16933 elements.
16934 (main): Initialize ds.float4 and ds.double8 elements.
16935 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16936 string to new error message.
16937 (d64_set_tests): Likewise.
16938 (d128_set_tests): Likewise.
16939 Add tests for expressions with decimal float variables. Add tests for
16940 conversions to and from decimal float types.
16941
16942 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16943
16944 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16945 * gdb.ada/packed_tagged.exp: New testcase.
16946
16947 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16948
16949 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16950 gdb.ada/homonym/homonym_main.adb: New files.
16951 * gdb.ada/homonym.exp: New testcase.
16952
16953 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16954
16955 * gdb.ada/packed_array.exp: Add testing of references to
16956 a packed array.
16957
16958 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16959
16960 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16961 New files.
16962 * gdb.ada/type_coercion.exp: New testcase.
16963
16964 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16965
16966 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16967 gdb.ada/tagged/foo.adb: New file.
16968 * gdb.ada/tagged.exp: New testcase.
16969
16970 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16971
16972 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16973 gdb.ada/ptype_field/foo.adb: New files.
16974 * gdb.ada/ptype_field.exp: New testcase.
16975
16976 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16977
16978 * gdb.ada/print_pc.exp: New testcase.
16979
16980 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16981
16982 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16983 gdb.ada/taft_type/p.adb: New files.
16984 * gdb.ada/taft_type.exp: New testcase.
16985
16986 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.ada/array_bounds/bar.adb: New file.
16989 * gdb.ada/array_bounds.exp: New testcase.
16990
16991 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16992
16993 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16994 gdb.ada/arrayptr/foo.adb: New files.
16995 * gdb.ada/arrayptr.exp: New testcase.
16996
16997 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16998
16999 * gdb.base/set-lang-auto.exp: New testcase.
17000
17001 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17002
17003 * gdb.ada/fun_addr/foo.adb: New file.
17004 * gdb.ada/fun_addr.exp: New testcase.
17005
17006 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17007
17008 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17009 New files
17010
17011 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17012
17013 * array_subscript_addr/p.adb: New file.
17014 * array_subscript_addr.exp: New testcase.
17015
17016 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17017
17018 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
17019 New files.
17020 * gdb.ada/str_cmp_ref.exp: New testcase.
17021
17022 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17023
17024 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17025 gdb.ada/fun_in_declare/foo.adb: New files.
17026 * gdb.ada/fun_in_declare.exp: New testcase.
17027
17028 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17029
17030 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17031 gdb.ada/ref_param/pck.ads: New files.
17032 * gdb.ada/ref_param.exp: New testcase.
17033
17034 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17035
17036 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17037 gdb.ada/interface/foo.adb: New files.
17038 * gdb.ada/interface.exp: New testcase.
17039
17040 2007-12-31 Jim Blandy <jimb@codesourcery.com>
17041
17042 * gdb.base/multi-forks.exp: Consume all output from child
17043 processes before proceeding to next test.
17044
17045 2007-12-29 Jim Blandy <jimb@codesourcery.com>
17046
17047 * configure: Regenerated.
17048
17049 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17050
17051 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17052 gdb.ada/fixed_cmp/fixed.adb: New files.
17053 * gdb.ada/fixed_cmp.exp: New testcase.
17054
17055 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17056
17057 * gdb.ada/boolean_expr.exp: New testcase.
17058
17059 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17060
17061 * gdb.base/multi-forks.exp: Doc fix.
17062
17063 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17064
17065 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17066 * gdb.ada/char_param.exp: Do not compile our test program with
17067 -gnata, this is unnecessary.
17068 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17069
17070 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17071
17072 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17073 gdb.ada/print_chars/foo.adb: New files.
17074 * gdb.ada/print_chars.exp: New testcase.
17075
17076 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17077
17078 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17079 gdb.ada/char_param/foo.adb: New files.
17080 * gdb.ada/char_param.exp: New testcase.
17081
17082 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17083
17084 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17085 hard-coding source line numbers into the test.
17086 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17087 gdb_get_line_number to find.
17088
17089 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17090
17091 * gdb.base/ptype.c (highest): New struct type.
17092 (the_highest): New variable of that type.
17093 (main): Add dummy assignment to a field of variable the_highest.
17094 * gdb.base/ptype.exp: Test type printing of our new variable.
17095
17096 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17097
17098 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17099 and record first explicitly generated thread number.
17100 Use that thread number for thread specific watchpoint test.
17101 Add iteration number to repetitive tests.
17102
17103 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17104 Jim Blandy <jimb@codesourcery.com>
17105
17106 * gdb.base/expand-psymtabs.c: New testcase
17107 source file.
17108 * gdb.base/expand-psymtabs.exp: New testcase
17109 expect file.
17110
17111 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17112
17113 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17114 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17115
17116 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17117
17118 * gdb.ada/frame_args/foo.adb: New file.
17119 * gdb.ada/frame_args/pck.ads: New file.
17120 * gdb.ada/frame_args/pck.adb: New file.
17121 * gdb.ada/frame_args.exp: New testcase.
17122
17123 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17124
17125 * gdb.base/frame-args.c: New file.
17126 * gdb.base/frame-args.exp: New testcase.
17127
17128 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
17129 Joseph Myers <joseph@codesourcery.com>
17130
17131 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17132
17133 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
17134
17135 * gdb.mi/mi-pending.exp: New.
17136 * gdb.mi/mi-pending.c: New.
17137 * gdb.mi/mi-pendshr.c: New.
17138
17139 2007-12-06 Jim Blandy <jimb@codesourcery.com>
17140
17141 * gdb.base/default.exp: Update expected output for 'info catch'.
17142
17143 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17144
17145 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17146 must be set to binary.
17147
17148 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17149
17150 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17151
17152 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17153
17154 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17155 gdb.mi/mi-file-transfer.exp: New.
17156
17157 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17158
17159 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17160
17161 2007-11-22 Maciej W. Rozycki <macro@mips.com>
17162
17163 * gdb.trace/backtrace.exp: Fix a typo.
17164 * gdb.trace/circ.exp: Likewise.
17165 * gdb.trace/collection.exp: Likewise.
17166 * gdb.trace/limits.exp: Likewise.
17167 * gdb.trace/report.exp: Likewise.
17168 * gdb.trace/tfind.exp: Likewise.
17169 * gdb.trace/while-dyn.exp: Likewise.
17170
17171 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
17172
17173 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17174 objects of pointers that can't be dereferenced are now
17175 "noneditable".
17176
17177 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17178
17179 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17180 (target_cpu): Remove.
17181
17182 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17183
17184 * gdb.base/ending-run.exp: Expect the list of cleared
17185 breakpoint to come in natural order, not the reversed one.
17186
17187 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17188
17189 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17190 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
17191
17192 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
17193
17194 * gdb.base/printcmds.exp: New function
17195 test_printf_with_dfp.
17196
17197 2007-11-02 Doug Evans <dje@google.com>
17198
17199 * gdb.disasm/t01_mov.s: Remove carriage returns.
17200 * gdb.disasm/t02_mova.s: Ditto.
17201 * gdb.disasm/t03_add.s: Ditto.
17202 * gdb.disasm/t04_sub.s: Ditto.
17203 * gdb.disasm/t05_cmp.s: Ditto.
17204 * gdb.disasm/t06_ari2.s: Ditto.
17205 * gdb.disasm/t07_ari3.s: Ditto.
17206 * gdb.disasm/t08_or.s: Ditto.
17207 * gdb.disasm/t09_xor.s: Ditto.
17208 * gdb.disasm/t10_and.s: Ditto.
17209 * gdb.disasm/t11_logs.s: Ditto.
17210 * gdb.disasm/t12_bit.s: Ditto.
17211 * gdb.disasm/t13_otr.s: Ditto.
17212
17213 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17214
17215 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17216
17217 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17218
17219 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17220 provide DFP support.
17221
17222 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17223
17224 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17225 Test "set powerpc vector-abi". Skip auto-detection tests for old
17226 toolchains.
17227
17228 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17229
17230 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17231 with [string compare].
17232
17233 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17234
17235 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17236 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17237
17238 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17239
17240 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17241 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17242 * gdb.opt/Makefile.in: New makefile.
17243 * Makefile.in: Create new directory "gdb.opt".
17244 * configure.ac: Add "gdb.opt" directory.
17245 * configure: Regenerated.
17246
17247 2007-10-25 Doug Evans <dje@google.com>
17248
17249 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17250 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17251
17252 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17253 Thiago Jung Bauermann <bauerman@br.ibm.com>
17254
17255 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17256 Floating Point expressions.
17257 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17258 Floating Point variables.
17259 * gdb.base/dfp-test.c: new file containing program with Decimal
17260 Floating variables, used by gdb.base/dfp-test.exp.
17261
17262 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17263
17264 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17265
17266 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17267
17268 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17269 compiling test case with GCC.
17270 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17271
17272 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17273
17274 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17275 format changes.
17276
17277 2007-10-18 Michael Snyder <msnyder@specifix.com>
17278
17279 * gdb.base/dbx.exp: Add missing "-re " operator.
17280
17281 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17282
17283 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17284 * configure.ac: Removed trailing spaces after backslash.
17285 * gdb.modula2: New directory.
17286 * gdb.modula2/Makefile.in: New file.
17287 * gdb.modula2/unbounded-array.exp: New file.
17288 * gdb.modula2/unbounded1.c: New file.
17289
17290 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17291
17292 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17293
17294 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17295
17296 * gdb.base/sigstep.c (main): Add checks for
17297 return values for setitimer call.
17298 Call setitimer again with itimer = ITIMER_REAL
17299 if first call to setitimer fails.
17300
17301 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17302
17303 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17304 of $timeout.
17305
17306 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17307
17308 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17309
17310 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17311
17312 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17313 of gdb_expect call, to avoid interruption.
17314
17315 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17316
17317 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17318 (v_unsigned_long_long, v_long_long_array)
17319 (v_signed_long_long_array, v_unsigned_long_long_array)
17320 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17321 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17322 [!NO_LONG_LONG]: New.
17323 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17324 v_long_long_member.
17325
17326 (v_long_long_func, v_signed_long_long_func)
17327 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17328 (main) [!NO_LONG_LONG]: Initialize long long variants.
17329
17330 * gdb.base/whatis.exp: If board file requests no_long_long, build
17331 test with NO_LONG_LONG defined. Test long long, signed long long,
17332 and unsigned long long variants but only if board file doesn't
17333 disable it.
17334
17335 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
17336 Daniel Jacobowitz <dan@codesourcery.com>
17337
17338 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17339 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17340 * configure: Regenerated.
17341 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17342 gdb.pascal/types.exp, lib/pascal.exp: New files.
17343
17344 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17345
17346 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17347 call.
17348 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17349 to return to the call.
17350 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17351 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17352 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17353 * gdb.mi/mi-until.exp (test_until): Likewise.
17354 * gdb.mi/mi2-until.exp (test_until): Likewise.
17355
17356 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17357
17358 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17359 two-char array.
17360 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17361
17362 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17363
17364 * gdb.threads/watchthreads.c (thread_function): Sleep between
17365 iterations.
17366 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17367 at once for S/390. Generate matching fails and passes.
17368
17369 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17370
17371 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17372 the 'struct_declarations' variable to zeros.
17373
17374 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17375
17376 * gdb.cp/mb-ctor.cc: New.
17377 * gdb.cp/mb-ctor.exp: New.
17378 * gdb.cp/mb-templates.cc: New.
17379 * gdb.cp/mb-templates.exp: New.
17380
17381 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17382
17383 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17384
17385 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17386
17387 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17388 targets.
17389 * configure: Regenerate.
17390
17391 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
17392
17393 * gdb.base/annota1.exp: Adjust for 'info break'
17394 format changes.
17395 * gdb.base/annota3.exp: Likewise.
17396 * gdb.base/break.exp: Likewise.
17397 * gdb.base/condbreak.exp: Likewise.
17398 * gdb.base/pending.exp: Likewise.
17399 * gdb.base/sepdebug.exp: Likewise.
17400 * gdb.base/unload.exp: Likewise.
17401 * gdb.base/ovldbreak.exp: Likewise.
17402
17403 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17404
17405 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17406 messages.
17407 * gdb.base/chng-syms.exp: Likewise.
17408 * gdb.base/unload.exp: Likewise.
17409
17410 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17411
17412 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17413
17414 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17415
17416 * schedlock.c (NUM): Change to 1.
17417 (main): Use args[0] for the main thread.
17418 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17419 regardless of the number of threads.
17420
17421 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17422
17423 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17424 type down.
17425 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17426 test.
17427 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17428 watchpoint type down.
17429 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17430 test.
17431
17432 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17433
17434 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17435 Move all the tests here and run them twice, once using software
17436 watchpoints and once using hardware watchpoints.
17437 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17438
17439 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17440
17441 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17442 test.
17443
17444 2007-09-10 Mark Kettenis <kettenis@gnu.org>
17445
17446 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17447 build-id.
17448
17449 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17450 know about $ORIGIN. Calculate output dir from $dest instead of
17451 using ${objdir}/{$subdir}.
17452
17453 2007-09-09 Mark Kettenis <kettenis@gnu.org>
17454
17455 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17456 gcore, before continuing with the test.
17457
17458 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17459
17460 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17461 * gdb.mi/mi-watch.exp: Likewise.
17462
17463 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17464 Jim Blandy <jimb@codesourcery.com>
17465
17466 * gdb.arch/i386-sse.exp: Do not expect character constants.
17467 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17468 * gdb.base/display.exp: Allow print/s.
17469 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17470 and unsigned char array changes.
17471
17472 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17473
17474 * gdb.base/display.exp: Add tests for printf %p.
17475
17476 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17477
17478 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17479 the dll name to unicode.
17480
17481 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17482
17483 * gdb.base/default.exp (show version): Update the version text.
17484 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17485
17486 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17487
17488 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17489 New files.
17490
17491 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17492
17493 * lib/gdb.exp (build_id_debug_filename_get): New function.
17494 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17495 Remove the generate DEBUG file for the future testcase runs.
17496 New testcase for the NT_GNU_BUILD_ID retrieval.
17497 Move the final testing step to ...
17498 (test_different_dir): ... a new function.
17499 New parameter XFAIL to XFAIL all the tests performed.
17500 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17501 New parameter TYPE to PF_PREFIX all the tests performed.
17502
17503 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17504
17505 * gdb.mi/mi-var-cp.cc (path_expression): New
17506 function.
17507 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17508
17509 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17510
17511 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17512 to fit into SPU Local Store memory.
17513
17514 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17515
17516 * gdb.base/default.exp: Adjust the expected output of "info
17517 warranty" after the switch to GPLv3.
17518
17519 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17520
17521 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17522 to 30000 (from 20000).
17523
17524 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17525
17526 Switch the license of all .exp files to GPLv3.
17527 Switch the license of all .f and .f90 files to GPLv3.
17528 Switch the license of all .s and .S files to GPLv3.
17529
17530 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17531
17532 * configure.ac: Switch license to GPLv3.
17533
17534 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17535
17536 Switch the licensing to GPLv3 for all .ads and .adb files.
17537
17538 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17539
17540 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17541 and t_int_double.
17542 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17543
17544 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17545
17546 * gdb.base/step-line.c: Switch license to GPL version 3, and
17547 update copyright year.
17548 * gdb.base/step-line.inp: Likewise.
17549
17550 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17551
17552 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17553 changes inside gdb1555.c.
17554 * gdb.base/pending.exp: Likewise.
17555
17556 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17557
17558 * config/default.exp: New file.
17559
17560 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17561
17562 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17563 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17564
17565 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17566
17567 * gdb.base/dump.exp: Force the correct endianness for binary
17568 formats not carrying this information.
17569
17570 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17571
17572 * gdb.threads/staticthreads.exp: Match .*sem_post.
17573
17574 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17575
17576 * gdb.base/readline.exp (operate_and_get_next): Match the final
17577 prompt.
17578
17579 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17580
17581 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17582 to restarting SID.
17583
17584 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17585
17586 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17587 prior to `gdb_start'.
17588
17589 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17590
17591 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17592 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17593 Remove call to gdb_unload.
17594
17595 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17596 Daniel Jacobowitz <dan@codesourcery.com>
17597
17598 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17599 for __WIN32__.
17600 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17601 * gdb.base/unload.exp: Use shared library test routines.
17602
17603 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17604
17605 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17606 * gdb.base/solib-symbol-lib.c: Likewise.
17607 * gdb.base/solib-symbol-main.c: Likewise.
17608
17609 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17610
17611 * config/gdbserver.exp (gdb_reconnect): New.
17612 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17613 gdb.base/solib-disc.exp: New files.
17614 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17615 remote debugging".
17616 (gdb_compile): Add shlib_load flag.
17617 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17618 port.
17619 (gdbserver_reconnect): New.
17620
17621 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17622 Daniel Jacobowitz <dan@codesourcery.com>
17623
17624 * gdb.base/annota3.exp: Test for if construct.
17625
17626 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17627
17628 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17629
17630 2007-06-21 Chris Dearman <chris@mips.com>
17631 Maciej W. Rozycki <macro@mips.com>
17632
17633 * gdb.base/display.exp: Allow a newline after display/i.
17634 * gdb.base/pc-fp.exp: Likewise.
17635 * gdb.base/sigbpt.exp: Likewise.
17636
17637 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17638
17639 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17640 required features to be included.
17641
17642 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17643
17644 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17645 in info threads output.
17646
17647 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17648 Markus Deuling <deuling@de.ibm.com>
17649
17650 * gdb.arch/spu-info.exp: New testcase.
17651 * gdb.arch/spu-info.c: New file.
17652
17653 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17654
17655 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17656 tpcs_offset. Restore lr after the call.
17657 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17658
17659 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17660
17661 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17662 (gdbserver_run): Kill any running gdbserver.
17663 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17664
17665 2007-05-17 Maciej W. Rozycki <macro@mips.com>
17666
17667 * gdb.base/sigbpt.exp: Preset segv_addr.
17668
17669 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17670
17671 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17672 (gdb_compile_shlib): Likewise.
17673 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17674 (default_gdb_init): Clear cleanfiles.
17675 (gdb_finish): Delete recorded cleanfiles.
17676 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17677
17678 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17679 Do not use isnative.
17680 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17681 gdb.base/so-impl-ld.exp: Likewise.
17682 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17683 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17684 gdb_compile.
17685
17686 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17687
17688 * config/unknown.exp: Remove.
17689
17690 2007-05-15 Markus Deuling <deuling@de.ibm.com>
17691
17692 * gdb.base/info-proc.exp: Check is_remote.
17693
17694 2007-05-14 Markus Deuling <deuling@de.ibm.com>
17695
17696 * gdb.base/gcore.exp: Initialize variable core_supported.
17697
17698 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17699
17700 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17701
17702 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17703
17704 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17705 * gdb.threads/print-threads.exp (test_all_threads): Allow
17706 negative and hexadecimal thread IDs.
17707
17708 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17709
17710 * gdb.java/jprint.java (public): Avoid invalid call to static
17711 method.
17712
17713 2007-05-14 Denis Pilat <denis.pilat@st.com>
17714
17715 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17716 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17717 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17718 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17719 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17720
17721 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17722
17723 * gdb.base/overlays.exp: Add support for targets with only code
17724 overlay support, not data overlay. Support spu-*-* target in
17725 this mode.
17726 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17727 * gdb.base/spu.ld: New file.
17728
17729 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17730
17731 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17732
17733 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17734
17735 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17736
17737 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17738
17739 * gdb.java/jmain.exp: Handle demangled names with and without method
17740 signatures.
17741
17742 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17743
17744 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17745 (have_a_very_merry_interrupt): Remove calls to puts.
17746 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17747 inferior output.
17748 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17749 test names.
17750
17751 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17752 Daniel Jacobowitz <dan@codesourcery.com>
17753
17754 * gdb.base/auxv.exp (core_works): Also check is_remote.
17755 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17756
17757 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17758
17759 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17760 message, not the undefined 'module' variable.
17761 * gdb.base/siginfo.exp: Likewise.
17762 * gdb.base/sigstep.exp: Likewise.
17763 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17764 serialport.
17765 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17766
17767 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17768
17769 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17770 target sim fails. Return 0 otherwise.
17771 (gdb_load): Return prematurely if gdb_target_sim fails.
17772
17773 2007-04-16 Denis Pilat <denis.pilat@st.com>
17774
17775 * gdb.base/setshow.exp: Reset height after having set it to 100.
17776
17777 2007-04-16 Denis Pilat <denis.pilat@st.com>
17778
17779 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17780
17781 2007-04-16 Denis Pilat <denis.pilat@st.com>
17782
17783 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17784
17785 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17786
17787 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17788 tests. Run the frozen varobjs test.
17789 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17790 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17791
17792 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17793
17794 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17795 gdb.base/type-opaque.exp: New files.
17796
17797 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17798
17799 * gdb.mi/mi-var-child.c
17800 (do_children_tests): User char[2] instead of
17801 char so that automatic printing of pointers to char
17802 don't give unpredicable result.
17803 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17804 local variables.
17805 * gdb.mi/mi-var-child.exp: Step to right line
17806 of do_children_tests.
17807 * gdb.mi/mi2-var-child.exp: Likewise.
17808 * gdb.mi/mi-var-cmd.exp: Step to right line of
17809 do_locals_tests.
17810 (do_children_tests): User char[2] instead of
17811 char so that automatic printing of pointers to char
17812 don't give unpredicable result.
17813 * gdb.mi/mi2-var-cmd.exp: Likewise.
17814 * lib/mi-support.exp (mi_continue_to_line):
17815 Pass test name to mi_wait_for_stop.
17816
17817 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17818
17819 * gdb.asm/asm-source.exp: Remove d10v case.
17820 * lib/gdb.exp (skip_cplus_tests): Likewise.
17821 * gdb.asm/d10v.inc: Deleted.
17822
17823 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17824
17825 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17826
17827 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17828
17829 * config/netware.exp: Delete file.
17830
17831 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17832
17833 * gdb.dwarf2/dw2-noloc.S: New file.
17834 * gdb.dwarf2/dw2-noloc.exp: New file.
17835
17836 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17837
17838 * gdb.cp/method2.cc: New test.
17839 * gdb.cp/method2.exp: New test.
17840 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17841
17842 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17843
17844 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17845
17846 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17847
17848 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17849
17850 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17851
17852 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17853 (gdb_load): Delete, replace with...
17854 (gdb_reload): ...this.
17855 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17856 * gdb.server/server-mon.exp: Likewise.
17857 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17858 (gdb_start_cmd): New.
17859 (gdb_file_cmd): Save the last loaded file.
17860 (gdb_reload): New.
17861 (gdb_gnu_strip_debug): Use transform.
17862 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17863 support here. Use new $last_loaded_file. Check mtime.
17864 (gdb_target_cmd): Handle ObjC failure case.
17865 (infer_host_exec): Delete.
17866 (gdbserver_load): Rename to...
17867 (gdbserver_run): ...this. Simplify.
17868 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17869 (mi_gdb_load): Move most contents to a new function...
17870 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17871 (mi_run_cmd): Use mi_gdb_target_load.
17872 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17873 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17874 Use gdb_run_cmd.
17875 * gdb.base/charsign.exp: Remove incorrect comment.
17876 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17877 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17878 gdb.base/start.exp: Use gdb_start_cmd.
17879
17880 2007-03-23 Nigel Stephens <nigel@mips.com>
17881 Maciej W. Rozycki <macro@mips.com>
17882
17883 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17884 * gdb.base/signull.exp: Similarly.
17885
17886 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17887
17888 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17889 messages available to test cases (like chng-sym.exp).
17890
17891 2007-03-14 Andreas Schwab <schwab@suse.de>
17892
17893 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17894 format changes.
17895
17896 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17897
17898 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17899 (optimized_1): New.
17900 (main): Call optimized_1.
17901 (gdb2029): Correct typos. Call gdb2029_marker.
17902 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17903 for gdb2029.
17904
17905 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17906
17907 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17908 as tabs. Remove redundant test pattern.
17909
17910 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17911
17912 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17913 for /a format output.
17914
17915 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17918 collect output incrementally.
17919
17920 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17921
17922 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17923 for -var-create lpcharacter test.
17924 * gdb.mi/mi2-var-cmd.exp: Likewise.
17925
17926 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17927
17928 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17929 pass on targets where address zero is readable.
17930
17931 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17932
17933 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17934 just a single architecture.
17935
17936 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17937
17938 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17939 (fetch_all_registers): New function, uses gdb_test_multiple and
17940 exp_continue to fetch inferior output line-by-line.
17941 Replace all uses of do_get_all_registers by fetch_all_registers.
17942
17943 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17944
17945 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17946 in target_info.
17947
17948 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17949
17950 * gdb.threads/manythreads.exp: Use $message string for
17951 consistancy; add a default (timeout) case.
17952
17953 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17954
17955 * gdb.base/watchpoint.exp: Fix truncated comment.
17956
17957 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17958
17959 * Makefile.in: Remove spurious single-quotes from sed command.
17960
17961 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17962
17963 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17964 func.
17965 * gdb.mi/mi2-var-cmd.exp: Likewise.
17966
17967 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17968
17969 * gdb.dwarf2/dw2-producer.S: New file.
17970 * gdb.dwarf2/dw2-producer.exp: New testcase.
17971
17972 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17973
17974 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17975 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17976 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17977 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17978 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17979 Revert tests to use mi_gdb_test and include value field in output
17980 of -var-create.
17981
17982 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17983
17984 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17985
17986 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17987
17988 * gdb.base/maint.exp: Remove full paths from test names.
17989 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17990 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17991
17992 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17993
17994 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17995
17996 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17997
17998 * gdb.server/server-mon.exp: New test.
17999
18000 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18001
18002 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18003
18004 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18005
18006 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18007 register capitalization.
18008
18009 2007-02-13 Denis Pilat <denis.pilat@st.com>
18010
18011 * gdb.mi/mi-var-invalidate.exp: New file.
18012
18013 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18014
18015 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18016
18017 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18018
18019 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18020
18021 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18022
18023 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18024 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18025
18026 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
18027
18028 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18029 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18030 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18031 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18032 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18033 * gdb.mi/gdb792.exp, lib/mi-support.exp:
18034 Update tests to include value field in output of -var-create.
18035
18036 2007-02-08 Andreas Schwab <schwab@suse.de>
18037
18038 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18039
18040 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18041
18042 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18043 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18044
18045 2007-02-02 Denis Pilat <denis.pilat@st.com>
18046
18047 * gdb.threads/threadapply.exp: check that frame is not changed by
18048 the thread apply all command.
18049
18050 2007-01-31 Andreas Schwab <schwab@suse.de>
18051
18052 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18053
18054 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18055 in the dwarf sections.
18056 * gdb.dwarf2/mac-fileno.S: Likewise.
18057
18058 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18059 bspstore register on ia64.
18060
18061 2007-01-29 Andreas Schwab <schwab@suse.de>
18062
18063 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18064 "frame-begin" annotation.
18065
18066 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18067 number of "frames-invalid" annotations.
18068
18069 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18070
18071 * gdb.base/commands.exp: Call if_commands_test.
18072 (gdb_test_no_prompt, if_commands_test): New.
18073
18074 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18075
18076 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18077
18078 2007-01-27 Andreas Schwab <schwab@suse.de>
18079
18080 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18081 .short/.int/.quad in the dwarf sections.
18082 * gdb.dwarf2/dw2-intercu.S: Likewise.
18083 * gdb.dwarf2/dw2-intermix.S: Likewise.
18084
18085 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18086
18087 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18088 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18089 array.
18090 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18091 * gdb.base/setvar.exp: Likewise.
18092
18093 2007-01-26 Andreas Schwab <schwab@suse.de>
18094
18095 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18096 test.
18097
18098 * gdb.base/multi-forks.exp ("restart $i"): Also match
18099 __kernel_syscall_via_break.
18100
18101 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18102
18103 * lib/mi-support.exp (mi_delete_varobj): New.
18104 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18105 testcase.
18106 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18107 (main): Call the above.
18108 (reference_update_test, base_in_reference_test)
18109 (reference_to_pointer): Delete the created varobjs.
18110
18111 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18112
18113 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18114 * configure: Regenerated.
18115 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18116 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18117 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18118 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18119 * lib/gdb.exp (gdb_skip_xml_test): New function.
18120
18121 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18122
18123 * gdb.base/sigrepeat.exp: Correct error message.
18124
18125 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18126 Daniel Jacobowitz <dan@codesourcery.com>
18127
18128 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18129 gdb.arch/i386-gnu-cfi-asm.S: New files.
18130
18131 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18132
18133 * lib/gdb.exp: Abort on missing `site.exp'.
18134
18135 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18136 Daniel Jacobowitz <dan@codesourcery.com>
18137
18138 * gdb.base/included.c, gdb.base/included.exp,
18139 gdb.base/included.h: New files.
18140
18141 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18142
18143 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18144 (maximize_rlimit): Reduce limits on 64-bit systems.
18145
18146 2007-01-19 Mark Kettenis <kettenis@gnu.org>
18147
18148 From Marcus Deuling <deuling@de.ibm.com>:
18149 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18150 every case.
18151
18152 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
18153
18154 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18155 (test_path_specification): Use objdir instead of srcdir to always
18156 get an absolute filename.
18157
18158 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18159
18160 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18161
18162 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18163
18164 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18165 Make sure the variable we're using is in scope.
18166 (reference_to_pointer): Likewise.
18167
18168 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18169
18170 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18171 has no debug information.
18172
18173 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18174
18175 * gdb.base/annota1.exp: Remove extra send_gdb.
18176
18177 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18178
18179 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18180
18181 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18182
18183 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18184
18185 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
18186 Daniel Jacobowitz <dan@codesourcery.com>
18187
18188 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18189 lcharacter or linteger change. Correct duplicated test name.
18190 * gdb.mi/mi2-var-cmd.exp: Likewise.
18191
18192 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18193
18194 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18195
18196 2007-01-05 Joel Brobecker <brobecker@adacore.com>
18197
18198 * gdb.base/nofield.c: New file.
18199 * gdb.base/nofield.exp: New testcase.
18200
18201 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
18202
18203 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18204
18205 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18206 test.
18207
18208 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18209
18210 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18211
18212 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18213
18214 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18215 when continuing.
18216
18217 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18218
18219 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18220 Expect ".exe" extension.
18221
18222 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18223
18224 * gdb.base/charset.exp: Add explicit filename to break.
18225 * gdb.base/dbx.exp: Add explicit filename to breaks.
18226
18227 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18228
18229 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18230 * gdb.mi/mi2-file.exp: Likewise.
18231
18232 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18233
18234 Implement specification of MI tests as comments
18235 in C and C++ sources.
18236 * lib/mi-support.exp (mi_autotest_data): New variable.
18237 (mi_autotest_source): New variable.
18238 (count_newlines, mi_prepare_inline_tests)
18239 (mi_get_inline_test, mi_continue_to_line)
18240 (mi_run_inline_test, mi_tbreak)
18241 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18242 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18243 Run inline tests.
18244 * gdb.mi/mi-var-cp.cc: Define tests here.
18245
18246 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18247
18248 Simplify usage of mi_continue_to.
18249 * lib/mi-support.exp (mi_runto_helper): Renamed
18250 from mi_runto, added new parameter 'run_or_continue'.
18251 (mi_runto): Use mi_runto_helper.
18252 (mi_continue_to): Accept just function name as parameter.
18253 Use mi_runto_helper.
18254 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18255 * gdb.mi/mi2-var-cmd.exp: Likewise.
18256
18257 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18258
18259 Make this testcase a bit more realistic. The current code
18260 is too simplistic, and allows the compiler to optimize out
18261 some of the entities we need for this testcase.
18262 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18263 (Do_Nothing): Add extra parameter.
18264 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18265 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18266 by using a variable of type Void_Star.
18267
18268 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18269
18270 * gdb.ada/catch_ex/foo.adb: New file.
18271 * gdb.ada/catch_ex.exp: New testcase.
18272
18273 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18274
18275 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18276 pass --image-base to linker.
18277
18278 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18279 Daniel Jacobowitz <dan@codesourcery.com>
18280
18281 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18282 secondary prompts.
18283
18284 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18285
18286 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18287 output. Test the types of members and member pointers.
18288 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18289 gdb/2092.
18290 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18291 statement. Enable for GCC. Update expected output for some tests
18292 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18293 layout.
18294 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18295 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18296 (Diamond::vget_base): New.
18297 (main): Add new tests.
18298 * gdb.cp/printmethod.exp: Update expected output for member functions.
18299 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18300 print pEe->D::vg().
18301
18302 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18303
18304 * gdb.threads/tls.exp: Allow stops in sem_post.
18305
18306 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18307
18308 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18309 * gdb.base/annota3.exp: Likewise.
18310 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18311 again (instead of timing out).
18312 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18313 GCC bug 26475.
18314 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18315 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18316 test from jmisc1.exp.
18317 * gdb.java/jmisc1.exp: Delete.
18318 * gdb.java/jprint.exp: Adjust to work with method signatures including
18319 return types.
18320 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18321 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18322 * lib/java.exp (compile_java_from_source): Pass the correct type
18323 to target_compile.
18324
18325 2006-12-31 Joel Brobecker <brobecker@adacore.com>
18326
18327 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18328 (stack_align_edx): New function.
18329 (stack_align_eax): New function.
18330 (main): Add calls to stack_align_edx and stack_align_eax.
18331 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18332 Add testing for the cases where the register used during a stack
18333 realignment is edx. Same for eax.
18334
18335 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18336
18337 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18338 and generic PE targets.
18339
18340 2006-12-29 Joel Brobecker <brobecker@adacore.com>
18341
18342 * gdb.ada/array_return.exp: Update copyright date list.
18343
18344 2006-12-27 Joel Brobecker <brobecker@adacore.com>
18345
18346 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18347 (Create_Small_Float_Vector): New function.
18348 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18349 function body.
18350 * gdb.ada/array_return/p.adb: Use new type and function from
18351 package Pck.
18352 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18353 able to print the value returned by a function returning an
18354 array of float.
18355
18356 2006-12-20 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18359 The associated tests should be PASSing.
18360
18361 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18362
18363 Test for base in references.
18364 * gdb.mi/mi-var-cp.cc: Add test code.
18365 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18366 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18367 * gdb.mi/mi2-watch.exp: Likewise.
18368 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18369 (mi_list_varobj_children): New function.
18370
18371 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18372
18373 * lib/mi-support.exp
18374 (mi_runto): Accept "()" after function name.
18375 (mi_create_varobj): New function.
18376 (mi_varobj_update): New function.
18377 (mi_Check_varobj_value): New function.
18378 * gdb.mi/mi-var-cp.exp: New file.
18379 * gdb.mi/mi-var-cp.cc: New file.
18380
18381 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18382
18383 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18384 gdb.base/weaklib2.c: New files.
18385
18386 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
18387
18388 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18389 info. Adjust test names.
18390
18391 * gdb.base/break.c (main): Move position of malloc.
18392 * gdb.base/break.exp: Revert mistaken checkin.
18393
18394 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18395
18396 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18397 assignement of arrays and function pointers.
18398 * gdb.mi/var-cmd.c: Add declaration necessary for above
18399 tests.
18400
18401 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18402
18403 * gdb.base/break.c (main): Call malloc.
18404
18405 * gdb.threads/linux-dp.exp: Read thread table before and after
18406 creating each philosopher and verify it.
18407
18408 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18409 Paul Brook <paul@codesourcery.com>
18410 Daniel Jacobowitz <dan@codesourcery.com>
18411
18412 * gdb.base/ending-run.exp: Flatten expect script stepping out of
18413 main to remove duplication. Add start function of the form
18414 '_*start[1-9]*'. Add RVDS start function.
18415
18416 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18417
18418 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18419
18420 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18421
18422 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18423 * gdb.asm/spu.inc: New file.
18424 * gdb.base/term.exp: Disable if [target_info exists noargs].
18425 * gdb.gdb/complaints.exp: Disable if ![isnative].
18426 * gdb.gdb/selftest.exp: Likewise.
18427 * gdb.gdb/observer.exp: Likewise.
18428 * gdb.gdb/xfullpath.exp: Likewise.
18429 * gdb.base/attach.exp: Disable on SPU target.
18430 * gdb.cp/bs145503.exp: Likewise.
18431 * gdb.cp/exception.exp: Likewise.
18432 * gdb.cp/userdef.exp: Likewise.
18433
18434 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18435
18436 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18437
18438 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18439
18440 * gdb.base/completion.exp: Fix completion tests for
18441 'info' and 'info '.
18442 * gdb.base/help.exp (help_test_raw, test_class_help)
18443 (test_prefix_command_help): Move...
18444 * lib/gdb.exp: Here.
18445 * gdb.base/main.exp: Adjust.
18446 * gdb.cp/maint.exp: Adjust.
18447 * gdb.trace/tracecmd.exp: Use test_help_class.
18448
18449 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18450
18451 * gdb.stabs/weird.exp (print_weird_var): Use
18452 gdb_test_multiple instead of gdb_expect.
18453
18454 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18455
18456 * gdb.base/help.exp (help_test_raw): New.
18457 (test_class_help): New.
18458 (test_prefix_command_help): New.
18459 Adjust testcases.
18460
18461 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
18462
18463 * gdb.base/constvars.c (main): Write to crass and crips, so that
18464 they are allocated by the compiler.
18465
18466 2006-10-27 Andreas Schwab <schwab@suse.de>
18467
18468 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18469 "detach-fork".
18470
18471 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18472
18473 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18474 of patterns.
18475
18476 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18477
18478 * gdb.base/sepdebug.exp: Remove debug format test.
18479 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18480 Handle no-symtab.
18481 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18482
18483 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18484
18485 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18486 int to pointer or pointer to int.
18487 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18488
18489 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18490
18491 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18492
18493 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18494
18495 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18496
18497 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18498
18499 PR c++/2116
18500 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18501
18502 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18503
18504 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18505 the corresponding bug has been fixed in GDB (PR/2018).
18506
18507 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18508
18509 * gdb.base/subst.exp: New testcase.
18510
18511 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18512
18513 * gdb.ada/array_return/pck.ads: Add copyright notice.
18514 * gdb.ada/array_return/pck.adb: Likewise.
18515 * gdb.ada/array_return/p.adb: Likewise.
18516 * gdb.ada/exec_changed/first.adb: Likewise.
18517 * gdb.ada/exec_changed/second.adb: Likewise.
18518
18519 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18520
18521 * gdb.ada/watch_arg/watch.adb: New file.
18522 * gdb.ada/watch_arg.exp: New testcase.
18523
18524 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18525
18526 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18527 via string_to_regexp.
18528 * gdb.mi/mi2-basics.exp: Likewise.
18529
18530 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18531
18532 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18533 Remove unused / obsolete files.
18534
18535 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18536
18537 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18538
18539 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18540
18541 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18542 HIGH_FRAME argument to -stack-list-arguments can be larger than
18543 the number of frames.
18544
18545 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18546
18547 * gdb.base/args.c (main): Add breakpoint marker.
18548 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18549 really test empty arguments.
18550 (args_load): Delete.
18551 (args_test): New.
18552
18553 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18554
18555 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18556 check for one file.
18557
18558 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18559
18560 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18561 HIGH_FRAME argument to -stack-list-locals can be larger than
18562 the number of frames.
18563
18564 2006-08-18 Fred Fish <fnf@specifix.com>
18565
18566 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18567 '$' in front of skip_vmx_tests_saved when setting that.
18568
18569 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18570
18571 * gdb.base/trace-commands.exp: New file.
18572
18573 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18574 Daniel Jacobowitz <dan@codesourcery.com>
18575
18576 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18577 expected output of the backtrace commands.
18578
18579 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18580
18581 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18582 untested followed by return combination.
18583 * gdb.arch/altivec-regs.exp: Likewise.
18584 * gdb.arch/e500-abi.exp: Likewise.
18585 * gdb.arch/e500-regs.exp: Likewise.
18586 * gdb.arch/gdb1291.exp: Likewise.
18587 * gdb.arch/gdb1431.exp: Likewise.
18588 * gdb.arch/gdb1558.exp: Likewise.
18589 * gdb.arch/i386-prologue.exp: Likewise.
18590 * gdb.arch/i386-unwind.exp: Likewise.
18591 * gdb.asm/asm-source.exp: Likewise.
18592 * gdb.base/a2-run.exp: Likewise.
18593 * gdb.base/advance.exp: Likewise.
18594 * gdb.base/all-bin.exp: Likewise.
18595 * gdb.base/annota1.exp: Likewise.
18596 * gdb.base/annota3.exp: Likewise.
18597 * gdb.base/args.exp: Likewise.
18598 * gdb.base/arithmet.exp: Likewise.
18599 * gdb.base/assign.exp: Likewise.
18600 * gdb.base/async.exp: Likewise.
18601 * gdb.base/attach.exp: Likewise.
18602 * gdb.base/bang.exp: Likewise.
18603 * gdb.base/bigcore.exp: Likewise.
18604 * gdb.base/bitfields.exp: Likewise.
18605 * gdb.base/bitfields2.exp: Likewise.
18606 * gdb.base/break.exp: Likewise.
18607 * gdb.base/call-sc.exp: Likewise.
18608 * gdb.base/call-strs.exp: Likewise.
18609 * gdb.base/callfuncs.exp: Likewise.
18610 * gdb.base/checkpoint.exp: Likewise.
18611 * gdb.base/chng-syms.exp: Likewise.
18612 * gdb.base/code-expr.exp: Likewise.
18613 * gdb.base/commands.exp: Likewise.
18614 * gdb.base/completion.exp: Likewise.
18615 * gdb.base/cond-expr.exp: Likewise.
18616 * gdb.base/condbreak.exp: Likewise.
18617 * gdb.base/consecutive.exp: Likewise.
18618 * gdb.base/constvars.exp: Likewise.
18619 * gdb.base/corefile.exp: Likewise.
18620 * gdb.base/cvexpr.exp: Likewise.
18621 * gdb.base/dbx.exp: Likewise.
18622 * gdb.base/define.exp: Likewise.
18623 * gdb.base/detach.exp: Likewise.
18624 * gdb.base/display.exp: Likewise.
18625 * gdb.base/dump.exp: Likewise.
18626 * gdb.base/ena-dis-br.exp: Likewise.
18627 * gdb.base/ending-run.exp: Likewise.
18628 * gdb.base/environ.exp: Likewise.
18629 * gdb.base/eval-skip.exp: Likewise.
18630 * gdb.base/exprs.exp: Likewise.
18631 * gdb.base/fileio.exp: Likewise.
18632 * gdb.base/finish.exp: Likewise.
18633 * gdb.base/float.exp: Likewise.
18634 * gdb.base/foll-exec.exp: Likewise.
18635 * gdb.base/foll-fork.exp: Likewise.
18636 * gdb.base/foll-vfork.exp: Likewise.
18637 * gdb.base/freebpcmd.exp: Likewise.
18638 * gdb.base/funcargs.exp: Likewise.
18639 * gdb.base/gcore.exp: Likewise.
18640 * gdb.base/gdb1090.exp: Likewise.
18641 * gdb.base/gdb1250.exp: Likewise.
18642 * gdb.base/huge.exp: Likewise.
18643 * gdb.base/info-proc.exp: Likewise.
18644 * gdb.base/interrupt.exp: Likewise.
18645 * gdb.base/jump.exp: Likewise.
18646 * gdb.base/langs.exp: Likewise.
18647 * gdb.base/lineinc.exp: Likewise.
18648 * gdb.base/list.exp: Likewise.
18649 * gdb.base/logical.exp: Likewise.
18650 * gdb.base/long_long.exp: Likewise.
18651 * gdb.base/macscp.exp: Likewise.
18652 * gdb.base/maint.exp: Likewise.
18653 * gdb.base/mips_pro.exp: Likewise.
18654 * gdb.base/miscexprs.exp: Likewise.
18655 * gdb.base/multi-forks.exp: Likewise.
18656 * gdb.base/opaque.exp: Likewise.
18657 * gdb.base/overlays.exp: Likewise.
18658 * gdb.base/pc-fp.exp: Likewise.
18659 * gdb.base/pointers.exp: Likewise.
18660 * gdb.base/printcmds.exp: Likewise.
18661 * gdb.base/psymtab.exp: Likewise.
18662 * gdb.base/ptype.exp: Likewise.
18663 * gdb.base/recurse.exp: Likewise.
18664 * gdb.base/relational.exp: Likewise.
18665 * gdb.base/relocate.exp: Likewise.
18666 * gdb.base/remote.exp: Likewise.
18667 * gdb.base/reread.exp: Likewise.
18668 * gdb.base/restore.exp: Likewise.
18669 * gdb.base/return.exp: Likewise.
18670 * gdb.base/return2.exp: Likewise.
18671 * gdb.base/scope.exp: Likewise.
18672 * gdb.base/sect-cmd.exp: Likewise.
18673 * gdb.base/sep.exp: Likewise.
18674 * gdb.base/sepdebug.exp: Likewise.
18675 * gdb.base/setshow.exp: Likewise.
18676 * gdb.base/setvar.exp: Likewise.
18677 * gdb.base/sigall.exp: Likewise.
18678 * gdb.base/sigbpt.exp: Likewise.
18679 * gdb.base/signals.exp: Likewise.
18680 * gdb.base/signull.exp: Likewise.
18681 * gdb.base/sizeof.exp: Likewise.
18682 * gdb.base/solib.exp: Likewise.
18683 * gdb.base/step-line.exp: Likewise.
18684 * gdb.base/step-test.exp: Likewise.
18685 * gdb.base/structs.exp: Likewise.
18686 * gdb.base/structs2.exp: Likewise.
18687 * gdb.base/term.exp: Likewise.
18688 * gdb.base/twice.exp: Likewise.
18689 * gdb.base/until.exp: Likewise.
18690 * gdb.base/varargs.exp: Likewise.
18691 * gdb.base/volatile.exp: Likewise.
18692 * gdb.base/watchpoint.exp: Likewise.
18693 * gdb.base/whatis-exp.exp: Likewise.
18694 * gdb.base/whatis.exp: Likewise.
18695 * gdb.cp/ambiguous.exp: Likewise.
18696 * gdb.cp/annota2.exp: Likewise.
18697 * gdb.cp/annota3.exp: Likewise.
18698 * gdb.cp/bool.exp: Likewise.
18699 * gdb.cp/breakpoint.exp: Likewise.
18700 * gdb.cp/casts.exp: Likewise.
18701 * gdb.cp/class2.exp: Likewise.
18702 * gdb.cp/classes.exp: Likewise.
18703 * gdb.cp/cplusfuncs.exp: Likewise.
18704 * gdb.cp/ctti.exp: Likewise.
18705 * gdb.cp/derivation.exp: Likewise.
18706 * gdb.cp/exception.exp: Likewise.
18707 * gdb.cp/gdb1355.exp: Likewise.
18708 * gdb.cp/hang.exp: Likewise.
18709 * gdb.cp/inherit.exp: Likewise.
18710 * gdb.cp/local.exp: Likewise.
18711 * gdb.cp/m-data.exp: Likewise.
18712 * gdb.cp/m-static.exp: Likewise.
18713 * gdb.cp/member-ptr.exp: Likewise.
18714 * gdb.cp/method.exp: Likewise.
18715 * gdb.cp/misc.exp: Likewise.
18716 * gdb.cp/namespace.exp: Likewise.
18717 * gdb.cp/overload.exp: Likewise.
18718 * gdb.cp/ovldbreak.exp: Likewise.
18719 * gdb.cp/pr-1023.exp: Likewise.
18720 * gdb.cp/pr-1210.exp: Likewise.
18721 * gdb.cp/pr-574.exp: Likewise.
18722 * gdb.cp/printmethod.exp: Likewise.
18723 * gdb.cp/psmang.exp: Likewise.
18724 * gdb.cp/ref-params.exp: Likewise.
18725 * gdb.cp/ref-types.exp: Likewise.
18726 * gdb.cp/rtti.exp: Likewise.
18727 * gdb.cp/templates.exp: Likewise.
18728 * gdb.cp/try_catch.exp: Likewise.
18729 * gdb.cp/userdef.exp: Likewise.
18730 * gdb.cp/virtfunc.exp: Likewise.
18731 * gdb.disasm/am33.exp: Likewise.
18732 * gdb.disasm/h8300s.exp: Likewise.
18733 * gdb.disasm/mn10300.exp: Likewise.
18734 * gdb.disasm/sh3.exp: Likewise.
18735 * gdb.disasm/t01_mov.exp: Likewise.
18736 * gdb.disasm/t02_mova.exp: Likewise.
18737 * gdb.disasm/t03_add.exp: Likewise.
18738 * gdb.disasm/t04_sub.exp: Likewise.
18739 * gdb.disasm/t05_cmp.exp: Likewise.
18740 * gdb.disasm/t06_ari2.exp: Likewise.
18741 * gdb.disasm/t07_ari3.exp: Likewise.
18742 * gdb.disasm/t08_or.exp: Likewise.
18743 * gdb.disasm/t09_xor.exp: Likewise.
18744 * gdb.disasm/t10_and.exp: Likewise.
18745 * gdb.disasm/t11_logs.exp: Likewise.
18746 * gdb.disasm/t12_bit.exp: Likewise.
18747 * gdb.disasm/t13_otr.exp: Likewise.
18748 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18749 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18750 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18751 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18752 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18753 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18754 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18755 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18756 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18757 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18758 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18759 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18760 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18761 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18762 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18763 * gdb.mi/gdb701.exp: Likewise.
18764 * gdb.mi/gdb792.exp: Likewise.
18765 * gdb.mi/mi-basics.exp: Likewise.
18766 * gdb.mi/mi-break.exp: Likewise.
18767 * gdb.mi/mi-cli.exp: Likewise.
18768 * gdb.mi/mi-console.exp: Likewise.
18769 * gdb.mi/mi-disassemble.exp: Likewise.
18770 * gdb.mi/mi-eval.exp: Likewise.
18771 * gdb.mi/mi-file.exp: Likewise.
18772 * gdb.mi/mi-read-memory.exp: Likewise.
18773 * gdb.mi/mi-regs.exp: Likewise.
18774 * gdb.mi/mi-return.exp: Likewise.
18775 * gdb.mi/mi-simplerun.exp: Likewise.
18776 * gdb.mi/mi-stack.exp: Likewise.
18777 * gdb.mi/mi-stepi.exp: Likewise.
18778 * gdb.mi/mi-syn-frame.exp: Likewise.
18779 * gdb.mi/mi-until.exp: Likewise.
18780 * gdb.mi/mi-var-block.exp: Likewise.
18781 * gdb.mi/mi-var-child.exp: Likewise.
18782 * gdb.mi/mi-var-cmd.exp: Likewise.
18783 * gdb.mi/mi-var-display.exp: Likewise.
18784 * gdb.mi/mi-watch.exp: Likewise.
18785 * gdb.mi/mi2-basics.exp: Likewise.
18786 * gdb.mi/mi2-break.exp: Likewise.
18787 * gdb.mi/mi2-cli.exp: Likewise.
18788 * gdb.mi/mi2-console.exp: Likewise.
18789 * gdb.mi/mi2-disassemble.exp: Likewise.
18790 * gdb.mi/mi2-eval.exp: Likewise.
18791 * gdb.mi/mi2-file.exp: Likewise.
18792 * gdb.mi/mi2-read-memory.exp: Likewise.
18793 * gdb.mi/mi2-regs.exp: Likewise.
18794 * gdb.mi/mi2-return.exp: Likewise.
18795 * gdb.mi/mi2-simplerun.exp: Likewise.
18796 * gdb.mi/mi2-stack.exp: Likewise.
18797 * gdb.mi/mi2-stepi.exp: Likewise.
18798 * gdb.mi/mi2-syn-frame.exp: Likewise.
18799 * gdb.mi/mi2-until.exp: Likewise.
18800 * gdb.mi/mi2-var-block.exp: Likewise.
18801 * gdb.mi/mi2-var-child.exp: Likewise.
18802 * gdb.mi/mi2-var-cmd.exp: Likewise.
18803 * gdb.mi/mi2-var-display.exp: Likewise.
18804 * gdb.mi/mi2-watch.exp: Likewise.
18805 * gdb.stabs/exclfwd.exp: Likewise.
18806 * gdb.stabs/weird.exp: Likewise.
18807 * gdb.threads/gcore-thread.exp: Likewise.
18808 * gdb.trace/actions.exp: Likewise.
18809 * gdb.trace/backtrace.exp: Likewise.
18810 * gdb.trace/circ.exp: Likewise.
18811 * gdb.trace/collection.exp: Likewise.
18812 * gdb.trace/deltrace.exp: Likewise.
18813 * gdb.trace/infotrace.exp: Likewise.
18814 * gdb.trace/limits.exp: Likewise.
18815 * gdb.trace/packetlen.exp: Likewise.
18816 * gdb.trace/passc-dyn.exp: Likewise.
18817 * gdb.trace/passcount.exp: Likewise.
18818 * gdb.trace/report.exp: Likewise.
18819 * gdb.trace/save-trace.exp: Likewise.
18820 * gdb.trace/tfind.exp: Likewise.
18821 * gdb.trace/tracecmd.exp: Likewise.
18822 * gdb.trace/while-dyn.exp: Likewise.
18823 * gdb.trace/while-stepping.exp: Likewise.
18824
18825 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18826
18827 * gdb.base/step-bt.c: New file.
18828 * gdb.base/step-bt.exp: New testcase.
18829
18830 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18831
18832 * config/monitor.exp (gdb_load): Remove support for obsolete
18833 download-write-size.
18834 * gdb.base/remote.exp: Likewise. Update all callers of
18835 gdb_timed_load.
18836
18837 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18838
18839 * cursal.exp: Pass binfile to gdb_load.
18840
18841 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18842
18843 * gdb.base/cursal.exp: Add "" to gdb_load call.
18844
18845 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18846
18847 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18848 NetBSD/ELF targets.
18849
18850 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18851
18852 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18853 operator*.
18854
18855 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18856
18857 * gdb.base/completion.exp: Update for change in "file" behavior.
18858 * gdb.stabs/weird.exp: Likewise.
18859 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18860 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18861
18862 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18863
18864 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18865 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18866
18867 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18868
18869 * gdb.base/default.exp: Update source command error message.
18870 * gdb.base/help.exp: Update 'help source' message.
18871
18872 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18873
18874 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18875 test.
18876
18877 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18878
18879 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18880
18881 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18882
18883 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18884
18885 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18886
18887 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18888
18889 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18890
18891 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18892 *-*-openbsd* from targets for wich we expect ARM FPA floating
18893 point format.
18894
18895 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18896
18897 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18898
18899 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18900
18901 * gdb.base/annota3.exp: Expect frame-begin annotation.
18902
18903 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18904
18905 * gdb.base/help.exp: Adjust "help unset" test to accept
18906 any list of unset commands.
18907
18908 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18909 Daniel Jacobowitz <dan@codesourcery.com>
18910
18911 * gdb.cp/ref-params.exp: New test.
18912 * gdb.cp/ref-params.cc: New source file.
18913 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18914
18915 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18916
18917 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18918 spaces/tabs in regular expressions since they might not be there.
18919
18920 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18921
18922 * gdb.base/ifelse.exp: New file.
18923
18924 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18925
18926 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18927 line.
18928 * gdb.base/huge.exp: Loop over compilation to find a size that
18929 is acceptable.
18930 * gdb.base/remote.exp: Correct expected strings.
18931 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18932
18933 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18934
18935 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18936
18937 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18938
18939 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18940 native.
18941
18942 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18943
18944 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18945 enable stabs testing.
18946
18947 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18948
18949 * gdb.base/auxv.exp: Intercept undefined command messages before
18950 gdb_test_multiple does.
18951
18952 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18953
18954 * Makefile.in (host_alias): Remove.
18955 (target_alias): Use @target_noncanonical@.
18956 (site.exp): Don't set host_alias.
18957 * aclocal.m4: Remove contents. Include acx.m4.
18958 * configure: Regenerated.
18959 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18960
18961 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18962
18963 * lib/gdb.exp (gdb_load_cmd): New.
18964
18965 * gdb.base/fileio.c: Add system(NULL) test.
18966 * gdb.base/fileio.exp: Check it.
18967
18968 * gdb.base/break.c: Add 10a breakpoint at }
18969 * gdb.base/break.exp: Add test for breakpoint at }
18970 * gdb.cp/anon-union.cc: Add code at end of function.
18971 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18972 * gdb.mi/var-cmd.c: Add code at end of function.
18973 * gdb.mi/mi-var-display.exp: Adjust end of next.
18974 * gdb.mi/mi2-var-display.exp: Likewise.
18975 * gdb.base/fileio.c: Add stop function and insert calls at
18976 stopping places.
18977 * gdb.base/fileio.exp: Breakpoint stop function and remove
18978 explicit line number references.
18979
18980 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18981
18982 * gdb.base/del.exp (test_delete_alias): New function.
18983 Now check that both "del" and "d" work as aliases for "delete".
18984
18985 2006-05-18 Fred Fish <fnf@specifix.com>
18986
18987 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18988 required. Check for spurious output after program exits normally.
18989
18990 2006-05-17 Fred Fish <fnf@specifix.com>
18991
18992 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18993 gdb_load, so it works in the simulator.
18994
18995 2006-05-11 Fred Fish <fnf@specifix.com>
18996
18997 * gdb.base/bang.exp: Ignore unexpected output between the
18998 "program exited normally" and the gdb prompt, as many other
18999 tests do.
19000
19001 2006-05-07 Mark Kettenis <kettenis@gnu.org>
19002
19003 * gdb.base/help.exp: Make "delete checkpoint" part option for
19004 "help d" and "help delete" tests.
19005
19006 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19007
19008 * gdb.mi/mi-basics.exp: Add missing serial number to
19009 expected output in some mi_gdb_test statements.
19010 * gdb.mi/mi2-basics.exp: Likewise.
19011
19012 2006-05-05 Joel Brobecker <brobecker@adacore.com>
19013
19014 * gdb.base/del.c: New file.
19015 * gdb.base/del.exp: New testcase.
19016
19017 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
19018
19019 * gdb.base/break.exp: Do not assume a breakpoint on
19020 main will actually be in $srcfile when optimizing.
19021 * gdb.base/savedregs.exp: Do not require that the dummy
19022 frame location match up to a symbol and source file location.
19023 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19024 will get printed without a mi_cmd_data_list_register_values prefix.
19025 (*-data-list-register-*): Correct regular expressions to expect the new
19026 pseudo d? floating point registers.
19027 * gdb.mi/mi2-regs.exp: Likewise.
19028
19029 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
19030
19031 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19032 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19033 is allocated by the compiler.
19034 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19035 anons, e, anone to force their allocation by the compiler.
19036
19037 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
19038
19039 * gdb.base/help.exp: Update expected text for help d and
19040 help delete.
19041
19042 2006-05-02 Mark Kettenis <kettenis@gnu.org>
19043
19044 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19045 NetBSD/ELF targets.
19046
19047 2006-04-30 Mark Kettenis <kettenis@gnu.org>
19048
19049 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19050 single-step breakpoint fails; make this a KFAIL on
19051 sparc*-*-openbsd*.
19052 * gdb.base/siginfo.exp: Likewise.
19053 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19054
19055 2006-04-26 Michael Snyder <msnyder@redhat.com>
19056
19057 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19058 which may have to consume output from other forks.
19059 Add tests to make sure that "delete fork" succeeded.
19060
19061 2006-04-20 Michael Snyder <msnyder@redhat.com>
19062
19063 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19064 Add support for the Renesas M32C and M16C.
19065
19066 * gdb.asm/asm-source.exp: Add m32c target.
19067 * gdb.asm/m32c.inc: Support for m32c target.
19068
19069 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19070
19071 * gdb.base/commands.exp (recursive_source_test): New test.
19072
19073 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19074
19075 * gdb.base/float.exp: Add pattern for sparc targets.
19076
19077 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19078
19079 * gdb.base/commands.exp (stray_arg0_test): New test.
19080
19081 2006-03-30 Paul Brook <paul@codesourcery.com>
19082
19083 * gdb.mi/mi-until.exp: kfail broken until command.
19084 * gdb.mi/mi2-until.exp: Ditto.
19085
19086 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19087
19088 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19089
19090 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19091
19092 * gdb.base/prelink.exp: Anchor tested-for regular expression
19093 on gdb prompt.
19094
19095 2006-03-07 Paul Brook <paul@codesourcery.com>
19096
19097 * gdb.base/assign.exp: Correct fail message.
19098
19099 2006-03-07 Paul Brook <paul@codesourcery.com>
19100
19101 * lib/compiler.c: Extract armcc version number.
19102 * lib/compiler.cc: Ditto.
19103
19104 2006-03-07 Paul Brook <paul@codesourcery.com>
19105
19106 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19107 additional_flags=-w.
19108 * gdb.arch/altivec-regs.exp: Ditto.
19109 * gdb.arch/e500-abi.exp: Ditto.
19110 * gdb.arch/e500-regs.exp: Ditto.
19111 * gdb.base/all-bin.exp: Ditto.
19112 * gdb.base/annota1.exp: Ditto.
19113 * gdb.base/annota3.exp: Ditto.
19114 * gdb.base/args.exp: Ditto.
19115 * gdb.base/arithmet.exp: Ditto.
19116 * gdb.base/assign.exp: Ditto.
19117 * gdb.base/async.exp: Ditto.
19118 * gdb.base/bang.exp: Ditto.
19119 * gdb.base/break.exp: Ditto.
19120 * gdb.base/call-rt-st.exp: Ditto.
19121 * gdb.base/completion.exp: Ditto.
19122 * gdb.base/cond-expr.exp: Ditto.
19123 * gdb.base/condbreak.exp: Ditto.
19124 * gdb.base/consecutive.exp: Ditto.
19125 * gdb.base/define.exp: Ditto.
19126 * gdb.base/display.exp: Ditto.
19127 * gdb.base/ena-dis-br.exp: Ditto.
19128 * gdb.base/environ.exp: Ditto.
19129 * gdb.base/eval-skip.exp: Ditto.
19130 * gdb.base/info-proc.exp: Ditto.
19131 * gdb.base/jump.exp: Ditto.
19132 * gdb.base/logical.exp: Ditto.
19133 * gdb.base/long_long.exp: Ditto.
19134 * gdb.base/maint.exp: Ditto.
19135 * gdb.base/miscexprs.exp: Ditto.
19136 * gdb.base/pc-fp.exp: Ditto.
19137 * gdb.base/pointers.exp: Ditto.
19138 * gdb.base/relational.exp: Ditto.
19139 * gdb.base/reread.exp: Ditto.
19140 * gdb.base/sect-cmd.exp: Ditto.
19141 * gdb.base/sep.exp: Ditto.
19142 * gdb.base/sepdebug.exp: Ditto.
19143 * gdb.base/until.exp: Ditto.
19144 * gdb.base/whatis-exp.exp: Ditto.
19145 * gdb.cp/annota2.exp: Ditto.
19146 * gdb.cp/annota3.exp: Ditto.
19147 * gdb.trace/actions.exp: Ditto.
19148 * gdb.trace/backtrace.exp: Ditto.
19149 * gdb.trace/circ.exp: Ditto.
19150 * gdb.trace/collection.exp: Ditto.
19151 * gdb.trace/deltrace.exp: Ditto.
19152 * gdb.trace/infotrace.exp: Ditto.
19153 * gdb.trace/limits.exp: Ditto.
19154 * gdb.trace/packetlen.exp: Ditto.
19155 * gdb.trace/passc-dyn.exp: Ditto.
19156 * gdb.trace/passcount.exp: Ditto.
19157 * gdb.trace/report.exp: Ditto.
19158 * gdb.trace/save-trace.exp: Ditto.
19159 * gdb.trace/tfind.exp: Ditto.
19160 * gdb.trace/tracecmd.exp: Ditto.
19161 * gdb.trace/while-dyn.exp: Ditto.
19162 * gdb.trace/while-stepping.exp: Ditto.
19163 * lib/gdb.exp: Ditto.
19164 (gdb_compile): Handle nowarning option.
19165
19166 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
19167
19168 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19169 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19170 Rename executable to prelinkt. Don't re-prelink if we didn't
19171 get a core file. Test prelink -u exit status to tell whether
19172 prelinking failed. Use gdb_test_multiple.
19173
19174 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19175
19176 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19177 (do_tests): Call it.
19178
19179 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
19180
19181 * gdb.base/prelink.exp: New test.
19182 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19183
19184 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19185
19186 * gdb.fortran/derived-type.f90: New file.
19187 * gdb.fortran/derived-type.exp: New testcase.
19188
19189 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19190
19191 * gdb.base/default.exp: Allow ';' as a directory separator.
19192
19193 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19194
19195 * gdb.base/help.exp (help add-symbol-file): Update.
19196
19197 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19198
19199 * gdb.base/help.exp (help load): Update expected results.
19200
19201 2006-02-19 Fred Fish <fnf@specifix.com>
19202
19203 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19204 specifix hex value as part of results.
19205 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19206
19207 2006-02-16 Fred Fish <fnf@specifix.com>
19208
19209 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19210 ushort_addr, and slong_addr, so the typedefs are not optimized
19211 away.
19212 * gdb.base/whatis.exp: Add tests using type name for struct type,
19213 union type, enum type, and typedef.
19214
19215 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19216
19217 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19218
19219 2006-02-13 Jim Blandy <jimb@redhat.com>
19220
19221 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19222 case where it takes two "next" commands to skip past the init
19223 call.
19224
19225 2006-02-12 Fred Fish <fnf@specifix.com>
19226
19227 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19228 to handle cases where it takes two "next" commands to skip
19229 past the init call.
19230
19231 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19232
19233 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19234 on hppa32 targets.
19235
19236 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19237
19238 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19239 field.
19240
19241 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19242
19243 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19244
19245 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19246
19247 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19248 files.
19249
19250 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19251
19252 * gdb.cp/maint.exp: Set complaints to a positive value.
19253
19254 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19255
19256 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19257 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19258 function name.
19259
19260 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19261
19262 * gdb.base/checkpoint.c: Update copyright notice. Include
19263 <stdlib.h>.
19264
19265 2006-01-04 Jim Blandy <jimb@redhat.com>
19266
19267 * gdb.asm/asm-source.exp: Independently provide default values for
19268 asm-flags and debug-flags. Use 'string equal' to do the
19269 comparison, not the implicit expr's '==' operator. Remove
19270 now-unneeded assignments to asm-flags. In h8300 case, place
19271 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19272
19273 2006-01-04 Michael Snyder <msnyder@redhat.com>
19274
19275 * gdb.base/checkpoint.c: New file.
19276 * gdb.base/checkpoint.exp: New file.
19277 * gdb.base/multi-fork.c: New file.
19278 * gdb.base/multi-fork.exp: New file.
19279 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19280
19281 2006-01-04 Fred Fish <fnf@specifix.com>
19282
19283 * gdb.base/ptype.c (foo): Add typedef.
19284 (intfoo): Add function.
19285 * gdb.base/ptype1.c: New file.
19286 * gdb.base/ptype.exp: Handle compilation and linking with two
19287 source files. Test that proper type for "foo" is found based
19288 on source context rather than first match found in symtabs.
19289
19290 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19291
19292 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19293 * gdb.asm/openbsd.inc: Indent commands.
19294
19295 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19296
19297 * gdb.base/freebpcmd.exp: Increase timeout.
19298
19299 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19300
19301 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19302
19303 * gdb.base/default.exp: Update check for "show version".
19304
19305 2005-12-09 Randolph Chung <tausq@debian.org>
19306
19307 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19308 * gdb.asm/pa64.inc: New file.
19309
19310 2005-12-09 Randolph Chung <tausq@debian.org>
19311
19312 * gdb.asm/common.inc: Indent commands.
19313 * gdb.asm/asmsrc1.s: Likewise.
19314 * gdb.asm/asmsrc2.s: Likewise.
19315
19316 2005-12-09 Randolph Chung <tausq@debian.org>
19317
19318 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19319 (get_addr_of_sym): Remove duplicate print.
19320 (gen_core): xfail hppa*-*-hpux*, update expected output.
19321 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19322 * gdb.arch/pa64-nullify.s: New file.
19323
19324 2005-12-09 Randolph Chung <tausq@debian.org>
19325
19326 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19327
19328 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
19329
19330 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19331 code generation for these functions.
19332 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19333 error message.
19334
19335 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19336
19337 * gdb.base/help.exp (help b, help br, help bre, help brea)
19338 (help break): Update the expected message.
19339
19340 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19341
19342 * gdb.asm/m68hc11.inc: Setup the data section.
19343 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19344 script for this test.
19345 (m6812-*-*): Likewise.
19346
19347 2005-11-09 Randolph Chung <tausq@debian.org>
19348
19349 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19350
19351 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19352
19353 * gdb.base/break.exp: Fix a comment typo.
19354
19355 2005-11-03 Jim Blandy <jimb@redhat.com>
19356
19357 Checked in by Elena Zannoni <ezannoni@redhat.com>
19358
19359 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
19360
19361 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
19362
19363 * gdb.arch/gdb1558.c: Include stdio.h.
19364
19365 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19366
19367 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19368
19369 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19370
19371 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19372
19373 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19374
19375 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19376 vscr" tests to better match output.
19377
19378 2005-10-12 Jim Blandy <jimb@redhat.com>
19379
19380 * gdb.base/structs.exp (any): New function.
19381 (test_struct_returns): Don't make any assumptions at all about
19382 what value the function returns when GDB can't set the return
19383 value.
19384
19385 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19386
19387 * gdb.ada/arrayidx/p.adb: New file.
19388 * gdb.ada/arrayidx.exp: New testcase
19389
19390 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19391
19392 * gdb.ada/array_return/pck.ads: New file.
19393 * gdb.ada/array_return/pck.adb: New file.
19394 * gdb.ada/array_return/p.adb: New file.
19395 * gdb.ada/array_return.exp: New testcase.
19396
19397 2005-10-03 Joel Brobecker <brobecker@adacore.com>
19398
19399 * gdb.base/arrayidx.c: New file.
19400 * gdb.base/arrayidx.exp: New testcase.
19401
19402 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
19403
19404 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19405 frames-invalid and breakpoints-invalid are no longer generated
19406 with level 3 so don't expect them in the output.
19407
19408 2005-09-27 Bob Rossi <bob@brasko.net>
19409
19410 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
19411 from test. Escape the | in mi_gdb_test call.
19412 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19413 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19414 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19415 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19416 expected regex's in mi_gdb_test calls.
19417 * lib/mi-support.exp: Remove arbitrary .* from tests.
19418 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19419 Fully anchor GDB/MI expected results in mi_gdb_test.
19420 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19421 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19422
19423 2005-09-26 Paul Brook <paul@codesourcery.com>
19424
19425 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19426
19427 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19428
19429 * bfp-test.c: New file.
19430 * bfp-test.exp: New testcase.
19431
19432 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19433
19434 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19435 of subarray and substring variable.
19436 * gdb.fortran/subarray.f: New source file for the test of subarray
19437 and substring variable evaluation.
19438 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19439 of string constant.
19440
19441 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19442
19443 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19444 copyright dates.
19445
19446 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19447
19448 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19449 powerpc altivec' test with an almost identical 'info vector' test.
19450
19451 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19452
19453 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19454 vscr" tests to match output.
19455
19456 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19457
19458 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19459 output.
19460
19461 2005-09-11 Bob Rossi <bob@brasko.net>
19462
19463 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19464 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19465 commands that return an MI output command and an asyncronous MI output
19466 command.
19467 * gdb.mi/mi-console.exp: Ditto.
19468
19469 2005-09-11 Bob Rossi <bob@brasko.net>
19470
19471 * gdb.mi/mi-var-child.c: Include <string.h>.
19472
19473 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19474
19475 * killed.exp: Correct gdb_expect syntax.
19476
19477 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
19478
19479 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19480
19481 2005-08-02 Bob Rossi <bob@brasko.net>
19482
19483 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19484 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19485 Change tests to inferior-tty-set/show.
19486 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19487 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19488 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19489 inferior. Use mi_gdb_test to get GDB and Inferior output.
19490 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19491 descriptor.
19492 (mi_inferior_tty_name): Add inferior PTY file name.
19493 (mi_gdb_start): Add INFERIOR_PTY parameter.
19494 (mi_gdb_test): Add IPATTERN parameter.
19495
19496 2005-08-02 Bob Rossi <bob@brasko.net>
19497
19498 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19499 parameter to mi_gdb_test.
19500 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19501
19502 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19503
19504 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19505 struct_declarations.
19506 * gdb.mi/mi-var-child.exp: Step over the initialization of
19507 struct_declarations.
19508
19509 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19510
19511 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19512 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19513 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19514 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19515 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19516 file.
19517
19518 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19519
19520 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19521 (do_children_tests): Assign values to the extra elements.
19522
19523 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19524 them for tests for "-var-update --no-values" and
19525 "-var-update --all-values".
19526 Add test for "-var-list-children --simple-values".
19527
19528 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19529
19530 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19531 "-stack-list-locals --simple-values" Improve doc strings and
19532 comments.
19533
19534 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19535
19536 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19537 *-*-openbsd*.
19538 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19539
19540 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19541 sigaltsatck'.
19542
19543 2005-07-14 Bob Rossi <bob@brasko.net>
19544
19545 * gdb.base/default.exp (tty): Changed output of command.
19546 * gdb.base/help.exp (help tty): Ditto.
19547
19548 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19549
19550 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19551
19552 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19553
19554 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19555 -stack-select-frame without arguments.
19556 (test_stack_frame_listing): Add test for newly implemented command
19557 -stack-info-frame.
19558
19559 2005-07-06 Bob Rossi <bob@brasko.net>
19560
19561 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19562 command.
19563 (Copyright): Update copyright.
19564
19565 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19566
19567 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19568 tests to evaluate exponentiation expression.
19569
19570 2005-06-29 Andreas Schwab <schwab@suse.de>
19571
19572 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19573 main to avoid warnings.
19574
19575 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19576
19577 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19578
19579 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19580 -stack-select-frame without arguments.
19581 (test_stack_frame_listing): Add test for newly implemented command
19582 -stack-info-frame.
19583
19584 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19585
19586 * gdb.fortran/array-element.f: New file.
19587 * gdb.fortran/array-element.exp: New testcase.
19588
19589 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19590
19591 * gdb.base/bigcore.exp: Correct checks for systems which can
19592 not dump a large core file.
19593
19594 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19595
19596 * gdb.base/relocate.c: Add a copyright notice.
19597 (dummy): Remove.
19598 * gdb.base/relocate.exp: Test printing the values of variables
19599 from a relocatable file.
19600
19601 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19602
19603 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19604 excess MI output after an error.
19605
19606 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19607
19608 * gdb.arch/alpha-step.c: New file.
19609 * gdb.arch/alpha-step.exp: New testcase.
19610
19611 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19612 Dennis Brueni <dennis@slickedit.com>
19613
19614 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19615 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19616 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19617 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19618 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19619 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19620 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19621
19622 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19623 Wu Zhou <woodzltc@cn.ibm.com>
19624
19625 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19626 IBM's xlc compiler.
19627 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19628 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19629
19630 2005-05-13 Jim Blandy <jimb@redhat.com>
19631
19632 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19633 calling gdb_suppress_entire_file.
19634 * gdb.base/charset.exp: Same.
19635 * gdb.base/call-rt-st.exp: Same.
19636
19637 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19638
19639 * lib/gdb.exp (fullname_syntax): Added global regex.
19640 (fullname_syntax_POSIX): Ditto.
19641 (fullname_syntax_UNC): Ditto.
19642 (fullname_syntax_DOS_CASE): Ditto.
19643 (fullname_syntax_DOS): Ditto.
19644 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19645 fullname_syntax variable to scope and use it.
19646 (test_file_list_exec_source_files): Ditto.
19647 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19648
19649 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19650
19651 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19652
19653 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19654
19655 * lib/gdb.exp (skip_altivec_tests): New function, based on
19656 check_vmx_hw_available from the GCC testsuite.
19657 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19658 * lib/gdb.arch/altivec-regs.exp: Likewise.
19659
19660 2005-05-02 Jim Blandy <jimb@redhat.com>
19661
19662 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19663 calling gdb_suppress_entire_file.
19664
19665 2005-04-30 Randolph Chung <tausq@debian.org>
19666
19667 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19668 Slightly relax "sem_post" name checking.
19669
19670 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19671
19672 * gdb.base/unload.exp: Use new shared library infrastructure.
19673
19674 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19675
19676 * gdb.base/so-impl-ld.exp: Use new shared library
19677 infrastructure.
19678
19679 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
19680
19681 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19682 * gdb.asm/h8300.inc: New file.
19683
19684 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19685
19686 * gdb.base/shlib-call.exp: Change to use new shared library
19687 infrastructure.
19688
19689 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19690
19691 * gdb.base/pending.exp: Change to use new shared library
19692 infrastructure.
19693
19694 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19695
19696 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19697 use test_compiler_info instead of gcc_compiled, and update copyright.
19698
19699 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19700
19701 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19702 shared objects being adjusted and update copyright years.
19703
19704 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19705
19706 * ChangeLog: Correct some 2003-01-13 dates.
19707 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19708 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19709 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19710 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19711 gdb.trace/tfind.exp: Update copyright years.
19712
19713 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19714 Daniel Jacobowitz <dan@codesourcery.com>
19715
19716 * lib/gdb.exp (gdb_compile): Handle shlib=.
19717 (gdb_compile_shlib): New function.
19718
19719 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19720
19721 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19722
19723 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19724
19725 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19726 gdb.server.
19727 * configure.ac: Likewise.
19728 * configure: Regenerated.
19729 * gdb.gdbserver/Makefile.in: Moved to...
19730 * gdb.server/Makefile.in: ... here.
19731 * gdb.gdbserver/server.c: Moved to...
19732 * gdb.server/server.c: ... here.
19733 * gdb.gdbserver/server-run.exp: Moved to...
19734 * gdb.server/server-run.exp: ... here.
19735
19736 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19737
19738 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19739 * configure.ac: Create gdb.gdbserver/Makefile.
19740 * configure: Regenerated.
19741 * lib/gdbserver-support.exp: New file, derived from
19742 config/gdbserver.exp.
19743 * config/gdbserver.exp: Use gdbserver-support.exp.
19744 * gdb.gdbserver/Makefile.in: New file.
19745 * gdb.gdbserver/server.c: New file.
19746 * gdb.gdbserver/server-run.exp: New file.
19747
19748 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19749
19750 * lib/gdb.exp (test_compiler_info): Return compiler_info
19751 if no arguments are given.
19752
19753 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19754
19755 * gdb.arch/altivec-abi.exp: Check for compiler and set
19756 use altivec' flag accordingly.
19757 * gdb.arch/altivec-regs.exp: Likewise.
19758
19759 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19760
19761 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19762
19763 2005-03-27 Andreas Schwab <schwab@suse.de>
19764
19765 * gdb.base/bigcore.c (main): Add missing mode argument in open
19766 call.
19767
19768 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19769
19770 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19771 downloads.
19772 * config/gdbserver.exp (gdb_load): Likewise.
19773
19774 2005-03-14 Paul Brook <paul@codesourcery.com>
19775
19776 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19777 targets.
19778
19779 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19780
19781 * gdb.dwarf2/dup-psym.S: New file.
19782 * gdb.dwarf2/dup-psym.exp: New testcase.
19783
19784 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19785
19786 * gdb.ada/exec_changed/first.adb: New file.
19787 * gdb.ada/exec_changed/second.adb: New file.
19788 * gdb.ada/exec_changed.exp: New testcase.
19789
19790 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19791
19792 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19793 (A2): New class.
19794 (main): Test operator+.
19795 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19796 breakpoint test.
19797
19798 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19799 * gdb.base/signull.exp: Disable if gdb,nosignals.
19800 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19801 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19802 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19803 * gdb.mi/mi2-console.exp: Likewise.
19804 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19805 continue output at start.
19806 (gdb_collect_locals_test): Robustify regexp.
19807 * gdb.trace/passc-dyn.exp: Fix comment typo.
19808 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19809
19810 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19811
19812 * gdb.asm/asm-source.exp: Add iq2000 case.
19813 * gdb.asm/iq2000.inc: New file.
19814
19815 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19816
19817 * gdb.base/command.exp: Change hardcoded value to regular expression.
19818 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19819
19820 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19821
19822 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19823 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19824 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19825 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19826 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19827
19828 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19829
19830 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19831 changes.
19832
19833 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19834
19835 * lib/compiler.c: Add test for IBM's xlc compiler.
19836 * lib/compiler.cc: Likewise.
19837
19838 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19839
19840 * gdb.ada/fixed_points.exp: Create compilation object directory
19841 before running the test.
19842 * gdb.ada/null_record.exp: Likewise.
19843 * gdb.ada/packed_array.exp: Likewise.
19844 * gdb.ada/start.exp: Likewise.
19845
19846 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19847
19848 * gdb.ada/packed_array/pa.adb: New file.
19849 * gdb.ada/packed_array.exp: New testcase.
19850
19851 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19852
19853 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19854 files.
19855
19856 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19857 on *-*-openbsd*. Correctly match whitespace in regukar
19858 expressions.
19859
19860 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19861
19862 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19863 PR exp/1821
19864 * gdb.base/gdb1821.c: New test file.
19865 * gdb.base/gdb1821.exp: New test file.
19866
19867 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19868
19869 * gdb.base/start.c: New file.
19870 * gdb.base/start.exp: New testcase.
19871
19872 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19873
19874 * gdb.ada/start/dummy.adb: New file.
19875 * gdb.ada/start.exp: New testcase.
19876
19877 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19878
19879 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19880 for printing symbols and statistics.
19881 Add test for using relative pathnames in "maint print msymbols" test.
19882 Mark "maint info sections DATA" XFAIL on Cygwin.
19883 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19884 tests.
19885
19886 2005-02-09 Andreas Schwab <schwab@suse.de>
19887
19888 Committed by Andrew Cagney <cagney@gnu.org>
19889 * gdb.base/remotetimeout.exp: New file.
19890
19891 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19892
19893 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19894
19895 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19896
19897 * gdb.ada/gnat_ada.gpr: New file.
19898 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19899 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19900 * configure.ac: No longer generate gnat_ada.gpr.
19901 * configure: Regenerate.
19902 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19903 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19904 * gdb.ada/null_record/bar.ads: Likewise.
19905 * gdb.ada/null_record/bar.adb: Likewise.
19906 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19907 * gdb.ada/null_record.exp (testdir): New variable.
19908 (testfile): executable is now in testdir subdirectory.
19909 (srcfile): Use full path to the main compilation unit.
19910 * gdb.ada/fixed_points.exp: Same changes as above.
19911
19912 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19913
19914 * gdb.base/interp.exp: New test.
19915
19916 2005-01-24 Andrew Cagney <cagney@gnu.org>
19917
19918 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19919
19920 2005-01-19 Andrew Cagney <cagney@gnu.org>
19921
19922 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19923 configure.ac not configure.in.
19924
19925 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19926 of powerpc*-*-*.
19927 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19928 * gdb.base/list.exp (test_list_function)
19929 (test_list_filename_and_function): Ditto.
19930 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19931
19932 2005-01-16 Andrew Cagney <cagney@gnu.org>
19933
19934 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19935
19936 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19937
19938 2005-01-14 Andrew Cagney <cagney@gnu.org>
19939
19940 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19941 * gdb.mi/mi2-var-cmd.exp: Ditto.
19942
19943 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19944
19945 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19946
19947 2005-01-07 Andrew Cagney <cagney@gnu.org>
19948
19949 * configure.ac: Rename configure.in, require autoconf 2.59.
19950 * configure: Re-generate.
19951 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19952 * gdb.stabs/configure: Re-generate.
19953 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19954 * gdb.hp/configure: Re-generate.
19955 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19956 autoconf 2.59.
19957 * gdb.hp/gdb.objdbg/configure: Re-generate.
19958 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19959 autoconf 2.59.
19960 * gdb.hp/gdb.defects/configure: Re-generate.
19961 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19962 autoconf 2.59.
19963 * gdb.hp/gdb.compat/configure: Re-generate.
19964 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19965 autoconf 2.59.
19966 * gdb.hp/gdb.base-hp/configure: Re-generate.
19967 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19968 autoconf 2.59.
19969 * gdb.hp/gdb.aCC/configure: Re-generate.
19970
19971 2004-12-15 Jim Blandy <jimb@redhat.com>
19972
19973 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19974 under NPTL when there is debugging info available for libpthread.
19975
19976 2004-12-13 Jerome Guitton <guitton@gnat.com>
19977
19978 * gdb.ada/fixed_points.c: New file.
19979 * gdb.ada/fixed_points.exp: New file.
19980
19981 2004-12-03 Randolph Chung <tausq@debian.org>
19982
19983 * gdb.arch/pa-nullify.exp: New file.
19984 * gdb.arch/pa-nullify.s: New file.
19985
19986 2004-11-30 Randolph Chung <tausq@debian.org>
19987
19988 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19989 instead of "tbug". Fix regexp to work properly with gdb_test.
19990
19991 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19992
19993 * gdb.base/bitfields2.exp: New test.
19994 * gdb.base/bitfields2.c: New file.
19995
19996 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19997
19998 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19999
20000 2004-11-16 Randolph Chung <tausq@debian.org>
20001
20002 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20003
20004 2004-11-14 Daniel Jacobowitz <dan@debian.org>
20005
20006 * gdb.threads/threadapply.exp: Correct "macro details" test.
20007
20008 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20009
20010 * gdb.threads/threadapply.exp: New test.
20011 * gdb.threads/threadapply.c: New file.
20012
20013 2004-11-07 Mark Kettenis <kettenis@gnu.org>
20014
20015 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20016 frames.
20017
20018 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
20019
20020 * gdb.base/cursal.exp: New file.
20021 * gdb.base/cursal.c: New file.
20022
20023 2004-11-03 Andrew Cagney <cagney@gnu.org>
20024
20025 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20026
20027 2004-10-30 Mark Kettenis <kettenis@gnu.org>
20028
20029 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20030 NetBSD/ELF targets.
20031
20032 2004-10-29 Joel Brobecker <brobecker@gnat.com>
20033
20034 * gdb.threads/bp_in_thread.c: New file, copied from
20035 pthread_cond_wait.c.
20036 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20037 file, rather than reusing the .c file from another testcase.
20038
20039 2004-10-20 Joel Brobecker <brobecker@gnat.com>
20040
20041 * gdb.ada/null_record.exp: Check where we stopped after
20042 sending the start command, instead of where the associated
20043 temporary breakpoint was inserted.
20044
20045 2004-10-14 Andrew Cagney <cagney@gnu.org>
20046
20047 * gdb.mi/gdb701.c (main): Return 0.
20048
20049 2004-10-13 Daniel Jacobowitz <dan@debian.org>
20050
20051 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
20052
20053 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20054
20055 * gdb.threads/schedlock.c: Add comment markers to use to find
20056 line numbers.
20057 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20058 comments.
20059 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20060 breakpoint lines.
20061
20062 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20063
20064 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20065
20066 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20067
20068 * configure.in: Add gdb.dwarf2.
20069 * configure: Regenerated.
20070 * Makefile.in: Add gdb.dwarf2.
20071 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20072 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20073 gdb.dwarf2/file1.txt: New files.
20074
20075 2004-10-11 Orjan Friberg <orjanf@axis.com>
20076
20077 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20078 of "run", since the latter doesn't work with remote targets. Adjust
20079 the breakpoint numbering accordingly.
20080 * gdb.threads/pthread_cond_wait.exp: Ditto.
20081
20082 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20083
20084 * gdb.base/overlays.exp: Update copyright years.
20085
20086 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20087
20088 * gdb.base/overlays.exp: Disable if target is Linux.
20089
20090 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20091
20092 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20093
20094 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20095
20096 * gdb.asm/asm-source.exp: Add m32r-linux target.
20097 * gdb.asm/m32r-linux.inc: New file.
20098
20099 2004-09-24 Andrew Cagney <cagney@redhat.com>
20100 David Anderson <anderson@redhat.com>
20101
20102 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20103 command fails, assume things will work.
20104 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20105 (_GNU_SOURCE): Define.
20106 (print_unsigned, print_hex): Change parameter to "long long".
20107 (print_byte_count): New function, use to print byte counts.
20108 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20109 O_LARGEFILE.
20110 (main): Compute an upper bound on a corefile in max_core_size.
20111 Limit memory chunk size to max_core_size. Limit total memory
20112 allocated to max_core_size.
20113
20114 2004-09-23 Andrew Cagney <cagney@gnu.org>
20115
20116 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20117 from a separate process with code that creates a corefile by
20118 making the inferior dump core.
20119
20120 2004-09-23 Mark Kettenis <kettenis@gnu.org>
20121
20122 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20123 block.
20124
20125 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20126
20127 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20128 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20129 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20130 Likewise.
20131
20132 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20133
20134 * gdb.java/jprint.exp: New test case for java inferior call.
20135 * gdb.java/jprint.java: Ditto.
20136
20137 2004-09-15 Joel Brobecker <brobecker@gnat.com>
20138
20139 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20140
20141 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20142
20143 * gdb.threads/killed.c: Include <stdlib.h>.
20144 * gdb.threads/pthreads.c: Likewise.
20145
20146 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20147
20148 * gdb.threads/killed.c: Add copyright notice.
20149
20150 2004-09-10 Jason Molenda (jmolenda@apple.com)
20151
20152 * gdb.base/define.exp: Two new tests to verify zero space chars
20153 after 'if' and 'while' commands in a user-defined command is correctly
20154 parsed.
20155
20156 2004-09-08 Andrew Cagney <cagney@gnu.org>
20157
20158 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20159 delivery test with duplicate at end of file.
20160
20161 2004-09-06 Mark Kettenis <kettenis@jive.nl>
20162
20163 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20164
20165 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20166
20167 * config/hppro.exp: Removed.
20168
20169 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20170
20171 * config/sparclet.exp: Removed.
20172
20173 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20174
20175 * config/udi.exp: Removed.
20176
20177 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20178
20179 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20180 of "exp_continue".
20181 (advancei): Likewise.
20182
20183 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20184
20185 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20186
20187 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20188
20189 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
20190 to check for nodebug in executable.
20191 * gdb.gdb/observer.exp (setup_test): Likewise.
20192 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20193 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20194
20195 2004-09-01 Andrew Cagney <cagney@gnu.org>
20196
20197 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20198 files.
20199
20200 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20201
20202 * gdb.base/unload.exp: Fix expected warning message to match
20203 latest format.
20204
20205 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20206
20207 * gdb.base/call-rt-st.exp: Fix typos.
20208
20209 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20210
20211 * gdb.threads/thread_check.exp: New testcase.
20212 * gdb.threads/thread_check.c: New testcase.
20213
20214 2004-08-31 Andrew Cagney <cagney@gnu.org>
20215
20216 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20217 (skip_to_handler_entry): New procedures. Test stepping into a
20218 handler when the breakpoint is at the handler's entry point.
20219
20220 2004-08-30 Andrew Cagney <cagney@gnu.org>
20221
20222 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20223 gdb/1757.
20224
20225 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20226
20227 With code from Manoj Iyer <manjo@austin.ibm.com>:
20228 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20229 return value. Add an arm for "no debugging symbols found".
20230 Change a stray "error" to "perror".
20231 (gdb_run_cmd): Adapt to new return value.
20232 * gdb.base/remote.exp: Adapt to new return value.
20233 * gdb.gdb/complaints.exp: Likewise.
20234 * gdb.gdb/observer.exp: Likewise.
20235 * gdb.gdb/selftest.exp: Likewise.
20236 * gdb.gdb/xfullpath.exp: Likewise.
20237
20238 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20239
20240 * gdb.threads/bp_in_thread.exp: New testcase.
20241
20242 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20243
20244 Fix PR testsuite/1735.
20245 * gdb.threads/schedlock.c (thread_function): Add a cast
20246 to suppress a gcc warning.
20247 * gdb.threads/thread-specific.c (thread_function): Likewise.
20248
20249 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20250
20251 * gdb.base/unload.c: Include <stdlib.h>.
20252
20253 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20254
20255 From Paul Gilliam <pgilliam@us.ibm.com>:
20256 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20257 synchronized after the "return".
20258
20259 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20260
20261 * gdb.mi/basics.c: Include <stdio.h>.
20262 * gdb.mi/pthreads.c: Include <stdlib.h>.
20263 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20264
20265 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20266
20267 * gdb.threads/schedlock.c: Add copyright notice.
20268
20269 2004-08-25 Andrew Cagney <cagney@gnu.org>
20270
20271 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20272 (skip_over_handler, breakpoint_over_hander): New test procedures.
20273 (advance, advancei): Add a proper prefix, do not use
20274 rerun_to_main.
20275 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20276
20277 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20278
20279 * gdb.mi/basics.c: Add copyright notice.
20280 * gdb.mi/var-cmd.c: Add copyright notice.
20281
20282 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20283
20284 * lib/gdb.exp: Remove signed_keyword_not_used.
20285 * lib/compiler.c: Likewise.
20286 * lib/compiler.cc: Likewise.
20287
20288 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20289
20290 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20291 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20292
20293 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20294
20295 * gdb.base/whatis.c: Add copyright notice.
20296
20297 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20298
20299 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20300 it to skip the breakpoints encoded in the inline assembly.
20301
20302 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20303
20304 * Makefile.in: Add gdb.fortran.
20305
20306 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20307
20308 * gdb.base/call-sc.exp (test_scalar_returns):
20309 Fix cut-and-paste glitch in "Make fun return now".
20310
20311 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20312
20313 * configure.in: Add gdb.fortran.
20314 * configure: Regenerate.
20315 * gdb.fortran/Makefile.in: New file.
20316 * lib/gdb.exp (skip_fortran_tests): New procedure.
20317
20318 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20319
20320 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20321 reference to bug-gnu@prep.ai.mit.edu.
20322 * gdb.mi/mi-var-child.exp: Likewise.
20323 * gdb.mi/mi-var-cmd.exp: Likewise.
20324 * gdb.mi/mi-var-display.exp: Likewise.
20325 * gdb.mi/mi2-var-block.exp: Likewise.
20326 * gdb.mi/mi2-var-child.exp: Likewise.
20327 * gdb.mi/mi2-var-cmd.exp: Likewise.
20328 * gdb.mi/mi2-var-display.exp: Likewise.
20329
20330 2004-08-15 Mark Kettenis <kettenis@gnu.org>
20331
20332 * gdb.base/unload.c (main): Make local variable msg const.
20333
20334 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20335
20336 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20337 to bug-gnu@prep.ai.mit.edu.
20338 * gdb.mi/mi-disassemble.exp: Likewise.
20339 * gdb.mi/mi-eval.exp: Likewise.
20340 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20341 default line number.
20342 * gdb.mi/mi-return.exp: Likewise.
20343 * gdb.mi/mi-simplerun.exp: Likewise.
20344 * gdb.mi/mi-stack.exp: Likewise.
20345 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20346 number with explicit range test.
20347 * gdb.mi/mi-watch.exp: Likewise.
20348 * gdb.mi/mi2-break.exp: Likewise.
20349 * gdb.mi/mi2-cli.exp: Likewise.
20350 * gdb.mi/mi2-disassemble.exp: Likewise.
20351 * gdb.mi/mi2-eval.exp: Likewise.
20352 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20353 default line number.
20354 * gdb.mi/mi2-return.exp: Likewise.
20355 * gdb.mi/mi2-simplerun.exp: Likewise.
20356 * gdb.mi/mi2-stack.exp: Likewise.
20357 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20358 number with explicit range test.
20359 * gdb.mi/mi2-watch.exp: Likewise.
20360
20361 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20362
20363 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20364 * gdb.cp/m-static.exp: Likewise.
20365 * gdb.cp/rtti.exp: Likewise.
20366
20367 2004-08-14 Mark Kettenis <kettenis@gnu.org>
20368
20369 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20370
20371 2004-08-14 Eli Zaretskii <eliz@gnu.org>
20372
20373 * ChangeLog: Prefix Local Variables with semi-colons and indent
20374 the reference to older ChangeLog files, to fix fontification in
20375 Emacs.
20376
20377 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20378
20379 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20380 * gdb.mi/mi2-break.exp: Likewise.
20381
20382 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20383
20384 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20385
20386 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20387
20388 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20389
20390 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20391
20392 * gdb.cp/classes.exp: Remove unused declarations. Just let
20393 test names default instead of providing special names. Remove
20394 extraneous demangler test.
20395
20396 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20397
20398 * gdb.base/unload.exp: New test for breakpoints in dynamically
20399 loaded libraries.
20400 * gdb.base/unload.c: Ditto.
20401 * gdb.base/unloadshr.c: Ditto.
20402
20403 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20404
20405 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20406 cp_test_ptype_class.
20407 (test_enums): Likewise.
20408
20409 2004-08-10 Andrew Cagney <cagney@gnu.org>
20410
20411 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20412 files.
20413
20414 2004-08-10 Andrew Cagney <cagney@gnu.org>
20415
20416 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20417 init_malloc call.
20418
20419 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20420
20421 * ChangeLog: Add copyright notice. The notice is copied
20422 from emacs 21.3 top level ChangeLog.
20423
20424 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20425
20426 * lib/cp-support.exp: New file.
20427 * lib/cp-support.exp (cp_test_type_class): New function.
20428 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20429 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20430 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20431 cp_test_ptype_class.
20432
20433 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20434
20435 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20436 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20437 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20438 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20439 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20440 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20441 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20442 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20443 gdb.mi/mi2-watch.exp: Update copyright years.
20444
20445 2004-08-09 Mark Kettenis <kettenis@gnu.org>
20446
20447 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20448
20449 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20450
20451 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20452 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20453 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20454 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20455 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20456 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20457 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20458 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20459 gdb.mi/mi-watch.exp: Update copyright years.
20460
20461 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20462
20463 PR gdb/1738
20464 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20465 from a breakpoint with a pending signal.
20466
20467 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20468
20469 PR gdb/1736
20470 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20471 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20472 the prompt.
20473 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20474
20475 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20476
20477 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20478
20479 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20480
20481 PR gdb/1736
20482 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20483 for i?86-*-linux*.
20484
20485 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20486
20487 * gdb.arch/i386-prologue.exp: Compile without debug information.
20488
20489 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20490
20491 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20492 rather than asking gdb to search.
20493
20494 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20495
20496 * gdb.base/gcore.c: Include <string.h>.
20497
20498 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20499
20500 * gdb.base/gcore.c: Add copyright notice.
20501
20502 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20503
20504 * gdb.base/freebpcmd.c: Include <stdio.h>.
20505 * gdb.base/long_long.c: Include <string.h>.
20506 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20507 * gdb.base/siginfo.c: Include <string.h>.
20508 * gdb.base/sigstep.c: Include <string.h>.
20509
20510 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20511
20512 * gdb.base/complex.c: Include <stdlib.h>.
20513
20514 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20515
20516 * gdb.base/complex.c: Add copyright notice.
20517
20518 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20519
20520 * gdb.base/charset.c: Include <stdlib.h>.
20521
20522 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20523
20524 * gdb.base/auxv.c: Include <stdlib.h>.
20525
20526 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20527
20528 * gdb.base/auxv.c: Add copyright notice.
20529
20530 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20531
20532 * gdb.base/coremaker.c: Add copyright notice.
20533 * gdb.base/coremaker2.c: Add copyright notice.
20534
20535 2004-08-04 Andrew Cagney <cagney@gnu.org>
20536
20537 * gdb.base/store.exp: Update copyright.
20538 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20539 names, do not import gdb_prompt.
20540
20541 2004-08-01 Andrew Cagney <cagney@gnu.org>
20542
20543 Fix PR testsuite/1729.
20544 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20545 not use capture_value with value 4.
20546 (capture_value): Add optional test name parameter.
20547 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20548 the prefix, pass to capture_value.
20549
20550 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20551
20552 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20553 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20554 (main): Call new function.
20555
20556 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20557
20558 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20559
20560 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20561
20562 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20563
20564 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20565
20566 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20567 Accept more values of vtbl pointer. Remove some messages
20568 about "obsolete gcc or gdb".
20569
20570 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20571
20572 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20573
20574 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20575
20576 * gdb.base/asm-source.exp: Properly convert target board
20577 debug flags from gcc format to binutils format.
20578
20579 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20580
20581 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20582 gdb1718". PR backtrace/1718 partially fixed.
20583
20584 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20585
20586 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20587
20588 2004-07-26 Nick Clifton <nickc@redhat.com>
20589
20590 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20591 good default value for a specific architecture is available then
20592 set it to that value. Otherwise default to the -gstabs switch.
20593 Remove the -g... switches from the asm-flags variable. Allow the
20594 target board info to override the value if it wants to. Pass the
20595 switch on the assembler command line.
20596
20597 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20598
20599 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20600 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20601 (main): Call new function.
20602
20603 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20604
20605 Test for PR exp/1715.
20606 * gdb.base/radix.exp: Refactor common procedures. Make all
20607 test names unique. Change XFAIL to KFAIL.
20608
20609 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20610
20611 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20612 * gdb.ada/gnat_ada.gin: ... to here.
20613 * configure.in: Use gnat_ada.gin.
20614 * configure: Regenerate.
20615
20616 2004-07-20 Andrew Cagney <cagney@gnu.org>
20617
20618 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20619 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20620 XFAILs. Clean up test messages and comments. Check backtraces.
20621 Delete re-sync code.
20622
20623 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20624
20625 Fix PR cli/740.
20626 * gdb.base/annota1.exp: Honor gdb,nosignals.
20627 * gdb.base/annota3.exp: Likewise.
20628
20629 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20630
20631 * lib/java.exp: Update copyright notice.
20632
20633 2004-07-19 Andrew Cagney <cagney@gnu.org>
20634
20635 * gdb.base/selftest.exp: Copy file from here ...
20636 * gdb.gdb/selftest.exp: ... to here.
20637
20638 2004-07-16 Andrew Cagney <cagney@redhat.com>
20639
20640 * lib/insight-support.exp: Delete file.
20641 * lib/java.exp (java_init): Fix copyright.
20642
20643 2004-07-16 Andrew Cagney <cagney@gnu.org>
20644
20645 * gdb.base/restore.c: Append "prologue" to comments marking the a
20646 function's prologue.
20647 * gdb.base/restore.exp: Update copyright, re-indent.
20648 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20649 callerN" prefix where needed. Update patterns that match a
20650 function's prologue.
20651
20652 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20653
20654 * gdb.base/restore.c: Add copyright notice.
20655
20656 2004-07-16 Andrew Cagney <cagney@gnu.org>
20657
20658 * gdb.base/logical.exp: Update copyright.
20659 (evaluate): New procedure. Use to re-implement tests using
20660 several tables.
20661
20662 2004-07-14 Martin Hunt <hunt@redhat.com>
20663
20664 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20665 which fixes some problems where init.tcl was not found.
20666
20667 2004-07-13 Andrew Cagney <cagney@gnu.org>
20668
20669 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20670 (check_sizeof, check_valueof): Do not include the output in the
20671 test name. Use gdb_test.
20672 (get_valueof): Use gdb_test_multiple.
20673
20674 * gdb.base/step-test.exp: Update copyright. Use
20675 gdb_test_multiple. Ensure that test names do not include
20676 architecture dependent output.
20677
20678 * gdb.gdb/observer.exp: Update copyright.
20679 (setup_test): Use gdb_test_multiple.
20680 (attach_first_observer, attach_second_observer)
20681 (attach_third_observer, detach_first_observer)
20682 (detach_second_observer, detach_third_observer)
20683 (reset_counters, check_counters): Make $message a prefix.
20684 (test_normal_stop_notifications): Add "args" parameter - a list of
20685 init functions to be called. Make $message a prefix,
20686 (test_observer_normal_stop): Change the message prefixes so that
20687 they are unique, pass the attach / detach procedures to
20688 test_normal_stop_notifications.
20689
20690 * gdb.base/signull.exp (test_segv): Prefix all tests with
20691 "${name}". Clean up test messages.
20692
20693 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20694
20695 * gdb.base/ena-dis-br.exp: Update copyright.
20696 (break_at): New function. Replace send_gdb with gdb_test,
20697 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20698 ignore count, not stopped at bpt", with KFAIL.
20699
20700 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20701
20702 * gdb.base/attach.exp: Remove cleanupfile handling.
20703
20704 2004-07-12 Andrew Cagney <cagney@gnu.org>
20705
20706 * gdb.base/annota1.exp: Cleanup corefile test name.
20707 * gdb.base/annota3.exp: Ditto.
20708
20709 2004-07-12 Andrew Cagney <cagney@gnu.org>
20710
20711 * gdb.base/signals.exp: Clean up copyright, re-indent.
20712
20713 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20714 gdb_test and gdb_test_multiple.
20715
20716 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20717
20718 * gdb.java/jmain.exp: Fix expected line number for main to
20719 break at. Set XFAIL for break at main test since gcj does not
20720 provide line number info for first statement in main.
20721
20722 2004-07-08 Andrew Cagney <cagney@gnu.org>
20723
20724 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20725
20726 * gdb.base/sigbpt.exp: Make the common part of each test name a
20727 prefix instead of suffix.
20728
20729 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20730
20731 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20732 test from test_tbreak_creation_and_listing to
20733 test_file_list_exec_source_file
20734 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20735 Changed name of test from test_tbreak_creation_and_listing to
20736 test_file_list_exec_source_file
20737
20738 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20739
20740 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20741 the jmisc() constructor instead of <init>.
20742 * gdb.java/jmisc1.exp: Ditto.
20743
20744 2004-07-07 Andrew Cagney <cagney@gnu.org>
20745
20746 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20747 corrupting the PC.
20748
20749 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20750
20751 * gdb.cp/templates.exp: Accept whitespace change in demangler
20752 output.
20753
20754 2004-07-06 Andrew Cagney <cagney@gnu.org>
20755
20756 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20757
20758 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20759
20760 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20761 * lib/compiler.cc: Likewise.
20762
20763 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20764
20765 * lib/compiler.cc: Work around string preprocessing problem
20766 with old hp c++ compiler.
20767 * lib/compiler.c: Likewise.
20768
20769 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20770
20771 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20772 directives to conditionalize symbol prefixing.
20773 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20774 additional_flags handling. Add underscore prefix for Cygwin.
20775 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20776 conditionalize symbol prefixing.
20777 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20778 additional_flags handling. Add underscore prefix for Cygwin.
20779
20780 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20781
20782 * gdb.base/bigcore.exp: Skip test on Cygwin.
20783
20784 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20785
20786 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20787 formats for "info register". Use gdb_test_multiple. Fix
20788 the "invalid register" test.
20789
20790 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20791
20792 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20793 PID for Cygwin. Add Cygwin specific strings to check for in some
20794 tests.
20795 (do_attach_tests): Add a test for user interaction when attaching
20796 to a process with no matching symbol table already loaded.
20797
20798 2004-06-26 Andrew Cagney <cagney@gnu.org>
20799
20800 Test PR java/1567 and PR java/1565.
20801 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20802 * gdb.java/jmisc2.exp: Delete file.
20803
20804 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20805
20806 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20807
20808 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20809
20810 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20811 attach process.
20812
20813 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20814
20815 * gdb.cp/pr-1553.exp: Remove.
20816
20817 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20818
20819 * gdb.cp/pr-1553.cc: Remove.
20820 * gdb.cp/pr-1553.exp: Disable this test.
20821
20822 2004-06-20 Jim Blandy <jimb@redhat.com>
20823
20824 Fix PR testsuite/1680.
20825 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20826 regular expressions.
20827
20828 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20829
20830 Fix PR testsuite/1679.
20831 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20832 Issue an UNSUPPORTED result instead.
20833
20834 2004-06-18 Jim Blandy <jimb@redhat.com>
20835
20836 * gdb.base/charset.exp: Only send a control-C if we see a new
20837 prompt and incomplete command.
20838
20839 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20840
20841 * gdb.cp/pr-574.cc: Add copyright notice.
20842
20843 2004-06-17 Jim Blandy <jimb@redhat.com>
20844
20845 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20846 cases where the regexp has no groups; this grabs random text from
20847 the previous test suite, whatever that was.
20848
20849 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20850
20851 * gdb.cp/printmethod.cc: Add copyright notice.
20852
20853 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20854
20855 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20856
20857 2004-06-16 Andrew Cagney <cagney@gnu.org>
20858
20859 * gdb.base/signull.c: Update copyright. Include <string.h>.
20860 (bowler): Replace data_pointer with data_read
20861 and data_write cases. Add code_descriptor case.
20862 (zero, desc): New array and pointer.
20863 (data, code): Change to simple pointers.
20864 * gdb.base/signull.exp: Fix probe pattern matching a function
20865 descriptor SIGSEGV. Replace data_pointer with data_read and
20866 data_write tests.
20867
20868 2004-06-16 Andrew Cagney <cagney@gnu.org>
20869
20870 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20871
20872 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20873
20874 * gdb.base/long_long.c: Add copyright notice.
20875
20876 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20877
20878 * gdb.base/long_long.exp: Remove reference to
20879 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20880 to gdb_breakpoint and gdb_continue_to_breakpoint.
20881
20882 2004-06-14 Jim Blandy <jimb@redhat.com>
20883
20884 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20885 endian case.
20886
20887 2004-06-14 Andrew Cagney <cagney@gnu.org>
20888
20889 * gdb.base/gcore.exp (capture_command_output): Delete the always
20890 passing tests containing inferior values.
20891 * gdb.base/ending-run.exp: Do not include the breakpoint address
20892 in the test message. Update copyright.
20893 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20894 size in the test name, use gdb_test_multiple. Update copyright.
20895
20896 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20897
20898 * gdb.cp/ref-types.cc: Add copyright notice.
20899
20900 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20901
20902 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20903 hp_aCC_compiler.
20904 * lib/compiler.cc: Likewise.
20905 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20906 'set' commands. Log diagnostics for other lines. Set
20907 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20908
20909 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20910
20911 * gdb.cp/try_catch.cc: Add copyright notice.
20912
20913 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20914
20915 * gdb.cp/userdef.cc: Add copyright notice.
20916
20917 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20918
20919 * gdb.cp/virtfunc.cc: Add copyright notice.
20920
20921 2004-06-11 Randolph Chung <tausq@debian.org>
20922
20923 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20924 problem.
20925
20926 2004-06-10 Andrew Cagney <cagney@gnu.org>
20927
20928 * lib/compiler.cc, lib/compiler.c: Append either
20929 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20930 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20931 instead of gcc-3-3.
20932
20933 2004-06-09 Andrew Cagney <cagney@gnu.org>
20934
20935 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20936 gdb/1455, bug is specific to "long long" and "double".
20937
20938 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20939 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20940 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20941 fixed.
20942
20943 2004-06-09 Andrew Cagney <cagney@gnu.org>
20944
20945 * gdb.base/structs.exp (test_struct_returns): Replace
20946 "return_value_unknown" and "finish_value_unknown" by
20947 "return_value_known" and "finish_value_known". Instead of
20948 "return_value_unknown" iff "finish_value_unknown", check
20949 "return_value_known" implies "finish_value_known".
20950
20951 2004-06-08 Martin Hunt <hunt@redhat.com>
20952
20953 * gdb.base/float.exp: Add pattern for mips targets.
20954
20955 2004-06-08 Randolph Chung <tausq@debian.org>
20956
20957 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20958 message for unknown architectures more clear.
20959
20960 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20961
20962 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20963 start the execution of the program.
20964
20965 2004-06-07 Jim Blandy <jimb@redhat.com>
20966
20967 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20968 * gdb.arch/i386-cpuid.h: New helper file.
20969
20970 2004-06-07 Randolph Chung <tausq@debian.org>
20971
20972 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20973 has started.
20974
20975 2004-06-04 Roland McGrath <roland@redhat.com>
20976
20977 Fix PR gdb/1647.
20978 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20979 differently to be robust to output buffering differences.
20980
20981 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20982
20983 * gdb.threads/pthreads.exp: Update copyright years.
20984 (check_control_c): Change asynchronous 'after' to synchronous.
20985
20986 2004-06-04 Roland McGrath <roland@redhat.com>
20987
20988 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20989 next gdb prompt.
20990
20991 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20992
20993 Fix PR gdb/1636.
20994 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20995 calls to synchronous.
20996
20997 2004-05-26 Jim Blandy <jimb@redhat.com>
20998
20999 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21000
21001 2004-05-24 Randolph Chung <tausq@debian.org>
21002
21003 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21004 * gdb.asm/pa.inc: New file.
21005
21006 2004-05-22 Mark Kettenis <kettenis@gnu.org>
21007
21008 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21009
21010 2004-05-21 Joel Brobecker <brobecker@gnat.com>
21011 Daniel Jacobowitz <drow@mvista.com>
21012
21013 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21014 GDB prompt.
21015
21016 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21017
21018 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
21019 setjmp/longjmp. Use sigaction instead of signal.
21020
21021 2004-05-19 J. Brobecker <brobecker@gnat.com>
21022 Michael Snyder <msnyder@redhat.com>
21023
21024 * gdb.threads/pthread_cond_wait.c: New file.
21025 * gdb.threads/pthread_cond_wait.exp: New testcase.
21026
21027 2004-05-13 Andrew Cagney <cagney@redhat.com>
21028
21029 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21030 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21031
21032 2004-05-11 Andrew Cagney <cagney@redhat.com>
21033
21034 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21035 fixed but revealed gdb/1639.
21036
21037 2004-05-10 Andrew Cagney <cagney@redhat.com>
21038
21039 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21040 func1" and "next to 2nd alarm", kernel bug avoided.
21041
21042 2004-05-10 Daniel Jacobowitz <dan@debian.org>
21043
21044 PR external/1568
21045 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21046 XFAIL if it is smaller than bytes_allocated.
21047 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21048 (main): Make chunks_allocated unsigned. Correct comment.
21049
21050 2004-05-07 Joel Brobecker <brobecker@gnat.com>
21051
21052 * gdb.arch/powerpc-aix-prologue.c: New file.
21053 * gdb.arch/powerpc-aix-prologue.exp: New file.
21054
21055 2004-05-07 Jim Blandy <jimb@redhat.com>
21056
21057 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21058 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21059
21060 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21061
21062 * gdb.base/sep.exp: No longer setup_kfail when the program was
21063 built with dwarf2.
21064
21065 2004-05-05 Jim Ingham <jingham@apple.com>
21066
21067 * gdb.base/pending.exp: Make sure pending breakpoints
21068 preserve the ignore count.
21069
21070 2004-04-27 Jerome Guitton <guitton@gnat.com>
21071
21072 * i386-prologue.exp: Add testcase for jump instruction as first
21073 instruction of the real code.
21074 * i386-prologue.c (jump_at_beginning): New function.
21075
21076 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21077
21078 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21079 x86_64-*-*.
21080
21081 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21082
21083 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21084 i*86-*-*.
21085
21086 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21087
21088 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21089 expression that checks the return type.
21090
21091 2004-04-23 Andrew Cagney <cagney@redhat.com>
21092
21093 * gdb.base/call-sc.exp: New test of scalar call/return values.
21094 * gdb.base/call-sc.c: Ditto.
21095
21096 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21097
21098 * gdb.threads/manythreads.c: Reduce thread stack size.
21099
21100 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21101
21102 * gdb.threads/manythreads.c: Add copyright notice.
21103
21104 2004-04-23 Andrew Cagney <cagney@redhat.com>
21105
21106 * gdb.base/siginfo.exp: Better handle step out of signal.
21107 * gdb.base/sigstep.exp: Ditto.
21108
21109 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21110 Daniel Jacobowitz <drow@mvista.com>
21111
21112 * gdb.threads/manythreads.c: New testcase.
21113 * gdb.threads/manythreads.exp: Ditto.
21114
21115 2004-04-22 Jim Blandy <jimb@redhat.com>
21116
21117 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21118 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21119
21120 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21121
21122 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21123
21124 2004-04-21 Andrew Cagney <cagney@redhat.com>
21125
21126 * gdb.base/sigstep.c: New file.
21127 * gdb.base/sigstep.exp: New file.
21128
21129 2004-04-16 Joel Brobecker <brobecker@gnat.com>
21130
21131 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21132 call to observer_notify_normal_stop.
21133
21134 2004-04-15 Andrew Cagney <cagney@redhat.com>
21135
21136 * gdb.base/siginfo.c: New file.
21137 * gdb.base/siginfo.exp: New file.
21138
21139 2004-04-12 J. Brobecker <brobecker@gnat.com>
21140
21141 * gdb.base/sep.exp: Fix typo in comment.
21142
21143 2004-04-12 J. Brobecker <brobecker@gnat.com>
21144
21145 * gdb.base/sep.c: New file.
21146 * gdb.base/sep-proc.c: New file.
21147 * gdb.base/sep.exp: New testcase.
21148
21149 2004-04-09 Mark Kettenis <kettenis@gnu.org>
21150
21151 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21152 support.
21153
21154 2004-04-05 Andrew Cagney <cagney@redhat.com>
21155
21156 * gdb.base/sigaltstack.c: New file.
21157 * gdb.base/sigaltstack.exp: New file.
21158
21159 2004-04-04 Joel Brobecker <brobecker@gnat.com>
21160
21161 * gdb.base/foll-fork.exp: Update the expected output for
21162 "help set follow-fork-mode", to match a change that was made
21163 to the help of this variable on 2004-01-13.
21164
21165 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21166
21167 * lib/ada.exp: Add copyright notice.
21168 * bar.ads: Likewise.
21169 * bar.adb: Likewise.
21170 * null_record.adb: Likewise.
21171 * null_record.exp: Likewise.
21172 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21173
21174 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21175
21176 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21177 * configure: Regenerate.
21178
21179 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21180
21181 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21182 to build the application. Remove the message printed when in
21183 verbose mode, redundant with the UNSUPPORTED message above.
21184
21185 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21186
21187 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21188 * gdb.ada (null_record.exp): New testcase.
21189
21190 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21191
21192 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21193
21194 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21195
21196 * gdb.ada: New subdirectory.
21197 * gdb.ada/Makefile.in: New file.
21198 * gdb.ada/gnat_ada.gpr.in: New file.
21199
21200 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21201
21202 * lib/ada.exp: New file.
21203
21204 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
21205
21206 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21207 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21208
21209 2004-03-22 Andrew Cagney <cagney@redhat.com>
21210
21211 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21212 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21213 Problem identified by Ulrich Weigand.
21214
21215 2004-03-17 David Carlton <carlton@kealia.com>
21216
21217 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21218 PR c++/826.
21219
21220 2004-03-16 Roland McGrath <roland@redhat.com>
21221
21222 * gdb.base/auxv.exp: New file.
21223 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21224
21225 2004-03-12 David Carlton <carlton@kealia.com>
21226
21227 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21228 * gdb.cp/pr-1553.cc: Ditto.
21229 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21230 pass branch.
21231
21232 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21233
21234 * gdb.cp/templates.exp: Accept more template types.
21235
21236 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21237
21238 From Corinna Vinschen with modifications.
21239 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21240 local variable obj_with_enum.
21241 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21242 results with obj_with_enum.
21243
21244 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21245
21246 * gdb.cp/classes.cc: New file, copied from misc.cc.
21247 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21248
21249 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21250
21251 * gdb.cp/misc.cc: Add copyright notice.
21252
21253 2004-03-05 David Carlton <carlton@kealia.com>
21254
21255 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21256 * gdb.cp/rtti.h: Update copyright.
21257 (namespace n2::n3): New.
21258 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21259 (n2::n3::func3): New.
21260 (main): Call n2::n3::func3.
21261 * gdb.cp/rtti2.cc: Update copyright.
21262 (n2::create3): New.
21263
21264 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21265
21266 * gdb.asm/openbsd.inc: Fix typo.
21267
21268 2004-03-03 Fred Fish <fnf@redhat.com>
21269
21270 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21271 "val" instead of unused "size". Update copyright year.
21272
21273 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21274
21275 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21276 to use unsigned char.
21277 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21278 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21279
21280 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21281
21282 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21283 line of output.
21284
21285 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21286
21287 * gdb.base/relocate.c (dummy): Initialize.
21288
21289 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21290
21291 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21292 a breakpoint at exit.
21293
21294 2004-02-27 Fred Fish <fnf@redhat.com>
21295
21296 * gdb.base/chng-syms.exp: Add expect condition to match failing
21297 case that isn't a timeout.
21298
21299 2004-02-27 Andrew Cagney <cagney@redhat.com>
21300
21301 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21302 support.
21303
21304 2004-02-26 Fred Fish <fnf@redhat.com>
21305
21306 * gdb.arch/gdb1431.c: Remove.
21307 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21308 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21309 of "until" incorrectly.
21310
21311 2004-02-26 J. Brobecker <brobecker@gnat.com>
21312
21313 * gdb.cp/class2.cc (empty): New class.
21314 (refer): New function.
21315 (main): Declare an object of type empty and use it.
21316 * gdb.cp/class2.exp: Print the value of an object of type empty.
21317
21318 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21319
21320 * gdb.base/langs.exp: Update query string to match the
21321 new nquery format used for pending breakpoints.
21322
21323 2004-02-26 Andrew Cagney <cagney@redhat.com>
21324
21325 Fix PR i18n/1570.
21326 * gdb.base/charset.c: Update copyright notice.
21327 (main, init_string): Remove the escape character '\e' tests.
21328 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21329 * gdb.base/charset.exp (valid_host_charset): Ditto.
21330 * gdb.base/setvar.exp: Ditto.
21331
21332 2004-02-24 Andrew Cagney <cagney@redhat.com>
21333
21334 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21335 mmapped data in core file" PASS and FAIL messages consistent.
21336
21337 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21338 setting a breakpoint. Work around PR java/1565.
21339
21340 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21341
21342 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21343 new nquery format.
21344 * gdb.base/pending.exp: Ditto.
21345
21346 2004-02-22 Mark Kettenis <kettenis@gnu.org>
21347
21348 * configure.in: Run stabs tests on *BSD.
21349 * configure: Regenerated.
21350
21351 2004-02-21 Mark Kettenis <kettenis@gnu.org>
21352
21353 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21354
21355 2004-02-20 Fred Fish <fnf@redhat.com>
21356
21357 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21358 blank in test for "returns short", for consistency with other
21359 "returns xxx" tests. Update copyright year.
21360
21361 2004-02-19 Fred Fish <fnf@redhat.com>
21362
21363 New testcase for PR breakpoint/1558.
21364 * gdb.arch/gdb1558.exp: New file.
21365 * gdb.arch/gdb1558.c: New file.
21366
21367 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
21368
21369 * gdb.base/nodebug.exp: Fix typo.
21370
21371 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21372
21373 Committed by Jim Blandy <jimb@redhat.com>.
21374
21375 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21376
21377 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21378
21379 * gdb.base/float.exp: Support s390*-*-* targets.
21380
21381 2004-02-17 Adam Fedor <fedor@gnu.org>
21382
21383 * gdb.base/gdb1555.exp: New file.
21384 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21385
21386 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
21387
21388 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21389
21390 2004-02-16 Fred Fish <fnf@redhat.com>
21391
21392 * gdb.arch/gdb1291.c: Remove
21393 * gdb.arch/gdb1291.s: New test input file.
21394 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21395 fail. Test for correct result, known incorrect result, other
21396 failures and timeouts.
21397
21398 2004-02-16 Andrew Cagney <cagney@redhat.com>
21399
21400 * gdb.base/bigcore.exp: New file.
21401 * gdb.base/bigcore.c: New file.
21402
21403 2004-02-13 Andrew Cagney <cagney@redhat.com>
21404
21405 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21406 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21407 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21408 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21409 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21410 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21411 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21412 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21413 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21414 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21415
21416 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21417
21418 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21419 executed is an alloc instruction.
21420
21421 2004-02-11 David Carlton <carlton@kealia.com>
21422
21423 * gdb.cp/breakpoint.exp: New.
21424 * gdb.cp/breakpoint.cc: New.
21425
21426 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21427
21428 Partial fix for PR gdb/1543.
21429 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21430 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21431 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21432 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21433 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21434 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21435 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21436 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21437 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21438 to bug-gdb@prep.ai.mit.edu .
21439 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21440 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21441 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21442 Likewise.
21443
21444 2004-02-10 Andrew Cagney <cagney@redhat.com>
21445
21446 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21447 using gdb_internal_error_resync.
21448
21449 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
21450
21451 * gdb.threads/thread-specific.exp: Stop early if no threads are
21452 found.
21453
21454 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21455
21456 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21457
21458 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
21459
21460 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21461 breakpoints.
21462
21463 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
21464
21465 * config/sim.exp (gdb_load): Handle $arg == "".
21466 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21467 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21468
21469 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
21470
21471 * gdb.base/maint.exp: Update test to reflect
21472 obstack changes.
21473
21474 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21475
21476 * gdb.base/pendshr.c (pendfunc): New function that calls
21477 pendfunc1.
21478 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21479
21480 2004-02-04 Fred Fish <fnf@redhat.com>
21481
21482 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21483 function symbols and update copyright years.
21484 * gdb.arch/gdb1291.c: Ditto.
21485
21486 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21487
21488 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21489
21490 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21491
21492 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21493
21494 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21495
21496 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21497
21498 2004-02-02 Fred Fish <fnf@redhat.com>
21499
21500 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21501 remote targets. Update copyright years.
21502
21503 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21504
21505 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21506 support.
21507 * gdb.base/langs.exp: Fix test which attempts to create
21508 breakpoint on non-existent function to handle new pending
21509 support.
21510 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21511 a breakpoint.
21512 * gdb.base/pending.exp: New test.
21513 * gdb.base/pending.c: New file.
21514 * gdb.base/pendshr.c: Ditto.
21515
21516 2004-02-02 David Carlton <carlton@kealia.com>
21517
21518 * gdb.cp/overload.exp: Add overloadNamespace tests.
21519 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21520 (overloadNamespace, XXX): New.
21521 (main): Call XXX::marker2.
21522
21523 2004-02-01 Fred Fish <fnf@redhat.com>
21524
21525 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21526 * gdb.base/finish.exp: Ditto.
21527 * gdb.base/gcore.exp: Ditto.
21528 * gdb.base/huge.exp: Ditto.
21529 * gdb.base/info-proc.exp: Ditto.
21530 * gdb.base/return2.exp: Ditto.
21531 * gdb.threads/gcore-thread.exp: Ditto.
21532
21533 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21534
21535 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21536
21537 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21538
21539 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21540 that opening the file succeeds on OpenBSD.
21541
21542 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21543
21544 * gdb.threads/thread-specific.c: New file.
21545 * gdb.threads/threads-specific.exp: New test script.
21546 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21547 to expect_out.
21548
21549 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21550
21551 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21552 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21553 only on the "print_small_structs from print_long_arg_list" test.
21554
21555 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21556
21557 * gdb.base/completion.exp: Kill a stray backslash.
21558
21559 From Jim Ingham <jingham@apple.com>:
21560 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21561 agrees with the result from sending a tab.
21562
21563 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21564
21565 * gdb.base/chng-syms.exp: Remove stray newline.
21566
21567 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21568
21569 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21570 *-*-openbsd*.
21571 * gdb.asm/openbsd.inc: New file.
21572
21573 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21574
21575 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21576 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21577 *-*solaris2*. Remove commented out default settings for
21578 asm-flags. Replace gdb_compile with target_link.
21579
21580 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21581
21582 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21583 for all tests. Remove old hp-ux and cygnus xfail cases.
21584
21585 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21586
21587 * gdb.base/chng-syms.exp: New file.
21588 * gdb.base/chng-syms.c: New file.
21589
21590 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21591
21592 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21593 Provide arms for current output in all my configurations.
21594
21595 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21596
21597 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21598 * lib/compiler.cc: Likewise.
21599 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21600 get the right preprocessor. Eval the output directly. Remove
21601 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21602 hp_f77_compiler and hp_f90_compiler completely.
21603 (gdb_preprocess): Delete.
21604 (get_compiler): Delete.
21605
21606 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21607
21608 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21609 <string.h>.
21610
21611 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21612
21613 * gdb.mi/mi-stack.exp: Update copyright.
21614
21615 2004-01-23 David Carlton <carlton@kealia.com>
21616
21617 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21618 test for cp_lookup_transparent_type.
21619 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21620 call them.
21621
21622 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21623
21624 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21625 after -var-update.
21626
21627 2004-01-23 David Carlton <carlton@kealia.com>
21628
21629 * gdb.cp/namespace.cc (C::ensureRefs): New.
21630 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21631
21632 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21633
21634 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21635 case "-stack-list-locals 2".
21636 * gdb.mi/mi-var-child.exp: Test for case
21637 "-var-list-children --all-values NAME".
21638
21639 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21640
21641 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21642
21643 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21644
21645 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21646 used with gdb_test_multiple.
21647
21648 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21649 read at address 0. This fixes PR testsuite/1504.
21650
21651 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
21652
21653 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21654 Remove downloading, guessing the host executable, the calls to
21655 gdb_file_cmd and gdb_target_cmd, and "load" support.
21656 (infer_host_exec): New function broken out from gdb_load.
21657 (gdb_load): New wrapper for gdbserver_gdb_load.
21658 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21659 gdb_target_cmd. Use -target-select.
21660 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21661 Download binaries to the host. Clear last_mi_remote_file when
21662 we load a new binary.
21663 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21664 call gdbserver_gdb_load and mi_gdb_target_cmd.
21665
21666 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21667
21668 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21669 type patterns.
21670
21671 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21672
21673 * gdb.cp/templates.exp: Fix typo in test name of
21674 "print Foo<volatile char*>::foo".
21675
21676 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21677
21678 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21679
21680 2004-01-16 Ben Elliston <bje@wasabisystems.com>
21681
21682 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21683 (clean mostlyclean): Remove empty rm.
21684
21685 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21686
21687 * gdb.base/setvar.exp: Add copyright years.
21688
21689 2004-01-14 David Carlton <carlton@bactrian.org>
21690
21691 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21692 PR c++/1511 and update coment.
21693 * gdb.cp/templates.exp: Update patterns to match current output.
21694 If changes involve something other than whitespace, KFAIL
21695 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21696
21697 2004-01-14 David Carlton <carlton@kealia.com>
21698
21699 * gdb.cp/namespace.exp: Add tests involving classes defined within
21700 namespaces.
21701 * gdb.cp/namespace.cc (C::CClass): New.
21702 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21703
21704 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21705
21706 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21707 what debug info we have. Print a better message if something goes
21708 wrong while producing the separate debug info file.
21709
21710 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21711
21712 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21713
21714 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21715
21716 * gdb.base/callfuncs.c: Add copyright notice.
21717
21718 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21719
21720 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21721 inheritance. PR gdb/1498, PR gcc/13539.
21722
21723 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21724
21725 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21726 test specific name.
21727 * gdb.mi/gdb669.exp: Ditto.
21728 * gdb.mi/mi-pthreads.exp: Ditto.
21729 * gdb.mi/mi1-pthreads.exp: Ditto.
21730 * gdb.mi/mi2-pthreads.exp: Ditto.
21731
21732 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21733
21734 * gdb.cp/member-ptr.cc: Add copyright notice.
21735
21736 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21737
21738 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21739 some patterns for recent versions of gcc and hpacc. Delete
21740 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21741 Delete tests that access a NULL pointer-to-member-data. This
21742 script is still disabled for gcc.
21743
21744 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21745
21746 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21747 escaped correctly.
21748
21749 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21750
21751 * gdb.base/sepdebug.exp: New file.
21752 * gdb.base/sepdebug.c: New file.
21753 * lib/gdb.exp (separate_debug_filename): New procedure.
21754 (gdb_gnu_strip_debug): New procedure.
21755
21756 2004-01-12 Andrew Cagney <cagney@redhat.com>
21757
21758 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21759 * gdb.mi/ChangeLog-1999-2003: New file.
21760
21761 2004-01-12 Andrew Cagney <cagney@redhat.com>
21762
21763 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21764 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21765 or EEXIST", treat EBUSY as an XFAIL.
21766
21767 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21768
21769 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21770 hp_cc_compiler.
21771
21772 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21773
21774 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21775 decorations.
21776
21777 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21778
21779 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21780 and "(aCC)" decorations. Remove obsolete doco about old
21781 test results.
21782
21783 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21784
21785 * gdb.cp/exception.exp: Fix typo in doco.
21786
21787 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21788
21789 * gdb.base/gdb1476.exp: Fix typo.
21790
21791 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21792
21793 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21794 file.
21795
21796 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21797
21798 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21799 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21800 Use gdb_compile. Remove restriction on gcc. Add some patterns
21801 for recent version of gdb. Delete second half, which was a copy
21802 of the first half with different build flags. This test is
21803 still disabled because it is still not ready for production.
21804
21805 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21806
21807 * gdb.cp/exception.cc: Add copyright notice.
21808 * gdb.cp/exception.exp: Add a notice that this file is broken
21809 because of line number changes caused by addition of copyright
21810 notice.
21811
21812 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21813
21814 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21815 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21816
21817 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21818
21819 * gdb.cp/classes.exp: Accept gnu abi 2.
21820 * gdb.cp/derivation.exp: Likewise.
21821 * gdb.cp/overload.exp: Likewise.
21822 * gdb.cp/virtfunc.exp: Likewise.
21823
21824 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21825
21826 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21827 semicolon after end of function.
21828
21829 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21830
21831 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21832 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21833 boilerplate code for compiling and running the program under
21834 test. Add some string method tests.
21835
21836 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21837
21838 * gdb.cp/bs15503.cc: Add copyright notice.
21839 * gdb.cp/bs15503.exp: Adjust line number.
21840
21841 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21842
21843 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21844 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21845
21846 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21847
21848 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21849 hp_cc_compiler.
21850
21851 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21852
21853 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21854 * gdb.cp/ctti.exp: Use the marker instead of "next".
21855 With gcc, run further before bailing.
21856
21857 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21858
21859 * gdb.cp/cttiadd.cc: Add copyright notice.
21860 * gdb.cp/cttiadd1.cc: Likewise.
21861 * gdb.cp/cttiadd2.cc: Likewise.
21862 * gdb.cp/cttiadd3.cc: Likewise.
21863
21864 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21865
21866 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21867 Use gdb_test, gdb_test_multiple. Use floating-point values that
21868 have exact representations in IEEE-ish formats.
21869
21870 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21871
21872 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21873 compilers. Delete duplicate call to get_compiler_info.
21874 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21875 * gdb.base/volatile.exp: Likewise.
21876
21877 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21878
21879 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21880 memory at address 0.
21881
21882 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21883
21884 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21885 to test for hp-ux assembler. Fix copyright years.
21886
21887 2004-01-07 Andrew Cagney <cagney@redhat.com>
21888
21889 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21890
21891 2004-01-07 Andrew Cagney <cagney@redhat.com>
21892
21893 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21894 when creating the read-only file. From analysis by Roland McGrath
21895 and Elena Zannoni.
21896
21897 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21898
21899 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21900
21901 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21902
21903 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21904 data pointers.
21905
21906 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21907
21908 * gdb.cp/m-static.exp: Compile one source file at a time.
21909 Delete unused call to get_compiler_info.
21910
21911 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21914 * gdb.base/call-rt-st.exp: Likewise.
21915 * gdb.base/nodebug.exp: Likewise.
21916 * gdb.base/volatile.exp: Likewise.
21917 * gdb.cp/ref-types.exp: Likewise.
21918 * gdb.cp/templates.exp: Likewise.
21919
21920 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21921
21922 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21923
21924 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21925
21926 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21927 hppa*-hp-hpux*.
21928
21929 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21930
21931 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21932 x86_64-*-*.
21933
21934 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21935 sparc64-*-* and sparc*-solaris2*.
21936
21937 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21938
21939 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21940 return ${tests}" test. The ${tests} already mentions the
21941 filename.
21942
21943 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21944
21945 * gdb.cp/local.exp: Accept gcc abi 2.
21946
21947 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21948
21949 * gdb.cp/templates.exp: Accept gcc abi 2.
21950
21951 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21952
21953 * lib/compiler.cc: Remove supports_template_debugging.
21954 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21955
21956 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21957
21958 * gdb.cp/namespace.exp: Accept gcc abi 2.
21959
21960 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21961
21962 * gdb.cp/method.exp: Accept gcc abi 2.
21963
21964 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21965
21966 * gdb.cp/classes.exp: Generate identical results as old version.
21967 * gdb.cp/derivation.exp: Likewise.
21968 * gdb.cp/overload.exp: Likewise.
21969 * gdb.cp/virtfunc.exp: Likewise.
21970
21971 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21972
21973 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21974 mysterious bug with sourceware version of expect.
21975
21976 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21977
21978 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21979 current versions of gcc, including gcc abi 2. Remove gratuitous
21980 restart of test program. Use gdb_test_multiple and gdb_test for
21981 all tests. Add patterns to xfail missing "const" in "const char *"
21982 and kfail PR gdb/1155.
21983
21984 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21985
21986 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21987 current versions of gcc, including gcc abi 2. Remove gratuitous
21988 restart of test program. Use gdb_test_multiple and gdb_test for
21989 all tests. Add patterns to kfail PR gdb/1498.
21990
21991 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21992
21993 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21994 current versions of gcc, including gcc abi 2. Use "breakpoint"
21995 and "continue" instead of restarting the target program. Use
21996 gdb_test_multiple and gdb_test for all tests.
21997
21998 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21999
22000 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22001 for *-*-solaris2*.
22002
22003 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22006 current versions of gcc, including gcc abi 2. Use "breakpoint"
22007 and "continue" instead of restarting the target program several
22008 times. Use gdb_test_multiple and gdb_test for all tests.
22009
22010 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22011
22012 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22013 source files.
22014
22015 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22016
22017 * gdb.base/environ.exp: Handle compiling test case from multiple
22018 source files.
22019
22020 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22021
22022 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22023
22024 2003-12-17 Jim Blandy <jimb@redhat.com>
22025
22026 * gdb.base/freebpcmd.c: Add copyright notice.
22027
22028 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22029
22030 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22031
22032 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22033
22034 2003-12-13 Jim Blandy <jimb@redhat.com>
22035
22036 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22037
22038 2003-12-12 Kevin Buettner <kevinb@redhat.com>
22039
22040 * gdb.asm/frv.inc: New file.
22041 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22042
22043 2003-12-09 Fred Fish <fnf@redhat.com>
22044
22045 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22046 functions to break1.c and leave prototypes behind. Add more
22047 "set breakpoint NN here" comments.
22048 * gdb.base/break1.c: New file.
22049
22050 * gdb.base/break.exp: Handle compiling test case from multiple
22051 source files and change source file references as needed.
22052 * gdb.base/completion.exp: Ditto.
22053 * gdb.base/condbreak.exp: Ditto.
22054 * gdb.base/define.exp: Ditto.
22055 * gdb.base/ena-dis-br.exp: Ditto.
22056 * gdb.base/info-proc.exp: Ditto.
22057 * gdb.base/maint.exp: Ditto.
22058 * gdb.base/until.exp: Ditto.
22059
22060 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22061 hardcoded line numbers.
22062 * gdb.base/define.exp: Ditto.
22063 * gdb.base/ena-dis-br.exp: Ditto.
22064 * gdb.base/maint.exp: Ditto.
22065 * gdb.base/until.exp: Ditto.
22066
22067 * gdb.base/completion.exp: Use "break1" for completion tests since
22068 "break" is no longer a unique prefix.
22069
22070 2003-12-06 Andrew Cagney <cagney@redhat.com>
22071
22072 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22073 "return_value_unimplemented". When an unimplemented struct return
22074 architecture, report incorrect values as a KFAIL
22075
22076 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22077
22078 * gdb.cp/rtti.exp: Accept new wording of warning from
22079 cp_lookup_rtti_type.
22080
22081 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22082
22083 Partial fix for PR testsuite/1456.
22084 * gdb.base/scope.exp (test_at_main): Replace references to
22085 gcc_compiled with calls to test_compiler_info.
22086 (test_at_foo): Likewise.
22087 (test_at_bar): Likewise.
22088
22089 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22090
22091 Partial fix for PR testsuite/1456.
22092 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22093 to test_compiler_info.
22094
22095 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22096
22097 * gdb.base/so-impl-ld.exp: Update copyright notice.
22098
22099 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22100
22101 Partial fix for PR testsuite/1456.
22102 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22103 to test_compiler_info.
22104
22105 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22106
22107 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22108 from current versions of gdb. Clean up regular expressions.
22109 Delete redundant timeout case.
22110
22111 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22112
22113 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22114 from current versions of gdb. Clean up regular expressions.
22115 Delete redundant timeout case.
22116
22117 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22118
22119 Partial fix for PR testsuite/1456.
22120 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22121 gcc_compiled with call to test_compiler_info.
22122
22123 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22124
22125 Partial fix for PR testsuite/1456.
22126 * gdb.base/list.exp (test_list_function): Delete unused declaration
22127 of gcc_compiled.
22128
22129 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22130
22131 Partial fix for PR testsuite/1456.
22132 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22133 call to test_compiler_info.
22134
22135 2003-11-29 Mark Kettenis <kettenis@gnu.org>
22136
22137 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22138 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22139 it to create the appropriate note.inc.
22140 * gdb.asm/asmsrc1.s: Include "note.inc".
22141 * gdb.asm/netbsd.inc: New file.
22142 * gdb.asm/empty.inc: New file.
22143
22144 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22145
22146 Partial fix for PR testsuite/1456.
22147 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22148 calls to test_compiler_info.
22149
22150 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22151
22152 Partial fix for PR testsuite/1456.
22153 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22154 calls to test_compiler_info.
22155
22156 2003-11-27 Mark Kettenis <kettenis@gnu.org>
22157
22158 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22159 pattern for the KFAILs.
22160
22161 2003-11-25 Adam Fedor <fedor@gnu.org>
22162
22163 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22164 * gdb.objc/objcdecode.m: New file.
22165
22166 2003-11-25 Adam Fedor <fedor@gnu.org>
22167
22168 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22169 * gdb.objc/nondebug.m: New file.
22170
22171 2003-11-26 Ben Elliston <bje@wasabisystems.com>
22172
22173 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22174 NetBSD as it does on FreeBSD. Modelled on a similar change by
22175 Mark Kettenis on 2003-05-30.
22176 (link-flags): Set to "--entry _start" regardless of target.
22177 Special linker flags are to be appended to $link-flags.
22178 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22179
22180 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22181
22182 * gdb.cp/method.exp: Accept output of new demangler.
22183
22184 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22185
22186 * gdb/class2.exp: New file.
22187 * gdb/class2.cc: New file.
22188
22189 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22190
22191 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22192 of new demangler.
22193
22194 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22195
22196 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22197 of gdb_test "run".
22198
22199 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22200
22201 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22202 "continue" into "run".
22203
22204 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22205
22206 Partial fix for PR testsuite/1456.
22207 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22208 call to test_compiler_info.
22209 * gdb.cp/ctti.exp: Likewise.
22210 * gdb.cp/derivation.exp: Likewise.
22211 * gdb.cp/member-ptr.exp: Likewise.
22212 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22213 reference to gcc_compiled.
22214
22215 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22216
22217 Fix PR testsuite/1463.
22218 * gdb.base/structs.exp (start_structs_test): Call
22219 get_debug_format before using the debug format.
22220
22221 2003-11-22 Andrew Cagney <cagney@redhat.com>
22222
22223 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22224 * gdb.base/structs.exp: Use gdb_test_multiple.
22225
22226 2003-11-20 Andrew Cagney <cagney@redhat.com>
22227
22228 * gdb.base/structs.exp: Handle and recover from internal errors.
22229 Replace "foo${n}" with "foo<n>" in test messages.
22230
22231 * gdb.base/structs.exp: Update copyright. Rewrite.
22232 * gdb.base/structs.c: Update copyright. Rewrite.
22233
22234 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22235 resync count exceeded.
22236
22237 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22238 from the internal error.
22239 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22240 Original from Jim Blandy.
22241 (gdb_test_multiple): Use gdb_internal_error_resync.
22242
22243 2003-11-19 Andrew Cagney <cagney@redhat.com>
22244
22245 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22246 KFAIL.
22247
22248 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22249
22250 New testcase for PR backtrace/1435.
22251 * gdb.arch/i386-unwind.exp: New file.
22252 * gdb.arch/i386-unwind.c: New file.
22253
22254 2003-11-17 Andrew Cagney <cagney@redhat.com>
22255
22256 * lib/gdb.exp (compiler_info): New global.
22257 (test_compiler_info): New function.
22258 (get_compiler_info): Set compiler_info.
22259 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22260 "compiler_info" to gcc-<major>-<minor>.
22261
22262 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22263
22264 * gdb.trace/configure: Remove.
22265
22266 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22267
22268 * gdb.base/break.c: Add comments to aid finding line numbers for
22269 breakpoints.
22270 * gdb.base/break.exp: Remove all references to explicit line
22271 numbers.
22272
22273 2003-11-11 Nick Clifton <nickc@redhat.com>
22274
22275 * gdb.base/shreloc.exp: Do not run for targets which do not
22276 support shared objects.
22277
22278 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22279
22280 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22281 Don't run tests if nofileio flag is given.
22282
22283 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22284
22285 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22286 as well as 'Watchpoint'.
22287
22288 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22289
22290 Reported by Jim Ingham <jingham@apple.com>:
22291 * gdb.base/annota1.exp: Match at least one occurrence of the
22292 signal handler annotation.
22293
22294 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22295
22296 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22297 as well as 'Watchpoint'.
22298
22299 2003-11-05 Michael Chastain <mec@shout.net>
22300
22301 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22302
22303 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22304
22305 * gdb.arch/gdb1291.c: New test file.
22306 * gdb.arch/gdb1291.exp: New test script.
22307 * gdb.arch/gdb1431.c: New test file.
22308 * gdb.arch/gdb1431.exp: New test script.
22309
22310 2003-10-22 Michael Chastain <mec@shout.net>
22311
22312 * gdb.mi/pthreads.c: Add copyright notice.
22313
22314 2003-10-22 Michael Chastain <mec@shout.net>
22315
22316 * gdb.threads/pthreads.c: Add copyright notice.
22317
22318 2003-10-20 Michael Chastain <mec@shout.net>
22319
22320 * gdb.base/gdb1056.exp: New test script.
22321
22322 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22323
22324 * gdb.threads/killed.exp: Use gdb_run_cmd.
22325
22326 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22327
22328 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22329 create a core file.
22330 * gdb.threads/gcore-thread.exp: Likewise.
22331
22332 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
22333
22334 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22335 type, based on char type.
22336 (struct bit_flags_short_t): New bitfield type, based on short type.
22337 (init_bit_flags_char): New fuction.
22338 (init_bit_flags_short): Ditto.
22339 (print_bit_flags_char): Ditto.
22340 (print_bit_flags_short): Ditto.
22341 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22342
22343 2003-10-11 Michael Chastain <mec@shout.net>
22344
22345 * gdb.base/call-rt-st.exp: Update copyright year.
22346
22347 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22348
22349 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22350 * gdb.disasm/sh3.s: Ditto.
22351
22352 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
22353
22354 * gdb.threads/switch-threads.exp: New test.
22355 * gdb.threads/switch-threads.c: New source file.
22356
22357 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
22358
22359 * gdb.base/ending-run.exp: Add sh specific case.
22360
22361 2003-10-06 Andrew Cagney <cagney@redhat.com>
22362
22363 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22364 * gdb.disasm/mn10200.exp: Delete obsolete file.
22365
22366 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
22367
22368 * ChangeLog: Correct an entry command.exp -> commands.exp.
22369 * gdb.base/commands.exp (bp_deleted_in_command_test)
22370 (temporary_breakpoint_commands): Check noargs.
22371
22372 2003-09-25 David Carlton <carlton@kealia.com>
22373
22374 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22375 of some print tests, where appropriate. Add tests for C::D::cd,
22376 E::ce, F::cXfX, G::XgX.
22377 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22378
22379 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
22380
22381 * lib/java.exp (java_init): Import target_alias before using it.
22382
22383 2003-09-25 David Carlton <carlton@kealia.com>
22384
22385 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22386
22387 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
22388
22389 * gdb.base/selftest.exp: Accomodate more instruction reordering
22390 weirdness.
22391
22392 2003-09-17 Michael Chastain <mec@shout.net>
22393
22394 * gdb.cp/gdb1355.exp: New file.
22395 * gdb.cp/gdb1355.c: New file.
22396
22397 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
22398
22399 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22400 * gdb.asm/sh.inc: New file.
22401
22402 2003-09-11 David Carlton <carlton@kealia.com>
22403
22404 * gdb.cp/namespace.exp: Add tests for namespace types.
22405 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
22406 (test_namespace): New.
22407
22408 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
22409
22410 * gdb.base/relocate.exp: Handle new gdb output at startup.
22411 * gdb.stabs/weird.exp: Ditto.
22412
22413 2003-09-08 Michael Chastain <mec@shout.net>
22414
22415 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22416
22417 2003-09-07 Michael Chastain <mec@shout.net>
22418
22419 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22420 'parse error'.
22421
22422 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22423
22424 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22425
22426 2003-08-30 Michael Chastain <mec@shout.net>
22427
22428 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22429 * gdb.gdb/observer.exp: Ditto.
22430 * gdb.gdb/xfullpath.exp: Ditto.
22431
22432 2003-08-29 Mark Kettenis <kettenis@gnu.org>
22433
22434 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22435 *-*-*bsd*.
22436
22437 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22438
22439 * gdb.base/dump.exp: Skip for ia64.
22440
22441 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22442
22443 * gdb.asm/asm-source.exp: Add ia64 support.
22444 * gdb.asm/ia64.inc: New file.
22445
22446 2003-08-22 Michael Chastain <mec@shout.net>
22447
22448 * gdb.cp: New directory.
22449 * gdb.cp/*: Copy from gdb.c++/*.
22450 * gdb.c++/*: Remove.
22451 * Makefile.in: Change gdb.c++ to gdb.cp.
22452 * configure.in: Ditto.
22453 * configure: Regnerate.
22454
22455 2003-08-18 Mark Kettenis <kettenis@gnu.org>
22456
22457 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22458 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22459
22460 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22461
22462 * mi-var-display.exp (-var-list-children weird): Accept function
22463 pointers with argument types.
22464 * mi1-var-display.exp (-var-list-children weird): Likewise.
22465 * mi2-var-display.exp (-var-list-children weird): Likewise.
22466
22467 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22468
22469 * gdb.base/annota3.exp: Add missing newline.
22470
22471 2003-08-06 Michael Chastain <mec@shout.net>
22472
22473 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22474
22475 2003-08-12 Michael Snyder <msnyder@redhat.com>
22476
22477 * gdb.base/float.exp: Add test for SH.
22478
22479 2003-08-10 Mark Kettenis <kettenis@gnu.org>
22480
22481 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22482
22483 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22484
22485 * gdb.base/completion.exp: Remove reduntant completion test
22486 on filename.
22487
22488 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22489
22490 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22491 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22492 gdb.trace/save-trace.exp: Make sure that full pathnames are
22493 escaped correctly.
22494
22495 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22496
22497 * configure.in: Don't generate config.h from config.hin.
22498 * configure: Regenerate.
22499 * config.hin: Remove file.
22500 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22501 * gdb.threads/pthreads.c: Ditto.
22502
22503 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22504
22505 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22506 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22507 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22508 Replace ld24 with seth/add3.
22509
22510 2003-08-02 Andrew Cagney <cagney@redhat.com>
22511
22512 * gdb.base/annota3.exp: New file.
22513 * gdb.base/annota3.c: New file.
22514 * gdb.c++/annota3.exp: New file.
22515 * gdb.c++/annota3.cc: New file.
22516
22517 2003-07-29 Michael Chastain <mec@shout.net>
22518
22519 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22520 actually failed.
22521 (do_pass): Likewise.
22522 * gdb.threads/tls.exp: Always initialize no_of_threads.
22523
22524 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22525
22526 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22527 pattern.
22528 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22529 * gdb.threads/tls.exp: Recognize one case of the host library not
22530 supporting TLS.
22531
22532 2003-07-27 Andrew Cagney <cagney@redhat.com>
22533
22534 * gdb.base/fileio.exp: Use SH when running commands using
22535 remote_exec.
22536
22537 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22538
22539 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22540 * gdb.base/relocate.c (dummy): New padding array.
22541
22542 2003-07-22 Michael Snyder <msnyder@redhat.com>
22543
22544 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22545
22546 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22547 patterns to be more general, accepting old and new output.
22548 Some output chars (such as '+') also must be quoted.
22549 Some addresses are displayed numerically instead of
22550 symbolically.
22551
22552 2003-07-23 Michael Snyder <msnyder@redhat.com>
22553
22554 * gdb.base/return2.exp: Don't test long-long return.
22555
22556 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22557 * gdb.disasm/t01_mov.exp: Ditto.
22558 * gdb.disasm/t02_mova.s: Ditto.
22559 * gdb.disasm/t02_mova.exp: Ditto.
22560 * gdb.disasm/t03_add.s: Ditto.
22561 * gdb.disasm/t03_add.exp: Ditto.
22562 * gdb.disasm/t04_sub.s: Ditto.
22563 * gdb.disasm/t04_sub.exp: Ditto.
22564 * gdb.disasm/t05_cmp.s: Ditto.
22565 * gdb.disasm/t05_cmp.exp: Ditto.
22566 * gdb.disasm/t06_ari2.s: Ditto.
22567 * gdb.disasm/t06_ari2.exp: Ditto.
22568 * gdb.disasm/t07_ari3.s: Ditto.
22569 * gdb.disasm/t07_ari3.exp: Ditto.
22570 * gdb.disasm/t08_or.s: Ditto.
22571 * gdb.disasm/t08_or.exp: Ditto.
22572 * gdb.disasm/t09_xor.s: Ditto.
22573 * gdb.disasm/t09_xor.exp: Ditto.
22574 * gdb.disasm/t10_and.s: Ditto.
22575 * gdb.disasm/t10_and.exp: Ditto.
22576 * gdb.disasm/t11_logs.s: Ditto.
22577 * gdb.disasm/t11_logs.exp: Ditto.
22578 * gdb.disasm/t12_bit.s: Ditto.
22579 * gdb.disasm/t12_bit.exp: Ditto.
22580 * gdb.disasm/t13_otr.s: Ditto.
22581 * gdb.disasm/t13_otr.exp: Ditto.
22582
22583 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22584
22585 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22586
22587 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22588
22589 * gdb.threads/tls.c : New file.
22590 * gdb.threads/tls.exp : New file.
22591 * gdb.threads/tls-main.c : New file.
22592 * gdb.threads/tls-shared.c : New file.
22593 * gdb.threads/tls-shared.exp : New file.
22594
22595 2003-07-22 Andreas Schwab <schwab@suse.de>
22596
22597 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22598
22599 2003-07-20 Andreas Schwab <schwab@suse.de>
22600
22601 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22602 due to insn reordering.
22603
22604 2003-07-15 Andrew Cagney <cagney@redhat.com>
22605
22606 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22607
22608 2003-07-15 Michael Chastain <mec@shout.net>
22609
22610 * gdb.base/gdb1250.exp: New file.
22611 * gdb.base/gdb1250.c: New file.
22612
22613 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22614
22615 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22616 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22617
22618 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22619
22620 * gdb.threads/tls.c: New file.
22621 * gdb.threads/tls.exp: New file.
22622 * gdb.threads/tls-main.c: New file.
22623 * gdb.threads/tls-shared.c: New file.
22624 * gdb.threads/tls-shared.exp: New file.
22625
22626 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22627
22628 * gdb.base/annota1.exp: Make sure that we properly escape the
22629 full path of the source file. Xfail more permissive patterns,
22630 due to a compiler debug info problem.
22631
22632 2003-07-07 Andreas Schwab <schwab@suse.de>
22633
22634 * gdb.asm/m68k.inc: New file.
22635 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22636
22637 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22638 arguments"): Also match negative number.
22639
22640 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22641
22642 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22643
22644 * gdb.base/store.c (charest): New typedef.
22645 (add_char): Rename to add_charest, update.
22646 (wack_char): Rename to wack_charest, update types. Return l + r
22647 to keep r live across the call.
22648 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22649 (wack_double, wack_doublest): Return l + r to keep r live across
22650 the call.
22651 * gdb.base/store.exp: Accomodate store.c changes.
22652
22653 2003-06-30 David Carlton <carlton@kealia.com>
22654
22655 * gdb.c++/maint.exp (test_invalid_name): New.
22656 (test_first_component): Add tests for invalid names.
22657
22658 2003-06-29 Michael Chastain <mec@shout.net>
22659
22660 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22661 output of '<VTT for class>' for virtual base classes.
22662
22663 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22664
22665 * gdb.base/completion.exp: Tab-complete "complet" instead of
22666 "compl".
22667 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22668
22669 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22670
22671 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22672 * gdb.base/volatile.exp: Likewise.
22673
22674 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22675
22676 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22677 gdb/1265.
22678
22679 2003-06-28 Michael Chastain <mec@shout.net>
22680 Daniel Jacobowitz <drow@mvista.com>
22681
22682 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22683 initial line count of 'captured_main' from 26 to 32.
22684 (test_with_self): Allow xmalloc call to be interleaved with the
22685 preceding two lines.
22686
22687 2003-06-24 Joel Brobecker <brobecker@gnat.com>
22688
22689 * gdb.base/bang.exp: New testcase.
22690
22691 2003-06-23 Joel Brobecker <brobecker@gnat.com>
22692
22693 * gdb.base/langs.exp: Add some tests for the "minimal" language
22694 support.
22695
22696 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
22697
22698 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22699 the testcase.
22700
22701 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22702
22703 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22704 offset.
22705
22706 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22707
22708 * gdb.c++/pr-1210.cc: New file.
22709 * gdb.c++/pr-1210.exp: New file.
22710
22711 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22712
22713 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22714 000-exec-continue.
22715
22716 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22717
22718 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22719 on *-*-*bsd* instead of *-*-freebsd*.
22720
22721 2003-06-14 Andrew Cagney <cagney@redhat.com>
22722
22723 * gdb.base/store.exp: Test longest and doublest. Test all
22724 parameters. Weaken return statement match.
22725 * gdb.base/store.c: Add longest and doublest - aka long long and
22726 long double functions. Put all parameters into local register
22727 variables. Use negative values.
22728
22729 2003-06-14 Andrew Cagney <cagney@redhat.com>
22730
22731 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22732 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22733 exit status.
22734 * gdb.base/fileio.exp: Disable target when nointerrupts and
22735 noinferiorio, instead of limiting it to remote. Use remote_exec
22736 instead of system.
22737
22738 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22739
22740 * gdb.base/float.exp: Add ia64 support.
22741
22742 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22743
22744 * gdb.base/fileio.exp: Run only on remote targets.
22745
22746 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22747
22748 * gdb.base/fileio.c: New file, testing File-I/O.
22749 * gdb.base/fileio.exp: Ditto.
22750
22751 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22752
22753 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22754 shared objects after relocation at load time (gdb PR/1132).
22755 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22756 as above, part of the shared object relocation test.
22757
22758 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22759
22760 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22761 fully filled history list.
22762 * gdb.base/gdb_history: New file.
22763
22764 * gdb.base/signals.exp: XFAIL "continue to func1" on
22765 i*86-*-freebsd*.
22766
22767 * gdb.base/attach.exp: When trying to attach to a nonexistent
22768 process, make it possible to specify the PID based on the target,
22769 and do so for *-*-freebsd*.
22770
22771 2003-06-02 Richard Henderson <rth@redhat.com>
22772
22773 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22774
22775 2003-06-02 Richard Henderson <rth@redhat.com>
22776
22777 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22778
22779 2003-06-02 Richard Henderson <rth@redhat.com>
22780
22781 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22782
22783 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22784
22785 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22786 of globalvar.
22787
22788 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22789
22790 * gdb.asm/asm-source.exp: Check for memory read errors in
22791 disassembler test on *BSD too.
22792
22793 2003-06-01 Richard Henderson <rth@redhat.com>
22794
22795 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22796 for .frame.
22797 (gdbasm_call): Lose ldgp.
22798 (gdbasm_startup): Add frame information.
22799 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22800
22801 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22802
22803 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22804 i?86-*-*.
22805
22806 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22807
22808 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22809 FreeBSD.
22810
22811 2003-05-29 Richard Henderson <rth@redhat.com>
22812
22813 * gdb.asm/alpha.inc: New file.
22814 * gdb.asm/asm-source.exp: Use it.
22815
22816 2003-05-29 Jim Blandy <jimb@redhat.com>
22817
22818 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22819 'core.PID'.
22820
22821 2003-05-22 Jim Blandy <jimb@redhat.com>
22822
22823 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22824 backtrace.
22825
22826 2003-05-20 David Carlton <carlton@math.stanford.edu>
22827
22828 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22829 this time.
22830
22831 2003-05-19 David Carlton <carlton@bactrian.org>
22832
22833 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22834 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22835
22836 2003-05-19 David Carlton <carlton@bactrian.org>
22837
22838 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22839 namespace tests.
22840 Bump copyright date.
22841 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22842 (main): Call C::D::marker2.
22843 * gdb.c++/namespace1.cc: New file.
22844
22845 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22846
22847 Roland McGrath <roland@redhat.com>
22848 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22849 there is no manager thread.
22850
22851 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22852
22853 * gdb.threads/schedlock.exp: Remove assumption that all threads
22854 will run in a particular small time slice. Also ensure we break
22855 in one of the child threads rather than the main thread.
22856
22857 2003-05-07 Jim Blandy <jimb@redhat.com>
22858
22859 Add support for assembly source testing on the s390x.
22860 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22861 architecture.
22862 * gdb.asm/s390x.inc: New file.
22863
22864 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22865 succession of 'if' statements.
22866
22867 2003-05-05 Andrew Cagney <cagney@redhat.com>
22868
22869 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22870
22871 2003-05-05 Andrew Cagney <cagney@redhat.com>
22872
22873 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22874 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22875
22876 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22877
22878 * gdb.base/charset.exp: Update based on new behavior of set/show
22879 charset commands.
22880
22881 2003-05-01 Andrew Cagney <cagney@redhat.com>
22882
22883 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22884 variable do not give memory errors.
22885
22886 2003-04-30 Adam Fedor <fedor@gnu.org>
22887
22888 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22889 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22890 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22891 gdb.objc/basicclass.m: : New files
22892
22893 * lib/gdb.exp (gdb_compile_objc): New procedure.
22894
22895 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22896
22897 * gdb.base/signals.exp: Make backtrace tests more specific.
22898
22899 2003-04-23 David Carlton <carlton@bactrian.org>
22900
22901 * gdb.c++/maint.exp (test_first_component): Add tests for
22902 'operator' in more locations.
22903
22904 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22905
22906 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22907
22908 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22909
22910 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22911 func marke' instead. Update test name.
22912
22913 2003-04-15 David Carlton <carlton@math.stanford.edu>
22914
22915 * gdb.c++/maint.exp: New file.
22916
22917 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22918
22919 * gdb.threads/schedlock.c: Change type of thread function argument
22920 to long, to avoid warnings on 64-bit platforms.
22921
22922 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22923
22924 * gdb.base/attach.exp: Add new message from ptrace in case of
22925 attaching to nonexistent process.
22926
22927 2003-04-11 Jim Blandy <jimb@redhat.com>
22928
22929 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22930 gdb.c++/userdef.cc: Place comments on the lines to which the
22931 marker function might return.
22932 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22933 gdb.c++/userdef.exp: Look for those comments to check that we've
22934 returned to the right place, instead of checking line numbers.
22935
22936 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22937
22938 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22939 match on sourcefile name, instead of directory name.
22940
22941 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22942
22943 * gdb.base/completion.exp: Use string_to_regexp to match the
22944 working directory name.
22945
22946 2003-04-09 Jim Blandy <jimb@redhat.com>
22947
22948 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22949 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22950 after an inferior function call, report the failure, but allow the
22951 test to continue.
22952
22953 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22954
22955 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22956 with -DPROTOTYPES.
22957
22958 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22959
22960 * gdb.base/break.exp: Revert last patch.
22961
22962 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22963
22964 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22965 with -DPROTOTYPES.
22966
22967 2003-04-02 Andrew Cagney <cagney@redhat.com>
22968
22969 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22970 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22971 matching directories by the name breakpoint.
22972 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22973 Make "continue to marker1" consistent.
22974 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22975 message consistent.
22976 * lib/gdb.exp: Put "the program is no longer running", and "the
22977 program exited" in parenthesis.
22978 * lib/mi-support.exp: Ditto.
22979
22980 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22981
22982 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22983
22984 2003-03-29 Andrew Cagney <cagney@redhat.com>
22985
22986 * gdb.base/sizeof.c (main): Print the value of '\377'.
22987 * gdb.base/sizeof.exp: Check the sign of '\377'.
22988
22989 2003-03-27 Michael Chastain <mec@shout.net>
22990
22991 * gdb.base/gdb1090.exp: New file.
22992 * gdb.base/gdb1090.cc: New file.
22993
22994 2003-03-27 J. Brobecker <brobecker@gnat.com>
22995
22996 * gdb.gdb/observer.exp: New regression test.
22997
22998 2003-03-27 Michael Chastain <mec@shout.net>
22999
23000 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23001 * gdb.base/ptype.exp: Likewise.
23002
23003 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
23004
23005 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23006
23007 2003-03-26 Michael Chastain <mec@shout.net>
23008
23009 * gdb.base/ptype.exp: Actually use some typedef'd types.
23010
23011 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23012
23013 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23014 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23015
23016 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23017
23018 * gdb.base/default.exp: Fix regular expression.
23019
23020 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23021
23022 * gdb.base/args.exp: Fix regular expression.
23023
23024 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23025
23026 * gdb.base/help.exp: Allow Win32 child process.
23027
23028 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23029
23030 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23031 when stepping out of main().
23032
23033 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23034
23035 * gdb.base/default.exp: Check for win32 specific message when calling
23036 "run" without executable.
23037
23038 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23039
23040 * gdb.base/args.exp: Expect .exe in output.
23041
23042 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23043
23044 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23045 Cygwin native.
23046
23047 2003-03-17 Andrew Cagney <cagney@redhat.com>
23048
23049 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23050 vector registes.
23051 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23052 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23053
23054 2003-03-17 David Carlton <carlton@math.stanford.edu>
23055
23056 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23057 test, for PR breakpoints/38.
23058 Call test_watchpoint_and_breakpoint.
23059 * gdb.base/watchpoint.c (func3): New function.
23060 (main): Call func3.
23061
23062 2003-03-04 David Carlton <carlton@math.stanford.edu>
23063
23064 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23065 Garply<Garply<char> >:: garply".
23066 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23067 with respect to PR c++/1111; note also PR c++/1113.
23068 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23069 respect to PR c++/1062.
23070 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23071
23072 2003-03-03 David Carlton <carlton@math.stanford.edu>
23073
23074 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23075 with respect to PR c++/57.
23076 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23077 c++/826.
23078 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23079 respect to PR c++/57.
23080
23081 2003-03-03 David Carlton <carlton@math.stanford.edu>
23082
23083 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23084 respect to PR c++/33 into FAILs.
23085
23086 2003-03-03 Michael Chastain <mec@shout.net>
23087
23088 * configure.in: Update copyright years.
23089
23090 2003-03-03 Michael Chastain <mec@shout.net>
23091
23092 * Makefile.in: Update copyright years.
23093
23094 2003-02-28 David Carlton <carlton@math.stanford.edu>
23095
23096 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23097 print class instead of struct and/or superfluous protection
23098 specifiers, as long as the resulting output is equivalent to the
23099 source code.
23100 Delete FIXME from end of messages on tests that don't need
23101 fixing.
23102
23103 2003-02-28 David Carlton <carlton@math.stanford.edu>
23104
23105 * gdb.c++/templates.exp (do_tests): Allow const in the two
23106 Foo<volatile char *>::foo tests.
23107
23108 2003-02-27 Michael Snyder <msnyder@redhat.com>
23109
23110 * gdb.base/restore.c (main): Return zero, so exit code
23111 will be consistant.
23112
23113 2003-02-26 David Carlton <carlton@math.stanford.edu>
23114
23115 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23116 char *>::foo" test with respect to PR c++/33. Create a new test
23117 which is identical to that one except that it doesn't put the
23118 space between the "char" and the "*"; KFAIL it, too.
23119
23120 2003-02-26 David Carlton <carlton@math.stanford.edu>
23121
23122 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23123 template types into either PASSes or KFAILs (corresponding to PR
23124 c++/57). Tweak indentation. Update copyright.
23125
23126 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23127
23128 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23129
23130 2003-02-13 Michael Chastain <mec@shout.net>
23131
23132 * gdb.base/exprs.exp: Remove i960 remnants.
23133 * gdb.base/funcargs.exp: Likewise.
23134 * gdb.base/list.exp: Likewise.
23135 * gdb.base/ptype.exp: Likewise.
23136
23137 2003-02-14 David Carlton <carlton@math.stanford.edu>
23138
23139 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23140 pEe->D::vg()" from XFAIL to KFAIL.
23141
23142 2003-02-13 Jason Molenda (jmolenda@apple.com)
23143
23144 * gdb.base/maint.exp: Update maint print statistics regexp to include
23145 new entries.
23146
23147 2003-02-13 Michael Chastain <mec@shout.net>
23148
23149 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23150
23151 2003-02-12 Michael Chastain <mec@shout.net>
23152
23153 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23154 * gdb.c++/inherit.exp: Likewise.
23155 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23156 * gdb.c++/templates.exp: Likewise.
23157 * gdb.c++/virtfunc.exp: Likewise.
23158
23159 2003-02-06 Jason Molenda (jason-cl@molenda.com)
23160
23161 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23162 why the code is written that way.
23163
23164 2003-02-05 Michael Chastain <mec@shout.net>
23165
23166 * gdb.base/dump.exp: Add missing copyright line.
23167
23168 2003-02-05 Jason Molenda (jason-cl@molenda.com)
23169
23170 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
23171 at the beginning so the breakpoint doesn't get set on the loop.
23172
23173 2003-02-05 Michael Chastain <mec@shout.net>
23174
23175 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23176 output for configurations with gcc 2.95.3.
23177
23178 2003-02-05 Keith Seitz <keiths@redhat.com>
23179 Andrew Cagney <ac131313@redhat.com>
23180
23181 * gdb.mi/mi-cli.exp: New file.
23182
23183 2003-02-04 Michael Chastain <mec@shout.net>
23184
23185 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23186 Call perror and then continue.
23187
23188 2003-02-03 Michael Chastain <mec@shout.net>
23189
23190 * gdb.c++/pr-1023.cc: New file.
23191 * gdb.c++/pr-1023.exp: New file.
23192
23193 2003-02-05 Jim Blandy <jimb@redhat.com>
23194
23195 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23196 it's local to foobar. Check for it there, and check that it's not
23197 present in main.
23198 * gdb.c++/local.cc (marker2): New function.
23199 (foobar): Call marker1.
23200 (main): Call marker2 instead of marker1.
23201
23202 2003-02-04 Andrew Cagney <ac131313@redhat.com>
23203
23204 * gdb.disasm/mn10200.exp: Obsolete file.
23205 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23206 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23207 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23208
23209 2003-02-04 David Carlton <carlton@math.stanford.edu>
23210
23211 * gdb.c++/overload.exp: Test intToChar(1).
23212 * gdb.c++/overload.cc (intToChar): New.
23213 (main): Call intToChar.
23214
23215 2003-02-03 David Carlton <carlton@math.stanford.edu>
23216
23217 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23218 'might_kfail' arg.
23219 KFAIL some of the continue_to_bp_overloaded calls, according to
23220 PR c++/1025.
23221
23222 2003-02-01 Michael Chastain <mec@shout.net>
23223
23224 * gdb.base/advance.c (marker1): New marker function.
23225 * gdb.base/advance.exp: When the 'advance' command lands on the
23226 return breakpoint, it can legitimately stop on either the
23227 current line or the next line. Accommodate both outcomes.
23228 * gdb.base/until.exp: Likewise.
23229
23230 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23231
23232 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23233 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23234 now a list, not a tuple.
23235 * gdb.mi/mi-var-display.exp: Ditto.
23236 * gdb.mi/gdb792.exp: Ditto.
23237
23238 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23239
23240 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23241 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23242 stack backtraces.
23243 * gdb.mi/mi-syn-frame.c: Part of same.
23244
23245 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23246
23247 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23248 gdb.mi/mi1-pthreads.exp: Return instead of calling
23249 gdb_suppress_entire_file.
23250
23251 2003-02-01 Mark Salter <msalter@redhat.com>
23252
23253 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23254
23255 2003-01-31 Mark Salter <msalter@redhat.com>
23256
23257 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23258 Support empty arg.
23259
23260 2003-01-30 Michael Chastain <mec@shout.net>
23261
23262 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23263 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23264 has been fixed in gdb/readline on 2003-01-09.
23265
23266 2003-01-29 Michael Snyder <msnyder@redhat.com>
23267
23268 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23269 * gdb.base/display.exp: Allow for leading underscore in symbol.
23270 * gdb.base/args.exp: Skip if target does not support args passing.
23271
23272 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23273
23274 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23275 gdb_test. Accept a list of expect arguments as the third
23276 parameter.
23277 (gdb_test): Use it.
23278
23279 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23280
23281 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23282 allow for different test tree configurations. Update some
23283 tescases accordingly.
23284 * gdb.arch/altivec-regs.exp: Ditto.
23285 * gdb.asm/asm-source.exp: Ditto.
23286 * gdb.base/advance.exp: Ditto.
23287 * gdb.base/display.exp: Ditto.
23288 * gdb.base/long_long.exp: Ditto.
23289 * gdb.base/mips_pro.exp: Ditto.
23290 * gdb.base/overlays.exp: Ditto.
23291 * gdb.base/relocate.exp: Ditto.
23292 * gdb.base/setshow.exp: Ditto.
23293 * gdb.base/step-line.exp: Ditto.
23294 * gdb.base/step-test.exp: Ditto.
23295 * gdb.base/until.exp: Ditto.
23296 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23297
23298 2003-01-17 David Carlton <carlton@math.stanford.edu>
23299
23300 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23301 corresponding to PR c++/945.
23302 Update copyright.
23303
23304 2003-01-17 David Carlton <carlton@math.stanford.edu>
23305
23306 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23307 corresponding to PR c++/68.
23308
23309 2003-01-17 David Carlton <carlton@math.stanford.edu>
23310
23311 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23312 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23313 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23314
23315 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23316
23317 * gdb.base/break.exp: Fix change of default location, because of
23318 removal of until tests.
23319 * gdb.base/help.exp: Update test for new 'until' help message.
23320 Add test for help on 'advance'.
23321 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
23322
23323 2003-01-15 Mark Kettenis <kettenis@gnu.org>
23324
23325 * gdb.base/default.exp: Adapt "info float" test for recent changes
23326 to that command. Add test for "info vector".
23327 * gdb.base/float.exp: New file. Add test for "info float" that
23328 resembles the old test in gdb.base/default.exp.
23329
23330 2003-01-15 David Carlton <carlton@math.stanford.edu>
23331
23332 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23333
23334 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23335
23336 * gdb.base/break.exp: Move the tests of until command from here...
23337 * gdb.base/until.exp: ... to here. New file. Add other tests.
23338 * gdb.base/advance.c: New file.
23339 * gdb.base/advance.exp: New file.
23340
23341 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
23342
23343 * gdb.base/args.c: New file.
23344 * gdb.base/args.exp: New file.
23345
23346 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23347
23348 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23349
23350 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23351
23352 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23353
23354 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23355
23356 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23357 dates.
23358
23359 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23360
23361 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23362
23363 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23364
23365 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23366 (ptype &*"foo").
23367 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23368
23369 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23370
23371 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23372 * gdb.mi/mi1-console.exp: Likewise.
23373
23374 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23375
23376 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23377 * gdb.mi/mi1-console.exp: Likewise.
23378
23379 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23380
23381 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23382
23383 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23384
23385 * gdb.base/detach.exp: New test.
23386
23387 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23388
23389 * Makefile.in (ALL_SUBDIRS): New variable.
23390 (subdirs, clean, distclean): Use it.
23391 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23392 regenerating Makefile, since it is generated from the top level.
23393 * gdb.asm/Makefile.in: Likewise.
23394 * gdb.base/Makefile.in: Likewise.
23395 * gdb.c++/Makefile.in: Likewise.
23396 * gdb.disasm/Makefile.in: Likewise.
23397 * gdb.java/Makefile.in: Likewise.
23398 * gdb.mi/Makefile.in: Likewise.
23399 * gdb.threads/Makefile.in: Likewise.
23400 * gdb.trace/Makefile.in: Likewise.
23401
23402 2003-01-09 David Carlton <carlton@math.stanford.edu>
23403
23404 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23405 Add copyright year 2003.
23406
23407 2003-01-06 Michael Chastain <mec@shout.net>
23408
23409 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23410 When selecting a thread, 'line' and 'file' are optional.
23411 * gdb.mi/mi1-pthreads.exp: Likewise.
23412
23413 2003-01-06 Andreas Schwab <schwab@suse.de>
23414
23415 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23416 failures.
23417
23418 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23419
23420 Fix PR gdb/844
23421 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23422 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23423
23424 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23425 instead of calling gdb_suppress_entire_file.
23426 * gdb.threads/print-threads.exp: Likewise.
23427 * gdb.threads/schedlock.exp: Likewise.
23428
23429 * gdb.threads/killed.exp: Return instead of calling
23430 gdb_suppress_entire_file.
23431 * gdb.threads/linux-dp.exp: Likewise.
23432 * gdb.threads/pthreads.exp: Likewise.
23433
23434 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23435
23436 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23437 stabs.
23438 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23439 * gdb.base/whatis.exp: Always allow (void) after function names.
23440
23441 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23442
23443 * gdb.c++/casts.exp: Correct regexp.
23444
23445 2003-01-04 Mark Kettenis <kettenis@gnu.org>
23446
23447 * configure.in: Call AC_CONFIG_HEADER. Don't call
23448 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23449 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23450 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23451 aforementioned directories in the AC_OUPUT call.
23452 * config.hin: New file.
23453 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23454 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23455 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23456 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23457 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23458 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23459 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23460 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23461 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23462 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23463 gdb.threads/configure.in, gdb.threads/configure,
23464 gdb.threads/config.in, gdb.trace/configure.in,
23465 gdb.trace/configure: Removed.
23466
23467 2003-01-03 Michael Chastain <mec@shout.net>
23468
23469 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23470 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23471
23472 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
23473
23474 * gdb.base/store.exp: Fix regular expressions.
23475
23476 2002-12-28 Mark Kettenis <kettenis@gnu.org>
23477
23478 * configure.in: Rewrite.
23479 * configure: Regenerated.
23480
23481 2003-01-03 David Carlton <carlton@math.stanford.edu>
23482
23483 * gdb.base/psymtab.exp: New file.
23484 * gdb.base/psymtab1.c: Ditto.
23485 * gdb.base/psymtab2.c: Ditto.
23486
23487 2002-12-23 Adam Fedor <fedor@gnu.org>
23488
23489 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23490
23491 2002-12-23 David Carlton <carlton@math.stanford.edu>
23492
23493 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23494 and current_directory initialization.
23495
23496 2002-12-22 Jim Blandy <jimb@redhat.com>
23497
23498 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23499 rather than as part of the output file name.
23500
23501 * gdb.base/attach.exp: There's no need to copy the test program to
23502 /tmp; that was only ever necessary on HP/UX, and this test is
23503 entirely disabled there anyway.
23504
23505 2002-12-21 Jim Blandy <jimb@redhat.com>
23506
23507 * gdb.c++/psmang.exp: Doc fix.
23508
23509 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23510 test.
23511
23512 2002-12-20 David Carlton <carlton@math.stanford.edu>
23513
23514 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23515
23516 2002-12-18 Michael Chastain <mec@shout.net>
23517
23518 * gdb.c++/annota2.exp: Add copyright year 2002.
23519
23520 2002-12-17 David Carlton <carlton@math.stanford.edu>
23521
23522 * gdb.c++/try_catch.cc: Add marker comments.
23523 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23524 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23525 * gdb.c++/m-static.cc: Ditto.
23526 * gdb.c++/m-static1.cc: Ditto.
23527 * gdb.c++/try_catch.cc: Ditto.
23528
23529 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23530
23531 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23532 to see whether we are using the new -environment-directory
23533 command which resets via -r or the old version of the command
23534 which may prompt the user. Part of fix for gdb/741.
23535
23536 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23537
23538 * gdb.fortran/types.exp: Update obsolete comment.
23539 * gdb.fortran/exprs.exp: Ditto.
23540 * lib/gdb.exp: Delete obsolete code.
23541 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23542 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23543 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23544 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23545 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23546 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23547 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23548 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23549 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23550 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23551 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23552 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23553 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23554 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23555 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23556 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23557 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23558 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23559 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23560 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23561 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23562 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23563 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23564 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23565 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23566 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23567 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23568 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23569 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23570 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23571 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23572 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23573 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23574 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23575 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23576 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23577 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23578
23579 2002-12-11 David Carlton <carlton@math.stanford.edu>
23580
23581 * gdb.c++/m-data.exp: Add test for members that shadow global
23582 variables: see PR gdb/804.
23583 * gdb.c++/m-data.cc: Ditto.
23584
23585 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23586
23587 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23588
23589 2002-12-06 David Carlton <carlton@math.stanford.edu>
23590
23591 * gdb.base/store.c: Don't declare functions static.
23592
23593 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23594
23595 * gdb.base/store.exp, gdb.base/store.c: New files.
23596
23597 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23598
23599 * gdb.base/selftest.exp: Update for current gdb.
23600
23601 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23602
23603 * gdb.base/maint.exp: Only dump symbols from one source file
23604 or objfile.
23605
23606 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23607
23608 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23609 function call.
23610
23611 2002-11-25 Jim Blandy <jimb@redhat.com>
23612
23613 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23614 function appearing in error message.
23615
23616 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23617
23618 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23619
23620 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23621
23622 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23623 for mi1 and current mi is in correct format. New mi startup message
23624 should be in mi console format. This is part of fix for PR gdb/604.
23625
23626 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23627
23628 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23629 which explicitly prints the zero offset as "+0".
23630
23631 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23632
23633 * gdb.threads/schedlock.c (args): Make unsigned.
23634
23635 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23636
23637 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23638 numbers. Allow "foo2|selected stack frame".
23639 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23640 * gdb.asm/asmsrc2.s: Likewise.
23641 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23642 comments.
23643 * gdb.asm/mips.inc: New file.
23644
23645 2002-10-18 Adam Fedor <fedor@gnu.org>
23646
23647 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23648 * gdb.base/help.exp: Likewise.
23649
23650 2002-10-17 Kevin Buettner <kevinb@redhat.com>
23651
23652 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23653 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23654
23655 2002-10-02 Jim Blandy <jimb@redhat.com>
23656
23657 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23658
23659 2002-10-01 Andrew Cagney <ac131313@redhat.com>
23660
23661 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23662 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23663 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23664 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23665 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23666 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23667 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23668
23669 2002-09-29 Andrew Cagney <ac131313@redhat.com>
23670
23671 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23672 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23673 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23674 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23675 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23676 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23677 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
23678
23679 2002-09-27 Kevin Buettner <kevinb@redhat.com>
23680
23681 * gdb.base/annota1.exp (info break): Make directory components of
23682 path optional since not all compilers emit this debug information.
23683
23684 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23685 step ends up stepping out of the function instead of stopping on
23686 the epilogue.
23687
23688 2002-09-26 Keith Seitz <keiths@redhat.com>
23689
23690 * lib/insight-support.exp (gdbtk_start): Figure out where
23691 the insight executable is based on where gdb is. Use this
23692 executable to start insight instead of gdb.
23693
23694 2002-09-25 Andrew Cagney <cagney@redhat.com>
23695
23696 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23697
23698 2002-09-24 Andrew Cagney <ac131313@redhat.com>
23699
23700 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23701 test_isolated_complaints.
23702 (test_empty_complaint): New function.
23703 (test_empty_complaints): New function. Check no output when no
23704 complaints.
23705
23706 2002-09-19 Jim Blandy <jimb@redhat.com>
23707
23708 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23709
23710 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23711
23712 * gdb.gdb/complaints.exp: New file.
23713
23714 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23715
23716 * gdb.base/maint.exp: Check `help maint internal-warning'.
23717
23718 2002-09-18 David Carlton <carlton@math.stanford.edu>
23719
23720 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23721 numbers, and replace them by a single breakpoint after the
23722 constructors are all finished.
23723 Add test 4.
23724 * gdb.c++/m-static.cc: Add test 4.
23725 * gdb.c++/m-static.h: New file.
23726 * gdb.c++/m-static1.cc: New file.
23727
23728 * gdb.c++/printmethod.exp: New file.
23729 * gdb.c++/printmethod.cc: New file.
23730
23731 * gdb.c++/pr-574.exp: New file.
23732 * gdb.c++/pr-574.cc: New file.
23733
23734 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23735
23736 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23737 embedded targets which never actually exit.
23738
23739 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23740
23741 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23742 "don't step after run" as unresolved or unsupported, instead of xfail.
23743
23744 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23745
23746 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23747 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23748 Add newline to expected string in "step out of main (status wrapper)"
23749 case.
23750
23751 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23752
23753 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23754 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23755
23756 2002-09-17 Tom Tromey <tromey@redhat.com>
23757
23758 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23759 \000, not \0, in double-quoted string.
23760
23761 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23762
23763 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23764 string after running the commands execution on breakpoint tests.
23765
23766 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23767
23768 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23769
23770 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23771
23772 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23773
23774 2002-09-10 Keith Seitz <keiths@redhat.com>
23775
23776 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23777 runto proc.
23778 (mi_run_to_main): Use mi_runto.
23779 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23780
23781 2002-09-10 Keith Seitz <keiths@redhat.com>
23782
23783 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23784 regexp for stopping at main. Could have multiple event notifications.
23785 Don't assume that main was declared with no parameters.
23786 (mi_next): Use mi_step_to.
23787 (mi_step): Use mi_next_to.
23788
23789 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23790
23791 * gdb.base/default.exp: Fix expected string in `info float' test.
23792
23793 2002-09-09 Ben Elliston <bje@redhat.com>
23794
23795 * config/mips.exp: Update comments.
23796 * config/mips-idt.exp: Likewise.
23797 * config/nind.exp: Likewise.
23798 * config/slite.exp: Likewise.
23799 * config/sparclet.exp: Likewise.
23800 * config/udi.exp: Likewise.
23801 * config/vx.exp: Likewise.
23802 * config/vxworks29k.exp: Likewise.
23803
23804 2002-09-05 Jim Blandy <jimb@redhat.com>
23805
23806 * gdb.threads/killed.exp: Fix test failure message.
23807
23808 2002-09-04 Keith Seitz <keiths@redhat.com>
23809
23810 * lib/mi-support.exp: Update copyright.
23811 (mi_gdb_test): Increase the priority of the expected pattern
23812 so that it matches gdb_test.
23813
23814 2002-09-03 Keith Seitz <keiths@redhat.com>
23815
23816 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23817 Use integer comparison instead of string comparison for testing
23818 whether binary was built.
23819
23820 2002-09-03 Jim Blandy <jimb@redhat.com>
23821
23822 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23823
23824 2002-08-29 Jim Blandy <jimb@redhat.com>
23825
23826 * gdb.threads/pthreads.exp: Move the portable thread compilation
23827 code into a function in lib/gdb.exp, and call that from here.
23828 * lib/gdb.exp (gdb_compile_pthreads): New function.
23829
23830 2002-08-29 Keith Seitz <keiths@redhat.com>
23831
23832 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23833 expect_out so that callers can get at it.
23834
23835 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23836
23837 * gdb.threads/print-threads.c: New file.
23838 * gdb.threads/print-threads.exp: New file.
23839 * gdb.threads/schedlock.c: New file.
23840 * gdb.threads/schedlock.exp: New file.
23841
23842 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23843
23844 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23845 not altivec.c.
23846
23847 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23848
23849 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23850 targets. The problem should be fixed now.
23851
23852 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23853
23854 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23855 2002-07-24 change that removes final dots from error messages.
23856
23857 2002-08-13 Tom Tromey <tromey@redhat.com>
23858
23859 * gdb.base/readline.exp: New file.
23860
23861 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23862
23863 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23864 supress message.
23865
23866 2002-08-01 Andrew Cagney <cagney@redhat.com>
23867
23868 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23869 CHILL_FOR_TARGET and CHILL_LIB.
23870 * configure.in (configdirs): Remove gdb.chill.
23871 * configure: Regenerate.
23872 * lib/gdb.exp: Obsolete references to chill.
23873 * gdb.fortran/types.exp: Ditto.
23874 * gdb.fortran/exprs.exp: Ditto.
23875
23876 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23877
23878 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23879 set Irix-specific compile and link flags.
23880
23881 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23882
23883 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23884 source files. The ``-o'' option doesn't work with the ``-E'' option
23885 when using the Irix compiler.
23886
23887 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23888
23889 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23890 Improve support for reusing an exec file. Copy exec file
23891 to target, and run gdbserver on the target instead of on the host.
23892
23893 2002-07-18 Jim Blandy <jimb@redhat.com>
23894
23895 * gdb.base/ending-run.exp: Don't expect to see the program end in
23896 some orderly fashion when we're running on a real stand-alone
23897 board.
23898
23899 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23900 targets that don't support interrupts.
23901
23902 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23903
23904 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23905 systems.
23906 Move comments in expect statements to inside the actions, so that they
23907 don't get matched against.
23908
23909 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23910
23911 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23912 function when asleep" test.
23913
23914 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23915
23916 * gdb.base/page.exp: Rewrite to handle problems with very long
23917 `info set' output. Update copyright.
23918
23919 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23920
23921 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23922 gdb.threads-hp.
23923 * gdb.hp/configure: Regenerate.
23924 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23925 * gdb.hp/gdb.threads-hp/configure: Delete file.
23926 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23927
23928 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23929
23930 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23931 setlocale, bindtextdomain and textdomain.
23932
23933 2002-06-11 Jim Blandy <jimb@redhat.com>
23934
23935 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23936 preprocessor macro information is present.
23937
23938 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23939 tests.
23940
23941 2002-06-06 Michael Snyder <msnyder@redhat.com>
23942
23943 * gdb.base/overlays.exp: Record addresses of overlay
23944 functions in TCL variables rather than in GDB variables,
23945 to avoid having GDB convert them to pointers (with loss
23946 of information).
23947
23948 * gdb.base/d10v.ld: Merge in several years worth of
23949 default linker script changes.
23950 * gdb.base/long_long.exp: Add check for sizeof (long double).
23951
23952 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23953
23954 * gdb.asm/asm-source.exp: Add x86-64 target.
23955 * gdb.asm/x86_64.inc: New.
23956
23957 2002-05-30 Michael Chastain <mec@shout.net>
23958
23959 From Benjamin Kosnik <bkoz@redhat.com>:
23960 * gdb.c++/m-static.cc: New file.
23961 * gdb.c++/m-static.exp: New file.
23962
23963 2002-05-28 Michael Snyder <msnyder@redhat.com>
23964
23965 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23966 precision.
23967
23968 2002-05-27 Michael Chastain <mec@shout.net>
23969
23970 From Benjamin Kosnik <bkoz@redhat.com>:
23971 * gdb.c++/m-data.cc: New file.
23972 * gdb.c++/m-data.exp: New file.
23973
23974 2002-05-27 Michael Chastain <mec@shout.net>
23975
23976 From Benjamin Kosnik <bkoz@redhat.com>:
23977 * gdb.c++/try_catch.cc: New file.
23978 * gdb.c++/try_catch.exp: New file.
23979
23980 2002-05-27 Michael Chastain <mec@shout.net>
23981
23982 * gdb.c++/local.exp: Accept more nested types in output.
23983
23984 2002-05-26 Michael Chastain <mec@shout.net>
23985
23986 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23987
23988 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23989
23990 * lib/gdb.exp (gdb_wrapper_init): Just because
23991 gdb_wrapper_file exists, this does not mean that the file
23992 should not be rebuilt. That is what gdb_wrapper_initialized
23993 is for.
23994 (default_gdb_init): Reset gdb_wrapper_initialized.
23995
23996 2002-05-23 Michael Snyder <msnyder@redhat.com>
23997
23998 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23999 the precision of the floating point test results.
24000 * gdb.base/call-rt-st.exp: Ditto.
24001
24002 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24003 * gdb.base/call-rt-st.exp: Ditto.
24004
24005 2002-05-19 Michael Chastain <mec@shout.net>
24006
24007 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24008
24009 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
24010
24011 * configure.in (configdirs): Add gdb.arch.
24012 * configure: Regenerate.
24013
24014 2002-05-17 Jim Blandy <jimb@redhat.com>
24015
24016 * gdb.base/completion.exp: Recognize the more detailed error
24017 messages produced by the macro expander's lexical analyzer.
24018
24019 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24020
24021 * gdb.arch/altivec-abi.c: New file.
24022 * gdb.arch/altivec-abi.exp: New file.
24023 * gdb.arch/altivec-regs.c: New file.
24024 * gdb.arch/altivec-regs.exp: New file.
24025
24026 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
24027
24028 * gdb.base/maint.exp (maint print type): Update for new type
24029 structure.
24030
24031 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24032
24033 * gdb.arch: New directory.
24034 * gdb.arch/configure.in: New file.
24035 * gdb.arch/configure: New file.
24036 * gdb.arch/Makefile.in: New file.
24037
24038 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
24039
24040 * gdb.asm/asm-source.exp: Add v850 as supported target.
24041 * gdb.asm/v850.inc: New file.
24042
24043 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
24044
24045 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24046
24047 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
24048
24049 * gdb.base/break.exp: Check 'break "marker2"'.
24050
24051 2002-05-10 Michael Snyder <msnyder@redhat.com>
24052
24053 * gdb.base/long_long.exp: Fix typo.
24054
24055 2002-05-10 Jim Blandy <jimb@redhat.com>
24056
24057 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24058 a bug.
24059
24060 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24061 Recognize more detailed error message produced by the macro
24062 expander's lexical analyzer.
24063 * lib/gdb.exp (test_print_reject): Same.
24064
24065 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24066
24067 * gdb.c++/method.exp: Fix typo.
24068
24069 2002-05-08 Michael Snyder <msnyder@redhat.com>
24070
24071 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24072 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24073 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24074 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24075 Add iftarget clause for strongarm.
24076
24077 2002-05-06 Michael Snyder <msnyder@redhat.com>
24078
24079 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24080 (gdb_continue_to_end): Accept output from status wrapper.
24081 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24082 Clean up fail messages to match pass messages.
24083
24084 Enable the "needs_status_wrapper" testsuite feature.
24085 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24086 (gdb_compile): Conditionally call gdb_wrapper_init.
24087 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24088 * gdb.c++/method.exp: Recognize output from status wrapper.
24089
24090 2002-05-06 Ben Elliston <bje@redhat.com>
24091 From Graydon Hoare <graydon@redhat.com>
24092
24093 * config/sid.exp: Include support for "rawsid" protocol.
24094
24095 2002-05-03 Jim Blandy <jimb@redhat.com>
24096
24097 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24098 * gdb.c++/hang3.C: New file.
24099
24100 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24101
24102 * gdb.base/default.exp: Remove obsolete code.
24103 * gdb.c++/misc.exp: Ditto. Update copyright.
24104 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24105 * gdb.base/whatis.exp: Ditto. Update copyright.
24106 * gdb.base/scope.exp: Ditto. Update copyright.
24107 * gdb.base/ptype.exp: Ditto. Update copyright.
24108 * gdb.base/printcmds.exp: Ditto. Update copyright.
24109 * gdb.base/opaque.exp: Ditto. Update copyright.
24110 * gdb.base/list.exp: Ditto.
24111 * gdb.base/funcargs.exp: Ditto. Update copyright.
24112 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24113 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24114 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24115 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24116 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24117 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24118
24119 2002-05-02 Michael Snyder <msnyder@redhat.com>
24120
24121 * gdb.base/watchpoint.exp: Add xscale target.
24122 * gdb.base/long_long.exp: Add xscale target.
24123 * gdb.base/default.exp: Add xscale target.
24124
24125 2002-05-01 Jim Blandy <jimb@redhat.com>
24126
24127 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24128 gdb.c++/hang.exp: New test.
24129
24130 2002-05-01 Fred Fish <fnf@redhat.com>
24131
24132 * gdb.base/completion.exp: Handle completions of "./Make" for
24133 more than one completion possibility, as is the case when we
24134 build and test in the source tree.
24135
24136 2002-04-29 Anthony Green <green@redhat.com>
24137
24138 * gdb.java/jmisc1.exp: New file.
24139 * gdb.java/jmisc2.exp: New file.
24140
24141 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
24142
24143 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24144
24145 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
24146
24147 * gdb.base/help.exp: Change 'help status' to allow for target
24148 dependent output differences.
24149
24150 2002-04-22 Michael Chastain <mec@shout.net>
24151
24152 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24153
24154 2002-04-22 Michael Chastain <mec@shout.net>
24155
24156 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24157
24158 2002-04-17 David S. Miller <davem@redhat.com>
24159
24160 * gdb.asm/sparc64.inc: New file.
24161 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24162
24163 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
24164
24165 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24166 instruction file directly into the build tree. Clean up at end of
24167 test.
24168
24169 2002-04-18 David S. Miller <davem@redhat.com>
24170
24171 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24172 handle 64-bit platforms correctly.
24173 * gdb.base/maint.exp: Likewise.
24174
24175 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24176
24177 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24178 ``-fpic'' when compiling files comprising a shared library, but
24179 it does need additional linker flags in order to find shared
24180 libraries at run time.
24181
24182 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24183
24184 * gdb.base/cvexpr.c (use): New function.
24185 (main): Invoke use() on all global variables to prevent
24186 some linkers from deleting these otherwise unused symbols.
24187
24188 2002-04-17 Michael Chastain <mec@shout.net>
24189 From David S. Miller <davem@redhat.com>
24190
24191 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24192 handle 64-bit platforms correctly.
24193
24194 2002-04-12 Michael Snyder <msnyder@redhat.com>
24195 From Jim Blandy <jimb@redhat.com>
24196 * gdb.base/foo.c (foox): Remove section attribute; the linker
24197 script can handle this instead.
24198 * gdb.base/bar.c (barx): Same.
24199 * gdb.base/baz.c (bazx): Same.
24200 * gdb.base/grbx.c (grbxx): Same.
24201
24202 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24203 manager doesn't automatically unmap overlays unnecessarily.
24204
24205 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24206
24207 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24208 stepping out of main.
24209
24210 2002-04-09 Michael Chastain <mec@shout.net>
24211
24212 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24213 scope so that the nested scope tests will make sense.
24214 * gdb.c++/local.exp: Write patterns that actually work with gcc
24215 (the HP patterns "were never known to work with gcc").
24216 Keep the old aCC patterns too.
24217
24218 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24219
24220 * gdb.base/attach.exp: Correct target board test.
24221
24222 2002-04-08 Michael Chastain <mec@shout.net>
24223
24224 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24225 in a const method. Add some xfail and fail cases for configurations
24226 that do not emit the "const ...".
24227
24228 2002-04-07 Michael Chastain <mec@shout.net>
24229
24230 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24231 Accept "A * const" and "const A * const" as type of "this".
24232 Fix spelling of getFunky throughout. Make messages uniform.
24233
24234 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24235
24236 Work around for PR gdb/285:
24237 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24238
24239 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24240
24241 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24242 instructions file at run time instead of configure time.
24243 Sometimes we run the test in a directory that is not the one we
24244 configured in.
24245 * gdb.asm/configure.in: Delete creation of symlink.
24246 * gdb.asm/configure: Regenerate.
24247
24248 2002-04-05 J. Brobecker <brobecker@gnat.com>
24249
24250 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24251 xfullpath () function.
24252
24253 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24254
24255 * gdb.asm/Makefile.in: Correct dependencies.
24256
24257 * gdb.asm/powerpc.inc: New file.
24258 * gdb.asm/asm-source.exp: Add PowerPC.
24259 * gdb.asm/configure.in: Likewise.
24260 * gdb.asm/configure: Regenerated.
24261
24262 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24263
24264 * gdb.base/relocate.exp: New file.
24265 * gdb.base/relocate.c: New file.
24266
24267 2002-04-04 Fred Fish <fnf@redhat.com>
24268
24269 * gdb.base/step-test.exp: Update comment regarding stopping in
24270 memcpy/bcopy calls inserted as part of the compiler runtime.
24271
24272 2002-04-04 Michael Snyder <msnyder@redhat.com>
24273
24274 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24275
24276 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24277
24278 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24279 (gdb_expect): Remove $notransfer hack.
24280
24281 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24282
24283 * gdb.c++/classes.exp ("calling method for small class"): Match
24284 updated register output.
24285
24286 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24287
24288 Fix PR gdb/452
24289 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24290 when finished. Make gdb_file_cmd send "exec-file" when
24291 appropriate.
24292
24293 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24294
24295 * gdb.base/attach.exp: Remove extra setup_xfail.
24296
24297 2002-03-26 Michael Snyder <msnyder@redhat.com>
24298
24299 * gdb.base/default.exp: Add tests for dump, append, and restore.
24300 * gdb.base/help.exp: Add tests for dump, append, and restore.
24301 * gdb.base/dump.exp: New file, test dump, append and restore.
24302 * gdb.base/dump.c: New file.
24303
24304 2002-03-27 Michael Snyder <msnyder@redhat.com>
24305
24306 * gdb.base/help.exp: Modify expect strings to reflect
24307 clean-ups in help messages.
24308
24309 2002-03-26 Fred Fish <fnf@redhat.com>
24310
24311 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24312 have debugging info for those functions and the compiler uses them
24313 internally to copy structs around.
24314
24315 2002-03-26 Fred Fish <fnf@redhat.com>
24316
24317 * gdb.base/list.exp: Revert the change made yesterday and add note
24318 about why we don't list the default lines for remote targets.
24319
24320 2002-03-25 Michael Snyder <msnyder@redhat.com>
24321
24322 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24323
24324 2002-03-25 Fred Fish <fnf@redhat.com>
24325
24326 * gdb.base/list.exp: This test works on remote targets so remove
24327 the short circuit for remote targets. Update copyright.
24328
24329 2002-03-25 Fred Fish <fnf@redhat.com>
24330
24331 * gdb.base/attach.exp: Fix logic error that was suppressing this
24332 test for all non hppa*-*-hpux* targets, instead of the hp target.
24333 Move comments closer to the suppression point. Also now need to
24334 check that we are running natively.
24335
24336 2002-03-22 Michael Snyder <msnyder@redhat.com>
24337
24338 * gdb.base/default.exp: Add test for gcore. Update copyright.
24339 * gdb.base/help.exp: Add test for gcore. Update copyright.
24340
24341 2002-03-06 Fred Fish <fnf@redhat.com>
24342
24343 * gdb.base/funcargs.c: Remove extraneous ';' character.
24344 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24345
24346 2002-03-04 Michael Chastain <mec@shout.net>
24347
24348 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24349 accommodate gcc v3 function signature.
24350 * gdb.mi/mi0-var-cmd-exp: Ditto.
24351
24352 2002-02-24 Andrew Cagney <ac131313@redhat.com>
24353
24354 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24355 ``GNU/Linux'' or ``Linux kernel''
24356 * testsuite/gdb.threads/pthreads.c: Ditto.
24357
24358 2002-02-24 Michael Chastain <mec@shout.net>
24359
24360 * gdb.threads/pthreads.c (thread1): Add a return statement.
24361 (thread2): Likewise.
24362 (foo): Likewise.
24363
24364 2002-02-23 Michael Chastain <mec@shout.net>
24365
24366 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24367 to placate gcc.
24368
24369 2002-02-23 Michael Chastain <mec@shout.net>
24370
24371 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24372 test "ptype bint". The test passes on all my stabs configurations.
24373
24374 2002-02-21 Jim Blandy <jimb@redhat.com>
24375
24376 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24377 filename at a time, and watch for the ones we want to see.
24378
24379 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24380 types of pointers to prototyped functions.
24381
24382 2002-02-20 Andrew Cagney <ac131313@redhat.com>
24383
24384 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24385 signed, unsigned and straight char.
24386 (padding_char, padding_short, padding_int, padding_long,
24387 padding_long_long, padding_float, padding_double,
24388 padding_long_double): New global variables.
24389 (fill, fill_structs): New functions.
24390
24391 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24392 for correctly sized writes. Update copyright.
24393 (get_valueof): New procedure.
24394 (get_sizeof): Call get_valueof.
24395 (check_valueof): New procedure.
24396 (check_padding): New procedure.
24397
24398 2002-02-20 Michael Chastain <mec@shout.net>
24399
24400 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24401 to setup_xfail. Document some of the remaining calls.
24402
24403 2002-02-18 Michael Chastain <mec@shout.net>
24404
24405 * gdb.c++/userdef.exp: Update copyright year.
24406
24407 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
24408
24409 * gdb.c++/userdef.exp: Test overloaded operators properly.
24410 Remove xfails.
24411
24412 2002-02-14 Michael Snyder <msnyder@redhat.com>
24413
24414 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24415
24416 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
24417
24418 * gdb.base/a2-run.exp: Check for a remote target properly.
24419 * gdb.base/annota1.exp: Likewise.
24420 * gdb.base/list.exp: Likewise.
24421 * gdb.base/reread.exp: Likewise.
24422 * gdb.base/scope.exp: Likewise.
24423 * gdb.base/shlib-call.exp: Likewise.
24424 * gdb.base/term.exp: Likewise.
24425 * gdb.c++/annota2.exp: Likewise.
24426
24427 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
24428
24429 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24430
24431 2002-02-10 Michael Chastain <mec@shout.net>
24432
24433 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24434 (call_after_alloca): Ditto.
24435
24436 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
24437
24438 * gdb.base/ending-run.exp: Guard "cont" test with
24439 gdb_skip_stdio_test.
24440
24441 2002-02-06 Jim Blandy <jimb@redhat.com>
24442
24443 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24444 from here...
24445 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24446 To here. Disable this test on non-HP platforms. Add big comment.
24447
24448 2002-02-04 Michael Snyder <msnyder@redhat.com>
24449
24450 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24451 other than d10v and m32r.
24452
24453 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
24454
24455 * gdb.base/default.exp: Rewrite test patterns to reduce time
24456 taken to match them.
24457
24458 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24459
24460 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24461 Allow a start function above main.
24462 * gdb.threads/linux-dp.exp: Fix copyright date.
24463
24464 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24465
24466 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24467 (check_philosopher_stack): Check for manager thread before checking
24468 for a just-starting thread.
24469
24470 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24471
24472 From Neil Booth <neil@daikokuya.demon.co.uk>:
24473 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24474 warnings.
24475
24476 2002-01-21 Fred Fish <fnf@redhat.com>
24477
24478 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24479 not caller.
24480
24481 2002-01-21 Jim Blandy <jimb@redhat.com>
24482
24483 * gdb.base/reread.exp: Check that GDB properly re-reads the
24484 executable file when it changes while no inferior is running.
24485
24486 2002-01-21 Fred Fish <fnf@redhat.com>
24487
24488 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24489 optionally accept the "shlib events" variation.
24490
24491 2002-01-21 Jim Blandy <jimb@redhat.com>
24492
24493 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24494 call `fflush' after every `printf', so that the output is produced
24495 at predictable points, regardless of whatever buffering does (or
24496 doesn't) take place.
24497 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24498 at different points.
24499
24500 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24501
24502 * gdb.c++/inherit.exp: Update copyright years.
24503 * gdb.c++/method.exp: Likewise.
24504
24505 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24506
24507 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24508 artificial methods/arguments.
24509 * gdb.c++/derivation.exp: Likewise.
24510 * gdb.c++/inherit.exp: Likewise.
24511 * gdb.c++/method.exp: Likewise.
24512 * gdb.c++/virtfunc.exp: Likewise.
24513
24514 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24515
24516 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24517 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24518 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24519 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24520 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24521 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24522
24523 2002-01-17 Jim Blandy <jimb@redhat.com>
24524
24525 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24526 anchoring the pattern matching the entry point symbol's name.
24527
24528 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24529
24530 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24531 continue/quit query. Update copyright.
24532
24533 2002-01-14 Michael Snyder <msnyder@redhat.com>
24534
24535 * gdb.base/gcore.exp: Remove extra debugging output.
24536
24537 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24538
24539 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24540 for slightly dubious v2 mangled string.
24541
24542 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24543
24544 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24545
24546 2002-01-10 Jason Merrill <jason@redhat.com>
24547
24548 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24549
24550 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24551 constructors.
24552 * gdb.c++/derivation.exp: Likewise.
24553 * gdb.c++/templates.exp: Likewise.
24554 * gdb.c++/virtfunc.exp: Likewise.
24555
24556 2002-01-10 Michael Snyder <msnyder@redhat.com>
24557
24558 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24559
24560 2002-01-08 Michael Snyder <msnyder@redhat.com>
24561
24562 * gdb.base/gcore.exp: New test for generate-core-file command.
24563 * gdb.base/gcore.c: Testcase for above.
24564 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24565
24566 2002-01-08 Jason Merrill <jason@redhat.com>
24567
24568 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24569
24570 2002-01-07 Fred Fish <fnf@redhat.com>
24571
24572 * gdb.c++/overload.exp: Remove unconditional xfails for:
24573 print foo_instance1.overloadargs(1)
24574 print foo_instance1.overloadargs(1, 2)
24575 print foo_instance1.overloadargs(1, 2, 3)
24576 print foo_instance1.overloadargs(1, 2, 3, 4)
24577 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24578 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24579 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24580 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24581 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24582 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24583 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24584 print foo_instance1.overload1arg()
24585 print foo_instance1.overload1arg((char)arg2)
24586 print foo_instance1.overload1arg((signed char)arg3)
24587 print foo_instance1.overload1arg((unsigned char)arg4)
24588 print foo_instance1.overload1arg((int)arg7)
24589 print foo_instance1.overload1arg((unsigned int)arg8)
24590 print foo_instance1.overload1arg((float)arg11)
24591 print foo_instance1.overload1arg((double)arg12)
24592
24593 2002-01-07 Michael Snyder <msnyder@redhat.com>
24594
24595 * gdb.base/huge.exp: New test. Print a very large target data object.
24596 (skip_huge_test): New test variable. Define if you want to skip this
24597 test. The test reads an 8 megabyte data object from the target, so it
24598 might be very time consuming on remote targets with a slow connection.
24599 * gdb.base/huge.c: New file. Test case for above.
24600
24601 2002-01-07 Fred Fish <fnf@redhat.com>
24602
24603 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24604 g_instance.bfoo, and g_instance.cfoo.
24605
24606 2002-01-07 Jeffrey A Law <law@redhat.com>
24607
24608 * gdb.base/break.c (multi_line_if_conditional): New function.
24609 (multi_ilne_while_conditional): Likewise.
24610 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24611 IF or WHILE condition puts the breakpoint at the start of
24612 the condition.
24613
24614 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24615 hppa*-*-hpux* expected failure.
24616 * gdb.base/structs.exp (do_function_calls): Similarly.
24617
24618 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24619 watchpoints.
24620
24621 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24622
24623 Fix PR gdb/66.
24624 * gdb.base/structs.exp: Replace skip for a29k with skip for
24625 gdb,cannot_call_functions.
24626 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24627 * gdb.base/callfuncs.exp: Ditto.
24628 * gdb.base/call-rt-st.exp: Ditto.
24629 * gdb.base/call-strs.exp: Ditto.
24630 * gdb.base/callfwmall.exp: Ditto.
24631 * gdb.base/scope.exp: Obsolete xfail a29k.
24632 * gdb.c++/misc.exp: Ditto.
24633 * gdb.c++/cplusfuncs.exp: Ditto.
24634 * gdb.base/ptype.exp: Ditto.
24635 * gdb.base/printcmds.exp: Ditto.
24636 * gdb.base/opaque.exp: Ditto.
24637 * gdb.base/list.exp: Ditto.
24638 * gdb.base/funcargs.exp: Ditto.
24639 * gdb.base/default.exp: Ditto.
24640
24641 2002-01-04 Michael Snyder <msnyder@redhat.com>
24642
24643 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24644 * gdb.base/maint.exp: Add tests for maint info sections options.
24645
24646 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24647
24648 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24649
24650 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
24651
24652 * gdb.asm/arm.inc: New file.
24653 * gdb.asm/asm-source.exp: Add arm targets.
24654 * gdb.asm/configure.in: Ditto.
24655 * gdb.asm/configure: Recreated from configure.in.
24656
24657 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24658
24659 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24660 with HP's compiler.
24661 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24662 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24663 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24664 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24665
24666 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24667 either HP's compilers or GCC.
24668
24669 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24670 a SIGBUS or SIGSEGV.
24671
24672 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24673
24674 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24675 can be compiled with either HP's compiler or GCC.
24676
24677 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24678 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24679 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24680
24681 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24682 to match current gdb output. Update due to using auto-solib-limit
24683 for limiting instead of overloading auto-solib-add.
24684 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24685 test program.
24686
24687 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
24688 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24689 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24690 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24691 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24692 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24693 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24694 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24695 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24696 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24697 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24698 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24699 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24700
24701 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24702 a SIGTRAP to the inferior.
24703
24704 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24705
24706 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24707 Substitute call to target_link by call to gdb_compile.
24708
24709 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24710
24711 * gdb.base/break.exp: Fix HP specific search string when testing
24712 backtracing in a called function.
24713
24714 * gdb.base/constvars.exp: Only set lang to C++ if we're
24715 compiling the test with HP's compilers.
24716 * gdb.base/volatile.exp: Similarly.
24717
24718 2001-12-19 Jim Blandy <jimb@redhat.com>
24719
24720 * gdb.base/printcmds.exp: Expect the null character to be printed
24721 as '\0', and the '\013' to be printed as '\v'.
24722 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24723 * gdb.base/setvar.exp: Same.
24724
24725 2001-12-17 Jim Blandy <jimb@redhat.com>
24726
24727 * gdb.base/completion.exp: Rather than completing very long
24728 filenames, which can make the readline library produce output we
24729 don't recognize, cd to the directory first, and then complete
24730 using nice, short relative paths.
24731
24732 * gdb.base/completion.exp: On some systems, there is, in fact, a
24733 variable named `b' in scope, since GDB treats all static
24734 variables as being in scope. So use `no_var_named_this'
24735 instead of `b'.
24736
24737 * gdb.base/corefile.exp: Recognize the message saying that GDB
24738 can't find the core file's registers as a failure.
24739
24740 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24741
24742 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24743 test expect string more specific.
24744
24745 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24746
24747 * gdb.asm/asm-source.exp: Add support for xstormy16.
24748 * gdb.asm/configure.in: Ditto.
24749 * gdb.asm/configure: Rebuild.
24750 * gdb.asm/xstormy16.inc: New file.
24751
24752 2001-12-10 Fred Fish <fnf@redhat.com>
24753
24754 * gdb.base/maint.exp: Update to match changes in type dumping code.
24755
24756 2001-12-10 Jim Blandy <jimb@redhat.com>
24757
24758 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24759 matching the entry point symbol's name at the beginning of the
24760 line.
24761
24762 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24763
24764 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24765 gdb.c++/inherit.exp, gdb.c++/method.exp,
24766 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24767 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24768 and class layout support.
24769
24770 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24771
24772 * gdb.c++/classes.exp: Add test for static member function.
24773 * gdb.c++/misc.cc: Add class with static member function.
24774
24775 2001-12-07 Jim Blandy <jimb@redhat.com>
24776
24777 If GDB says it can't find the struct the function returned, report
24778 those tests as `unsupported'.
24779 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24780 Rewrite subsequent tests to use it.
24781
24782 If GDB says it can't find the struct the function returned, report
24783 those tests as `unsupported'.
24784 * gdb.base/structs.exp (call_struct_func): New function.
24785 (do_function_calls): Use call_struct_func to call the functions
24786 returning structs.
24787
24788 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24789 whether functions are prototyped or not, so we can't possibly pass
24790 arguments to t_float_values2 properly.
24791
24792 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24793 value of `timeout' for targets other than the mips*tx39-*.
24794
24795 2001-12-06 Michael Snyder <msnyder@redhat.com>
24796
24797 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24798 and detect whether the start symbol has a leading underscore.
24799
24800 2001-12-04 Jim Blandy <jimb@redhat.com>
24801
24802 * gdb.base/completion.exp: Clarify indentation.
24803
24804 2001-12-03 Jim Blandy <jimb@redhat.com>
24805
24806 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24807 variables on the S/390, not `.word'.
24808
24809 2001-11-30 Jim Blandy <jimb@redhat.com>
24810
24811 Add assembly-source tests for s390-ibm-linux.
24812 * gdb.asm/s390.inc: New file.
24813 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24814 the S/390 architecture.
24815 * gdb.asm/configure: Regenerated.
24816
24817 2001-11-30 Michael Snyder <msnyder@redhat.com>
24818
24819 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24820 next, info source, info sources, info line, global and static
24821 variables, and static functions.
24822 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24823 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24824 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24825 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24826 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24827 (gdbasm_leave): Restore frame pointer.
24828 (gdbasm_startup): Copy stack set-up from crt0.S.
24829
24830 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24831
24832 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24833 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24834 to a local (non-static) variable. Copy tstruct.a to a static buffer
24835 and return a pointer to that buffer.
24836 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24837
24838 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24839
24840 * gdb.asm/configure.in: Fix recognition of ix86 target.
24841 * gdb.asm/configure: Regenerate.
24842
24843 2001-11-21 Michael Snyder <msnyder@redhat.com>
24844
24845 * gdb.asm/sparc.inc: New file.
24846 * gdb.asm/asm-source.exp: Recognize sparc target.
24847 * gdb.asm/configure.in: Recognize sparc target.
24848 * gdb.asm/configure: Regenerate.
24849
24850 2001-11-21 Michael Snyder <msnyder@redhat.com>
24851
24852 * gdb.asm/m32r.inc: New file.
24853 * gdb.asm/asm-source.exp: Recognize m32r target.
24854 * gdb.asm/configure.in: Recognize m32r target.
24855 * gdb.asm/configure: Regenerate.
24856
24857 2001-11-20 Michael Snyder <msnyder@redhat.com>
24858
24859 * gdb.asm/i386.inc: New file.
24860 * gdb.asm/asm-source.exp: Recognize ix86 target.
24861 * gdb.asm/configure.in: Recognize ix86 target.
24862 * gdb.asm/configure: Regenerate.
24863
24864 * gdb.c++/namespace.exp: Fix quotes in output messages.
24865
24866 2001-11-14 Michael Snyder <msnyder@redhat.com>
24867
24868 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24869 qualifier in a type cast expression, to designate an address
24870 in the instruction space (Harvard architecture).
24871
24872 2001-11-13 Michael Snyder <msnyder@redhat.com>
24873
24874 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24875 Tests for expressions using 'const' and 'volatile'.
24876
24877 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24878
24879 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24880
24881 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24882
24883 * lib/mi-support.exp (mi_run_to_helper): Move comments
24884 outside of gdb_expect.
24885
24886 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24887
24888 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24889 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24890 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24891 mi0_run_to): New functions.
24892 * gdb.mi/mi-simplerun.exp: Use them.
24893 * gdb.mi/mi0-simplerun.exp: Likewise.
24894 * gdb.mi/mi-var-cmd.exp: Likewise.
24895 * gdb.mi/mi0-var-cmd.exp: Likewise.
24896
24897 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24898
24899 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24900 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24901
24902 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24903
24904 * gdb.base/restore.exp: Include $expected value in restored test
24905 message.
24906
24907 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24908
24909 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24910 implemented.
24911
24912 2001-11-08 Michael Snyder <msnyder@redhat.com>
24913
24914 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24915 Add pass/fail message for stop at breakpoint in call dummy function.
24916
24917 2001-11-07 Michael Snyder <msnyder@redhat.com>
24918
24919 * gdb.c++/templates.exp (test_template_breakpoints):
24920 If we get an overload menu, but it does not match what
24921 we expect, we still need to issue the "cancel" command.
24922 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24923 making the whitespace optional. Argument for "new" may be
24924 "unsigned" as well as "unsigned int/long".
24925 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24926 making the whitespace optional. Also replace "(void) with
24927 "((void|)), making the keyword "void" optional.
24928 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24929 making the whitespace optional. Also replace "(void) with
24930 "((void|)), making the keyword "void" optional.
24931 * gdb.base/callfuncs.c (t_float_values): This function must
24932 _not_ be prototyped, and the following function (t_float_values2)
24933 must be prototyped (if the compiler supports it), so that GDB
24934 can be tested against both cases. Usually one case involves
24935 promotion of float to double, while the other does not.
24936 * gdb.base/callfwmall.c: Ditto.
24937 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24938 includes a stack frame for "start".
24939
24940 2001-11-05 Jim Blandy <jimb@redhat.com>
24941
24942 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24943 pointers are 32 bits long, and that offsets of relocs are always
24944 stored in the data (REL-style), and not in the reloc entry itself
24945 (RELA-style).
24946 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24947 stabs.
24948
24949 2001-11-01 Michael Snyder <msnyder@redhat.com>
24950
24951 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24952 and regular expression operators by using quoting.
24953
24954 2001-10-31 Michael Snyder <msnyder@redhat.com>
24955
24956 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24957 depending on what the symbol table contains.
24958 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24959 the output of the ptype command. Similarly, accept both "const &"
24960 and "const&".
24961
24962 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24963
24964 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24965 symbol `STORAGE' to allow to choose the storage class of
24966 the local datastructures.
24967 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24968 compiler directive.
24969
24970 2001-10-30 Michael Snyder <msnyder@redhat.com>
24971
24972 * gdb.base/jump.exp: Allow it to run for all targets.
24973
24974 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24975
24976 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24977 with new double_array size.
24978 (main): Change storage class of all local variables to static.
24979 Reduce size of double_array to 9.
24980 * gdb.base/call-ar-st.exp: Increase timeout value.
24981 Change expected output for double array to match new size in
24982 call-ar-st.c.
24983
24984 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24985
24986 * gdb.base/ending-run.exp: Create identical output when passing
24987 `step to end of run' case. Add regular expression branch satisfying
24988 Stormy16 target.
24989
24990 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24991
24992 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24993 that we catch the expected failure under Linux/x86.
24994
24995 2001-10-29 Orjan Friberg <orjanf@axis.com>
24996
24997 * gdb.base/setvar.exp: Escape curly braces.
24998 * gdb.stabs/weird.exp: Ditto.
24999
25000 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
25001
25002 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25003 * gdm.mi/mi0-hack-cli.exp: Likewise.
25004
25005 2001-10-25 Andrew Cagney <ac131313@redhat.com>
25006
25007 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25008 messages.
25009
25010 2001-10-21 Andrew Cagney <ac131313@redhat.com>
25011
25012 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25013 checking MI enabled.
25014
25015 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
25016
25017 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25018
25019 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
25020
25021 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25022 if gdb child process crashes, just signal an error.
25023
25024 2001-10-02 Jim Blandy <jimb@redhat.com>
25025
25026 * lib/gdb.exp (test_xfail_format): Simplify.
25027
25028 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25029 front of the variable name `format'. Simplify `if'.
25030
25031 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25032
25033 * gdb.threads/pthreads.exp: Wait for output and delay
25034 before sending ^C.
25035
25036 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25037
25038 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25039 some incorrect output instead of timing out.
25040 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25041
25042 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
25043
25044 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25045 check to allow additional `int'.
25046
25047 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
25048
25049 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25050 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25051
25052 2001-09-27 Michael Snyder <msnyder@redhat.com>
25053
25054 * lib/gdb.exp (test_debug_format): New proc.
25055 (setup_xfail_format): Use new proc test_debug_format.
25056 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25057 proc; use new service proc test_debug_format.
25058 Replace all other "gcc_compiled" tests with this test.
25059 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25060 proc; use new service proc test_debug_format.
25061 Replace all other "gcc_compiled" tests with this test.
25062
25063 2001-09-27 Michael Snyder <msnyder@redhat.com>
25064
25065 * gdb.base/cvexpr.exp: New file.
25066 * gdb.base/cvexpr.c: New file
25067 Test for expressions using const and volatile keywords.
25068
25069 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25070
25071 * gdb.base/constvars.exp: Check for different orders of keywords
25072 and additional "int" strings in output.
25073
25074 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25075
25076 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25077 responses from "help maint".
25078
25079 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25080
25081 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25082 to localhost:NNN instead of :NNN, in case Xvfb is listening
25083 only on TCP.
25084
25085 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25086
25087 * gdb.base/recurse.exp: When checking leaving the watchpoint
25088 scope, recognize when gdb is in function's epilogue and pass.
25089
25090 2001-09-18 Keith Seitz <keiths@redhat.com>
25091
25092 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25093 support for running tests against sid targets.
25094 (gdbtk_done): Ditto.
25095
25096 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25097
25098 * gdb.base/ending-run.c (main): Set stdout buffersize
25099 to the same reasonable value for any target.
25100 * gdb.base/ending-run.exp: Add a regular expression
25101 to make testsuite happy on Sanyo Stormy16 target.
25102
25103 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25104
25105 * gdb.base/display.c (do_loops): Add float variable `f'.
25106 Increment f in loop.
25107 * gdb.base/display.exp: Increment timeout by 60 seconds.
25108 Change float display test to use variable `f'.
25109
25110 2001-09-17 Jim Blandy <jimb@redhat.com>
25111
25112 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25113 overflowing the limited breakpoint tables on some ROM monitors
25114 (like the ROM68K).
25115
25116 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
25117
25118 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25119 the "-ac" (disable access control) flag.
25120
25121 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
25122
25123 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25124 ints.
25125
25126 2001-08-30 Keith Seitz <keiths@redhat.com>
25127
25128 * lib/gdb.exp: Move all insight-related functionality into
25129 separate file.
25130 * lib/insight-support.exp: New file.
25131
25132 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
25133
25134 * config/sid.exp (sid_start): Never set sid verbosity; disable
25135 expect_background {} that consumed its stdout; tolerate </dev/null.
25136 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25137
25138 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25139
25140 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25141 CLI jump command to start it.
25142 (mi_run_to_main): Fail immediatly when unexpected output.
25143
25144 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25145
25146 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25147 beginning of function. Fix PR gdb/191.
25148
25149 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
25150
25151 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25152 what to force sid endianness to.
25153
25154 2001-08-15 Keith Seitz <keiths@redhat.com>
25155
25156 * lib/gdb.exp (gdbtk_start): Don't set environment
25157 variables for TCL_LIBRARY and friends. Insight will
25158 now figure these out for itself.
25159
25160 2001-08-02 Michael Snyder <msnyder@redhat.com>
25161
25162 * gdb.base/completion.exp: Remove the symbol "a64l" from
25163 the expect string; this is target-specific, and not related
25164 to what is being tested.
25165
25166 2001-08-02 Dave Brolley <brolley@redhat.com>
25167
25168 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25169
25170 2001-07-25 Michael Snyder <msnyder@redhat.com>
25171
25172 * gdb.base/consecutive.exp: New file. Test stepping over
25173 breakpoints on consecutive instructions.
25174 * gdb.base/consecutive.c: New file.
25175
25176 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25177 curly braces in regular expressions.
25178
25179 2001-07-25 Michael Snyder <msnyder@redhat.com>
25180
25181 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25182 legitimate output from stepping out of main.
25183
25184 2001-07-22 Keith Seitz <keiths@redhat.com>
25185
25186 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25187 the empty string, do not run the tests.
25188
25189 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25190
25191 * gdb.base/long_long.exp: Detect size of pointer. Take into
25192 account 2-byte pointers when testing for p/a results.
25193
25194 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25195
25196 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
25197 and defined to 1K for m68hc11.
25198 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25199 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25200 (sizeof_random_data): New variable to tell the size of the data table;
25201 don't test past this size; always run to main.
25202
25203 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25204
25205 * gdb.base/return2.exp: return of long long and double fails for
25206 68HC11; don't execute these tests on that platform.
25207 * gdb.base/return.exp: Return of a double fails for 68hc11.
25208
25209 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25210
25211 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25212 tests that print a float.
25213 * call-rt-st.exp: Likewise.
25214
25215 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25216
25217 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25218 running this test on Linux.
25219
25220 2001-06-24 Michael Chastain <chastain@redhat.com>
25221
25222 * gdb.base/arithmet.exp: Remove some tests to make all test names
25223 unique.
25224
25225 2001-07-03 Michael Snyder <msnyder@redhat.com>
25226
25227 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25228 the output of the ptype command.
25229
25230 2001-07-02 Michael Snyder <msnyder@redhat.com>
25231
25232 * gdb.base/completion.exp: Don't assume that break.c is the only
25233 source file that may contain functions named "marker".
25234 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25235
25236 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25237
25238 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25239 of files to delete.
25240
25241 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25242 * gdb.disasm/h8300s.exp: New file.
25243 gdb.disasm/h8300s.s: Likewise.
25244
25245 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25246
25247 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25248 empty breakpoint tables.
25249
25250 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25251
25252 * lib/mi-support.exp: Update args=... part of stop-reason
25253 patterns. Accept either a list or a tuple.
25254
25255 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25256
25257 * lib/mi-support.exp: Remove local emacs variable defining
25258 change-log-default-name.
25259
25260 2001-06-22 Michael Chastain <chastain@redhat.com>
25261
25262 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25263 This is operationally compatible with the previous version.
25264
25265 2001-06-13 Jim Blandy <jimb@redhat.com>
25266
25267 * lib/gdb.exp (gdb_test): Doc fix.
25268
25269 2001-06-10 Michael Chastain <chastain@redhat.com>
25270
25271 * gdb.base/exprs.exp: Remove a duplicate test.
25272
25273 2001-06-06 Jim Blandy <jimb@redhat.com>
25274
25275 * gdb.base/return2.exp (main): Use values to test float and double
25276 returns that are not NaN's, to avoid being confused by IEEE
25277 comparison rules.
25278
25279 2001-06-04 Michael Snyder <msnyder@redhat.com>
25280
25281 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25282 non-zero if control_c fails. Terminate the test on failure,
25283 rather than wait for 12 more tests to time out.
25284
25285 2001-06-06 Jim Blandy <jimb@redhat.com>
25286
25287 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25288 Don't forget to match the GDB prompt.
25289
25290 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25291
25292 2001-06-04 Jim Blandy <jimb@redhat.com>
25293
25294 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25295 command.
25296
25297 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25298
25299 * gdb.base/annota1.exp (info break): Match four or more spaces
25300 after "Address".
25301
25302 2001-05-31 Michael Chastain <chastain@redhat.com>
25303
25304 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25305 (dm_type_int_star): Likewise.
25306 (dm_type_long_star): Likewise.
25307 (dm_type_void_star): Likewise.
25308
25309 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25310
25311 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25312 to a known value in order to get consistent results regardless
25313 of the setting of INPUTRC or the presence or contents of .inputrc.
25314
25315 2001-05-24 Michael Snyder <msnyder@redhat.com>
25316
25317 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25318 Don't require that the main thread and the manager thread are the
25319 first in the list.
25320
25321 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25322 debugging. If test fails, issue an "unsupported" not a "fail".
25323
25324 2001-05-24 Jim Blandy <jimb@redhat.com>
25325
25326 Don't assume that short is shorter than int.
25327 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25328 assume that shorts are smaller than ints. On a 16-bit machine,
25329 this isn't true.
25330 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25331 an int, is not equal to ~0 stored in an unsigned char. This tests
25332 the same thing that the previous test meant to, but works on
25333 16-bit machines, too.
25334 ("print unsigned char != (~0)"): Same test, complemented.
25335
25336 2001-05-24 Michael Snyder <msnyder@redhat.com>
25337
25338 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
25339 test for (full_coverage == 0). This makes the test run faster,
25340 and prevents dejagnu getting out of step.
25341
25342 2001-05-23 Kevin Buettner <kevinb@redhat.com>
25343
25344 * gdb.base/finish.exp (finish_void): Revise pattern for
25345 stopping on the call statement to not permit stopping at
25346 the start of the instructions comprising the call sequence.
25347
25348 2001-05-19 Michael Chastain <chastain@redhat.com>
25349
25350 * gdb.base/callfuncs.exp: Make all test names unique.
25351 * gdb.base/commands.exp: Make all test names unique.
25352 * gdb.base/condbreak.exp: Make all test names unique.
25353 * gdb.base/dbx.exp: Make all test names unique.
25354 * gdb.base/default.exp: Make all test names unique.
25355 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25356 and TIMEOUT messages to their corresponding PASS message.
25357 * gdb.base/ending-run.exp: Make all test names unique.
25358 * gdb.base/long_long.exp: Remove duplicate test.
25359
25360 2001-05-21 Kevin Buettner <kevinb@redhat.com>
25361
25362 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25363 stop on the call statement as well as the statement after the
25364 call.
25365
25366 2001-05-21 Michael Snyder <msnyder@redhat.com>
25367
25368 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25369
25370 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25371
25372 * gdb.base/completion.exp: Revamp test. Make it execute on all
25373 platforms.
25374
25375 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25376
25377 * config/gdbserver.exp (gdb_load): Handle the case
25378 in which the arguments to gdbserver are given in the
25379 baseboard configuration file.
25380 Also handle the case in which the server needs to do a
25381 load.
25382
25383 2001-05-07 Keith Seitz <keiths@cygnus.com>
25384
25385 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25386 set up the display for testing.
25387 (gdbtk_start): Convert all paths to paths that tcl will like.
25388 Export target information to environment.
25389 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25390 necessary.
25391 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25392 (to_tcl_path): New proc to convert a given pathname into
25393 a path acceptible as an argument to a tcl command.
25394 (_gdbtk_export_target_info): New proc to export target info
25395 into the environment for gdbtk testing.
25396 (gdbtk_done): New proc to signal end-of-test.
25397
25398 2001-05-06 Jim Blandy <jimb@redhat.com>
25399
25400 * restore.c: Make the code of caller0 correspond to its comment.
25401
25402 2001-05-03 Michael Snyder <msnyder@redhat.com>
25403
25404 * config/sid.exp (gdb_target_sid): Check for error messages.
25405 On error or timeout, don't make expect exit (which will terminate
25406 all subsequent tests); instead just make gdb exit.
25407 (gdb_load): Check for error messages. On error or timeout,
25408 return a negative value.
25409
25410 2001-04-24 Jim Blandy <jimb@redhat.com>
25411
25412 * gdb.c++/templates.exp: If we see the prompt for the overload
25413 list, but we haven't recognized any of the longer patterns,
25414 arrange for this test to fail, not hang.
25415
25416 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25417 variations.
25418
25419 2001-04-22 Michael Chastain <chastain@redhat.com>
25420
25421 * gdb.c++/local.exp: Use the 'runto' library function.
25422 * gdb.c++/namespace.exp: Likewise.
25423 * gdb.c++/overload.exp: Likewise.
25424
25425 2001-03-26 Kevin Buettner <kevinb@redhat.com>
25426
25427 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25428 * gdb.base/step-line.exp: New file. Test step/next in presence of
25429 #line directives.
25430 * gdb.base/step-line.c: New file. Test program for the above.
25431 * gdb.base/step-line.inp: New file. We pretend that this file has
25432 been transformed by some other tool into step-line.c.
25433
25434 2001-03-21 Jim Blandy <jimb@redhat.com>
25435
25436 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25437 unmangled operator names.
25438
25439 2001-03-20 Jim Blandy <jimb@redhat.com>
25440
25441 * gdb.threads/linux-dp.exp: Recognize an additional message
25442 generated by GDB when it doesn't understand how to debug threads
25443 on the target system.
25444
25445 2001-03-19 Andrew Cagney <ac131313@redhat.com>
25446
25447 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25448
25449 2001-03-12 Michael Chastain <chastain@redhat.com>
25450
25451 * gdb.c++/derivation.exp: Use the 'runto' library function.
25452
25453 2001-03-12 Michael Chastain <chastain@redhat.com>
25454
25455 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25456
25457 2001-02-24 Michael Chastain <chastain@redhat.com>
25458
25459 * gdb.c++/ref-types.exp: Change handwritten code to library
25460 function 'runto'.
25461
25462 2001-03-16 Orjan Friberg <orjanf@axis.com>
25463
25464 * gdb.base/signals.exp: Set count to 0 explicitly.
25465
25466 2001-03-15 Mark Salter <msalter@redhat.com>
25467
25468 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25469 (gdb_target_monitor): Add check of gdb_target_cmd return value.
25470 (gdb_load): Add support for additional target_info: gdb_download_size
25471 and gdb_load_timeout.
25472
25473 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25474
25475 * gdb.base/annota1.exp: Move test of isnative to earlier in the
25476 file -- to prevent failing when the compile fails but we have no
25477 intention of running the tests anyway.
25478
25479 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25480 tests if set.
25481
25482 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
25483 integers.
25484
25485 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25486 * gdb.c++/namespace.exp: Ditto.
25487
25488 2001-03-07 Orjan Friberg <orjanf@axis.com>
25489
25490 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25491 * gdb.base/pointers.exp: Relax pattern match of decimals.
25492
25493 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25494
25495 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25496 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25497 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25498 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25499 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25500 config/sh.exp, config/sid.exp, config/slite.exp,
25501 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25502 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25503 config/vxworks.exp, config/vxworks29k.exp,
25504 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25505 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25506 gdb.base/arithmet.exp, gdb.base/assign.exp,
25507 gdb.base/async.exp, gdb.base/attach.exp,
25508 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25509 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25510 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25511 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25512 gdb.base/commands.exp, gdb.base/completion.exp,
25513 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25514 gdb.base/constvars.exp, gdb.base/corefile.exp,
25515 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25516 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25517 gdb.base/ending-run.exp, gdb.base/environ.exp,
25518 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25519 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25520 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25521 gdb.base/funcargs.exp, gdb.base/help.exp,
25522 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25523 gdb.base/logical.exp, gdb.base/long_long.exp,
25524 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25525 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25526 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25527 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25528 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25529 gdb.base/regs.exp, gdb.base/relational.exp,
25530 gdb.base/remote.exp, gdb.base/reread.exp,
25531 gdb.base/restore.exp, gdb.base/return2.exp,
25532 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25533 gdb.base/selftest.exp, gdb.base/setshow.exp,
25534 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25535 gdb.base/sigall.exp, gdb.base/signals.exp,
25536 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25537 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25538 gdb.base/step-test.exp, gdb.base/structs.c,
25539 gdb.base/structs.exp, gdb.base/structs2.exp,
25540 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25541 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25542 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25543 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25544 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25545 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25546 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25547 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25548 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25549 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25550 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25551 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25552 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25553 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25554 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25555 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25556 gdb.trace/circ.exp, gdb.trace/collection.exp,
25557 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25558 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25559 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25560 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25561 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25562 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25563 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25564 notices.
25565
25566 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25567
25568 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25569 first arg is int not float.
25570
25571 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25572
25573 * gdb.base/reread.exp: Unsupported for non-native targets;
25574 doesn't work for remote debugging.
25575
25576 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25577
25578 From Drew Moseley <dmoseley@redhat.com>
25579 * gdb.base/ending-run.exp: Properly handle the BSP state when
25580 stepping past the end of main.
25581
25582 2001-02-19 John Moore <jmoore@redhat.com>
25583
25584 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25585 Converted HPUX fix for non-expected items following multiple
25586 step commands into general solution for all platforms.
25587
25588 2001-02-18 Michael Chastain <chastain@redhat.com>
25589
25590 * gdb.c++/classes.exp (do_tests): Change runto statements
25591 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25592 statements demangler agnostic.
25593 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25594 (gdb_virtfunc_restart): Likewise.
25595
25596 2001-02-14 Michael Chastain <chastain@redhat.com>
25597
25598 * gdb.c++/inherit.exp (do_tests): Change runto statements
25599 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25600 statements demangler agnostic.
25601
25602 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25603
25604 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25605 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25606 before calling common_routine 15 times'' tests.
25607
25608 2001-02-11 Michael Chastain <chastain@redhat.com>
25609
25610 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25611 Helps the test script figure out which demangler is in use.
25612 (dm_type_foo_ref): Ditto.
25613 (dm_type_int_star): Ditto.
25614 (dm_type_long_star): Ditto.
25615 (dm_type_unsigned_int): Ditto.
25616 (dm_type_void): Ditto.
25617 (dm_type_void_star): Ditto.
25618 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25619 Probe the gdb demangler and set variables to accommodate
25620 formatting differences.
25621 (info_func_regexp): New function. Same as info_func, but
25622 matches against a regexp.
25623 (info_func): Match against a literal string.
25624 (print_addr_2): New function. Match against a literal string,
25625 which can be different from the input to gdb.
25626 (print_addr): Simply call print_addr_2 with the same argument twice.
25627 (test_lookup_operator_functions): Use demangler formatting variables.
25628 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25629 the tests in the same order as the C++ class declaration.
25630 (test_paddr_operator_functions): Ditto.
25631 (test_paddr_overloaded_functions): Ditto.
25632 (test_paddr_hairy_functions): Use demangler formatting variables.
25633 Add reference to gdb/19 for related tests.
25634 (do_tests): Call probe_demangler.
25635
25636 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25637
25638 * gdb.c++/templates.cc (printf): Remove unused function definition.
25639
25640 2001-01-26 Felix Lee <flee@redhat.com>
25641
25642 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25643
25644 2001-01-25 matthew green <mrg@redhat.com>
25645
25646 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25647 up sid.
25648 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25649
25650 2001-01-25 matthew green <mrg@redhat.com>
25651
25652 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
25653 Deprecate $sid_spawn_id.
25654 (sid_exit): Remove code necessary only for `spawn.'
25655
25656 2001-01-25 matthew green <mrg@redhat.com>
25657
25658 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25659
25660 2001-01-28 Michael Chastain <chastain@redhat.com>
25661
25662 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25663 to call when tests fail. It takes gdb out of the overloaded
25664 function choice menu back to the main prompt, so that the test
25665 program stays synchronized.
25666 (set_bp_overloaded): New proc to collect all the common
25667 code for setting a breakpoint on an overloaded name. Calls
25668 take_gdb_out_of_choice_menu when needed.
25669 (menu_overload1arg): New variable to collect the repeated
25670 instances of the expected menu for an overloaded name. Change
25671 the regular expression to handle changes in g++ type encoding:
25672 "void" can be either "void" or "", and "unsigned int" can be
25673 either "unsigned int" or "unsigned".
25674 (continue_to_bp_overloaded): Change regular expressions to handle
25675 changes in g++ type encoding.
25676 (no proc): Call take_gdb_out_of_choice_menu when needed.
25677 Remove redundant calls to "info break". Accept either "canceled"
25678 or "cancelled". Change regular expressions in "info break"
25679 calls to handle changes in g++ type encoding. Give all tests
25680 unique strings.
25681
25682 2001-01-17 Ben Elliston <bje@redhat.com>
25683
25684 * config/sid.exp: New file.
25685
25686 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25687
25688 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25689
25690 2000-12-21 Michael Snyder <msnyder@cygnus.com>
25691
25692 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25693 Add a RE to accept a non-ascii char if one is ever presented.
25694
25695 2000-12-20 Fernando Nasser <fnasser@redhat.com>
25696
25697 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
25698
25699 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25700
25701 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25702 in regexp. One '\' does not suffice on Linux.
25703
25704 2000-12-09 Michael Chastain <chastain@redhat.com>
25705
25706 * gdb.base/break.exp (test_clear_command): Use a marker function
25707 rather than 'main' for the test function. Also move this
25708 test to an execution point where the marker function names are
25709 guaranteed to be bound to functions. (Executing tests after a
25710 'finish' from main runs into name conflicts with local names
25711 in __libc_start_main).
25712
25713 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25714
25715 * gdb.base/finish.exp: New test for gdb's "finish" command.
25716 * gdb.base/return2.exp: New test for gdb's "return" command.
25717 * gdb.base/return2.c: New source file for above.
25718
25719 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25720
25721 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25722 * gdb.base/miscexprs.exp: Ditto.
25723 * gdb.base/pointers.exp: Ditto.
25724 * gdb.c++/derivation.exp: Ditto.
25725 * gdb.c++/local.exp: Ditto.
25726 * gdb.c++/namespace.exp: Ditto.
25727 * gdb.c++/overload.exp: Ditto.
25728 * gdb.c++/ref-types.exp: Ditto.
25729
25730 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25731
25732 * gdb.base/constvars.exp: Test result of "up" command.
25733 * gdb.base/miscexprs.exp: Ditto.
25734 * gdb.base/pointers.exp: Ditto.
25735 * gdb.base/scope.exp: Ditto.
25736 * gdb.c++/derivation.exp: Ditto.
25737 * gdb.c++/local.exp: Ditto.
25738 * gdb.c++/namespace.exp: Ditto.
25739 * gdb.c++/overload.exp: Ditto.
25740 * gdb.c++/ref-types.exp: Ditto.
25741
25742 2000-11-22 Michael Chastain <chastain@redhat.com>
25743
25744 * mips_pro.exp: Accept either "middle -> top -> main" or
25745 "middle -> main" in the backtrace, because gcc can optimize
25746 tail calls to jumps. Remove setup_xfail for the hppa case.
25747 Add a comment with the original warning messages from PR 3016,
25748 which was filed in 1993, to preserve them for posterity.
25749
25750 2000-11-17 Nick Duffek <nsd@redhat.com>
25751
25752 * lib/gdb.exp (gdb_test): Override timeout with board info.
25753
25754 2000-11-17 Nick Duffek <nsd@redhat.com>
25755
25756 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25757 the second kill and detach messages.
25758
25759 2000-11-17 Nick Duffek <nsd@redhat.com>
25760
25761 * configure.in: Add AC_EXEEXT.
25762 * configure: Regenerate.
25763 * Makefile.in (just-check): Export EXEEXT.
25764 * lib/gdb.exp ($EXEEXT): Import from environment.
25765 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25766 expect "maint dump-me" on Cygwin.
25767 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25768 $EXEEXT.
25769
25770 2000-11-17 Nick Duffek <nsd@redhat.com>
25771
25772 * gdb.base/break.exp: Test backtrace and finish from called
25773 function on all platforms, not just HP-UX.
25774
25775 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25776
25777 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25778 code from gdb_target_monitor, so it can be used independantly
25779 for gdbserver. Also comment out an unnecessary PUTS.
25780
25781 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25782
25783 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25784 * gdb.base/corefile.exp: Expect the message "Program is being
25785 debugged already" when we send the "corefile" command, since
25786 the preceeding gdb_load may have connected gdb to a remote target.
25787 * gdb.base/display.exp: Disable hardware watchpoints if new
25788 board info variable "no_hardware_watchpoints" is true.
25789 Replace single-letter commands with more readable ones.
25790 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25791 if new board info variable "no_hardware_watchpoints" is true.
25792 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25793 to see if stdio (printf) testing is possible.
25794 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25795 board info variable "no_hardware_watchpoints" is true. Use new
25796 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25797
25798 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25799
25800 From Orjan Friberg <orjanf@axis.com>:
25801 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25802 in array print pattern match.
25803
25804 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25805
25806 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25807 spelling "cancelled" to U.S. spelling "canceled" to match changes
25808 made to gdb.
25809 * gdb.c++/ovldbreak.exp: Ditto.
25810
25811 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25812
25813 * gdb.base/callfuncs.c (main): Moved to end of file, call
25814 t_double_values to initialize the FPU before inferior calls are made.
25815 * gdb.base/callfuncs.exp: Test for register preservation after calling
25816 inferior functions. Add tests for continuining, finishing and
25817 returning from a stop in a call dummy.
25818
25819 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25820
25821 * gdb.base/commands.exp: Break up long lines, and re-indent.
25822
25823 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25824
25825 * config/gdbserver.exp: Rewritten from the ground up, to make it
25826 compatible with the current dejagnu tree, and to make it work with
25827 the new "gdbserver" in libremote.
25828
25829 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25830
25831 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25832 * gdb.base/varargs.exp: Skip entire test if no printf support.
25833 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25834 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25835
25836 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25837
25838 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25839 no floating point support.
25840 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25841 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25842 * gdb.base/call-rt-st.exp: Ditto.
25843 * gdb.base/call-strs.exp: Ditto.
25844
25845 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25846
25847 * gdb.base/sizeof.c: include <stdio.h>.
25848
25849 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25850 'finish', otherwise uncaptured gdb_prompt would potentially
25851 throw remaining test points out of sync.
25852
25853 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25854
25855 * gdb.base/recurse.exp: Run tests for all targets.
25856 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25857 gnu-oldld case on ARM.
25858 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25859 for ARM targets.
25860
25861 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25862
25863 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25864 * gdb.java/configure: Rebuild.
25865
25866 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25867
25868 * gdb.java/jv-exp.exp: New file.
25869
25870 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25871
25872 * configure: Rebuilt.
25873 * configure.in (configdirs): Add gdb.java.
25874 * gdb.java/jmisc.java: New file.
25875 * gdb.java/jmisc.exp: New file.
25876 * gdb.java/Makefile.in: New file.
25877 * gdb.java/configure: Rebuilt.
25878 * gdb.java/configure.in: New file.
25879 * lib/java.exp: New file.
25880
25881 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25882
25883 * gdb.base/exprs.exp: Test casts to a pointer including over and
25884 underflow.
25885
25886 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25887
25888 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25889 and the compilers sizes.
25890
25891 2000-07-09 Nick Duffek <nsd@redhat.com>
25892
25893 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25894 (use_methods): New function.
25895 (main): Call use_methods().
25896 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25897 (do_tests): Call test_method_param_class.
25898
25899 2000-07-09 Nick Duffek <nsd@redhat.com>
25900
25901 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25902 spelling.
25903 (test_enums): New procedure. Move enum tests from end of script
25904 to here. Set breakpoint on function name instead of line number.
25905 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25906 (enums2): New marker function.
25907 (enums1): New function.
25908 (main): Call enums1(). Move enum tests to enums1().
25909
25910 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25911
25912 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25913 compile/link program. Update line numbers.
25914 * gdb.asm/d10v.inc: Define ``startup''.
25915 * gdb.asm/asmsrc1.s: Add definition of _start.
25916
25917 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25918
25919 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25920
25921 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25922
25923 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25924 of 'help maint print' command.
25925
25926 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25927
25928 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25929 they use gdb_expect_list.
25930
25931 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25932
25933 * gdb.base/commands.exp: Use ``set remote
25934 memory-read-packet-size'' instead of ``set endian big'' to test
25935 long commands.
25936
25937 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25938
25939 * gdb.c++/templates.exp (do_tests): Make all of these work under
25940 g++, and stop skipping them.
25941
25942 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25943 work under g++.
25944
25945 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25946 initialization.
25947
25948 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25949
25950 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25951 the regular expression: accept an (almost) arbitrary sequence of
25952 "frames-invalid" and "breakpoints-invalid" messages both before
25953 and after the "starting" message.
25954
25955 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25956
25957 * gdb.c++/local.exp: This test has never been known to work with g++.
25958
25959 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25960
25961 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25962 Relax the regular expression a little, make it pass on Solaris 8.
25963
25964 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25965
25966 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25967 a call, do not require that gdb stop on the line after the call.
25968 Instead, it is permissible for gdb to stop on the line of the
25969 call itself.
25970
25971 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25972
25973 * gdb.base/break.exp (bp on small function, optimized file):
25974 Add a second pass pattern. The behavior differs here between stabs
25975 and dwarf for one-line functions. Stabs preserves two line symbols
25976 (one before the prologue and one after) with the same line number,
25977 but dwarf regards these as duplicates and discards one of them.
25978 Therefore the address after the prologue (where the breakpoint is)
25979 has no exactly matching line symbol, and GDB reports the breakpoint
25980 as if it were in the middle of a line rather than at the beginning.
25981
25982 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25983
25984 * gdb.base/interrupt.exp: Make "pass" message say "send"
25985 rather than "send_gdb" (for consistancy).
25986
25987 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25988
25989 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25990 * gdb.c++/templates.cc: Properly check for GCC version number.
25991 * lib/compiler.cc: Likewise
25992
25993 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25994
25995 * gdb.base/break.exp: When compiled with -O2 optimization,
25996 gdb may not stop at the first line of main, due to code motion.
25997
25998 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25999
26000 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26001 This test depends on parsing the printf output from the target.
26002 Since the sparclet stub doesn't do stdio, this will never work.
26003 * gdb.base/call-rt-st.exp: ditto.
26004 * gdb.base/call-strs: ditto.
26005
26006 2000-04-24 Michael Snyder <msnyder@cygnus.com>
26007
26008 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26009
26010 * gdb.base/ending-run.exp: After connecting to a remote target,
26011 but before running, the target will appear to be in a random
26012 location. Specify both a file and a line for breakpoints.
26013 Also, the function that calls main may be called 'init'
26014 rather than 'start'.
26015
26016 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26017
26018 * gdb.base/help.exp: Update output for add-symbol-file command.
26019
26020 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
26021
26022 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26023 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26024
26025 2000-04-07 J.T. Conklin <jtc@redback.com>
26026
26027 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26028
26029 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26030
26031 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26032
26033 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
26034 values that can be represented exactly.
26035 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26036 above change, and to not check against the directory part of the source
26037 file name.
26038 (step into print_long_arg_list): Likewise.
26039 (print print_small_structs from print_long_arg_list): Likewise.
26040 (print print_long_arg_list): Likewise.
26041
26042 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26043
26044 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
26045
26046 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26047
26048 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26049
26050 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
26051
26052 * gdb.base/commands.exp (deprecated_command_test): Add test for
26053 deprecate with no arguments.
26054
26055 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26056
26057 * gdb.base/break.exp: Add new test for setting breakpoints on
26058 optimized code so we can test breakpoints work even when function
26059 prologues may be optimized away
26060
26061 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26062
26063 From David Whedon <dwhedon@gordian.com>
26064 * gdb.base/commands.exp : Added command deprecator tests.
26065
26066 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26067
26068 * gdb.base/help.exp: Added test for new apropos command.
26069
26070 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26071
26072 * gdb.base/pointers.c (usevar): New function.
26073 (main): Make sure that global variables v_int_pointer2, rptr,
26074 and y are all referenced someplace in the program by calling
26075 usevar() on them. [Some linkers delete symbols which are
26076 never referenced. The space remains, but there's no way to
26077 get a (symbolic) handle on the variable from the debugger.]
26078
26079 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26080
26081 * gdb.base/printcmds.c: Add typedeffed arrays.
26082
26083 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26084 procedure to test arrays that are typedef'd.
26085
26086 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26087
26088 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26089 the library directories.
26090
26091 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26092
26093 * configure.in (configdirs): Add sub directory gdb.mi.
26094 * configure: Re-generate.
26095
26096 * gdb.mi: New directory.
26097
26098 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26099
26100 * gdb.base/long_long.exp: Correct test suite failure when printing
26101 a long long value as a double on ARM platforms.
26102
26103 2000-02-16 Jim Blandy <jimb@redhat.com>
26104
26105 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26106 default source file is set properly before running this test.
26107
26108 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26109
26110 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26111 gdbtk/library directory, not in gdbtcl2.
26112
26113 2000-02-04 Jim Blandy <jimb@redhat.com>
26114
26115 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26116 backslash from regexp pattern.
26117
26118 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26119 procedure. Use it to run all the "continue to bp overloaded"
26120 tests. Note that this changes the names of the tests slightly.
26121 If the breakpoint hit message includes a hex PC value, because
26122 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26123 from the real source code, still consider that a pass.
26124
26125 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26126 XFAIL here if the breakpoint message contains a hex address. Note
26127 similar change on 1999-11-02.
26128
26129 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26130
26131 * gdb.base/ptype.exp: Establish a default source file before
26132 calling get_debug_format.
26133
26134 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26135
26136 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26137
26138 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26139
26140 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26141 of successive stepi commands -- while in the prologue we should see
26142 the function entry bracket.
26143
26144 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26145
26146 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26147 reach __change_mode() when stepping through the end of main().
26148
26149 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26150
26151 * gdb.base/default.exp: Fix expected pattern.
26152 * gdb.base/help.exp: Same.
26153
26154 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26155
26156 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
26157 Don't use xfail's because that affects only the following test.
26158
26159 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
26160 solaris or linux.
26161
26162 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26163
26164 2000-01-07 Michael Snyder <msnyder@cygnus.com>
26165
26166 * gdb.base/display.exp: Some yacc parsers like to say
26167 "A syntax error" rather than "A parse error". Accept both.
26168
26169 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26170
26171 * gdb.base/default.exp: Remove OS dependent string from "target
26172 remote" test.
26173 * gdb.base/help.exp: Same for "help target remote" test.
26174
26175 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26176
26177 From Jim Kingdon <kingdon@redhat.com>:
26178
26179 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
26180 prompt (cleanup rather than necessity, but still might keep output
26181 from spilling to next test).
26182
26183 2000-01-02 Fred Fish <fnf@cygnus.com>
26184
26185 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26186 AIX, which defines them in <sys/types.h>.
26187
26188 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
26189
26190 * gdb.base/default.exp: Match arm* etc instead of arm in "info
26191 float" test.
26192
26193 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
26194
26195 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
26196
26197 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26198 outermost frame disallowed".
26199
26200 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26201
26202 * gdb.base/setvar.exp: New tests for setting the value of a struct
26203 with a constant list.
26204
26205 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26206
26207 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26208 require the user to type a cast before setting the value of a struct.
26209
26210 1999-12-06 Jim Blandy <jimb@cygnus.com>
26211
26212 * gdb.base/default.exp: Expect the new 'info float' command on
26213 all i386 platforms.
26214
26215 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26216 LinuxThreads libraries that don't support debugging.
26217
26218 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26219
26220 * gdb.base/remote.c: Fill the buffer with truely random data.
26221 Change the buffer type to ``unsigned char'' to simplify size
26222 arithmetic.
26223
26224 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26225 stub only handles 400-1 byte packets. Verify that the download
26226 worked.
26227
26228 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26229
26230 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26231 tests, using UNRESOLVED for the untested cases. Also, does not wait
26232 for a timeout if the prompt was received before a recognizable pattern.
26233
26234 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26235
26236 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26237
26238 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26239
26240 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26241 watchpoints.
26242
26243 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26244
26245 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26246
26247 * gdb.c++/local.exp: Be more flexible in recognizing local class
26248 name mangling. Don't allow horribly truncated method names.
26249 * gdb.c++/derivation.exp: Expect protected inheritance.
26250 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26251 * gdb.c++/virtfunc.exp: Likewise.
26252 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26253 when printing a nested enum.
26254
26255 1999-11-22 Jim Blandy <jimb@cygnus.com>
26256
26257 * gdb.base/step-test.exp: Properly await GDB's response to setting
26258 a breakpoint on the call to large_struct_by_value.
26259
26260 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26261 just because we have debug info for the `start' function.
26262
26263 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26264
26265 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26266 "Unknown signal" messages, which indicate (on LinuxThreads) that
26267 GDB doesn't know how to debug threads on this system. This is
26268 better than hanging while philosopher 0 dumps chatter into gdb.log.
26269
26270 1999-11-18 Tom Tromey <tromey@cygnus.com>
26271
26272 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26273
26274 1999-11-18 Fred Fish <fnf@cygnus.com>
26275
26276 * gdb.base/coremaker2.c: Add sample program for generating
26277 cores that is more self contained than coremaker.c. Eventually
26278 I'll add more code to this and tie it into the testsuite.
26279
26280 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26281
26282 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26283
26284 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26285
26286 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26287 from $srcdir/lib/.
26288 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26289 and gdb.c++/.
26290
26291 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26292
26293 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26294 'continue with watch' test point.
26295
26296 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26297
26298 Merged from p2linux-990323-branch:
26299
26300 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26301
26302 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26303
26304 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26305 {limit,fixed}''. Test ``set download-write-size''.
26306
26307 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26308
26309 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26310 gdb_expect_list.
26311
26312 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26313
26314 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26315
26316 1999-11-03 Mark Salter <msalter@cygnus.com>
26317
26318 * gdb.base/break.exp: Fix "stub continue" pattern.
26319
26320 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26321
26322 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26323
26324 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26325
26326 * gdb.base/display.exp ("finish"): Add timeout clause.
26327
26328 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26329 plain prompt clause, so this doesn't have to time out in order to
26330 fail.
26331
26332 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
26333 breakpoint hit messages include an address.
26334
26335 * gdb.base/display.exp: Don't forget to escape parens in regular
26336 expressions. Unix regexp notatation sucks.
26337
26338 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26339
26340 * gdb.base/annota1.exp: Test for annotate-signalled: change output
26341 order for 'signalled' message.
26342
26343 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26344
26345 From Jimmy Guo <guo@cup.hp.com>:
26346 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26347 * gdb.base/annota1.c: Add code for tests to work with.
26348
26349 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26350
26351 * gdb.base/remote.exp: New test for remote downloading settings.
26352 * gdb.base/remote.c: New file with large .data.
26353
26354 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26355
26356 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26357 for LinuxThreads support, merged from the Code Fusion branch.
26358
26359 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26360
26361 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
26362 containing exp_continue into a while within an expect. Don't
26363 attempt a start more than three times. Check return value from
26364 gdb_load.
26365
26366 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26367
26368 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
26369 a pass case.
26370
26371 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
26372
26373 * gdb.base/break.c (main): Added a statement that we can step
26374 off of.
26375 * gdb.base/break.exp: Added tests for setting a breakpoint
26376 at an offset and stepping onto a breakpoint.
26377
26378 1999-10-01 Fred Fish <fnf@cygnus.com>
26379
26380 * gdb.base/help.exp (help add-symbol-file): Update to match current
26381 gdb output.
26382
26383 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26384
26385 * gdb.base/break.exp: Code locations are in hex, don't forget!
26386 (For HP-UX.)
26387
26388 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26389
26390 * condbreak.exp: Use break.c as test program.
26391 * condbreak.c: Remove, redundant with break.c.
26392
26393 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26394
26395 * config/monitor.exp (gdb_target_monitor): Disable X- and
26396 Z-packets if the target needs it.
26397
26398 1999-09-13 James Ingham <jingham@leda.cygnus.com>
26399
26400 * gdb.c++/overload.exp: Added tests for listing overloaded
26401 functions with function pointers in the arg, explicitly calling
26402 out the version you want.
26403
26404 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26405
26406 * long_long.exp: Add variations of test cases that work for
26407 targets with 16-bit ints and 32-bit doubles.
26408
26409 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26410
26411 * break.c (main): Compare a possibly-uninitialized argc with an
26412 unlikely value that fits in 16 bits.
26413
26414 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26415
26416 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26417 0xfeeb, don't want negative numbers if ints are 16 bits.
26418
26419 * lib/gdb.exp (skip_cplus_tests): New proc.
26420 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26421 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26422 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26423 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26424 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26425 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26426 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26427 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
26428
26429 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26430
26431 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26432
26433 * gdb.base/corefile.exp (up): Allow a parameter to appear
26434 in the frame that we're going up to.
26435
26436 From Jim Blandy <jimb@cygnus.com>:
26437
26438 * gdb.base/default.exp (info float): Expect some output now.
26439
26440 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26441 returning floating-point values to fail on the x86.
26442 * gdb.base/callfwmall.exp (do_function_calls): Same.
26443
26444 * gdb.base/list.exp (test_listsize): Correct expectations for
26445 listing line 1 with listsize 2. Also, listing a single line
26446 works now, as does listing three lines. [Kevin's note: There
26447 were a number of other cases fixed too where the expectations
26448 differed...]
26449
26450 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26451
26452 * gdb.base/selftest.exp: Add case for when version prints as
26453 constant string instead of char pointer.
26454
26455 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26456
26457 * gdb.base/ending-run.exp: Add Solaris case for what happens when
26458 stepping out of main.
26459
26460 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26461 G++ used.
26462
26463 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
26464 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
26465
26466 * gdb.c++/ovldbreak.exp: Update match string in test that
26467 includes a warning of multiple breakpoints.
26468
26469 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26470
26471 * gdb.base/display.exp: Improve precision of step-after-finish
26472 added yesterday.
26473
26474 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
26475 test.
26476
26477 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26478 configs when using G++, not just hppa*.
26479
26480 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26481
26482 * gdb.base/async.c: New file.
26483 * gdb.base/async.exp: New file.
26484
26485 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26486
26487 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26488 PA64.
26489
26490 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26491
26492 * gdb.base/display.exp: "finish" can leave us mid-line on many
26493 targets, deal with it. Add a small constant to main, instead of
26494 1000 since main+1000 may not be a valid address in the target.
26495
26496 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26497 on hpux11.
26498
26499 * gdb.base/attach.exp: Handle another hpux11 error message variant
26500 when attaching to a process that does not exist.
26501
26502 1999-08-19 J.T. Conklin <jtc@redback.com>
26503
26504 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26505 characters in 'continue to 1241' test.
26506
26507 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26508
26509 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26510 stop in print_long_arg_list, define and use a whitespace
26511 variable in print_small_structs test, add an XFAIL for Solaris.
26512 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26513 interested enough to fix.
26514
26515 1999-08-13 Keith Seitz <keiths@cygnus.com>
26516
26517 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26518 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26519 proc knows about targets other than the natives.
26520 (test_assign): Use "gdb_run_cmd" to "run" the target.
26521 Check that we've actually hit the breakpoint at main.
26522 When we attempt to assign a value to a local variable, check
26523 that the variable is in the current scope, i.e., don't use
26524 a test with an empty result.
26525
26526 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26527
26528 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26529 command.
26530
26531 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26532
26533 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26534 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26535 gdb.compat, gdb.threads-hp.
26536 gdb.hp/configure, gdb.hp/configure.in: New files.
26537 gdb.hp/Makefile.in: Recurse into new subdirs.
26538 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26539 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26540 in object files.
26541 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26542
26543 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26544
26545 * gdb.base/display.exp: Help expect by putting a newline in the
26546 funky printf, remove a bogus p/a test.
26547
26548 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26549
26550 * gdb.base/display.exp: Make sure that when we say 'run', we are
26551 connected to the target. This is necessary when running not
26552 natively.
26553
26554 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26555
26556 * gdb.base/step-test.exp: Removed some extraneous messages.
26557
26558 * gdb.base/long_long.exp: Don't run memory examination tests
26559 on little-endian targets (they will need a different set of
26560 results to match).
26561
26562 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26563
26564 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26565 until somebody decides to fix GDB.
26566
26567 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26568 constant as "ULL".
26569 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26570 matches for a couple x/2 commands.
26571
26572 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26573
26574 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26575 by merging in ref-types2 tests.
26576 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26577
26578 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26579 * gdb.c++/Makefile.in: Add standard actions.
26580 (EXECUTABLES): Rename from PROGS, update list.
26581 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26582 from gdb.hp.
26583 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26584 foo and bar locals.
26585 * gdb.c++/anon-union.exp: Fix tests to match.
26586 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26587 expect matches to handle output variations.
26588 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26589 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26590 output, add HP alternatives for new and delete prints.
26591 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26592 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26593 * gdb.c++/demangle.exp: Use $style when reporting failure.
26594 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26595 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26596 match alternatives.
26597 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26598 compilers.
26599 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26600 * gdb.c++/method.exp: Add match alternatives.
26601 * gdb.c++/misc.cc: Add bool types.
26602 * gdb.c++/misc.exp: Add tests for bool types.
26603 * gdb.c++/overload.exp: Add xfails.
26604 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26605 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26606 add some more template parameter tests (only for HP currently).
26607 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26608 * gdb.c++/virtfunc.cc: Add return type and value for main.
26609 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26610 match alternatives.
26611
26612 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26613
26614 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26615
26616 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26617
26618 * gdb.base/signals.exp: Don't expect getting a backtrace from
26619 within a signal handler to fail on Linux.
26620
26621 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26622
26623 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26624 * lib/gdb.exp: Remove some gratuitious semicolons.
26625 (delete_breakpoints): Increase timeout.
26626 (gdb_expect): Add -notransfer option.
26627 (gdb_test): Use -notransfer option.
26628 (get_compiler_info): Add f77 case.
26629 (get_compiler): New proc, split out from gdb_preprocess, add f77
26630 case.
26631 (gdb_preprocess): Call get_compiler.
26632
26633 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26634 * gdb.base/attach.exp, gdb.base/display.exp,
26635 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26636 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26637 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26638 third arg to gdb_test.
26639 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26640 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26641 HP-UX xfails, add others.
26642 * gdb.base/completion.exp: Reflect name change of self-test.
26643 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26644 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26645 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26646 HP failure number.
26647 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26648 useless HP-UX 10.30 references.
26649 * gdb.base/maint.exp: Loosen matches.
26650 * gdb.base/pointers.c (main): Declare more_code.
26651 * gdb.base/pointers.exp: Match on output of a `next'.
26652 * gdb.base/structs.c: Add prototypes.
26653 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26654 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26655
26656 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26657
26658 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
26659 command.
26660
26661 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26662
26663 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26664 Fix run to main failures. Watchpoint can be hardware watchpoint.
26665
26666 * gdb.base/annota1.exp: Clean up some more, in case printf has
26667 debug info. Deal with lack of signal hanlder info in stack.
26668
26669 From Jim Kingdon <kingdon@redhat.com>:
26670 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26671
26672 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26673
26674 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
26675 gdb.base/foll-vfork.exp: Don't run for crosses.
26676
26677 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26678
26679 * gdb.base/configure.in: Check for gdbvars.exp instead of
26680 a1-selftest.exp.
26681 * gdb.base/configure: Re-generate.
26682
26683 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26684
26685 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26686 in trying to run first and name is too long.
26687
26688 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26689 pointers2.c and pointers2.exp, respectively.
26690 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26691 doschk happier.
26692
26693 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26694
26695 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26696 callfuncs2.c and callfuncs2.exp.
26697
26698 * gdb.base/list.exp: Remove mistaken xfails.
26699 * gdb.base/list0.h: Add optional prototypes.
26700
26701 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26702
26703 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26704 calling malloc.
26705 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26706 * ptype.exp: Move test for get_debug_format to before its first
26707 use.
26708
26709 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26710
26711 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26712 * gdb.base/annota2.cc, annota2.exp: Move from here.
26713 * gdb.c++/annota2.cc, annota2.exp: To here.
26714 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26715
26716 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26717
26718 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26719 a consistent format.
26720
26721 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26722
26723 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26724 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26725 HP compilers, also set the globals $true and $false.
26726
26727 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26728 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26729 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26730 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26731 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26732 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26733 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26734 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26735 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26736 whatis.c} Add C++ compatible function definitions and return
26737 types, add includes for library functions.
26738 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26739 * gdb.base/step-test.c (myglob): Rename from glob.
26740 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26741 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26742 files, move here from gdb.hp.
26743 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26744 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26745 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26746 Adjust line numbers in regexps.
26747
26748 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26749 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26750 instead of 0/1.
26751
26752 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26753 foll-vfork.exp: New files, move here from gdb.hp.
26754 * gdb.base/page.exp: New file, test of pagination command.
26755
26756 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26757 recursion test.
26758 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26759
26760 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26761 gdb.base/solib.exp: Fix compiler invocation process.
26762
26763 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26764 HP-UX 11, turn off overload resolution explicitly.
26765 * gdb.base/commands.exp: Set argument list explicitly, add
26766 watchpoint test.
26767 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26768 them work.
26769 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26770 expressions properly.
26771 * gdb.base/corefile.exp: Loosen the match slightly.
26772 * gdb.base/default.exp: Allow "Error accessing memory" message
26773 also.
26774 * gdb.base/display.exp: Skip over x/0 j if PA64.
26775 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26776 * gdb.base/interrupt.exp: Ditto.
26777 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26778 in use.
26779 * gdb.base/list.exp: Add xfails for HP-UX.
26780 * gdb.base/long_long.exp: Refine some of the numeric matches.
26781 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26782 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26783 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26784 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26785 * gdb.base/ptype.exp: Succeed on more varieties of output.
26786 * gdb.base/scope.exp: Add xfails for HP-UX.
26787 * gdb.base/sect-cmd.exp: Add more cases.
26788 * gdb.base/setvar.exp: Add xfails for HP-UX.
26789 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26790 * gdb.base/signals.exp: Match on void symbolically.
26791 * gdb.base/step-test.exp: Add case for PA64.
26792 * gdb.base/term.exp: Add exit and restart.
26793 * gdb.base/twice.exp: Clean up after self.
26794 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26795 * gdb.base/whatis.exp: Allow more ways to pass tests.
26796
26797 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26798 no longer useful.
26799
26800 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26801
26802 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26803 list of patterns.
26804 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26805 print_double_array(double_array)", "continuing to breakpoint
26806 1018", "print print_double_array(array_d)" and "continuing to
26807 1034" tests.
26808
26809 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26810
26811 * Makefile.in: Add empty html and install-html targets.
26812
26813 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26814
26815 * config/mt-*: Remove, these haven't been used since 1996.
26816
26817 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26818
26819 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26820 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26821 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26822
26823 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26824
26825 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26826 simpler match case for the ptype of the big class.
26827
26828 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26829
26830 * gdb.exp: Fix test for gdb_prompt existence.
26831
26832 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26833
26834 * gdb.exp (gdb_test): Add fail after calls to perror.
26835
26836 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26837
26838 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26839
26840 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26841
26842 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26843
26844 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26845
26846 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26847 malloc() is linked in.
26848
26849 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26850
26851 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26852 step at end.
26853
26854 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26855
26856 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26857
26858 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26859
26860 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26861
26862 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26863 * gdb.base/mips_pro.exp: Likewise.
26864
26865 1999-06-02 Keith Seitz <keiths@cygnus.com>
26866
26867 * gdb.c++/templates.cc: Change all "new" operators to throw
26868 an exception.
26869 * gdb.c++/cplusfuncs.cc: Likewise.
26870
26871 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26872
26873 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26874
26875 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26876 * gdb.base/ending-run.exp: When stepping out of main, accept a
26877 step into an arbitrary assembler file.
26878
26879 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26880
26881 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26882 "breakpoint-invalid" to be printed.
26883 * gdb.base/annota2.exp: Revise line number for main
26884 breakpoint. Allow any number of "frames-invalid" and
26885 "breakpoint-invalid" to be printed.
26886 * gdb.base/annota2.cc: Initialize a.x to 0.
26887
26888 1999-05-17 Keith Seitz <keiths@cygnus.com>
26889
26890 * gdb.base/call-ar-st.exp: Skip
26891 "print print_double_array (double_array)" when "skip_float_tests" set.
26892 Ditto for "print print_double_array(array_d)",
26893 "print print_small_structs", "print print_ten_doubles", and
26894 "step into print_long_arg_list".
26895 Don't assume we can step into "print_long_arg_list": we could step
26896 into memcpy.
26897 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26898 "skip_float_tests" is set: "print print_one_double(*d1)"
26899 and "print print_two_floats(*f3)".
26900 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26901 "skip_float_tests" is set.
26902 * gdb.base/varargs.exp: Skip
26903 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26904 "skip_float_tests" set.
26905
26906 1999-05-06 Keith Seitz <keiths@cygnus.com>
26907
26908 * gdb.base/annota2.cc: Include stdio.h.
26909
26910 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26911
26912 * gdb.base/crossload.exp: Remove, this has been disabled ever
26913 since BFD stopped including all targets, and cross-GDB gets
26914 plenty of testing anyway.
26915 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26916 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26917 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26918 * gdb.base/README: Remove, was doc for this.
26919 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26920 needed.
26921
26922 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26923
26924 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26925 output.
26926
26927 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26928 * gdb.base/annota2.exp: New file. More annotation tests.
26929 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26930 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26931
26932 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26933
26934 * config/cfdbug.exp: New file.
26935
26936 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26937
26938 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26939 Marcus Daniel's and Dale Hawkins's demangler crashes.
26940
26941 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26942 test_lucid_style_demangling, test_arm_style_demangling,
26943 test_hp_style_demangling): Try Tom Tromey's core-dumping
26944 identifier under each demangling style.
26945
26946 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26947
26948 * gdb.c++/demangle.exp: Include the current demangling style
26949 in all test names.
26950 (current_demangling_style): New global variable.
26951 (set_demangling_style, test_demangling_core, test_demangling,
26952 test_demangling_exact): New functions.
26953 (test_gnu_style_demangling, test_lucid_style_demangling,
26954 test_arm_style_demangling, test_hp_style_demangling): Use those,
26955 instead of calling gdb_test and gdb_test_exact directly.
26956 (catch_demangling_errors): New function, which reports errors
26957 signalled by the demangling test functions in an orderly way.
26958 (do_tests): Use catch_demangling_errors.
26959
26960 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26961
26962 * gdb.base/signals.exp (test_handle_all_print): Use () for
26963 grouping in expressions, not {}.
26964
26965 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26966 initialized yet.
26967
26968 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26969
26970 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26971 are listed.
26972
26973 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26974
26975 * gdb.stabs/weird.exp: Test for CC being defined before
26976 looking at its value.
26977
26978 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26979
26980 * gdb.base/call-ar-st.exp: Remove stray '#'.
26981 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26982 "short int" and "long int".
26983 * gdb.c++/overload.cc: Cast the string added in the previous
26984 change, to mollify finicky HP compiler.
26985 * gdb.hp/reg-test.exp (testfile): Fix file name.
26986 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26987
26988 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26989 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26990 alternate form of enum ptype.
26991
26992 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26993
26994 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26995 * gdb.hp/*.exp: Change all to run compiler probe only after
26996 passing skip_hp_tests, so as not to waste time on guaranteed
26997 failure.
26998
26999 * gdb.c++/overload.cc: Pass string instead of char addr, always
27000 init ccpfoo.
27001 * gdb.c++/templates.cc: Fix syntax error.
27002
27003 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27004
27005 * gdb.base/commands.exp: Add test for correct position of '>'
27006 when issuing the 'commands' command after a 'while' or 'if'
27007 command.
27008
27009 1999-03-18 James Ingham <jingham@cygnus.com>
27010
27011 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27012
27013 * gdb.c++/method.exp: It was testing an uninitialized int on the
27014 stack and assuming it was positive.
27015
27016 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27017
27018 * gdb.base/step-test.exp: Catch a case where finish is broken and
27019 keep it from killing the rest of the tests.
27020 Use gdb_continue_to_end.
27021
27022 * gdb.base/sigall.exp: use gdb_continue_to_end.
27023
27024 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27025
27026 * gdb.base/display.exp: use runto_main, not run.
27027
27028 * gdb.base/default.exp: Check for the current error message in the
27029 r abbreviation test.
27030 Add strongarm to the targets that know info float.
27031
27032 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
27033 run which doesn't work with monitors.
27034
27035 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27036 1034 test.
27037
27038 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27039
27040 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27041 end of a program. Traps the case (in Cygmon) when the program
27042 never really exits. Same as Mark's continue_to_exit, but I had
27043 put it in a lot more places, so I used my name. Sorry Mark...
27044
27045 * config/monitor.exp (gdb_target_monitor): added another
27046 target_info parameter: remotebinarydownload. This will set the
27047 remotebinarydownload flag if this is causing some boards trouble.
27048
27049 1999-03-18 Mark Salter <msalter@cygnus.com>
27050
27051 * lib/gdb.exp (continue_to_exit): New function.
27052
27053 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27054 * gdb.base/ending-run.exp: Ditto.
27055 * gdb.base/step-test.exp: Ditto.
27056
27057 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27058
27059 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27060 (suggested by Art Haas <ahaas@neosoft.com>).
27061
27062 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27063
27064 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27065
27066 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27067
27068 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27069 descriptions of types (short unsigned int vs unsigned short, etc).
27070
27071 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27072
27073 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27074 a call to strlen; sometimes we do have sources.
27075
27076 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27077
27078 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27079 character, so GDB won't print garbage after its end.
27080
27081 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27082 breakpoint there instead. Sometimes GCC emits memcpy to handle
27083 the large structures being passed by value, so we step into that
27084 instead of sum_array_print, which obscures what we're really testing.
27085 * gdb.base/step-test.exp: However, we do want a test that notices
27086 the bizarre steps into memcpy, so do that here. Add check for
27087 stepping into function calls that pass large structures by value.
27088 ("Is that a noun clause, or are you just happy to see me?")
27089 Remove all references to specific line numbers.
27090 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27091 New type and function.
27092 (main): Call large_struct_by_value, passing it a large struct by value.
27093 * lib/gdb.exp (gdb_get_line_number): New function.
27094
27095 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27096 more portable.
27097
27098 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27099
27100 * lib/gdb.exp: Doc fixes.
27101
27102 1999-03-05 Nick Clifton <nickc@cygnus.com>
27103
27104 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27105
27106 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27107
27108 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27109 commands. They're not germane to this test, and they don't work
27110 that way on remote targets.
27111
27112 1999-03-01 James Ingham <jingham@cygnus.com>
27113
27114 * Changelog entries merged over from gdb development branch.
27115
27116 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27117
27118 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27119 for outputting results of test run.
27120
27121 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
27122
27123 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
27124
27125 1999-02-25 Felix Lee <flee@cygnus.com>
27126
27127 * lib/gdb.exp (debug_format): initialize
27128
27129 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27130
27131 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27132 * gdb.base/call-rt-st.c: Ditto.
27133
27134 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27135
27136 * gdb.threads/pthreads.exp (horiz): New variable.
27137 (test_startup): Fix regexps that capture thread numbers.
27138
27139 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27140
27141 * gdb.base/smoke.exp: Disambiguate two test case names (both
27142 called ``print'').
27143
27144 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27145
27146 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
27147 compilation.
27148
27149 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27150
27151 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27152 actual output formatting.
27153 * gdb.base/smoke.exp: GDB removes leading 0's.
27154 * gdb.base/volatile.exp: Don't check type of remuneration;
27155 that variable is no longer defined in constvars.c.
27156 * gdb.base/step-test.c (main): Exit with explicit exit code.
27157 * gdb.base/step-test.exp: Remove two nexti checks--they are
27158 not portable.
27159
27160 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27161
27162 * gdb.base/help.exp ("help delete display"): Fix test to match
27163 gdb's output.
27164
27165 * gdb.base/long_long.c (known_types): Initialize values to zero.
27166 * gdb.base/long_long.exp: Step one more line
27167 so 'dec' is initialized in "get to known place". GDB removes
27168 leading zeros. Explicitly ask for hex formatting. Use
27169 unique test case names.
27170
27171 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27172
27173 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
27174
27175 * gdb.c++/method.exp: Add missing close brace.
27176
27177 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27178
27179 * gdb.base/maint.exp: Use 'set height 0' to disable page
27180 prompting, not 'set height 400'.
27181
27182 Fix a bunch of timeouts.
27183 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27184 four separate tests, so expect doesn't take forever to match a ton
27185 of text against a regexp with lots of .* forms.
27186 ("maint print psymbols", "maint print symbols"): Make some of
27187 these greps more selective, so that expect doesn't try to wade
27188 through huge piles of output and time out.
27189
27190 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27191
27192 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
27193 tests: one which doesn't expect shlib events to be reported, and
27194 another which does, but is XFAIL for all platforms other than
27195 HP/UX.
27196
27197 * gdb.base/break.exp: Teach the test suite that the `catch
27198 fork', `catch vfork', and `catch exec' commands produce error
27199 messages on platforms that don't provide these features.
27200
27201 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27202
27203 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
27204 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27205 (shortening names from solib_threshold.exp etc), won't run on
27206 anything but HP-UX for the foreseeable future.
27207 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27208 reflect move.
27209
27210 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27211
27212 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27213 gdb.trace/Makefile.in (clean): Remove all test executables.
27214
27215 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27216
27217 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27218 successfully re-sets breakpoints in shared libraries.
27219 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27220
27221 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27222
27223 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27224 and compiled w/o GCC.
27225
27226 * gdb.hp/watch-cmd.exp: ditto.
27227
27228 * gdb.hp/watch-hp.exp: ditto.
27229
27230 * gdb.hp/xdb1.exp: ditto.
27231
27232 * gdb.hp/xdb2.exp: ditto.
27233
27234 * gdb.hp/dbx.exp: ditto.
27235
27236 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27237
27238 * constvars.c: Remove C++-isms.
27239 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27240 with GCC.
27241
27242 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27243
27244 The following changes are part of the HP merge.
27245
27246 * gdb.base/break.exp: new tests to verify that catchpoints for
27247 fork, vfork, and exec don't trigger inappropriately.
27248
27249 * gdb.base/opaque.exp: compile one file at a time, then link.
27250
27251 * gdb.base/signals.exp: be more restrictive about which hppa
27252 systems receive a setup_xfail. new tests.
27253
27254 * gdb.base/solib_threshold.build: new file.
27255 * gdb.base/solib_threshold.exp: new file.
27256 * gdb.base/solib_threshold.link_opts: new file.
27257 * gdb.base/solib_threshold.mk: new file.
27258 * gdb.base/gen_solib_threshold.c: new file.
27259
27260 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27261 tests. New tests for enums inside classes.
27262
27263 * gdb.c++/compiler.cc: indicate support of template debugging.
27264
27265 * gdb.c++/demangle.exp: run hp style demangling tests.
27266
27267 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27268 tests.
27269
27270 * gdb.c++/misc.cc: changes to support new tests.
27271
27272 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27273 to support new tests.
27274
27275 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27276 gcc, then skip these tests.
27277
27278 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27279
27280 The following files are part of the HP merge; some had longer
27281 names at HP, but have been renamed to be no more than 14
27282 characters in length.
27283
27284 * gdb.hp/ambiguous.cc: new file.
27285 * gdb.hp/ambiguous.exp: new file.
27286 * gdb.hp/attach.exp: new file.
27287 * gdb.hp/attach2.exp: new file.
27288 * gdb.hp/classes-hp.exp: new file.
27289 * gdb.hp/ctti.exp: new file.
27290 * gdb.hp/ctti-add.cc: new file.
27291 * gdb.hp/ctti-add1.cc: new file.
27292 * gdb.hp/ctti-add2.cc: new file.
27293 * gdb.hp/ctti-add3.cc: new file.
27294 * gdb.hp/dbx.exp: new file.
27295 * gdb.hp/exception.cc: new file.
27296 * gdb.hp/exception.exp: new file.
27297 * gdb.hp/foll-exec.c: new file.
27298 * gdb.hp/foll-exec.exp: new file.
27299 * gdb.hp/foll-fork.c: new file.
27300 * gdb.hp/foll-fork.exp: new file.
27301 * gdb.hp/foll-vfork.c: new file.
27302 * gdb.hp/foll-vfork.exp: new file.
27303 * gdb.hp/inherit-hp.exp: new file.
27304 * gdb.hp/more-steps.exp: new file.
27305 * gdb.hp/namespace.cc: new file.
27306 * gdb.hp/namespace.exp: new file.
27307 * gdb.hp/optimize.exp: new file.
27308 * gdb.hp/pxdb.c: new file.
27309 * gdb.hp/pxdb.exp: new file.
27310 * gdb.hp/quicksort.exp: new file.
27311 * gdb.hp/reg-test.exp: new file.
27312 * gdb.hp/reg-test.s: new file.
27313 * gdb.hp/sized-enum.c: new file.
27314 * gdb.hp/sized-enum.exp: new file.
27315 * gdb.hp/start-stop.exp: new file.
27316 * gdb.hp/templ-hp.cc: new file.
27317 * gdb.hp/templ-hp.exp: new file.
27318 * gdb.hp/thr-lib.c: new file.
27319 * gdb.hp/thr-lib.exp: new file.
27320 * gdb.hp/thr-lib.h: new file.
27321 * gdb.hp/thr-liblib.c: new file.
27322 * gdb.hp/virtfun-hp.c: new file.
27323 * gdb.hp/virtfun-hp.exp: new file.
27324 * gdb.hp/watch-cmd.exp: new file.
27325 * gdb.hp/watch-hp.exp: new file.
27326 * gdb.hp/xdb1.exp: new file.
27327 * gdb.hp/xdb2.exp: new file.
27328 * gdb.hp/xdb3.exp: new file.
27329
27330 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27331
27332 The following files are part of the HP merge; some had longer
27333 names at HP, but have been renamed to be no more than 14
27334 characters in length.
27335
27336 * gdb.base/ss.h: new file.
27337 * gdb.base/call-ar-st.c: new file.
27338 * gdb.base/call-ar-st.exp: new file.
27339 * gdb.base/call-rt-st.c: new file.
27340 * gdb.base/call-rt-st-exp: new file.
27341 * gdb.base/call-strs.exp: new file.
27342 * gdb.base/ena-dis-br.exp: new file.
27343 * gdb.base/environ.exp: new file.
27344 * gdb.base/long_long.exp: new file.
27345 * gdb.base/sect-cmd.exp: new file.
27346 * gdb.base/shlib-cl2.exp: new file.
27347 * gdb.base/smoke.exp: new file.
27348 * gdb.base/so-impl-ld.c: new file.
27349 * gdb.base/so-impl-ld.exp: new file.
27350 * gdb.base/so-indr-cl.c: new file.
27351 * gdb.base/so-indr-cl.exp: new file.
27352 * gdb.base/varargs.exp: new file.
27353 * gdb.base/volatile.exp: new file.
27354 * gdb.base/whatis-exp.exp: new file.
27355 * gdb.base/display.exp: new file.
27356 * gdb.c++/derivation.exp: new file.
27357 * gdb.c++/local.exp: new file.
27358 * gdb.c++/member-ptr.exp: new file.
27359 * gdb.c++/overload.exp: new file.
27360 * gdb.c++/ovldbreak.exp: new file.
27361 * gdb.c++/ref-types.exp: new file.
27362 * gdb.c++/ref-types2.exp: new file.
27363 * gdb.c++/userdef.exp: new file.
27364
27365 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27366
27367 * gdb.base/default.exp: Reflect wording change in remote.c.
27368
27369 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
27370
27371 * gdb.base/help.exp: Update to reflect current text.
27372
27373 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27374
27375 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27376 they're stack variables and contain garbage.
27377 * gdb.c++/anon-union.exp: new file.
27378
27379 The following changes were made by David Taylor
27380 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27381 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27382 in changes by HP.
27383
27384 * gdb.base/bitops.exp: new file.
27385 * gdb.base/default.exp: change expected messages for catch and
27386 info catch tests to reflect HP merge changes.
27387 * gdb.base/enable-disable-break.exp
27388 * gdb.base/ending-run.c: new file.
27389 * gdb.base/long_long.c: new file.
27390 * gdb.base/maint.exp: new file.
27391 * gdb.base/pointers2.exp: new file.
27392 * gdb.base/shlib-call2.exp: new file.
27393 * gdb.base/solib.exp: new file.
27394 * gdb.base/step-test.c: new file.
27395 * gdb.c++/anon-union.cc: new file.
27396 * gdb.c++/local.cc: new file.
27397 * gdb.c++/member-pointer.cc: new file.
27398 * gdb.c++/method.cc: new file.
27399 * gdb.c++/ref-types.cc: new file.
27400 * gdb.c++/ref-types2.cc: new file.
27401 * gdb.c++/userdef.cc: new file.
27402
27403 * gdb.base/scope.exp: compile one file at a time, then link.
27404 * gdb.base/langs.exp: ditto.
27405 * gdb.base/list.exp: ditto.
27406
27407 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27408
27409 The following changes were made by David Taylor
27410 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27411 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27412 in changes by HP.
27413
27414 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27415 skip tests. When compiling pass c++ flag to gdb_compile.
27416 * gdb.c++/
27417
27418 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27419 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27420 (skip_hp_tests): new function.
27421 (gdb_preprocess): new function.
27422
27423 * configure.in (hpdir): decide whether to configure gdb.hp.
27424 * configure: regenerated.
27425
27426 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27427 to delete on clean.
27428 (EXECUTABLES): update to reflect new additions.
27429 * gdb.base/commands.exp: update message expected.
27430 * gdb.base/default.exp: add copyright notice.
27431 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27432 * gdb.base/help.exp: update messages to reflect current text.
27433 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27434 targets for recurse tests.
27435 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27436 skip this file.
27437
27438 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27439 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27440 compilation.
27441 * gdb.c++/misc.exp: ditto.
27442 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27443 run the tests. tell gdb_compile that it's a c++ compilation.
27444
27445 * gdb.threads/pthreads.exp: fix typo in message.
27446
27447 * gdb.base/all-bin.exp: new file.
27448 * gdb.base/arithmet.exp: new file.
27449 * gdb.base/assign.exp: new file.
27450 * gdb.base/completion.exp: new file.
27451 * gdb.base/cond-expr.exp: new file.
27452 * gdb.base/condbreak.exp: new file.
27453 * gdb.base/define.exp: new file.
27454 * gdb.base/dollar.exp: new file.
27455 * gdb.base/environment.exp: new file.
27456 * gdb.base/eval-skip.exp: new file.
27457 * gdb.base/jump.exp: new file.
27458 * gdb.base/logical.exp: new file.
27459 * gdb.base/pointers.exp: new file.
27460 * gdb.base/relational.exp: new file.
27461 * gdb.base/section_command.exp: new file.
27462 * gdb.base/whatis-expr.exp: new file.
27463
27464 * gdb.base/all-types.c: new file.
27465 * gdb.base/call-array-struct.c: new file.
27466 * gdb.base/call-return-struct.c: new file.
27467 * gdb.base/call-strings.c: new file.
27468 * gdb.base/callfuncs2.c: new file.
27469 * gdb.base/condbreak.c: new file.
27470 * gdb.base/constvars.c: new file.
27471 * gdb.base/display.c: new file.
27472 * gdb.base/int-type.c: new file.
27473 * gdb.base/jump.c: new file.
27474 * gdb.base/miscexprs.c: new file.
27475 * gdb.base/pointers.c: new file.
27476 * gdb.base/pointers2.c: new file.
27477 * gdb.base/shmain.c: new file.
27478 * gdb.base/shr1.c: new file.
27479 * gdb.base/shr2.c: new file.
27480 * gdb.base/solib.c: new file.
27481 * gdb.base/solib1.c: new file.
27482 * gdb.base/solib2.c: new file.
27483 * gdb.base/varargs.c: new file.
27484 * gdb.c++/derivation.cc: new file.
27485 * gdb.c++/overload.cc: new file.
27486 * gdb.c++/ovldbreak.cc: new file.
27487 * gdb.hp/attach.c: new file.
27488 * gdb.hp/attach2.c: new file.
27489 * gdb.hp/average.c: new file.
27490 * gdb.hp/compiler.c: new file.
27491 * gdb.hp/compiler.cc: new file.
27492 * gdb.hp/execd-program.c: new file.
27493 * gdb.hp/follow-exec.c: new file.
27494 * gdb.hp/follow-fork.c: new file.
27495 * gdb.hp/follow-vfork-and-exec.c: new file.
27496 * gdb.hp/misc-hp.cc: new file.
27497 * gdb.hp/more-steps.c: new file.
27498 * gdb.hp/optimize.c: new file.
27499 * gdb.hp/quicksort.c: new file.
27500 * gdb.hp/run-hp.c: new file.
27501 * gdb.hp/start-stop.c: new file.
27502 * gdb.hp/sum.c: new file.
27503 * gdb.hp/templates-hp.cc: new file.
27504 * gdb.hp/thread-local-in-lib.c: new file.
27505 * gdb.hp/thread-local-in-lib.h: new file.
27506 * gdb.hp/thread-local-in-lib.lib.c: new file.
27507 * gdb.hp/vforked-program.c: new file.
27508 * gdb.hp/virtfunc-hp.cc: new file.
27509 * gdb.hp/watchpoint-hp.c: new file.
27510 * gdb.hp/xdb.c: new file.
27511 * gdb.hp/xdb0.c: new file.
27512 * gdb.hp/xdb0.h: new file.
27513 * gdb.hp/xdb1.c: new file.
27514
27515 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27516
27517 The following change was made by Edith Epstein
27518 <eepstein@cygnus.com> as part of a project to merge in changes
27519 originally made by HP; HP did not create ChangeLog entries.
27520
27521 * gdb.c++/demangle.exp: changed the expected output for some
27522 ARM-style mangling -- removed second reference to datatype.
27523 For example, maint demangle __dt__11T1__pt__2_cFv
27524 T1<char>::~T1<char>(void)
27525 becomes,
27526 maint demangle __dt__11T1__pt__2_cFv
27527 T1<char>::~T1(void)
27528
27529 (test_hp_style_demangling): new hp specific demangling test cases.
27530
27531 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27532
27533 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27534 * gdb.trace/backtrace.exp: Likewise.
27535 * gdb.trace/circ.exp: Likewise.
27536 * gdb.trace/collection.exp: Likewise.
27537 * gdb.trace/deltrace.exp: Likewise.
27538 * gdb.trace/infotrace.exp: Likewise.
27539 * gdb.trace/limits.exp: Likewise.
27540 * gdb.trace/packetlen.exp: Likewise.
27541 * gdb.trace/passc-dyn.exp: Likewise.
27542 * gdb.trace/passcount.exp: Likewise.
27543 * gdb.trace/report.exp: Likewise.
27544 * gdb.trace/save-trace.exp: Likewise.
27545 * gdb.trace/tfind.exp: Likewise.
27546 * gdb.trace/tracecmd.exp: Likewise.
27547 * gdb.trace/while-dyn.exp: Likewise.
27548 * gdb.trace/while-stepping.exp: Likewise.
27549
27550 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27551
27552 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27553
27554 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27555
27556 From Brendan Kehoe:
27557 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27558 int return types.
27559
27560 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27561
27562 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27563 remote dos host testing right.
27564
27565 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27566
27567 * gdb.base/corefile.exp: remove some xfails.
27568
27569 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27570
27571 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27572 have different timestamps.
27573
27574 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27575
27576 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27577 gdb.base/default.exp: Replace "exec" with "executable".
27578
27579 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27580
27581 * gdb.base/default.exp: Change else if to elseif from previous
27582 delta.
27583
27584 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27585
27586 * gdb.base/default.exp: Add brace missing from previous delta.
27587
27588 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27589
27590 * gdb.base/default.exp: Support test for info float for all
27591 varieties of arm toolchain.
27592
27593 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27594
27595 * gdb.trace/*.exp: remove "remote_download" command.
27596
27597 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27598
27599 * gdb.trace/*.exp: remove -gdwarf from compile.
27600
27601 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27602
27603 * gdb.trace/configure.in(AC_INIT): typo
27604 * gdb.trace/configure: regenerated
27605
27606 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27607
27608 * config/m68k-emc.exp: New file.
27609 * lib/<emc-support.exp trace-support.exp}: New files.
27610 * configure.in: add new test directory gdb.trace.
27611 * gdb.trace/{configure configure.in Makefile.in}: New files.
27612 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27613 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27614 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27615 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27616 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27617 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27618 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27619
27620 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27621
27622 * gdb.c++/classes.exp: Change all regular expressions to match
27623 arbitrary combinations of newline/carriage-return, so that they
27624 will work equally well on Unix and Windows.
27625 * gdb.c++/inherit.exp: ditto.
27626 * gdb.c++/virtfunc.exp: ditto.
27627
27628 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27629
27630 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27631
27632 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27633
27634 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27635 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27636 to use a0-a3/d0-d3 as needed.
27637
27638 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27639
27640 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27641 * gdb.disasm/am33.exp: Corresponding changes.
27642
27643 1998-07-11 Felix Lee <flee@cygnus.com>
27644
27645 * gdb.base/callfuncs.exp: add cmp10 test.
27646 * gdb.base/callfuncs.c (cmp10): new function.
27647
27648 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27649
27650 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
27651 into two parts to get around a synchronization problem in expect.
27652
27653 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27654
27655 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27656
27657 * configure.in: Add options for gdbtk testsuite.
27658
27659 * configure: Regenerate.
27660
27661 * gdb.gdbtk: New directory to hold gdbtk tests.
27662
27663 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27664
27665 * gdb.fortran/types.exp: Escape brackets in expect patterns
27666 for test_float_literal_types_accepted tests.
27667 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27668 before run test.
27669
27670 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27671
27672 * am33.exp: Just compile, do not link the testcase.
27673 * am33.s: Add ".am33" pseudoop to force am33 mode.
27674
27675 1998-06-25 Felix Lee <flee@cygnus.com>
27676
27677 * gdb.base/setshow.exp: make sure $pc is sane.
27678
27679 * gdb.stabs/weird.exp: split expect patterns properly.
27680
27681 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27682
27683 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27684 * gdb.disasm/am33.exp: Run it.
27685
27686 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
27687
27688 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27689 match processing (and eliminate spurious timeouts when running).
27690
27691 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
27692
27693 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27694 exception test, but conditionalize it on target [mach | gnu].
27695
27696 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
27697
27698 * gdb.base/overlays.exp: fixup compile line for linker script.
27699
27700 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27701
27702 * gdb.fortran/types.exp: don't guess at float size.
27703
27704 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27705
27706 * gdb.base/exprs.exp: delete test that depends on int size.
27707
27708 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27709
27710 * config/sim.exp: Removed checks for target triplets.
27711 (gdb_target_sim): Use gdb,target_sim_options.
27712
27713 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27714
27715 * gdb.base/reread.exp: New file.
27716 * gdb.base/reread1.c: New file.
27717 * gdb.base/reread2.c: New file.
27718
27719 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27720
27721 * config/sim.exp: Use 'target sim -sparclite' when running
27722 SPARClite programs.
27723
27724 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27725
27726 * gdb.base/structs2.exp: New file.
27727 * gdb.base/structs2.c: New file.
27728
27729 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27730
27731 * gdb.asm/common.inc: New file.
27732 * gdb.asm/d10v.inc: New file.
27733 * asm-source.exp: Pass -I's to gas to find .inc files.
27734 Update line numbers in expected output.
27735 * asmsrc1.s: Rewrite.
27736 * asmsrc2.s: Rewrite.
27737 * configure.in: Create arch.inc symlink.
27738 * configure: Regenerate.
27739 * Makefile.in (distclean): Delete arch.inc.
27740
27741 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27742
27743 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27744 (t_enum_value2): ditto
27745 (t_enum_value3): ditto
27746 (main): ditto
27747 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27748
27749 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27750 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27751 change.
27752 Use gdb_test instead of send_gdb/gdb_expect sequences.
27753
27754 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27755
27756 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27757 not void.
27758
27759 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27760
27761 * gdb.base/branches.c: Code with lots of loops and
27762 subroutines. Used to test gdbs ability to single step through PC
27763 changes, especially to test mips-tdep.c:mips_next_pc
27764
27765 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27766
27767 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27768 more rigorous EGCS C++ error checking.
27769
27770 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27771
27772 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27773 tests.
27774 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27775 function when asleep.
27776 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27777 for i*86 Linux and SVR4 signal handling problems.
27778 Remove linux xfail for `next to handler in signals_tests_1', fixed
27779 by recent infrun.c change.
27780 Limit backtrace to 10 frames to avoid timeout problems with infinite
27781 stack backtraces.
27782 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27783 target.[ch] change.
27784
27785 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27786
27787 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27788 for a newline from gdb before continuing.
27789 (default_gdb_exit): Just look for y or n.
27790 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27791 it does, fail the rests of the tests in the file.
27792
27793 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27794
27795 * config/cygmon.exp: New file.
27796
27797 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27798
27799 * gdb.base/list.exp: Fix problem with "list default lines around
27800 main" test on remote targets.
27801
27802 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27803 run test on remote targets.
27804
27805 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27806
27807 * gdb.asm: New directory.
27808 * configure.in: Configure it.
27809 * configure: Regenerate.
27810 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27811 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27812
27813 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27814
27815 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27816
27817 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27818
27819 * gdb.base/overlays (several files): Merge the two overlay
27820 managers into one. Change variables (foox, barx, bazx, grbxx)
27821 back into ints but force them to load in their proper sections.
27822
27823 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27824
27825 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27826 on-chip insn memory and IMAP1 to upper 128k.
27827 (D10VCopy): Handle memory regions crossing 16k boundaries.
27828 (D10VCopy): Transfer data in 32 bit chunks.
27829
27830 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27831
27832 * gdb.base/overlays.c (main): Exit normally when result is
27833 correct.
27834
27835 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27836 map. Include space for printf in .text segment.
27837
27838 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27839 updated d10v memory VMA/LMA map.
27840 (D10VCopy): Call D10VTranslate.
27841
27842 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27843
27844 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27845
27846 * gdb.base/bar.c (barx, bar): Change variable to small array so
27847 that it won't be put into the .sdata - small data -
27848 section. Update reference.
27849 * gdb.base/baz.c (bazx, baz): Ditto.
27850 * gdb.base/foo.c (foox, foo): Ditto.
27851 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27852
27853 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27854 to be arrays.
27855
27856 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27857
27858 * gdb.base/overlays.exp: fix up and get working again.
27859 Add tests for backtraces from an overlay function.
27860
27861 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27862
27863 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27864 "calling function with watchpoint enabled".
27865
27866 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27867
27868 * gdb.base/break.exp (test_next_with_recursion): Remove
27869 gdb_suppress_tests for d10v-*-*.
27870 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27871 pending review of whether it is useful or not.
27872
27873 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27874
27875 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27876
27877 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27878
27879 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27880 * config/dve.exp: New file to support Densan boards.
27881
27882 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27883
27884 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27885 reads and BSD.
27886
27887 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27888
27889 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27890 response.
27891
27892 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27893
27894 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27895
27896 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27897 test.
27898
27899 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27900 target_sizeof_long and target_bigendian_p.
27901 (structs_by_value, structs_by_reference): Check values according
27902 to targets word size and endianess.
27903
27904 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27905
27906 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27907 output.
27908
27909 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27910
27911 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27912 Update test of set args help to match source change.
27913
27914 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27915
27916 * gdb.base/default.exp: Expect help system output to be in
27917 alphabetical order.
27918 * gdb.base/help.exp: Ditto.
27919
27920 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27921
27922 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27923 "i*86-pc-linux-gnu*".
27924 * gdb.base/interrupt.exp: Ditto.
27925 * gdb.base/corefile.exp: Ditto.
27926
27927 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27928 define vxworks when building the testcase.
27929
27930 * gdb.base/ptype.exp: Fix testnames to be unique.
27931 * gdb.base/radix.exp: Ditto.
27932 * gdb.base/term.exp: Ditto.
27933 * gdb.base/whatis.exp: Ditto.
27934 * gdb.c++/classes.exp: Ditto.
27935
27936 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27937
27938 * gdb.base/callfuncs.exp: Fix indentation.
27939
27940 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27941 suppress_flag has been set.
27942 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27943 target feature.
27944
27945 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27946
27947 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27948 the testcase.
27949
27950 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27951 set_debug_traps() and breakpoint().
27952 * gdb.c++/misc.cc (main): Ditto.
27953 * gdb.c++/templates.cc (main): Ditto.
27954 * gdb.c++/virtfunc.cc (main): Ditto.
27955
27956 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27957
27958 * lib/gdb.exp(gdb_step_for_stub): New function.
27959 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27960 exists, reload the executable and do a "continue" instead of
27961 doing a jump.
27962 (runto_main): Use gdb_step_for_stub.
27963
27964 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27965 tests to have unique names.
27966 * gdb.base/callfuncs.exp: Ditto.
27967 * gdb.base/commands.exp: Ditto.
27968 * gdb.base/default.exp: Ditto.
27969 * gdb.base/help.exp: Ditto.
27970 * gdb.base/list.exp: Ditto.
27971 * gdb.base/opaque.exp: Ditto.
27972 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27973 similar tests.
27974
27975 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27976 * gdb.c++/cplusfuncs.cc: Ditto.
27977 * gdb.c++/virtfunc.cc: Ditto.
27978
27979 * config/monitor.exp: Keep track of the last file we saw, rather
27980 than trying to get the info from gdb.
27981
27982 * gdb.fortran/types.exp: Move comment to previous line.
27983
27984 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27985
27986 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27987 target mode.
27988
27989 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27990
27991 From Bob Manson:
27992 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27993 string from GDB when it connects.
27994
27995 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27996
27997 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27998
27999 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
28000 if we can't get a debug format from GDB (we may be testing an
28001 older GDB). Use a 10 second timeout when checking for the format.
28002
28003 * gdb.stabs/weird.exp: Fix quoting.
28004
28005 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28006
28007 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28008
28009 * config/arm-ice.exp: New file.
28010
28011 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28012
28013 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
28014 until it has been modified to work with the new testsuite.
28015
28016 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
28017 testcase won't compile, cause all of the testcases in the file to
28018 fail instead.
28019
28020 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28021 (gdb_clear_suppressed): New procedure.
28022 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28023 it contains a positive value.
28024
28025 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28026
28027 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28028
28029 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28030
28031 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28032
28033 * lib/gdb.exp (setup_xfail_format): New function.
28034 (get_debug_format): New function to get debug format.
28035 (debug_format): New global variable to hold last value set
28036 by get_debug_format.
28037 * gdb.base/list.exp: Call get_debug_format and expect some
28038 tests to fail for DWARF 1 and COFF formats.
28039 * gdb.c++/ptype.exp: Ditto.
28040 * gdb.c++/classes.exp: Ditto.
28041 * gdb.c++/cplusfuncs.exp: Ditto.
28042 * gdb.c++/inherit.exp: Ditto.
28043 * gdb.c++/templates.exp: Ditto.
28044 * gdb.c++/virtfunc.exp: Ditto.
28045
28046 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28047
28048 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28049 host doesn't have a currently-open connection.
28050
28051 * config/sparclet.exp: Cleanups and fixes to make it generic for
28052 any gdb stub target. Handle cases where gdb doesn't respond when
28053 interrupted in a sane fashion.
28054
28055 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28056 same thing in a totally different way.
28057
28058 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28059 setting "timeout".
28060 (gdb_start): We set the global gdb_prompt variable in
28061 default_gdb_init now.
28062
28063 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28064
28065 * gdb.base/printcmds.exp: Fix "check for floating addition"
28066 regexp to accept results within approx +/- .01 of exact value.
28067 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28068
28069 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28070
28071 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28072 properly.
28073 (gdb_expect): Add optional timeout parameter, and add timeout
28074 value to various calls.
28075 (gdb_suppress_tests): Only give one warning message per group.
28076
28077 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28078
28079 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28080 global variables. Handle getting a value for $timeout more
28081 gracefully.
28082
28083 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28084
28085 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28086 initialize.
28087 (default_gdb_init): New procedure; allow gdb_init to be overridden
28088 by a target configuration file.
28089 (gdb_expect): Pass the timeout to remote_expect.
28090
28091 * config/monitor.exp(gdb_load): Fix typo in regexp.
28092
28093 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28094
28095 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28096
28097 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28098
28099 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28100 here. Call gdb_target_exec before rebooting the target, to make
28101 sure the connection to the target is closed.
28102 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28103 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28104 Also detect "Timeout reading from remote" error.
28105
28106 * config/gdbserver.exp: Pass the executable being loaded to
28107 gdb_target_monitor. Don't call gdb_file_cmd here; let
28108 gdb_target_monitor do it.
28109
28110 * gdb.disasm/hppa.exp: Don't use exec_output.
28111
28112 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28113
28114 * gdb.base/list.exp: If we're debugging a non-native target,
28115 try to set the pc register to point to the start of the
28116 program before doing the first list command.
28117
28118 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
28119 test_calls after restarting.
28120
28121 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
28122 reloading.
28123
28124 * gdb.base/watchpoint.exp: Fix typo.
28125
28126 * gdb.base/setshow.exp: Check for use_gdb_stub.
28127
28128 * gdb.base/break.exp: Fix continue until exit test for the gdb
28129 stub case.
28130 * gdb.base/langs.exp: Ditto.
28131
28132 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
28133 gdb_load_offset. If we weren't given a file to load, figure out
28134 what the current file is and use it.
28135
28136 * config/i386-bozo.exp: New file.
28137
28138 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28139
28140 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28141 feature.
28142
28143 * config/proelf.exp: New entry.
28144
28145 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28146
28147 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28148 of regexps.
28149
28150 * gdb.base/watchpoint.exp: Don't run the test_stepping
28151 tests if gdb can't call functions on the target.
28152
28153 * gdb.base/setshow.exp: Don't run the set prompt tests if
28154 the board has gdb_prompt set.
28155
28156 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28157
28158 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28159 * gdb.base/commands.exp: Likewise.
28160 * gdb.base/setshow.exp: Likewise.
28161
28162 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28163
28164 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28165 feature.
28166
28167 * config/i960.exp: New file.
28168
28169 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28170
28171 * gdb.base/funcargs.exp: Check for gdb,short_int target
28172 feature instead of looking for explicit target triplets.
28173
28174 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
28175
28176 * gdb.base/printcmds.exp: add a couple more tests a la
28177 "p 123DEADBEEF", to check parse_number.
28178 * top.c: change "to enable to enable" to "to enable" in a couple
28179 of help strings.
28180
28181 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28182
28183 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28184 on the mn10300.
28185
28186 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28187
28188 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28189 where the test executable is run with explicit args.
28190 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28191
28192 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28193
28194 * gdb.base/run.c: Use FAKEARGV to build test executable that
28195 does not require a command line arg, since most simulators
28196 don't currently support passing such an arg into the simulated
28197 program.
28198 * gdb.base/commands.exp: Change tests to insert the proper
28199 value as the arg to the first recursive factorial call. Change
28200 compilation line to define FAKEARGV at compile time.
28201
28202 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28203
28204 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28205 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28206 function with watchpoint enabled" test.
28207
28208 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28209
28210 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28211 Don't call gdb_test when the command doesn't return to a gdb prompt.
28212
28213 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28214 "Tests restarted" messages.
28215
28216 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28217
28218 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28219
28220 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28221
28222 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28223 for INFO SYMBOL; add help tests for OVERLAY commands.
28224 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28225 add tests for OVERLAY commands
28226 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28227 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28228 * gdb.base/sigall.c: add usestubs code frag
28229 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28230
28231 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28232
28233 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28234 failures.
28235 (gdb_stop_suppressing_tests): Note that tests have restarted.
28236
28237 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28238
28239 * config/h8300.exp: New file.
28240
28241 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28242
28243 * gdb.base/setshow.exp: Check for the existence of a
28244 feature, not its value.
28245
28246 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28247
28248 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28249
28250 * gdb.base/scope.exp: It's now init0(), not init().
28251
28252 * gdb.base/scope0.c: For now, change init() to be init0().
28253
28254 * config/monitor.exp: Use gdb_serial in preference to serial
28255 or netport.
28256
28257 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28258 and it's not already set.
28259
28260 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28261
28262 * gdb.base/setshow.exp: Only test the run command if the target
28263 isn't using a stub and if it supports argument passing.
28264
28265 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28266
28267 * config/udi.exp(gdb_start): Make sure UDICONF is set
28268 properly before starting gdb.
28269
28270 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28271
28272 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28273 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28274 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28275
28276 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28277
28278 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28279 specialized code to reboot the board, use remote_reboot instead.
28280
28281 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28282
28283 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28284
28285 * config/monitor.exp: Make sure we disconnect from the target.
28286 Also, try a reboot/reload cycle instead of failing if the
28287 load fails.
28288
28289 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28290
28291 * gdb.base/default.exp: Don't set match_max.
28292 * gdb.base/help.exp: Ditto.
28293 * gdb.base/list.exp: Ditto.
28294 * gdb.base/signals.exp: Ditto.
28295
28296 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28297 set, use remote_ld to download the testcase instead of
28298 the GDB loader.
28299
28300 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28301
28302 * config/vr5000.exp: New file.
28303
28304 * config/monitor.exp(gdb_target_monitor): Add pattern for
28305 "Ending remote" to detect errors in connecting.
28306
28307 * gdb.base/setshow.exp: Add .* within auto language test.
28308
28309 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28310 target feature.
28311
28312 * config/monitor.exp(gdb_load): Check for a failure when loading,
28313 and reboot the board if necessary.
28314
28315 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28316 a set of tests. Remove print.* from the patterns being checked.
28317
28318 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28319
28320 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28321 refer to gdb_spawn_id.
28322
28323 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28324 longer used.
28325 * config/sparclet.exp: Ditto.
28326 * config/sparclet-old.exp: Ditto.
28327 * config/slite.exp: Ditto.
28328 * config/sim.exp: Ditto.
28329 * gdb.base/funcargs.exp: Ditto.
28330
28331 * lib/gdb.exp:Remove references to gdb_spawn_id.
28332 (gdb_expect): Move to remote.exp.
28333
28334 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28335
28336 * config/monitor.exp: Detect the "Couldn't establish connection"
28337 message from GDB.
28338
28339 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28340
28341 * gdb.base/bitfields.exp: Use runto instead of explicit
28342 gdb_run_cmd/gdb_expect sequences.
28343
28344 * gdb.base/break.exp(text_next_with_recursion): Add match for
28345 gdb_expect call.
28346
28347 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28348 We also need to handle the "A program is being debugged already"
28349 prompt from gdb. Use gdb_test to set the baud rate.
28350
28351 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28352 to 20000. Really. I mean it.
28353
28354 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28355
28356 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
28357 fails. If suppress_flag is set, skip perror message about not
28358 being able to send to GDB.
28359 (send_gdb): If suppress_flag is set, don't try to send commands to
28360 GDB.
28361 (gdb_expect): If suppress_flag is set, always fail immediately.
28362 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28363 (gdb_init): Call gdb_stop_suppressing_tests.
28364 (default_gdb_exit): Ditto.
28365 (default_gdb_start): Ditto.
28366
28367 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
28368 gdb_stop_suppressing_tests as appropriate.
28369 * gdb.base/break.exp: Ditto.
28370 * gdb.base/callfuncs.exp: Ditto.
28371 * gdb.base/commands.exp: Ditto.
28372 * gdb.base/exprs.exp: Ditto.
28373 * gdb.base/funcargs.exp: Ditto.
28374 * gdb.base/list.exp: Ditto.
28375 * gdb.base/recurse.exp: Ditto.
28376 * gdb.base/scope.exp: Ditto.
28377 * gdb.base/structs.exp: Ditto.
28378 * gdb.c++/inherit.exp: Ditto.
28379
28380 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28381
28382 * config/vr4300.exp: New file.
28383
28384 * gdb.*/*.exp: Call gdb_expect instead of expect.
28385
28386 * lib/gdb.exp(gdb_expect): New function.
28387
28388 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28389
28390 * lib/gdb.exp(gdb_init): New function.
28391
28392 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
28393 for each individual variable set.
28394
28395 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28396 name.
28397
28398 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28399
28400 * gdb.base/scope.exp: Use gdb_test.
28401
28402 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28403 aborting; the testsuite driver will do that for us (see
28404 gdb_finish). Also, use gdb_test in a few more places.
28405
28406 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28407
28408 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28409
28410 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28411
28412 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28413 and "add_tests" are not at the same address.
28414
28415 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28416
28417 * gdb.base/ptype.exp: Use gdb_test.
28418
28419 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28420
28421 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28422 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28423 left in. No longer expect them to fail.
28424
28425 * gdb.stabs/*.mt; Deleted, no longer used.
28426 * gdb.stabs/configure.in: Remove references to target makefile
28427 frags.
28428 * gdb.stabs/configure: Rebuilt.
28429
28430 * gdb.disasm/*.mt: Deleted, no longer used.
28431 * gdb.disasm/configure.in: Remove references to target makefile
28432 frags. Use "sh3.s" as the unique filename for this directory.
28433 * gdb.disasm/configure: Rebuilt.
28434
28435 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28436 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28437 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28438
28439 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28440
28441 * config/udi.exp: Use mondfe,name instead of remote_host.
28442
28443 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28444
28445 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28446 a function with a watchpoint enabled on the mn10200.
28447
28448 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28449 before trying to create it!
28450
28451 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28452
28453 * config/vx.exp: Use hostname instead of netport.
28454
28455 * config/vxworks.exp: New file.
28456
28457 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28458
28459 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
28460 gdb before assuming everything worked. Send a ^C if a timeout
28461 occurs.
28462
28463 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28464 $gdb_spawn_id directly.
28465 (gdb_run_cmd): Try _start as well as start. Use the target feature
28466 gdb,start_symbol as the symbol to start from when jumping.
28467
28468 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28469
28470 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28471 redundant) test.
28472
28473 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28474 it doesn't lose for 16bit integer systems.
28475
28476 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28477
28478 * gdb.fortran/types.exp: If the target doesn't support "double"
28479 data types, then expect "real" types to only be 4 bytes.
28480
28481 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28482 call tests if the target doesn't support inferior function calls.
28483
28484 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28485 in printf tests.
28486
28487 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28488
28489 * gdb.base/help.exp: Disable "help set", "help show", and
28490 "help support". Simplify regexp for "help stack".
28491
28492 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28493 to 60 seconds. Temporarily set match_max to 15000 around the
28494 "info copying" test.
28495
28496 * gdb.base/nodebug.exp: Don't try to do an inferior function
28497 call if the target doesn't support them.
28498 * gdb.base/printcmds.exp: Likewise.
28499 * gdb.base/setvar.exp: Likewise.
28500 * gdb.base/structs.exp: Likewise.
28501 * gdb.c++/templates.exp: Likewise.
28502 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28503
28504 * gdb.base/recurse.exp: Enable for the mn10200.
28505
28506 * configure.in: Do configure gdb.stabs directory for *-*-elf
28507 targets.
28508 * configure: Rebuilt.
28509
28510 * gdb.base/break.exp: Check for gdb,noresults before testing
28511 exit status and/or results from the target.
28512 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28513 * lib/gdb.exp: Remove old (now bogus) initialization of
28514 noinferior, noargs, noresults and nosignals.
28515
28516 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28517
28518 * config/sh.exp: New file.
28519
28520 * config/slite.exp: Try to connect multiple times to the board
28521 before rebooting. Only send a "monitor run" if need_monitor_run
28522 is set.
28523
28524 * gdb.base/break.exp: Don't do the "stub continue" test if
28525 the target has gdb_stub set.
28526
28527 * gdb.base/callfuncs.exp: Increase the timeout.
28528
28529 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28530 if the target has gdb,noinferiorio set.
28531
28532 * gdb.base/list.exp: Increase match_max to 10000 characters.
28533
28534 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28535
28536 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28537 target.
28538
28539 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28540
28541 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28542
28543 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28544 trying to delete the copy of gdb. Catch the file delete so we
28545 don't die if the delete fails; also, the file should be copied to
28546 the host, not to the build.
28547
28548 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28549
28550 * lib/gdb.exp(gdb_test): Surround the result pattern with
28551 parenthesis in case it contains multiple regexps separated
28552 with |.
28553
28554 * gdb.base/watchpoint.exp: Use gdb_test.
28555 * gdb.base/default.exp: Ditto.
28556
28557 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28558
28559 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28560
28561 * gdb.base/scope.exp: Use gdb_test.
28562 * gdb.c++/classes.exp: Ditto.
28563 * gdb.c++/inherit.exp: Ditto.
28564
28565 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28566
28567 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28568 remote_exec instead.
28569 * gdb.base/corefile.exp: Don't be ridiculous.
28570 * gdb.base/*.c: Add missing stub invocations.
28571
28572 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28573
28574 * config/slite.exp: Miscellaneous fixes.
28575
28576 * lib/gdb.exp: Fix runto.
28577
28578 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28579 the target.
28580
28581 * gdb.base/watchpoint.exp: Fix regexp.
28582
28583 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28584 close and wait commands, as the descriptor may now be
28585 invalid. Always call "remote_close host".
28586
28587 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28588
28589 Major rewrite for testsuite revision.
28590
28591 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28592 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28593 instead of relying on spawn_id to always contain a valid
28594 spawn id.
28595 (get_compiler_info): New procedure to build the ${binfile}.ci
28596 file, instead of replicating this in N different places.
28597 (gdb_compile): New procedure.
28598
28599 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28600 appropriate arguments) instead of compile. Use gdb_test in a lot
28601 more places. Use send_gdb instead of send. Always run gdb_start
28602 at the start of a testcase, as this is no longer done magically.
28603
28604 config/*-gdb.exp: Rename without the -gdb suffix.
28605
28606 config/mips.exp: Use remote_close instead of exit_remote_shell.
28607 config/monitor.exp: Use target_info instead of looking at
28608 baud, timeout, etc.
28609 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28610
28611 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28612
28613 * gdb.c++/templates.exp (test_ptype_of_templates),
28614 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28615 Update expect patterns for destructors and assignment operators
28616 to match corresponding c-typeprint.c changes.
28617 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28618 to destructor breakpoint test, GDB should be able to set the
28619 destructor breakpoint without specifying arguments.
28620
28621 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28622
28623 * gdb.threads/pthreads.exp: Change result for failure to compile due
28624 to lack of pthreads runtime support from an error to simply an
28625 unsupported test, per dejagnu standards.
28626
28627 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28628
28629 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28630 where GDB exits to reduce pattern match time.
28631 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28632
28633 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28634
28635 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28636
28637 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28638 * gdb.base/default.exp: ditto.
28639 * gdb.base/nodebug.exp: ditto.
28640 * gdb.base/printcmds.exp: ditto.
28641 * gdb.base/ptype.exp: ditto.
28642 * gdb.base/setvar.exp: ditto.
28643 * gdb.base/structs.exp: ditto.
28644 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28645
28646 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28647
28648 * configure, */configure: Rebuild with autoconf 2.12.
28649
28650 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28651
28652 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28653 use new i*86-pc-linux*-gnu quads.
28654 * gdb.base/corefile.exp: Ditto.
28655 * gdb.base/signals.exp: Ditto.
28656 * gdb.base/sigall.exp: Ditto.
28657 * gdb.base/interrupt.exp: Ditto.
28658
28659 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28660 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28661 RedHat 4.0.
28662
28663 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
28664 linux. This allows the test case to at least compile on latest
28665 linux, but still not run due to missing the threads runtime library.
28666
28667 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28668
28669 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28670 directory to search gdb directory. Accept and step over conditional
28671 stack alignment code. Consume $prompt in failure cases.
28672 Reset timeout to $oldtimeout instead of some arbitrary value.
28673 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28674 timeout problems with infinite stack backtraces.
28675 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28676 Accept function parameters for linkfunc member.
28677
28678 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28679
28680 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28681 (CXXFLAGS): Remove, unreferenced.
28682 (B_OPTIONS): Add for -B options and add code to initialize with
28683 previous -B options and also add -B option to pick up cross compiled
28684 runtime.
28685 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28686 doing cross compiles.
28687 (target_alias): Declare global.
28688 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28689 to verify that gcc exists in build tree, and if so set CC to that
28690 gcc and to use B_OPTIONS and TARGET_INCLUDES.
28691
28692 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28693
28694 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28695 ptype test for anonymous union. Fixup testcase to match
28696 current gcc debug output.
28697
28698 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28699
28700 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28701 force argument to an unsigned long type.
28702
28703 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28704
28705 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28706 tests and anonymous union print/ptype tests.
28707 * gdb.base/list.exp (test_forward-search): Increase timeout by
28708 5 minutes for the "search extremely long line" case.
28709 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28710 completely optional and that the pass/fail messages use the command as
28711 the message if that third arg is a null string.
28712 (gdb_test_exact): Arrange that a null string pattern means match a
28713 null string output rather than any output, which might include random
28714 errors.
28715 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28716 backtrace test.
28717 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28718 always failing and failure is now exposed by gdb.exp changes.
28719
28720 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28721
28722 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28723 weren't being noted.
28724
28725 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28726
28727 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28728 * gdb.stabs/weird.exp: Remove v_comb xfails.
28729
28730 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28731
28732 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28733 list.exp scope.exp watchpoint.exp]
28734 Make all timeout error msgs explicitly say "(timeout)".
28735
28736 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28737
28738 * config/monitor.exp: Increase download timeout to 1000 seconds.
28739
28740 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28741
28742 * config/m32r.exp: Increase timeout to 120 seconds.
28743
28744 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28745
28746 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28747 and accept older ordering as obsolescent gcc or gdb.
28748 * gdb.c++/templates.exp: Ditto.
28749 * gdb.c++/virtfunc.exp: Ditto.
28750
28751 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28752
28753 * gdb.base/coremaker.c: Add code to mmap some data so we
28754 can check that it ends up in the core file.
28755 * gdb.base/corefile.exp: Add test to read mmapped data
28756 from core file.
28757
28758 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28759
28760 * config/m32r.exp: New file.
28761
28762 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28763
28764 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28765 that cflags can contains -gstabs, and work correctly for other tests.
28766
28767 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28768
28769 * gdb.base/setshow.exp: New file, tests show and set.
28770 * gdb.base/setshow.c: New file, tests show and set.
28771 * gdb.base/help.exp: Add test for help set|show annotate.
28772 * gdb.base/default.exp: Add test for set|show annotate.
28773
28774 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28775
28776 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28777 errors unique.
28778 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28779 explicitly.
28780
28781 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28782
28783 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28784 and width commands. This is done elsewhere.
28785 * (gdb_start): Don't call gdb_start_sim here. That's already
28786 done in gdb_load. This fixes lots of failures in default.exp.
28787
28788 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28789
28790 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28791 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28792 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28793 in the same we we treat other failures (since it may be an expected
28794 condition), rather than as an error.
28795 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28796 old test format.
28797
28798 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28799
28800 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28801 (distclean maintainer-clean realclean): No need to remove files
28802 twice. Nuke the duplicates.
28803 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28804 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28805 Remove config.h along with other config files.
28806
28807 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28808
28809 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28810 "p func1 ()" and note that rests of tests are skipped.
28811 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28812 setup_xfails for "print func2::coremaker_local".
28813 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28814 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28815 affected by the previous run test.
28816 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28817 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28818 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28819 "pass int powerset tuple" and "pass modeless int powerset tuple".
28820 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28821 "real write 4" and "real write 8".
28822 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28823 setup_xfails for "print vs1 after tuple assign 2",
28824 "print \$i after tuple assign 2", and
28825 "print vs2 after tuple assign 2".
28826 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28827 meaningful error message and return -1 so the caller can
28828 suppress further tests and avoid a cascade of errors.
28829
28830 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28831
28832 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28833 format for printing version.
28834 * gdb.base/default.exp: Ditto.
28835 * gdb.base/interrupt.exp: Fix problem with cascade of
28836 errors if child process dies while calling a function.
28837
28838 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28839
28840 * Makefile.in (VPATH): Add
28841 * Makefile.in (Makefile, config.status): Fix rules so things get
28842 remade when necessary.
28843
28844 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28845
28846 * Makefile.in (just-check): Add path to sibling expect dir
28847 to environment variable specified by RPATH_ENVVAR.
28848
28849 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28850
28851 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28852 (just-check): Add shared library paths for libstdc++, tk,
28853 tcl, bfd, and opcodes to the environment variable specified
28854 in RPATH_ENVVAR.
28855 * configure.in: Add support to recognize --enable-shared flag
28856 and generate correct value for RPATH_ENVVAR.
28857 * configure: Regenerated with autoconf.
28858
28859 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28860
28861 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28862 include all osf versions.
28863 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28864 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28865 when target is linux. When failing to build pthreads test
28866 executable, give more meaningful message.
28867 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28868 arg for pthread_create.
28869
28870 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28871
28872 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28873 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28874 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28875 and -lpthreads (everybody else).
28876 (test_startup): Fail gracefully if threads are not supported.
28877 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28878 "p/c array_index("abcdef",2)" when not gcc compiled.
28879 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28880 "print func2::coremaker_local" when not gcc compiled.
28881 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28882 "ptype on opaque struct tagname (statically)",
28883 "ptype on opaque struct tagname (dynamically) 1", and
28884 "ptype on opaque struct tagname (dynamically) 2"
28885 for not compiled with gcc.
28886 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28887 backtrace when compiled with gcc.
28888 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28889 than always return success.
28890
28891 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28892
28893 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28894
28895 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28896
28897 * gdb.base/structs.exp: Undo last change.
28898
28899 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28900
28901 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28902 encapsulate all the steps/nexts done during self test, starting
28903 at main, and makes them less sensitive to optimization issues.
28904 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28905 signal handler" test.
28906 * gdb.threads/pthreads.exp: Only run this for native configs.
28907 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28908 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28909 tests.
28910 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28911 for "runto test_calls(void)" test.
28912
28913 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28914
28915 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28916 and don't expect address info in breakpoint confirmations.
28917
28918 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28919
28920 * gdb.base/list.exp (test_forward_search): Increase timeout
28921 temporarily by 60 seconds for searching extremely long line,
28922 and then reset to old value when done. Increase expect input
28923 buffer to 10000.
28924
28925 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28926
28927 * gdb.base/list.exp (test_forward_search): Fix to handle very
28928 long source line without overflowing expect's input buffer.
28929
28930 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28931
28932 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28933 "buffer_full".
28934
28935 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28936 "buffer_full".
28937
28938 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28939 "buffer_full".
28940
28941 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28942 "buffer_full".
28943
28944 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28945
28946 * configure.in (configdirs): Add gdb.threads.
28947 * configure: Regenerated with autoconf.
28948 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28949 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28950 * gdb.threads/configure: New, generated with autoconf.
28951
28952 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28953
28954 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28955
28956 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28957
28958 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28959 each signal's status in the output of "handle all print".
28960 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28961 the \r\n sequence that immediately precedes the gdb prompt.
28962 * gdb.base/a1-selftest.exp: Save original timeout and restore
28963 after test.
28964
28965 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28966
28967 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28968 symbol.
28969
28970 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28971
28972 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28973
28974 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28975
28976 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28977 timeout by 60 seconds.
28978
28979 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28980
28981 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28982 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28983 error return.
28984
28985 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28986
28987 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28988 gdb initialization, also report how long dejagnu waited. Restore
28989 old timeout before doing error return. Temporarily increase timeout
28990 by 3 minutes to allow for slow startups over heavy NFS use.
28991
28992 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28993
28994 * lib/gdb.exp: Report timeout value for verbosity level 2.
28995 * config/gdbserver.exp: Ditto.
28996 * config/hppro.exp: Ditto.
28997 * config/mips-gdb.exp: Ditto.
28998 * config/monitor.exp: Ditto.
28999 * config/netware.exp: Ditto.
29000 * config/sim-gdb.exp: Ditto.
29001 * config/slite-gdb.exp: Ditto.
29002 * config/udi-gdb.exp: Ditto.
29003 * config/unix-gdb.exp: Ditto.
29004 * config/vx-gdb.exp: Ditto.
29005 * gdb.base/a1-selftest.exp: Ditto.
29006 * gdb.base/a2-run.exp: Ditto.
29007 * gdb.base/break.exp: Ditto.
29008 * gdb.base/corefile.exp: Ditto.
29009 * gdb.base/list.exp: Ditto.
29010 * gdb.base/recurse.exp: Ditto.
29011 * gdb.base/scope.exp: Ditto.
29012 * gdb.base/signals.exp: Ditto.
29013
29014 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29015
29016 * gdb.threads/Makefile.in (docdir): Removed.
29017
29018 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29019
29020 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
29021 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
29022 @srcdir@.
29023 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
29024 autoconf 2.5 or higher.
29025 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29026
29027 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29028
29029 * configure: Regenerated.
29030 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29031 avoid name clashes with SunOS headers.
29032
29033 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29034
29035 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29036
29037 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29038
29039 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29040 prototype information ends up in the compiler info file.
29041
29042 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29043
29044 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29045 attempting to regenerate it. Eliminate use of a temporary file
29046 and just generate the info file directly. Source it immediately,
29047 for consistency of use.
29048 * gdb.base/corefile.exp: Ditto
29049 * gdb.base/exprs.exp: Ditto.
29050 * gdb.base/funcargs.exp: Ditto.
29051 * gdb.base/langs.exp: Ditto.
29052 * gdb.base/list.exp: Ditto.
29053 * gdb.base/mips_pro.exp: Ditto.
29054 * gdb.base/nodebug.exp: Ditto.
29055 * gdb.base/opaque.exp: Ditto.
29056 * gdb.base/ptype.exp: Ditto.
29057 * gdb.base/scope.exp: Ditto.
29058 * gdb.base/setvar.exp: Ditto.
29059 * gdb.base/signals.exp: Ditto.
29060 * gdb.base/whatis.exp: Ditto.
29061 * gdb.c++/templates.exp: Ditto.
29062 * gdb.c++/virtfunc.exp: Ditto.
29063 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29064 whether or not to add -lstdc++ to the compile command line args.
29065
29066 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29067
29068 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29069 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29070 Increase timeout, a lot of single stepping might be needed if the
29071 target has no hardware watchpoints.
29072
29073 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29074
29075 * gdb.base/break.exp: Ignore compiler warnings when compiling
29076 break.c.
29077 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29078 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29079 from remote-sim.
29080 * gdb.base/exprs.exp: Add h8300 xfails.
29081 * gdb.base/funcargs.exp: Likewise.
29082 * gdb.base/nodebug.exp: Likewise.
29083 * gdb.base/printcmds.exp: Likewise.
29084 * gdb.base/ptype.exp: Likewise.
29085 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29086 h8300 xfails.
29087 * gdb.base/return.exp: Handle float/double precision problems
29088 on the h8300.
29089 * gdb.base/funcargs.c: Explicitly make last constant argument to
29090 call_after_alloca_subr an unsigned long type.
29091 * gdb.base/return.c: Include stdio.h.
29092
29093 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29094
29095 * config/abug.exp: New file for the older Motorola Bug monitor
29096 that runs on the mvme13x series VME boards.
29097 * config/monitor.exp: Use the new config array for target settings
29098 if they exist.
29099
29100 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29101
29102 * sim-gdb.exp: Make the SH simulator allocate less space when
29103 it is targeted.
29104
29105 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29106
29107 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29108 test.
29109
29110 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29111
29112 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29113 "rs6000-*-*" for "list function in include file" when gcc compiled.
29114 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29115 for "p ctable1[120]".
29116 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29117 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29118 Remove setup_xfail for "rs6000-*-*" for
29119 "print 'scope0.c'::filelocal before run".
29120 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29121 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29122 since some compilers don't allow both options to be given
29123 on the same command line. Create object file and move it.
29124
29125 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29126
29127 * gdb.base/corefile.exp: Always regenerate the core file, since
29128 we always regenerate the coremaker program. Detect special case
29129 where registers cannot be read from core file.
29130
29131 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29132
29133 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29134 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29135 * gdb.c++/templates.exp: Only match on basename of file since
29136 some formats like xcoff don't encode directory information.
29137 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29138 and rs6000 AIX xcoff targets.
29139 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29140 * configure: Regenerate.
29141 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29142 here, rather than in distclean.
29143
29144 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29145
29146 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29147 defined, and use it to compile the test case with -O2. The
29148 native compilation still uses no optimization.
29149 * gdb.base/mips_pro.c: Remove inline assembly code since
29150 it is compiled PIC by default, which results in assembler
29151 warnings that make the testsuite think the compilation
29152 was unsuccessful.
29153
29154 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29155
29156 * gdb.c++/misc.exp: Add note to message for
29157 "print s.a for foo struct" that this is a known gcc 2.7.2
29158 and earlier bug.
29159
29160 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29161
29162 * gdb.base/break.exp: Fix pattern for matching "Delete all
29163 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29164 setup_xfail for deleting all breakpoints test. Fix various
29165 timeout messages to include "(timeout)".
29166 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29167 for "p t_float_values2(3.14159,float_val2)".
29168 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29169 for "continue to call2g" when gcc compiled.
29170 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29171 "up to foo in langs.exp", "show language at foo in langs.exp",
29172 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29173 and "show language at fsub in langs.exp".
29174 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29175 "list line 1 in include file", "list message for lines past EOF",
29176 "list function in include file", "list list0.h:foo", and
29177 "list filename:function; nonexistant function".
29178 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29179 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29180 and "ptype t_char_array" to be for native cc only.
29181
29182 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29183
29184 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
29185 setup_xfail for "print coremaker_bss", "print coremaker_ro",
29186 "print func2::coremaker_local", and "backtrace in corefile.exp".
29187
29188 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29189
29190 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29191 "bt in signals.exp". This problem only appears when running
29192 the testsuite, and then only intermittently.
29193
29194 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29195
29196 * gdb.base/return.exp (return_tests): Differentiate between
29197 two tests of continuing.
29198
29199 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29200
29201 * */Makefile.in (maintainer-clean): Remove config.log.
29202 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29203 * gdb.c++/Makefile.in (PROGS): Add inherit.
29204 (clean): Remove *.ci.
29205
29206 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29207
29208 * gdb.c++/misc.cc: Add test code from Mike Stump.
29209 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29210
29211 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29212
29213 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29214 to "alpha-*-osf2*" and add comment.
29215 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29216 setup_xfail for "step over execarg initialization" and
29217 "step over corearg initialization".
29218 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29219 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29220 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29221 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29222 "print func2::coremaker_local", and "backtrace in corefile.exp".
29223 * gdb.base/signals.exp: Build and source signals.ci.
29224 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29225 to be for gcc only.
29226 * lib/gdb.exp: Move verbose statements outside conditionals.
29227
29228 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29229
29230 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29231 Feb 3 procfs.c change.
29232
29233 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29234
29235 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29236
29237 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29238
29239 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29240 from dejagnu's apparent default of 10 seconds, which gives random
29241 results when running the tests over NFS on moderately loaded systems.
29242 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29243
29244 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29245
29246 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29247 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29248 result reports.
29249
29250 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29251
29252 * configure.in (CY_AC_PATH_TCLH): Remove.
29253 * configure: Regenerate.
29254
29255 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29256
29257 * gdb.c++/Makefile.in (clean): Add missing '{'.
29258
29259 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29260
29261 * lib/gdb.exp: Provide a default value for noinferior.
29262
29263 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29264 Load libgloss.exp.
29265
29266 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29267
29268 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29269 the executable, not the .o to run the tests from.
29270
29271 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29272
29273 * gdb.base/break.exp: Don't test for program exit or exit status
29274 if $noresults if nonzero.
29275 * gdb.base/langs.exp: Likewise.
29276 * gdb.base/watchpoint.exp: Likewise.
29277
29278 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29279 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29280 trying to compile the testcase.
29281
29282 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29283
29284 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29285 * gdb.base/signals.exp (continue to handler): Likewise.
29286
29287 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29288
29289 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29290
29291 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29292
29293 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29294
29295 * gdb.base/corefile.exp: Recognize "not found" as failure
29296 when trying to determine if a core file was generated.
29297 If no core file was generate the first time, try again without
29298 the ulimit -c to work around braindamaged shells.
29299
29300 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29301
29302 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29303 [] tests with "test" and enclose string in quotes.
29304 * gdb.stabs/configure: Rebuild
29305
29306 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29307
29308 Changes in sync with expect:
29309 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29310 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29311 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29312 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29313 argument to AC_REQUIRE.
29314 * configure: Regenerated.
29315
29316 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29317
29318 * gdb.base/corefile.exp: When generating a core, discard any
29319 error messages about ulimit not found and the "core dumped"
29320 message from the shell that runs the coredumper.
29321
29322 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29323
29324 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29325
29326 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29327 which sed script to run. Expect failure for v_comb test
29328 on PA targets too.
29329
29330 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29331
29332 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
29333 "print func2::coremaker_local" and for "backtrace in corefile.exp"
29334
29335 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29336
29337 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29338 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
29339 "sparc-sun-solaris*" xfails for "p v_comb".
29340 * lib/gdb.exp (default_gdb_start): Fix typo.
29341 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29342 messages to not include the full program name that caused
29343 the core dump since some systems (such as solaris) apparently
29344 truncate this path to about 80 characters.
29345 When generating a core file first try increasing the core file
29346 size limit to unlimited since some systems may default it to
29347 zero, and it is harmless to try it. Move the test for failing
29348 to generate a core file to where it will actually get executed.
29349 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29350 new gdb result from g++ debug info improvements and make old
29351 pattern obsolescent. Also account for size_t differences
29352 (may be int or long).
29353 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29354 initialization before function call is placed in the delay slot
29355 and thus appears to be skipped over by commands such as "next".
29356
29357 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29358
29359 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29360
29361 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29362
29363 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29364 input source file; fix code to compile test to deal with this
29365 convention.
29366 * gdb.c++/*.exp: Likewise.
29367
29368 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29369
29370 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29371 "bt in signals.exp".
29372
29373 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29374
29375 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29376 "step over execarg initialization" and
29377 "step over corearg initialization".
29378
29379 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29380
29381 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29382 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29383
29384 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29385
29386 From Rob Savoye (rob@poseidon.cygnus.com)
29387 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29388 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
29389 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29390 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29391 configure.in}: Major reworking for autoconfig.
29392 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29393 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
29394 New files.
29395 * config/unix-gdb.exp: Make GDB global.
29396 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
29397 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29398 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29399 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29400 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29401 term.exp, twice.exp, watchpoint.exp, whatis.exp},
29402 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
29403 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29404 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29405 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29406 pr-8136.exp, result.exp, string.exp, tuples.exp},
29407 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
29408 to returns as necessary, arrange for test to compile own testcase
29409 executable.
29410 * lib/gdb.exp: Changes for testsuite to compile own test cases.
29411
29412 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29413
29414 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
29415 clear_xfail at end of test which might not call either pass or fail.
29416 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29417 "backtrace through signal handler".
29418
29419 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29420
29421 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29422 continuing from a job control stop signal.
29423 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29424
29425 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29426
29427 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29428 * gdb.base/corefile.exp: Likewise.
29429 * gdb.base/funcargs.exp: Likewise.
29430
29431 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29432
29433 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29434 * config/monitor.exp: Add support for setting baud rate.
29435
29436 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29437
29438 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29439 i*86-*-linux* xfails for "backtrace through signal handler".
29440 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29441 "print func2::coremaker_local".
29442 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
29443 alpha-dec-osf2* xfail for
29444 "delete all breakpoints when none".
29445
29446 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29447
29448 * gdb.base/break.exp: Change test that deletes all breakpoints
29449 when no user breakpoints are installed. A post 4.15 change
29450 causes gdb to no longer prompt in this case.
29451
29452 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29453
29454 * gdb.base/return.exp (return_tests): Change xfail for test
29455 "correct value returned double test" to stop xfailing at
29456 Solaris 2.5. Apparently the bug has been fixed.
29457
29458 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29459
29460 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29461 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29462
29463 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29464
29465 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29466 * gdb.disasm/hppa.s: Corresponding changes.
29467
29468 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29469
29470 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29471 makefile fragment.
29472 * config/mt-hpux: Deleted.
29473
29474 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29475
29476 * Many files: When warning about suppressed tests due to a
29477 nonexistant test binary, avoid incrementing the warning count.
29478
29479 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29480
29481 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
29482
29483 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29484
29485 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29486 "sparc-*-solaris2*".
29487
29488 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29489
29490 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29491 Add global and local variables and initialize them.
29492 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29493 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29494 extracts the file name and terminating signal from the core file.
29495 * TODO: Remove note about tests for correct mapping of corefile.
29496 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29497 from optimizing it away.
29498 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29499 handles common blocks.
29500
29501 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29502
29503 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29504 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29505
29506 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29507
29508 * Makefile.in (maintainer-clean): New target, synonym for
29509 realclean.
29510 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29511 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29512 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29513 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29514 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29515 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29516
29517 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29518
29519 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29520 xfails when not gcc compiled for "print foo::funclocal".
29521 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29522 "print foo::funclocal at foo",
29523 "print 'scope1.c'::foo::funclocal at foo",
29524 "print foo::funclocal_bss at foo",
29525 "print 'scope1.c'::foo::funclocal_bss at foo",
29526 "print foo::funclocal_ro at foo",
29527 "print 'scope1.c'::foo::funclocal_ro at foo",
29528 "print bar::funclocal at foo" and
29529 "print 'scope1.c'::bar::funclocal at foo".
29530 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29531 gcc compiled for "print foo::funclocal at bar".
29532 Expand all messages to ensure that they identify that
29533 the test is at bar().
29534 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29535 gcc compiled for:
29536 "ptype on opaque struct pointer (statically)",
29537 "ptype on opaque struct tagname (statically)",
29538 "ptype on opaque struct pointer (dynamically) 1",
29539 "ptype on opaque struct tagname (dynamically) 1",
29540 "ptype on opaque struct pointer (dynamically) 2" and
29541 "ptype on opaque struct tagname (dynamically) 2
29542 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29543 gcc compiled for:
29544 "p datalocal"
29545 "whatis datalocal",
29546 "ptype datalocal",
29547 "p bsslocal",
29548 "whatis bsslocal", and
29549 "ptype bsslocal".
29550 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29551 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29552 when not gcc compiled.
29553 * gdb.base/funcargs.exp (float_and_integral_args): Add
29554 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29555 compiled.
29556 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29557 "backtrace from call6a" when not gcc compiled.
29558 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29559 "backtrace from call7a" when not gcc compiled.
29560 * gdb.base/callfuncs.exp (do_function_calls):
29561 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29562 "p t_char_array_values(char_array_val2,char_array_val1)",
29563 "p t_char_array_values(char_array_val1,char_array_val2)",
29564 "p t_char_array_values("carray 1","carray 2")",
29565 "p t_char_array_values("carray 1",char_array_val2)",
29566 "p t_char_array_values(char_array_val1,"carray 2")",
29567 "p sum_args(1,{2})",
29568 "p sum_args(2,{2,3})",
29569 "p sum_args(3,{2,3,4})",
29570 "p sum_args(4,{2,3,4,5})"
29571 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29572 "backtrace in corefile.exp" when not gcc compiled.
29573
29574 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29575
29576 * gdb.base/signals.exp: Rewrite `handle all print' test as
29577 a procedure. Accept blanks or TABs as whitespace, increase
29578 timeout and expect input buffer size for the large output
29579 from the command. Remove "i*86-*-bsdi2.0" xfail.
29580
29581 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29582
29583 * gdb.base/setvar.exp: Add new testcases for truncation when
29584 assigning invalid values to bitfields.
29585
29586 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29587
29588 * gdb.base/callfuncs.exp (do_function_calls): Remove
29589 mips-sgi-irix* xfail for
29590 "call inferior func with struct - returns char *"
29591 and fix test so that an optional (unsigned char *) cast is
29592 accepted in the result.
29593
29594 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29595
29596 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29597 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29598 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29599 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29600 that accidentally got checked in.
29601
29602 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29603
29604 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29605 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29606 compiled test.
29607 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29608 Add mips-sgi-irix5* xfail for not gcc compiled.
29609 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29610 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29611 compiled for "p top", "whatis top", "p middle", and "whatis
29612 middle".
29613 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29614 "whatis signed char" for not gcc compiled.
29615 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29616 "set variable signed char=-1 (-1)" and
29617 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29618 * gdb.base/funcargs.exp (float_and_integral_args):
29619 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29620 Add mips-sgi-irix* xfail when not gcc compiled for
29621 "continue to call2b".
29622 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29623 "continue to call2g".
29624 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29625 compiled for "backtrace from call6a"
29626 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29627 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29628 when not gcc compiled for "backtrace from call7a".
29629 (localvars_after_alloca): Fix gdb_test cmds for
29630 "print * after runto ...".
29631 Remove rs6000-*-* xfails for
29632 "print i after runto localvars_after_alloca" and
29633 "print l after runto localvars_after_alloca"
29634 for all compilers.
29635 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29636 when not compiled with gcc, for:
29637 "print signed char == (minus)",
29638 "print signed char != (minus)",
29639 "print signed char < (minus)",
29640 "print signed char > (minus)".
29641 * gdb.base/callfuncs.exp (do_function_calls):
29642 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29643 "call inferior func with struct - returns char *".
29644 * gdb.base/return.exp (return_tests): Change xfail for
29645 "correct value returned double test" to include Solaris 2.4.
29646 * gdb.base/funcargs.exp (float_and_integral_args):
29647 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29648
29649 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29650
29651 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29652 enumeration bitfields if compiling with GNU C.
29653 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29654 to empty' prompt.
29655
29656 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29657
29658 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29659 test for PRO targets.
29660
29661 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29662 breakpoints in the inferior at any given time by making
29663 two groups of breakpoints for call2*, call6* and call7*
29664 tests.
29665
29666 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29667
29668 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29669 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29670 from optimizing it away.
29671 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29672 "call inferior func with struct".
29673
29674 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29675
29676 * configure.in: Only configure gdb.chill for particular targets.
29677
29678 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29679
29680 * gdb.base/Makefile.in: Add action to .c.o transformation
29681 rule that generates a .ci file for each .o file and remove
29682 explicit .c.o rules except for callfuncs.o.
29683 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29684 generates a .ci file for each .o file and remove explicit
29685 .cc.o rules.
29686 (clean): Remove *.tmp *.ci files.
29687 (EXECUTABLES): Remove templ-info.exp.
29688 * gdb.base/compiler.c: New file.
29689 * gdb.c++/compiler.cc: New file
29690 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29691 Change rs6000-*-* xfail for
29692 "print 'scope0.c'::filelocal_ro" and
29693 "print 'scope1.c'::filelocal" and
29694 "print 'scope1.c'::filelocal_bss" and
29695 "print 'scope1.c'::filelocal_ro" and
29696 "print 'scope1.c'::foo::funclocal" and
29697 "print 'scope1.c'::foo::funclocal_ro" and
29698 "print 'scope1.c'::bar::funclocal" and
29699 "print 'scope0.c'::filelocal_ro" and
29700 "print 'scope1.c'::filelocal at foo" and
29701 "print 'scope1.c'::filelocal_bss at foo" and
29702 "print 'scope1.c'::filelocal_ro at foo" and
29703 "print 'scope1.c'::foo::funclocal at foo" and
29704 "print 'scope1.c'::foo::funclocal_bss at foo" and
29705 "print 'scope1.c'::foo::funclocal_ro at foo" and
29706 "print 'scope1.c'::bar::funclocal at foo" and
29707 "print 'scope0.c'::filelocal_ro" and
29708 "print 'scope1.c'::filelocal" and
29709 "print 'scope1.c'::filelocal_bss" and
29710 "print 'scope1.c'::filelocal_ro" and
29711 "print 'scope1.c'::foo::funclocal" and
29712 "print 'scope1.c'::foo::funclocal_bss" and
29713 "print 'scope1.c'::foo::funclocal_ro" and
29714 "print 'scope1.c'::bar::funclocal" and
29715 "print 'scope1.c'::bar::funclocal_bss"
29716 to only be xfail'd when not compiled with gcc.
29717 Add rs6000-*-* xfail for
29718 "print 'scope0.c'::filelocal_bss before run"
29719 when compiled with gcc.
29720 (test_at_main): Add rs6000-*-* xfail for
29721 "print filelocal_ro in test_at_main"
29722 when compiled with gcc.
29723 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29724 Add rs6000-*-aix* xfail for
29725 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29726 "ptype t_char_array", not compiled with gcc.
29727 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29728 xfail for "list foo (in include file)" when gcc compiled.
29729 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29730 (integral_args): Add rs6000-*-* xfail for
29731 "run to call0a" if not compiled with gcc.
29732 (unsigned_integral_args): Add rs6000-*-* xfail for
29733 "run to call1a" if not compiled with gcc.
29734 (float_and_integral_args): Add rs6000-*-* xfail for
29735 "run to call2a" if not compiled with gcc and for
29736 "continue to call2b" for any compiler.
29737 Add rs6000-*-* xfail to
29738 "print f1 after run to call2a" for gcc compiled.
29739 (discard_and_shuffle): Add rs6000-*-* xfail for
29740 "run to call6a".
29741 (shuffle_round_robin): Add rs6000-*-* xfail for
29742 "backtrace from call7a" if not compiled with gcc.
29743 Add rs6000-*-* xfail for
29744 "backtrace from call7b" if compiled with gcc.
29745 (call_after_alloca): Add rs6000-*-* xfail for
29746 "print c in call_after_alloca" and
29747 "print s in call_after_alloca" and
29748 "backtrace from call_after_alloca_subr"
29749 if not compiled with gcc.
29750 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29751 "print c in localvars_in_indirect_call" and
29752 "print c in localvars_in_indirect_call" and
29753 "backtrace in indirectly called function" and
29754 "stepping into indirectly called function"
29755 if not compiled with gcc.
29756 (localvars_after_alloca): Add rs6000-*-* xfail for
29757 "print c after runto localvars_after_alloca" and
29758 "print s after runto localvars_after_alloca" and
29759 "print i after runto localvars_after_alloca" and
29760 "print l after runto localvars_after_alloca"
29761 for all compilers.
29762 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29763 than whatis-info.exp.
29764 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29765 than opaque-info.exp.
29766 Setup rs6000-*-* xfail for
29767 "ptype on opaque struct pointer (statically)" and
29768 "ptype on opaque struct pointer (dynamically)" when
29769 not compiled with gcc.
29770 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29771 rather than callf-info.exp.
29772 (do_function_calls): Add clear_xfail for rs6000-*-* for
29773 "p t_float_values2(3.14159,float_val2)". Seems to work
29774 fine there, both with xlc and gcc. Need to find out what
29775 it is doing right and fix other platforms.
29776 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29777 "call inferior func with struct - returns int",
29778 "call inferior func with struct - returns long",
29779 "call inferior func with struct - returns float",
29780 "call inferior func with struct - returns double",
29781 "call inferior func with struct - returns char *",
29782 but only if not gcc compiled (presumes xlc compiled).
29783 Change rs6000-*-* xfails for
29784 "call inferior func with struct - returns char" and
29785 " call inferior func with struct - returns short" to only
29786 xfail if not using gcc.
29787 (clean mostlyclean): Remove *.ci and *.tmp files.
29788 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29789 than templ-info.exp.
29790 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29791 Add rs6000-*-* xfail for "up to foo in langs.exp"
29792 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29793 when not gcc compiled.
29794
29795 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29796
29797 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29798 * gdb.base/corefile.exp: Likewise.
29799 * gdb.base/list.exp: Likewise.
29800 * gdb.base/scope.exp: Likewise.
29801 * gdb.base/siganls.exp: Likewise.
29802
29803 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29804 compiler output.
29805 * gdb.base/whatis.exp: Likewise.
29806
29807 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29808
29809 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29810 failure (opcode table has been fixed to match reality).
29811
29812 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29813
29814 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29815 "call inferior func with struct - returns char",
29816 "call inferior func with struct - returns short"
29817
29818 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29819 "print 'scope0.c'::filelocal at main",
29820 "print 'scope0.c'::filelocal_bss in test_at_main",
29821 "print 'scope0.c'::filelocal at foo",
29822 "print 'scope0.c'::filelocal_bss in test_at_foo",
29823 "print 'scope0.c'::filelocal at bar",
29824 "print 'scope0.c'::filelocal_bss in test_at_bar"
29825
29826 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29827 in source file 1". This bug seems to have been fixed with both
29828 gcc and native cc (was native assembler bug?).
29829
29830 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29831
29832 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29833 "backtrace through signal handler" to "i*86-*-sysv4*".
29834 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29835 continue" case. Add "known SVR4 bug" to fail message.
29836 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29837 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29838 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29839 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29840 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29841 "up to foo in langs.exp", "show language at foo in
29842 langs.exp", "up to cppsub_ in langs.exp", "show
29843 language at cppsub_ in langs.exp", "up to fsub in
29844 langs.exp", and "show language at fsub in langs.exp".
29845 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29846 "bactrace in corefile.exp".
29847 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29848 "call inferior function with struct - returns float" and
29849 "call inferior function with struct - returns double".
29850
29851 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29852
29853 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29854 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29855 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29856 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29857
29858 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29859
29860 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29861 (or overriden) "CHILL" macro rather then bare "gcc".
29862 Also look for ../../gcc/xgcc since that is what we will
29863 actually need, not "Makefile". Remove following assignment
29864 of CHILL to CHILL_FOR_TARGET because that results in
29865 recursive definition.
29866
29867 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29868
29869 * gdb.base/corefile.exp: Change xfail for backtrace in
29870 corefile.exp from linuxaout to all linux.
29871 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29872 cases where we miss the breakpoint at the signal handler
29873 for some reason. Setup xfail for linuxoldld/linuxaout and
29874 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29875 hitting SIGURG breakpoint.
29876 * gdb.base/signals.exp: Setup xfail for "next" acting like
29877 continue to add linuxoldld. Setup xfail for all linux for
29878 "next to handler in signals_tests_1", "backtrace in
29879 signals_tests_1", "continue to func1", "pass SIGUSR1",
29880 and continue to handler".
29881
29882 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29883
29884 * Update all FSF addresses except those in COPYING* files.
29885
29886 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29887
29888 * gdb.base/a2-run.exp: Change messages to be more explicit about
29889 the status of args, and quote binfile in results.
29890
29891 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29892
29893 * gdb.base/callfuncs.exp: Add tests for passing structs to
29894 inferior functions and return various types.
29895 * gdb.base/callfuncs.c: Add functions to receive a struct
29896 and return a member of the struct, in various types.
29897
29898 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29899
29900 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29901
29902 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29903
29904 * config/vxworks29k.exp: New file, sources vxworks.exp.
29905
29906 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29907
29908 * config/gdbremote.exp: New file. Testing framework using
29909 gdbserver.
29910
29911 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29912
29913 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29914 "call function when asleep" and "send end of file".
29915 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29916 for "backtrace in corefile.exp".
29917 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29918 for "backtrace through signal handler".
29919 * gdb.base/corefile.exp: Make sure we actually generate a core file
29920 before trying the core tests. Some systems allow the user to suppress
29921 generation of core files and default to that (linux for example).
29922 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29923 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29924
29925 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29926
29927 * gdb.threads: New directory with some crude multi-threaded
29928 gdb tests (step.exp and step2.exp).
29929 * config/mt-lynx (STEP_EXECUTABLE): Define.
29930 (THREADFLAGS): Define.
29931
29932 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29933
29934 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29935
29936 * gdb.base/signals.exp: Disable whole file for lynx until
29937 further notice.
29938
29939 * gdb.base/signals.exp: xfail test where "next" acts like
29940 "continue" for lynx.
29941
29942 * gdb.base/interrupt.exp: xfail test for calling function while
29943 inferior is asleep for lynx.
29944
29945 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29946 than one cr-lf after each command.
29947
29948 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29949
29950 * configure.in: Reinstate setting of stabsdirs variable, fix
29951 typo in setting up configdirs for native builds.
29952
29953 * gdb.base/return.exp: Fix typo in return double test.
29954 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29955 compiler from optimizing them away.
29956
29957 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29958
29959 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29960 sequences to be echo'd by gdb when using gdb_test.
29961 * gdb.chill/chexp.exp: Likewise.
29962 * gdb.fortran/exprs.exp: Likewise
29963
29964 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29965
29966 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29967 after the inferior gdb has started.
29968
29969 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29970 after each command.
29971 * gdb.base/funcargs.exp: Likewise.
29972 * gdb.base/gdbvars.exp: Likewise.
29973 * gdb.base/interrupt.exp: Likewise.
29974 * gdb.base/list.exp: Likewise.
29975 * gdb.base/watchpoint.exp: Likewise.
29976 * gdb.c++/demangle.exp: Likewise.
29977 * gdb.c++/inherit.exp: Likewise.
29978 * gdb.chill/chexp.exp: Likewise.
29979 * gdb.fortran/exprs.exp: Likewise.
29980
29981 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29982 test if we can't handle IO to/from the inferior.
29983
29984 * gdb.c++/misc.exp: Always check for a program already being
29985 started after sending a "run" command to gdb.
29986
29987 * gdb.base/twice.exp: Start with a fresh gdb.
29988
29989 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29990 only depend on gdb's expression code, not the chill runtime.
29991
29992 * gdb.base/return.c: Put return values into variables so we
29993 can have gdb print them rather than depending on the program
29994 to print them.
29995 * gdb.base/return.exp: Corresponding changes.
29996
29997 * lib/gdb.exp: Provide default value for noinferiorio.
29998 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29999 the inferior.
30000
30001 * gdb.base/break.exp: Always check for a program already being
30002 started after sending a "run" command to gdb.
30003 (text_next_with_recursion): Don't check the output from the
30004 program's printf statement. Instead just make sure the program
30005 exited.
30006
30007 * gdb.base/commands.exp: Protect tests which need arguments with
30008 $noargs conditionals.
30009
30010 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30011
30012 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30013 of structure member arrays to match gdb/valops.c:value_addr change.
30014
30015 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30016
30017 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30018 cases.
30019
30020 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30021
30022 * configure.in (configdirs): Remove gdb.chill from default list
30023 of subdirs and then add it back in only if doing a native build.
30024 The current chill compiler does not yet work in any cross build.
30025 * Revert all signal changes from Jul 6.
30026 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30027 for sh-hms targets, allowing these tests to link, with no other
30028 changes. Testing is suppressed by setting "nosignals" in site.exp.
30029
30030 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30031
30032 * configure.in (signaldirs): Define and add to configdirs for all
30033 targets except some specific ones that are known to not support signals.
30034 Also clean up formatting.
30035 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30036 (signals, sigall): Remove rules to build.
30037 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30038 Moved to new gdb.signals directory.
30039 * gdb.signals: New test directory.
30040 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30041 signals.c signals.exp}: New or moved files.
30042
30043 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30044
30045 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30046
30047 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30048
30049 * gdb.base/return.exp: Xfail `return double' test failure
30050 on at least Solaris 2.3 and handle future/past versions on
30051 a case by case basis as appropriate. Also update message
30052 to include i*86 failures.
30053
30054 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30055
30056 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30057
30058 * lib/gdb.exp: Fix comment which erroneously identified
30059 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30060 gdb_file_cmd not gdb_load).
30061 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30062
30063 * gdb.base/setvar.exp: Make test names consistent between pass and
30064 fail cases. Use gdb_test more.
30065
30066 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30067
30068 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30069
30070 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30071
30072 * gdb.base/help.exp: Fix expected help string for `show commands'.
30073
30074 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30075
30076 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30077
30078 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30079 of a text section.
30080
30081 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30082
30083 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30084 that loop eventually terminates. Fix Connection refused logic so
30085 that testsuite will expire nicely.
30086
30087 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30088
30089 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30090 config/rom68k.exp: New tcl glue for the appropriate monitors.
30091 These all just end up calling monitor.exp.
30092 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30093 refused' by retrying. Cleanup some timeout issues.
30094 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30095 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30096 callers don't have to set/restore global timeout variable.
30097
30098 * The following set of changes centralizes management of the global
30099 timeout variable. This way, it can be set in one target dependent
30100 place instead of dozens of places scattered throughout the test suite.
30101 If you need to lengthen a timeout, then you should either set timeout
30102 in one of the config/{target}.exp files, or multiply it by a factor.
30103 Setting it to an absolute value is always going to lose for some
30104 targets.
30105 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30106 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30107 * gdb.base/funcargs.exp: Don't set timeout.
30108 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30109 * gdb.base/printcmds.exp (test_print_string_constants
30110 test_print_array_constants): Don't set timeout.
30111 * gdb.base/ptype.exp: Don't set timeout.
30112 * gdb.base/recurse.exp: Don't set timeout.
30113 * gdb.base/return.exp: Don't set timeout.
30114 * gdb.base/watchpoint.exp: Don't set timeout.
30115 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30116 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30117
30118 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30119
30120 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30121
30122 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30123
30124 * lib/gdb.exp: Disable chill tests for irix5.
30125
30126 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30127
30128 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30129 each test pass or fail.
30130
30131 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30132
30133 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30134 xlc not gcc.
30135
30136 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30137
30138 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30139
30140 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30141
30142 * config/est.exp: Fix copyright and comments. Remove dead code.
30143 Use targetname, serialport and baud variables instead of fixed
30144 constants.
30145 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30146 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30147
30148 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30149
30150 * gdb.base/watchpoint.exp: Don't run
30151 test_watchpoint_triggered_in_syscall for sunos.
30152
30153 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30154
30155 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30156 they don't seem to exist. Do include stdio.h.
30157
30158 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30159
30160 * gdb.base/a1-selftest.exp: Add alpha xfail.
30161
30162 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30163
30164 * gdb.base/watchpoint.c (main): Prompt before calling read().
30165 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30166 Revise accordingly. Remove cruft about sending "123" several
30167 times, until it gets noticed. Clean up the "print buf[0]" stuff
30168 so that it passes or fails, and waits for prompts in the usual way.
30169
30170 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30171
30172 * gdb.base/recurse.exp: Fix comment.
30173
30174 * TODO: Remove item about printing variables in nodebug.exp. Add
30175 item about enabling tests which are only run on some targets.
30176
30177 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30178 fail, make test names unique, use new gdb_test convention
30179 regarding pattern, use gdb_test more, etc.).
30180
30181 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30182 fail, make test names unique, etc.).
30183
30184 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30185
30186 * gdb.base/nodebug.c: Change return type of top and middle to
30187 short.
30188 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30189 are fixed by the recent mdebugread.c changes. Allow `short ()'
30190 as type for top and middle.
30191
30192 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30193
30194 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30195 nearly as I can tell, the whole thing was an accident in Stu's
30196 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30197 to replace a send/expect pair with gdb_test, but ended up only
30198 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30199 of 30 Mar 1995 took care of it, but left this vestigial comment
30200 which I am now nuking.
30201
30202 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30203
30204 * gdb.base/break.exp: Look for different line number for
30205 breakpoint at main depending on usestubs.
30206
30207 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30208
30209 * gdb.base/list.exp: Adjust some alternate expect patterns to
30210 match recent list0.c change. Add alternate expect pattern for
30211 output from `list default lines around main' for optimizing
30212 compilers.
30213
30214 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30215
30216 * lib/gdb.exp: If nosignals is not set, set it to 0.
30217
30218 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30219
30220 * config/slite-gdb.exp: Responds to load symbol table prompt.
30221 * gdb.base/break.exp: Adjust line number, fix rerun.
30222 * gdb.base/langs0.c: Add #ifdef usestubs.
30223
30224 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30225
30226 * gdb.base/list.exp: Adjust line contents after adding new lines in
30227 list0.c. Also fix a syntax error.
30228
30229 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30230 * gdb.base/break.exp: ditto.
30231 * gdb.base/list.exp: ditto.
30232 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30233 * gdb.base/run.c: ditto.
30234 * gdb.base/list0.c: ditto.
30235 * gdb.base/funcargs.c: ditto.
30236
30237 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30238
30239 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30240 $targetname, $serialport and $baud instead of hardwired variables.
30241 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30242 target doesn't support signals.
30243
30244 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30245
30246 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30247
30248 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30249
30250 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30251 Don't rely on the value of an auto variable before it has been
30252 initialized. Use gdb_test more.
30253
30254 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30255
30256 * lib/gdb.exp (default_gdb_version): A version number must start
30257 with a digit, but other than that contains all characters up to
30258 the first whitespace character.
30259
30260 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30261
30262 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30263
30264 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30265
30266 * gdb.c++/*.exp: Warn if executable does not exist. The original
30267 reason for skipping the warning was that configure.in sometimes
30268 intentionally skipped building the executables but the tcl code
30269 had no way of knowing. That (a) was always bogus with respect to
30270 error handling, (b) is no longer true (right now there is no way
30271 to skip C++ tests).
30272
30273 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30274
30275 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30276
30277 * gdb.base/list.exp: Add expect patterns for output from
30278 SunPRO compiled executables.
30279 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30280 types.
30281
30282 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30283
30284 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30285 number (we are already testing that the correct source line text
30286 gets printed).
30287
30288 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30289 that is what is intended, but something needed to be done to get
30290 sunos4 native working again.
30291
30292 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30293
30294 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30295 apparently went with a (very) old xfail.
30296
30297 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30298
30299 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30300 runto_main is a proc in gdb.exp that will do 'step' for target use
30301 stubs.
30302 * gdb.base/exprs.exp: ditto.
30303 * gdb.base/interrupt.exp: ditto.
30304 * gdb.base/opaque.exp: ditto.
30305 * gdb.base/printcmds.exp: ditto.
30306 * gdb.base/ptype.exp: ditto.
30307 * gdb.base/scope.exp: ditto.
30308 * gdb.base/setvar.exp: ditto.
30309 * gdb.base/signals.exp: ditto.
30310 * gdb.base/twice.exp: ditto.
30311 * gdb.c++/classes.exp: ditto.
30312 * gdb.c++/inherit.exp: ditto.
30313 * gdb.c++/templates.exp: ditto.
30314 * gdb.base/break.exp: no run and hit main for stubs. Change line
30315 numbers for breakpoints and info breakpoint.
30316 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30317 breakpoint().
30318 * gdb.base/callfuncs.c: ditto.
30319 * gdb.base/exprs: ditto.
30320 * gdb.base/interrupt.c: ditto.
30321 * gdb.base/opaque0.c: ditto.
30322 * gdb.base/printcmds.c: ditto.
30323 * gdb.base/ptype.c: ditto.
30324 * gdb.base/scope0.c: ditto.
30325 * gdb.base/setvar.c: ditto.
30326 * gdb.base/signals.c: ditto.
30327 * gdb.base/twice.c: ditto.
30328 * gdb.c++/misc.cc: ditto.
30329 * gdb.c++/templates.cc: ditto.
30330
30331 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30332
30333 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30334
30335 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30336 somewhere between `read' and `main.c'. I'm pretty sure the
30337 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30338 and it isn't particularly useful.
30339
30340 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30341
30342 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30343
30344 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30345
30346 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30347
30348 * config/mt-slite: add LIBS and -nostdlib.
30349 * config/slite-gdb.exp: add this new file to support sparclite target.
30350
30351 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30352
30353 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30354
30355 * gdb.base/a2-run.exp: Change argument to istarget from
30356 "*-*-vxworks" to "*-*-vxworks*".
30357 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30358
30359 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30360
30361 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30362 will not runto main but do a 'step' to step out of breakpoint().
30363 * config/mt-slite: add -Dusestubs.
30364
30365 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30366
30367 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30368 instead of just @.
30369
30370 * gdb.base/signals.exp: Add test for "handle all print".
30371 * TODO: Remove "handle all print". Also remove item about
30372 checking copyright date (I don't like the idea of a spurious FAIL
30373 based on when we run the tests).
30374
30375 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30376 for SunOS4 (reason for failure not investigated). Remove
30377 redundant test for $binfile.
30378
30379 * gdb.base/nodebug.c (array_index): Call malloc.
30380
30381 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30382
30383 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30384
30385 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30386 conventions and slightly simplify the matching regexp.
30387
30388 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30389
30390 * gdb.base/break.exp: Update gdb_test invocation to use new
30391 convention.
30392
30393 * lib/gdb.exp: If noargs is not set, set it to 0.
30394
30395 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30396 tests unique.
30397
30398 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30399
30400 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30401
30402 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30403 one argument of type "<non-float parameter>".
30404
30405 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30406
30407 * config/rom68k.exp: New file to support Motorola IDP board.
30408 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30409 * gdb.base/break.c: Change things around so that this program
30410 doesn't depend upon args. This is necessary to make remote
30411 targets work (in general, they can't take args).
30412 * gdb.base/break.exp: Don't try to send args to program. Don't
30413 expect output. Also, replace lots of code with gdb_test.
30414
30415 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30416
30417 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30418 printing of '\'' (which is what the comment says we are testing,
30419 even though we were not), not '''.
30420 (test_integer_literals_rejected): Test that printing ''' is an error.
30421
30422 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30423 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30424 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30425 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30426 Use gdb_test not test_print_accept.
30427 * lib/gdb.exp: Remove test_print_accept.
30428
30429 * gdb.base/signals.exp (signal_tests_1): Make pass message
30430 consistent with fail message.
30431
30432 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30433 unsigned char; the bug (PR 1821) is fixed.
30434
30435 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30436
30437 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30438 successful tests--makes xfailing them work right.
30439
30440 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30441
30442 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30443 only \r\n, not .*. The test can pass .* as the last thing in
30444 $pattern if that is what it wants. In addition to providing this
30445 flexibility, this change should speed up pattern matching in cases
30446 where the pattern already ended with .* (there were a number of
30447 them). This change also helps catch bad patterns--in the old
30448 scheme the typo "char \*" instead of "char \\*" would pass. Now
30449 it is caught.
30450 * Many .exp files: Update callers.
30451
30452 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30453 clearer and does not spuriously match multiple ('s. Likewise for
30454 ) and *.
30455
30456 * gdb.base/nodebug.exp: Test ability to call a function and pass
30457 it a string (even with no debugging info).
30458
30459 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30460 "p '\'", which is the same as "p ''" once tcl gets done with
30461 quoting, to "p '\\'", which I suspect is what is intended (one
30462 backslash gets sent to GDB).
30463
30464 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30465
30466 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30467
30468 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30469 1817) was fixed literally years ago.
30470
30471 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30472
30473 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30474 test, it causes stepping out of call_after_alloca_subr with
30475 optimizing compilers.
30476 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30477 fails.
30478
30479 * gdb.c++/templates.exp: Source templ-info.exp only if
30480 the templates executable exists.
30481
30482 * gdb.c++/misc.cc (class Contains_static_instance,
30483 class Contains_nested_static_instance),
30484 gdb.c++/classes.exp (test_static_members): Test printing of
30485 a class that contains a static instance of the class.
30486
30487 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30488
30489 * gdb.base/langs2.c (cppsub_): Don't prototype.
30490 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30491 only, I believe).
30492
30493 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30494
30495 * lib/gdb.exp (skip_chill_tests): New procedure.
30496
30497 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30498
30499 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30500
30501 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30502 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30503
30504 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30505
30506 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30507
30508 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30509 disassemble 8, not 16, instructions for part 4.
30510
30511 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30512 support the latter anymore.
30513
30514 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30515 -DNO_PROTOTYPES.
30516 * gdb.base/callfuncs.c: Control use of prototypes based on
30517 NO_PROTOTYPES, not __STDC__.
30518 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30519 t_float_values2 tests if prototypes in use.
30520
30521 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30522 t_double_values): When checking differences against DELTA, check
30523 that difference is within the range (-DELTA,DELTA), not just
30524 (-infinity,DELTA).
30525
30526 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30527
30528 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30529 'file' command firts, then 'target', then 'load', this is due to gdb
30530 target set up.
30531 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30532
30533 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30534
30535 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30536 FP load/store variants.
30537 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30538
30539 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30540
30541 * gdb.base/term.exp: Do not give a warning if not native, it is
30542 not an abnormal condition.
30543
30544 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30545
30546 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30547 t_char_array".
30548
30549 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30550
30551 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30552 are getting the version number.
30553
30554 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30555 if not native, it is not an abnormal condition.
30556
30557 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30558
30559 * lib/gdb.exp: Just use "file exists", rather than undocumented
30560 dejagnu procedure "findfile".
30561
30562 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30563
30564 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30565 (LDFLAGS): Set to -Xlinker -Ur.
30566
30567 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30568 Removed, these values are set by lib/gdb.exp.
30569
30570 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30571
30572 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30573
30574 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30575 of replicating gdb startup code.
30576
30577 * config/mt-vxworks (LDFLAGS): Set to -r.
30578 (CFLAGS_FOR_TARGET): Removed.
30579
30580 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30581 (gdb) and gdb for vxworks uses (vxgdb).
30582
30583 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30584 executable is not in the tree and host != target, use sed and
30585 program_transform_name to determine the gdb name used by the
30586 target.
30587
30588 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30589 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30590
30591 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30592
30593 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30594 floats, chars, and shorts where there are ANSI-style function
30595 definitions.
30596
30597 * gdb.base/langs.exp, gdb.base/langs*: New test.
30598 * gdb.base/Makefile.in: Build it.
30599 * TODO: Remove item about checking that C names don't get C++
30600 demangling applied; this test tests it.
30601
30602 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30603
30604 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30605 went with the const70 xfail. The xfail went away a year ago.
30606
30607 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30608
30609 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30610 for hp300.
30611
30612 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30613
30614 * gdb.base/a1-selftest.exp: Don't run on hp300.
30615
30616 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30617
30618 * Makefile.in (site.exp): Set host_alias and target_alias as well
30619 as host_triplet and target_triplet.
30620
30621 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30622
30623 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30624
30625 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30626 places as other ecoff systems).
30627
30628 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30629 ultrix.
30630
30631 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30632
30633 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30634 remove them.
30635 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30636 variable and "variable" in addition to "data variable".
30637 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30638
30639 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30640 2.
30641 * gdb.base/list1.c (long_line): Add additional statement at start
30642 of function.
30643 * gdb.base/list.exp (test_forward_search): Update line number to
30644 reflect new statement.
30645
30646 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30647
30648 * gdb.base/signals.exp: Reinitialize searched source directories
30649 after gdb_start call.
30650
30651 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30652
30653 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30654 * gdb.stabs/Makefile.in: Likewise.
30655
30656 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30657 change. Instead split the tests into smaller pieces.
30658 * gdb.disasm/hppa.s: Corresponding changes.
30659
30660 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30661
30662 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30663 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30664
30665 * gdb.base/funcargs.exp: Modify many tests so that every test
30666 either passes or fails. Make some test names unique.
30667
30668 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30669
30670 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30671 Call stty to set interrupt character.
30672
30673 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30674 for HP assembler versus GNU assembler based on actual behavior of
30675 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30676
30677 * TODO: Suggest a few more stepping tests.
30678
30679 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30680
30681 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30682 restart GDB for h8300 after a continue.
30683 (return): Add pattern to match a29k-udi behavior.
30684 * gdb.base/nodebug.exp: Remove obsolete comment.
30685 * gdb.base/regs.exp: New file, testing of register displays.
30686 * gdb.base/return.exp: Fix typo in reference to $objdir.
30687 * gdb.base/whatis.exp: Always start with a fresh GDB.
30688
30689 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30690
30691 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30692 higher, these tests generate a lot of output.
30693
30694 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30695
30696 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30697 code following the catch silently ignored some errors; without the
30698 catch they should be thrown like any other tcl error. Also, the
30699 catch used "" instead of {} which meant all the callers who wanted
30700 to include one of the characters "[]$ had to quote it an extra time.
30701 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30702 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30703 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30704 Remove extra quoting.
30705
30706 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30707
30708 * gdb.base/commands.exp: Make test names unique; every test either
30709 passes or fails. Update some comments.
30710
30711 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30712
30713 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30714
30715 The following fixes a FAIL caused by the fact that the alpha stabs
30716 configuration didn't use the ".if alpha" code in weird.def.
30717 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30718 bit pointer, so the 32 bit version works even on the alpha.
30719 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30720 Remove the stuff which allowed us to have separate versions for
30721 alpha and everything else.
30722
30723 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30724 regexp which "info func operator\[\](" is supposed to match. Fix
30725 string to send to GDB. Note that GDB still doesn't work right. Add a
30726 new test for "info func .perator\[\](" which GDB does handle correctly.
30727
30728 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30729
30730 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30731
30732 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30733 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30734 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30735 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30736 it makes the tests harder to understand and confuses test-o-matic.
30737 The preferred style is that each test provides a PASS or a FAIL,
30738 and has a unique message (e.g. "continue #54" not just "continue")
30739 which is the same for the pass and the fail.
30740 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30741 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30742 to lib/gdb.exp.
30743 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30744 prt_accept which was basically the same thing. Likewise for
30745 test_print_reject and prt_reject.
30746 * lib/gdb.exp (test_print_reject): Add some more error message
30747 patterns to match from the former printcmds.exp (prt_reject).
30748 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30749 One defect of the passcount stuff is that some of it failed to
30750 report XPASS where appropriate.
30751 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30752 stuff before and after arg in expected pattern.
30753 (test_paddr_operator_functions): Re-do test without print_addr_of;
30754 this is the only test which seems to want extra stuff there.
30755
30756 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30757
30758 * gdb.base/nodebug.exp: Update new tests to reflect improved
30759 wording of gdb output.
30760
30761 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30762 and "ptype" work on variables in files compiled without -g.
30763 Replaces commented out "maint print msymbol" tests.
30764
30765 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30766
30767 * gdb.base/setvar.c (dummy): Call malloc.
30768
30769 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30770 losing with the irix4 sed.
30771
30772 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30773 ALRM" on irix4.
30774
30775 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30776
30777 * TODO: Remove items about corefile.exp testing new exec-file and
30778 backtrace; both are now done. Add items about printing enums.
30779
30780 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30781
30782 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30783 "get signal $thissig" test fails.
30784
30785 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30786
30787 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30788
30789 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30790 compiler warning with dec alpha compiler.
30791
30792 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30793 extra \n from gdb_test call (this explains why the prompt test
30794 that I removed yesterday was there).
30795 (user_defined_command_test): Remove extra \n and prompt test.
30796
30797 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30798 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30799 doesn't exist.
30800 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30801 Also remove alpha workaround, which turns out to be because
30802 SIGABRT == SIGLOST.
30803
30804 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30805
30806 * gdb.base/help.exp: Don't test "help show".
30807
30808 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30809
30810 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30811 "set print address" is on.
30812 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30813 pass prompt to gdb_test; gdb_test already looks for the prompt.
30814
30815 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30816
30817 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30818 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30819 was to make sure that gdb can read a core file. But (a) the "read
30820 the corefile" part didn't make it to a1-selftest.exp, we just
30821 delete the corefile after creating it, and (b) we test reading
30822 corefiles in corefile.exp anyway. Also, this test left around a
30823 xgdb process on Solaris.
30824
30825 * gdb.base/corefile.exp: Also test backtrace.
30826
30827 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30828
30829 * gdb.base/commands.exp: Test a simple user defined command with
30830 arguments and if/while statements; verify the full user command is
30831 printed by "show user".
30832
30833 * gdb.base/commands.exp: Test if/while commands as part of a
30834 breakpoint command list; verify they appear in breakpoint
30835 information.
30836
30837 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30838
30839 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30840 than by dividing by zero.
30841
30842 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30843
30844 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30845 performing an inferior call with watchpoints enabled.
30846 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30847 call.
30848
30849 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30850
30851 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30852 of "file" command.
30853
30854 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30855 Add additional pattern for when "int operator int(void);" appears
30856 in a different order.
30857
30858 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30859
30860 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30861
30862 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30863 and "signal" with ".*".
30864
30865 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30866
30867 * TODO: Add note about "handle all nostop".
30868
30869 * gdb.base/{sigall.c, sigall.exp}: New test.
30870 * gdb.base/Makefile.in: Add it.
30871
30872 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30873
30874 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30875 when invoking GDB, suppresses any windowing interface.
30876
30877 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30878
30879 * config/sim-gdb: New file, simulator testing support.
30880
30881 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30882
30883 * gdb.base/interrupt.exp: Test calling func1 twice.
30884
30885 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30886
30887 * gdb.base/list.exp (test_forward_search): Set timeout higher
30888 when we'll be getting lots of output from gdb.
30889
30890 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30891 "init_malloc" to after the expect statement. Run it if that
30892 regexp is taken, but also for two others which happen if source
30893 cannot be found.
30894
30895 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30896
30897 * gdb.base/printcmds.exp: New test, for printing register before
30898 program is running.
30899
30900 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30901
30902 * gdb.base/list.exp: Correct some alternate expect patterns
30903 to reflect changes in list1.c.
30904
30905 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30906
30907 * TODO: Add item regarding large frames.
30908
30909 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30910
30911 * TODO: Remove item about enabling return.exp; it
30912 is enabled. Suggest a few more "return" tests.
30913
30914 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30915
30916 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30917 anonymous unions.
30918
30919 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30920
30921 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30922 and pr-5646.o, so "make" is the same as "make all", not "make
30923 pr-4975.o".
30924
30925 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30926
30927 * gdb.base/list.exp: Adjust expectations to reflect changes in
30928 list1.c.
30929 (test_forward_search): New test proc.
30930 * gdb.base/list1.c (long_line): New function, has long source line.
30931
30932 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30933
30934 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30935 additional line of code that was added.
30936
30937 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30938
30939 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30940 tests so as not to overflow expect's input buffers.
30941 * gdb.disasm/hppa.exp: Corresponding changes.
30942
30943 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30944
30945 Beginnings of template debugging tests.
30946 * gdb.c++/templ-info.cc: New file to test for template
30947 debugging capability of the compiler.
30948 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30949 templ-info.cc.
30950 * gdb.c++/templates.cc: Add explicit template instantiations
30951 to enable compiling with -fno-implicit-templates. Add destructor
30952 and 'value' method to T5 class for template tests.
30953 * gdb.c++/templates.exp: Add testcases for printing of template
30954 types, setting breakpoints on template methods and calling a
30955 template method.
30956
30957 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30958
30959 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30960 branch target since some assemblers (gas-2.5) may emit a
30961 relocation for the branch instead of resolving it in the
30962 assembler.
30963
30964 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30965
30966 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30967 through signal handler.
30968
30969 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30970
30971 * configure.in (*-*-netware): Use config/mt-netware.
30972
30973 * config/mt-netware: New file.
30974 * config/mt-i386-netware: Removed, separate configs for different
30975 netware architectures are no longer needed now that we have
30976 --with-headers.
30977
30978 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30979
30980 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30981 by the recent changes to use ANSI C arithmetic conversions.
30982
30983 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30984
30985 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30986 bug involving using inferior_pid to figure out whether to select a
30987 frame.
30988
30989 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30990
30991 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30992 match the current disassembler output.
30993
30994 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30995
30996 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30997 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30998 types, expect "int" as type of integer values (for now).
30999
31000 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31001
31002 * gdb.base/commands.exp: New tests for if/while commands.
31003
31004 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31005
31006 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31007 by .*, since hex values have different syntax in Chill mode.
31008
31009 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31010
31011 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31012 linefeed from expect pattern for repeated types with indices > 9.
31013
31014 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31015
31016 First part of Fortran test suite.
31017 * gdb.fortran: New directory.
31018 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31019
31020 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31021
31022 * gdb.base/default.exp: Update expect pattern for load command
31023 without arguments.
31024
31025 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31026
31027 * configure.in: Change i386 to i[345]86.
31028 * gdb.base/configure.in: Likewise.
31029 * gdb.c++/configure.in: Likewise.
31030 * gdb.chill/configure.in: Likewise.
31031
31032 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31033
31034 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31035 patterns, since that is not a valid context for comments.
31036
31037 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31038
31039 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31040 repeated types and repeated types with indices > 9.
31041
31042 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31043
31044 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31045 2417; old bug has been fixed.
31046
31047 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31048
31049 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31050 send the newline ourselves instead of assuming gdb_test will do
31051 so when passed an empty input string.
31052
31053 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31054 stabs testcode.
31055
31056 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31057
31058 * lib/gdb.exp (gdb_test): Don't send anything if the first
31059 argument is an empty string. This makes cases where we want to
31060 match output that is already in expect's buffers (for example,
31061 matching a breakpoint after gdb_run_cmd has been called) work
31062 reliably.
31063
31064 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31065
31066 * config/netware.exp: New file.
31067
31068 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31069
31070 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31071 the -B and -L prefixes so we can find the debugging stub.
31072
31073 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31074 there and we are using the gcc from the tree.
31075
31076 * gdb.base/types.c: Removed.
31077
31078 * gdb.base/configure.in: Look for makefile fragments in ../config.
31079 Recognize i386-*-netware.
31080 * gdb.c++/configure.in: Likewise.
31081
31082 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31083
31084 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31085 the correct TCL syntax.
31086
31087 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31088
31089 * gdb.base/opaque.exp: use runto instead of messing around with
31090 breakpoints. Simplify by using gdb_test.
31091
31092 * gdb.base/bitfields.exp: restart between tests on netware targets
31093 because breakpoints aren't relocated after target death. Run
31094 processes to completion.
31095
31096 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31097
31098 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31099
31100 * Makefile.in: Remove extra tabs that confuse some versions
31101 of "make". Use the newly built gdb to test with by default,
31102 rather than the first one in the tester's search path.
31103
31104 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31105
31106 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31107
31108 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31109 condition help.
31110
31111 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31112
31113 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31114
31115 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31116 running.
31117 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31118 * gdb.base/funcargs.exp: Likewise.
31119
31120 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31121 * gdb.base/funcargs.exp: Likewise.
31122
31123 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31124 message is "".
31125
31126 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31127
31128 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31129 return,signals,twice}.exp: Handle non-existant binaries
31130 consistantly.
31131
31132 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31133 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31134 might testing a cross development system.
31135
31136 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31137
31138 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31139 runtest script is relative to ${srcdir}, not ${rootdir}.
31140
31141 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31142
31143 * gdb.base/signals.exp: Allow for optionality of breakpoint
31144 address.
31145
31146 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31147
31148 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31149
31150 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31151
31152 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31153 for size_t definition.
31154 * gdb.c++/templates.cc: Likewise
31155
31156 * config/mt-i386-netware: New file.
31157
31158 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31159 defined.
31160
31161 * gdb.base/Makefile.in: Added support for systems that name core
31162 files by appending "core" to the program name.
31163 * gdb.base/a1-selftest.exp: Likewise.
31164
31165 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31166
31167 * gdb.base/return.exp: Add comment and message for `return double'
31168 test failure on Sparc Solaris.
31169
31170 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31171
31172 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31173
31174 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31175
31176 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31177 from optimizing them away.
31178 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31179 patterns to include default constructors and assignment operators,
31180 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31181 character in the output of the virtual base pointer.
31182
31183 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31184
31185 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31186 expression match in print_addr_of to avoid unintented matches.
31187 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31188 versions up to 2.5.8.
31189
31190 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31191
31192 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31193 included file to run under newer versions of expect.
31194 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31195 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31196 Remove xfail for the virtual table of BDDHookV.
31197
31198 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31199
31200 * lib/gdb.exp (string_to_regexp): Set a default result.
31201 (default_gdb_start): Fix misleading message.
31202
31203 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31204
31205 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31206 Remove all CC, etc definitions.
31207 * config/mt-hpux: New file.
31208 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31209 (CFLAGS, LDFLAGS): Define.
31210 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31211
31212 * Makefile.in (site.exp): Don't insert host_os, etc.
31213 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31214 (distclean): Check existence of subdir.
31215 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31216 * gdb.base/Makefile.in: General cleanup and simplification.
31217 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31218 to build executables. Use default rule to build .o files.
31219 (EXPECT, RUNTEST, CC): Fix relative pathname.
31220 (site.exp): Don't insert host_os, etc.
31221 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31222 and/or SIGUSR1 defined.
31223 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31224 * gdb.c++/Makefile.in: General cleanup and simplification.
31225 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31226 (CFLAGS): Remove.
31227 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31228
31229 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31230
31231 * gdb.base/recurse.exp: Misc changes to get tests running again
31232 after Kung's changes to the watchpoint code.
31233 * gdb.base/watchpoint.exp: Likewise.
31234
31235 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31236
31237 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31238
31239 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31240
31241 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31242 * lib/gdb.exp (default_gdb_start): Define.
31243 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31244 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31245 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31246 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31247 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31248 Don't call gdb_target_udi in between tests.
31249
31250 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31251
31252 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31253 (which was basically just a local version of the same thing). In
31254 addition to avoiding duplication, gdb_test_exact is faster.
31255 * lib/gdb.exp (gdb_test_exact): Fix typo.
31256
31257 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31258 don't give an error.
31259
31260 * gdb.base/term.exp: Call delete_breakpoints before starting.
31261
31262 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31263 (t10): Add comment.
31264
31265 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31266
31267 Reorganization of the GDB Test Suite.
31268
31269 * gdb.base: New directory, contains all the basic tests.
31270 * gdb.c++: New directory, tests specific to C++.
31271 * gdb.chill: New directory, tests specific to Chill.
31272 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31273 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31274 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31275 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31276 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31277 t30-31 to chill).
31278 * */gdbme.*: Rename to match appropriate expect scripts.
31279 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31280 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31281 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31282 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31283 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31284 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31285 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31286 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31287 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31288 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31289 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31290 gdb.c++/virtfunc.cc: New names of C++ files.
31291 * gdb.chill/chillvars.ch: New name of Chill file.
31292 * gdb.base/configure.in, gdb.c++/configure.in,
31293 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31294 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31295 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31296 * configure.in (configdirs): Update to reflect directory changes.
31297 (target_abbrev): No longer define for any configuration.
31298 * Makefile.in: Cosmetic improvements to header comments.
31299
31300 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31301
31302 Various changes to gdb.t31:
31303
31304 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31305 * gdbme.ch: Make all key-words and predefineds be upper-case.
31306 * chillvars.exp: Expect key-words and predefinds in upper-case.
31307
31308 * chillvars.exp: Use gdb_test_exact many places.
31309 Change expected output for arrays (which now includes index labels).
31310
31311 * pr-5020.exp, gdme.ch (module PR_5020):
31312 New test, for PR-5020.
31313
31314 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31315
31316 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31317 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31318
31319 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31320
31321 * Makefile.in: Fix bit-rot in definitions of CHILL,
31322 CHILL_FOR_TARGET and Chill_LIB.
31323 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31324 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31325 CHILL, and CHILL_LIB.
31326
31327 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31328
31329 * Revert the previous changes. Please see Rob's directory
31330 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31331
31332 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31333
31334 * Makefile.in, configure.in, config/mips-gdb.exp,
31335 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31336 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31337 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
31338 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31339 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31340 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31341 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31342 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31343 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31344 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31345 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31346 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31347 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31348 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31349 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31350 changes from 94Q1.
31351
31352 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31353
31354 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31355 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31356 Rob's new testing fragments.
31357
31358 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31359
31360 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
31361 lib/gdb.exp: Replace error proc calls with perror.
31362
31363 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31364
31365 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31366 version also, match on casted version strings, and match on
31367 gdb startup case where the line numbers might be messed up.
31368
31369 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31370
31371 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
31372 (CFLAGS): Delete it from here.
31373
31374 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31375
31376 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31377
31378 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31379
31380 * Makefile.in (RUNTEST): Default to just "runtest".
31381
31382 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31383
31384 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31385 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31386 the code has been restructured.
31387
31388 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31389
31390 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31391 \n, not just one of each.
31392
31393 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31394 /bin/cc gives a warning if you do.
31395
31396 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31397
31398 * gdb.t24/demangle.exp: change expect pattern of
31399 __t10ListS_link1ZUiRCUiPT0
31400
31401 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31402
31403 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31404 on local variables in recursive functions.
31405
31406 * gdb.t07/Makefile.in: Build the new test.
31407
31408 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31409
31410 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31411 directly. Instead compare the return values from actual calls.
31412
31413 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31414
31415 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31416
31417 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31418
31419 * From Peter Schauer with minor modifications.
31420 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31421 stops in mid-line in the caller. Add xfail for returning a float
31422 value on X86 targets.
31423
31424 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31425
31426 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31427 to avoid expect lossage.
31428 (fmem_LRbug_tests): Likewise.
31429 * gdb.disasm/hppa.s: Corresponding changes.
31430
31431 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31432 conditions to work with latest dejagnu/expect.
31433
31434 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31435 expected to fail on the PA.
31436 (backtrace in call with trampolines): Explicitly require main
31437 to be frame #1 (no trampolines should show up in backtrace).
31438
31439 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31440 "continue -expect".
31441 * gdb.t06/break.exp: Likewise.
31442 * gdb.t07/watchpoint.exp: Likewise.
31443 * gdb.t13/bitfields.exp: Likewise.
31444 * gdb.t15/{funcargs,return}.exp: Likewise.
31445 * gdb.stabs/weird.exp: Likewise.
31446 * config/{mips,udi}-gdb.exp: Likewise.
31447
31448 * hppa.sed: Enclose comments within a sed command to avoid
31449 losing with the old OSF1 sed.
31450
31451 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31452
31453 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31454 sequent dynix.
31455 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31456 * gdb.t15/funcargs.exp: Conditionally step again to really
31457 finish from marker_call_with_trampolines. Handle the case where
31458 the first step from within call_with_trampolines already steps
31459 us back to main.
31460 * gdb.t15/gdbme.c: Add comment to closing brace of
31461 call_with_trampolines for funcargs.exp.
31462
31463 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31464
31465 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31466 Fix typo(s).
31467
31468 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31469
31470 * gdb.t07/gdbme.c: More code for watchpoint testing.
31471
31472 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31473 "Hardware watchpoint" throughout file.
31474 (test_watchpoint_triggered_in_syscall): New test.
31475 (test_complex_watchpoint): New test.
31476
31477 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31478
31479 * gdbme.c (call_with_trampolines): New function to try and step
31480 into. Tests trampoline problems on the PA.
31481
31482 * funcargs.exp (localvars_in_indirect_call): No longer expect
31483 stepping into indirect call to fail on PAs.
31484 (test_stepping_over_trampolines): New test.
31485
31486 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31487
31488 * TODO: Add suggestions for static member function tests, and
31489 completion tests.
31490
31491 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31492
31493 * TODO: Add suggestions for "p/a" tests.
31494
31495 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31496 (default_gdb_exit): Replace all the hair with sending "quit" to
31497 the process with a simple close.
31498
31499 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31500
31501 * TODO: Add suggestions for shared library tests.
31502
31503 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31504
31505 * TODO: Add suggestions for x/s tests.
31506
31507 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31508
31509 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31510 "enable once", and "enable breakpoints once" with ".*".
31511
31512 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31513
31514 * TODO: Add suggestions about structure passing tests.
31515
31516 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31517
31518 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31519 the primary1 test, use work around if __GNUC__ < 2.
31520 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31521 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31522 Test for bad output rather than waiting for timeout. Issue
31523 second continue only if first continue failed.
31524
31525 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31526
31527 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31528 operator[] test with gdb_test because the old code didn't seem to
31529 be getting the quoting right with the new dejagnu.
31530
31531 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31532
31533 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31534 one from the path.
31535 * Makefile.in: Use a fresh expect if there is one, use runtest
31536 from the src tree if there is one.
31537
31538 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31539
31540 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31541 next over recursive call. Revise the tests from that point on
31542 (which had been skipped) to match GDB's actual (correct) output.
31543
31544 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31545 with next over a breakpoint whose condition is false.
31546
31547 * gdb.t00/help.exp: Comment out "help set print" tests just like
31548 (and for same reason as) "help set" test.
31549
31550 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31551
31552 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31553 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31554
31555 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31556
31557 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31558 necessary gdb_target_udi.
31559
31560 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31561
31562 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31563 1838 and 2417; they are fixed.
31564
31565 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31566 gdb.t03/ptype.exp (ptype structure, ptype union):
31567 Remove xfails; the test is looser than when the xfails were added.
31568
31569 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31570 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31571
31572 * gdb.t01/run.exp: Only run shell test if isnative.
31573
31574 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31575 since "run" automatically loads if necessary. Call gdb_target_udi
31576 after the "file" since "file" kills any execution target.
31577
31578 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31579 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31580 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31581 argument for UDI.
31582
31583 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31584
31585 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31586
31587 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31588
31589 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31590
31591 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31592 properly quoting regexps. This makes the second argument to
31593 demangle a fixed string, which matches the callers, instead of a
31594 shell-style pattern which is what the previous implementation
31595 used. Update some of the callers.
31596
31597 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31598
31599 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31600 (comib_nullified_tests): Fix typo.
31601 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31602 strings. No longer expected to fail.
31603
31604 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31605 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31606 strings. No longer expected to fail.
31607
31608 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31609 string. No longer expected to fail.
31610
31611 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31612
31613 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31614 No longer expected to fail.
31615
31616 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31617 string. No longer expected to fail.
31618
31619 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31620
31621 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31622 only in the names (I probably got most of them). I was even
31623 generous with some which differed in underscores in names, and
31624 probably missed a few, and I *still* was able to remove almost a
31625 third of the file with almost no impact on testsuite coverage.
31626
31627 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31628
31629 * gdb.t00/default.exp: Match udi_attach error message as well as
31630 the one from child_attach.
31631
31632 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31633
31634 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31635
31636 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31637 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31638
31639 * Move test with enums and partial symbols back to
31640 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31641 Reverts the change of 26 May 93. Per today's change to
31642 stabs.texinfo, the behavior that weird.exp was expecting was
31643 unreasonable; what is important is that the compiler+gdb get
31644 things right, which happens with a recent gcc. Also fix the test
31645 to deal with native compilers which put out the stab gdb can't
31646 deal with.
31647
31648 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31649
31650 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31651 in the names. The main thing these accomplish is to slow things down.
31652 Many more such duplicates surely remain.
31653
31654 * gdb.t00/help.exp: Comment out "help support" test just like
31655 (and for same reason as) "help set" test.
31656
31657 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31658
31659 * gdb.t06/break.exp: Remove setup_xfails for
31660 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31661 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31662 about known bug in gcc to include up through 2.5.8.
31663 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31664 well as "_vb$".
31665 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31666 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31667 with latest gcc and gdb.
31668 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31669 well as "_vb$".
31670
31671 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31672
31673 * configure.in (hppa*-*-*): Also configure and build stabs-only
31674 tests.
31675
31676 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31677
31678 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31679 * gdb.t10/configure.in (hppa*-*-*): Use it.
31680
31681 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31682
31683 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31684
31685 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31686
31687 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31688 versions prior to 1.13.5.
31689
31690 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31691
31692 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31693 the prompt is at the start of a line.
31694
31695 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31696
31697 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31698 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31699 in the copr tests now.
31700 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31701 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31702 expected to fail.
31703
31704 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31705
31706 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31707 gdb.t31/chillvars.exp, lib/gdb.exp:
31708 Tweak to run under either version of expect.
31709 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31710 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31711 * gdb.t11/list.exp: Remove extraneous whitespace.
31712
31713 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31714
31715 * gdb.t16/printcmds.exp (test_print_strings): Accept
31716 "(unsigned char *) " before the string.
31717
31718 * TODO: Add notes about printing of fancy types and GDB expressions.
31719
31720 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31721
31722 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31723 * gdb.t06/configure.in: Don't try to compile signals test program
31724 if doing mips-idt-ecoff.
31725
31726 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31727
31728 * Most .exp files: Tweak to run under either version of expect.
31729
31730 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31731
31732 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31733 xfails; I'm not sure why they are failing, but not because of PR 1806.
31734
31735 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31736
31737 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31738 defined in lib/gdb.exp.
31739
31740 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31741
31742 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31743 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31744 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31745 have to be typeless.
31746
31747 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31748
31749 * TODO: Add suggestion for copyright year test.
31750
31751 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31752
31753 * configure.in (*-*-lynxos*): Add stabs tests.
31754
31755 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31756
31757 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31758 so insert a tab before any assembler directive in column zero.
31759
31760 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31761 stores.
31762 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31763 stores.
31764 (fpu_short_memory_tests): Likewise.
31765
31766 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31767
31768 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31769 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31770 .stabs directives in comments.
31771
31772 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31773
31774 * TODO: New file, describing tests we could write.
31775 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31776
31777 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31778
31779 * gdb.t06/signals.exp: Add kludge to force re-sync.
31780
31781 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31782 to xgdb instead of gdb, get out of gdb.
31783
31784 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31785
31786 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31787 for info.
31788
31789 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31790
31791 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31792 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31793 * gdb.stabs/hppa.sed: New sed script for the PA.
31794
31795 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31796
31797 * gdb.stabs: Re-write weird.def and configuration to use sed
31798 instead of cpp. sed is portable and POSIX; cpp is neither.
31799
31800 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31801
31802 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31803
31804 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31805
31806 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31807
31808 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31811 "_vb$".
31812 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31813 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31814
31815 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31816
31817 * lib/gdb.exp: Comment out code which depends on non-existent
31818 `transform' procedure.
31819
31820 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31821
31822 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31823 * lib/gdb.exp: Transform tool name.
31824 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31825 1.1's new error handling system.
31826
31827 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31828
31829 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31830
31831 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31832
31833 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31834 They made pattern matching so slow that timeouts happened on
31835 heavily loaded systems. Now any output from "show print" which
31836 gets us back to the GDB prompt is a PASS.
31837
31838 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31839
31840 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31841
31842 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31843
31844 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31845
31846 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31847 It is not from PR 3220.
31848
31849 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31850
31851 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31852 just started failing because they depended on the order the
31853 subcommands are presented, or exact docstring text. This kind of
31854 test is a pain and has minimal benefit.
31855
31856 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31857
31858 * gdb.t09/corefile.exp: At end of test, use "core" command with
31859 no arguments.
31860
31861 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31862
31863 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31864 17}/Makefile.in: Make it possible to run the testsuite with Sun
31865 make and CC = cross gcc by adding explicit build rules for .o
31866 files.
31867
31868 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31869
31870 * gdb.t15/funcargs.exp: Don't put comments on same line as
31871 setup_xfail (@#$*%& tcl braindamage!).
31872
31873 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31874
31875 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31876
31877 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31878
31879 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31880 * gdb.t20/inherit.exp: remove three dumplicate entries.
31881
31882 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31883
31884 * gdb.t06/break.exp: For "next over recursive call", fail on any
31885 incorrect output, not just on "factorial (value=2)".
31886
31887 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31888
31889 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31890 working now. Add an xfail if accesing a bss variable causes
31891 a memory error if the target is not yet run.
31892
31893 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31894
31895 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31896 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31897 name of __st* demangling (2 strings). Did Kung really get the
31898 more than 95 others right without testing them?
31899
31900 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31901
31902 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31903
31904 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31905
31906 * configure.in (configdirs): Add gdb.disasm
31907 * gdb.disasm: New directory for GDB disassembler tests.
31908 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31909
31910 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31911
31912 * gdb.t00/help.exp: Don't test "help set".
31913
31914 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31915 from within expect statements. None of these happen anymore and
31916 they cause regressions to be silently unnoticed.
31917
31918 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31919 messages) about known failures with gcc cygnus-2.4.5-930417.
31920
31921 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31922 comp-info.exp so it gets built if it doesn't exist.
31923
31924 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31925 it is no longer used.
31926 * gdb.t13/comp-info.c: Removed.
31927
31928 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31929
31930 * gdb.t06/signals.exp: Add xfail for sun3.
31931
31932 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31933
31934 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31935 relevant because ^C doesn't get sent but failure can be reproduced
31936 interactively).
31937
31938 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31939
31940 * gdb.stabs/alpha.mt: New configuration file for alpha.
31941 * gdb.stabs/configure.in: Use it.
31942 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31943 sharing with alpha.mt, redefine long to word via preprocessor.
31944 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31945 for alpha.
31946 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31947 native cc.
31948 * gdb.t00/teststrategy.exp: Change expect string so that we
31949 consume the `(xgdb)' from the command echo and from the gdb prompt.
31950 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31951 gdb currently compares all values as long, so this failure probably
31952 applies to any configuration where LONGEST is bigger than a target int.
31953 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31954 with gcc.
31955 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31956 to handle opaque pointers, gcc is.
31957 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31958 as first argument. Include <sys/types.h> and change all operator
31959 new definitions to use size_t.
31960 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31961 now that we use size_t.
31962
31963 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31964
31965 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31966 a long or float array cast all array members to the same type.
31967 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31968 with 64 bit longs.
31969 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31970 on alpha.
31971 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31972
31973 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31974
31975 * gdb.t24 (demangle.exp): Constructors of templates have names like
31976 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31977 section 14.6 of the ARM.
31978
31979 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31980 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31981 accomplish little and slow down the testsuite.
31982
31983 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31984 Accept spaces various places.
31985
31986 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31987
31988 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31989 with watchpoint enabled.
31990
31991 * Makefile.in: Remove definition of CC and remove the second
31992 definition of CXX (the "CXX = gcc" one remains). These definitions
31993 were causing backquotes to be expanded within backquotes, which
31994 doesn't work.
31995
31996 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31997
31998 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31999
32000 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32001
32002 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32003 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
32004 by mips cc and contains no stabs entries.
32005
32006 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32007
32008 * config/vx-gdb.exp: Use fake device to load files rather than
32009 NFS.
32010 * lib/gdb.exp: New proc to do "file" command.
32011 * config/unix-gdb.exp: Use new "file" proc.
32012
32013 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32014
32015 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32016 Rework board rebooting slightly.
32017 (gdb_exit): Don't exit from the remote shell; there isn't one.
32018 * gdb.stabs/weird.exp: If a program is being debugged already,
32019 kill it.
32020 * gdb.t04/setvar.exp: Stop and restart gdb.
32021 * gdb.t05/expr.exp: Likewise.
32022 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32023 restart gdb and reload the program.
32024 * gdb.t08/opaque.exp: Likewise.
32025 * gdb.t12/scope.exp: Likewise.
32026 * gdb.t13/bitfields.exp: Likewise.
32027 * gdb.t15/funcargs.exp: Likewise.
32028 * gdb.t20/classes.exp: Likewise.
32029 * gdb.t03/ptype.exp: Increase timeout.
32030 * gdb.t16/printcmds.exp (test_print_string_constants,
32031 test_print_array_constants): Likewise.
32032 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32033 * gdb.t20/classes.exp (do_tests): Likewise.
32034 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32035
32036 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32037
32038 * gdb.stabs: Renamed *wierd* to *weird*.
32039
32040 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32041
32042 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32043 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32044
32045 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32046
32047 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32048 (do_tests): Remove xfail for whatis on one_var and two_var.
32049
32050 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32051
32052 * Makefile.in: Made cross building work better by adding
32053 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32054
32055 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32056
32057 * gdb.t15/{return.c,return.exp,Makefile.in}:
32058 New test, currently commented out.
32059
32060 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32061
32062 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32063 still running and removes the leftover named socket so GDb can do
32064 clean restarts.
32065
32066 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32067
32068 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32069 console, not GDB.
32070 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32071 cross testing works better with "make check"
32072 * config/unix-gdb: Use default procedures for exit and version.
32073 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32074 with the newest VxWorks.
32075
32076 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32077
32078 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32079 old form.
32080
32081 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32082 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32083
32084 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32085
32086 * config/unix-gdb.exp: Remove this version of gdb_exit
32087 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32088 Rob says he'll look at it when he gets back to testing boards.
32089
32090 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32091
32092 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32093 an expected fail for certain ptype commands.
32094
32095 * gdb.t20/classes.exp: Update expected results of "ptype class
32096 Base1" to account for the constructor that now appears in the type.
32097
32098 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32099
32100 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32101 disappeared from list.
32102 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32103 "alldone" proc with call to cleanup and exit.
32104 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32105 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32106 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32107 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32108 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32109 "alldone" proc with simple returns that suppress remaining
32110 tests. The alldone proc went away many months ago.
32111
32112 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32113
32114 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32115
32116 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32117
32118 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32119
32120 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32121 as vax gdb will display them.
32122
32123 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32124
32125 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32126 optimizers.
32127
32128 * scope.exp: Change "bad value for localval" messages so each one
32129 is unique.
32130
32131 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32132 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32133
32134 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32135
32136 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32137
32138 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32139 doesn't exist (due to optimization).
32140
32141 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32142
32143 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32144 contains \r because the filename is long.
32145
32146 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32147 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32148
32149 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32150
32151 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32152 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32153 Ultrix.
32154 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32155 int tests.
32156 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32157
32158 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32159
32160 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32161
32162 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
32163 to match does not match the passing case but still matches the
32164 failing case.
32165
32166 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32167
32168 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32169
32170 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32171
32172 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32173 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32174 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32175 Remove various versions of gdb_exit.
32176 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32177 gdb_exit.
32178 * config/unix-gdb.exp: gdb_exit remains here, and should override
32179 the generic version, since it's doing a lot of wierd stuff that
32180 the other versions aren't. FIXME, fold it in, or abandon this
32181 version.
32182
32183 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32184
32185 * gdb.t24/demangle.exp: Add tests for PR 3220.
32186
32187 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32188
32189 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32190
32191 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32192
32193 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32194 "i386-*-*". Works for i486 as well.
32195
32196 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32197 bug, and expand domain of xfail to all SVR4 systems, since the
32198 actual problem is likely to be in generic SVR4 /proc support.
32199
32200 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32201
32202 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32203
32204 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32205
32206 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32207 xfails for other systems. Match a missing 'Continuing.' as an
32208 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32209
32210 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32211 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32212 Only issue warning for missing executables if -all option is used.
32213
32214 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32215 file if -all option is used. It's like an unpredictable XFAIL.
32216
32217 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32218
32219 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32220 for dynamically linked binaries.
32221
32222 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32223
32224 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32225
32226 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32227 to state that this is a known bug in old versions of g++.
32228
32229 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32230
32231 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32232 while waiting for `Continuing'.
32233
32234 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32235
32236 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32237 in text, data, and bss.
32238 * gdb.t10/nodebug.c: Add local and global test variables for
32239 initialized and uninitialized data.
32240
32241 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32242
32243 * config/unix-gdb.exp (gdb_exit): Add "wait".
32244
32245 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32246
32247 * gdb.t06/signals.exp: xfail the continue from the handler for all
32248 targets.
32249
32250 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32251 function with watchpoints enabled, the i386 call dummy starts with
32252 a call.
32253
32254 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32255 386 bsd names its corefiles.
32256
32257 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32258
32259 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32260 compilers don't grok it.
32261 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32262 with small octal ints rather than character constants, which
32263 are signed and might not fit if first promoted to int.
32264
32265 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32266
32267 * gdb.t09/Makefile.in (clean): Remove corefile.
32268
32269 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32270
32271 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32272
32273 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32274 and Jim Kingdon (kingdon@cygnus.com)
32275
32276 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32277 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32278 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32279
32280 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32281
32282 * gdb.t17/interrupt.exp: Add xfail for hppa.
32283
32284 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32285
32286 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32287 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32288 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32289 to determine signed-ness of bitfields and use the result to setup
32290 the xfail.
32291 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32292 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32293 call line is reached if necessary.
32294
32295 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32296
32297 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32298
32299 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32300
32301 * gdb.t06/break.exp: Also test `clear' command.
32302
32303 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32304
32305 * gdb.t00/teststrategy.exp: Remove extra quote.
32306
32307 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32308 watchpoint enabled to be for all non-68k machines.
32309
32310 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32311
32312 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32313
32314 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32315 targets use aout.mt instead of ecoff.mt as gas understands
32316 standard aout format.
32317
32318 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32319
32320 * lib/gdb.exp (runto): Don't insist that function we are running to
32321 was compiled with -g.
32322
32323 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32324
32325 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32326 to get back into the read system call.
32327 Accept leading newline in case where we woke it up.
32328
32329 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32330
32331 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32332 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32333 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32334 enable ecoff configuration.
32335
32336 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32337
32338 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32339
32340 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32341
32342 * gdb.t16/printcmds.exp: Add another printf test.
32343
32344 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32345
32346 * configure.in: If configured -with-stabs on any target, add
32347 stabsdirs to configdirs.
32348
32349 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32350
32351 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32352 fun" so pattern does not match the command itself.
32353
32354 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32355
32356 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32357
32358 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32359
32360 * gdb.t17/interrupt.exp: Test for more things.
32361
32362 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32363
32364 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32365 compiler arranges the code and line numbers.
32366
32367 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32368
32369 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32370
32371 * gdb.t00/help.exp: Increase expect input buffer size.
32372
32373 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32374
32375 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32376
32377 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32378
32379 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32380
32381 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32382 [0-9]*, not just [0-9].
32383
32384 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32385
32386 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32387
32388 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32389
32390 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32391
32392 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32393
32394 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32395
32396 * gdb.t06/signals.c: Add xfails for sun3.
32397
32398 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32399
32400 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32401 test_stepping tests.
32402
32403 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32404
32405 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32406
32407 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32408
32409 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32410 rather than actually putting it through cpp twice.
32411
32412 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32413
32414 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32415
32416 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32417 no longer needed.
32418
32419 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32420
32421 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32422
32423 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32424 C++ features prints as "struct", make it a pass, not an xfail.
32425
32426 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32427
32428 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32429 Don't require VA to print as "class" rather than "struct".
32430
32431 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32432
32433 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32434
32435 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32436
32437 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32438
32439 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32440
32441 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32442 order.
32443
32444 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32445
32446 * gdb.t16/printcmds.exp: Add printf tests.
32447
32448 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32449
32450 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32451
32452 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32453
32454 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32455 pass counts, to counteract any existing or future setup_xfails.
32456
32457 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32458
32459 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32460 {BEGIN,END}_COMMON for common block instead of STAB.
32461 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32462
32463 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32464 intp_var should be N_GSYM not N_LSYM.
32465 wierd-aout.S: Use a label for the value of the N_SO.
32466 wierd.def: Remove all backslashes.
32467 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32468
32469 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32470
32471 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32472 get the expected next to inheritance3.
32473
32474 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32475
32476 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32477 now that gcc-2.4 gets it right.
32478
32479 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32480
32481 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32482
32483 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32484 generating comp-info.exp which works for cross-compilation.
32485
32486 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32487
32488 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32489 "*-*-sysv4.*".
32490
32491 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32492
32493 * gdb.t01/run.exp: Start with a fresh gdb.
32494 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32495 SVR4.x.
32496
32497 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32498
32499 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32500 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32501 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32502 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32503 things to remove.
32504
32505 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32506
32507 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32508 test cases from bug reports.
32509
32510 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32511
32512 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32513 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32514 avoid spurious xfails.
32515 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32516 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32517 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32518
32519 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32520
32521 * gdb.t00/teststrategy.exp: Rework to provide more useful
32522 description of each test, fix problem with systems that define
32523 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32524 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32525 results for "next over recursive call" so timeouts aren't taken
32526 by error.
32527
32528 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32529
32530 * gdb.t12/scope.exp: Test printing of variables before run.
32531
32532 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32533 printed in wrong order due to sorting.
32534
32535 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32536
32537 * gdb.t00/teststrategy.exp: Fix expected results for printing
32538 user entered string constant. Is array of char, prints with no
32539 address.
32540
32541 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32542 commands.
32543 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32544 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32545 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32546 of struct of char arrays.
32547 * gdb.t00/radix.exp: New tests for radix commands.
32548
32549 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32550
32551 * gdb.t16/printcmd.exp: Print a variable before running program
32552 (with xfail for AIX).
32553
32554 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32555
32556 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32557
32558 * gdb.t16/printcmd.exp: Don't print variables before running program.
32559
32560 * gdb.t06/break.exp: Don't require envp argument to main.
32561
32562 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32563
32564 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32565 Add xfails for rs6000.
32566
32567 * gdb.t02/whatis.exp: Change other tests not to re-test something
32568 we already tested.
32569
32570 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32571 each type used has a variable of that type.
32572
32573 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32574
32575 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32576
32577 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32578
32579 * configure.in: change srctrigger to be a file, not a directory
32580
32581 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32582
32583 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32584
32585 * gdb.t11/list.exp: Fixed a couple of typos.
32586
32587 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32588
32589 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32590 is fixed and PR is closed.
32591 * gdb.t16 (gdbme.c): Add simple test string variable.
32592 * gdb.t16 (printcmds.exp): Add tests with simple test string
32593 variable, primarily for boundaries on "set print elements".
32594
32595 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32596
32597 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32598 Make leading 0's optional and don't expect a tab in the middle
32599 of the number.
32600
32601 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32602
32603 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32604 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32605 don't end command passed to gdb_test with newline.
32606
32607 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32608 signed keyword away, don't expect signed bitfields to be signed.
32609
32610 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32611 printing with only as many 1's as are in the field as well as printing
32612 with 32 1's (see comment).
32613
32614 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32615
32616 * gdb.t00/default.exp: Start with a fresh gdb.
32617 * configure.in (configdirs): Remove gdb.t31 until the chill
32618 compiler works again. It no longer is able to find chillrt0
32619 since it isn't in libchill.a anymore.
32620 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32621 wierd.o, make more modular.
32622 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32623 spurious newlines that caused problems.
32624
32625 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32626
32627 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32628 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32629 gdb.stabs/wierd.{exp,def}: Many new tests.
32630
32631 * gdb.t00/default.exp: update info line for new message.
32632
32633 * gdb.t02/{whatis.exp,gdbme.c}:
32634 Test that "char *" doesn't print as "caddr_t".
32635
32636 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32637
32638 * gdb.t00/help.exp: Use .* in place of some help messages which
32639 just changed.
32640 gdb.t00/default.exp: Update "info frame" test for new message.
32641 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32642 Remove some xfails
32643
32644 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32645
32646 * gdb.t03/{gdbme.c,ptype.exp}:
32647 Add tests for typedef'd struct and union without tags.
32648 Also check "whatis" on a variable of a typedef'd enum without a tag.
32649
32650 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32651 PRMS 1823; the bug still exists but isn't reproduced by this test
32652 anymore), and remove rs6000 XFAIL (the bug is fixed).
32653
32654 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32655 duplicated from whatis.exp. For those that are left, accept
32656 "long", "long int", or "int" for long variables (whatis.exp already
32657 has an XFAIL for "int", so no need to fail it here).
32658
32659 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32660 Deal with GCC's names for types now that GDB uses the compiler's names.
32661
32662 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32663 setup_xfail's for sunos4. If we #defined the signed keyword away,
32664 don't expect GDB to know that char it is signed.
32665
32666 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32667
32668 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32669
32670 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32671 should work on any system, regardless of debugging format.
32672 * gdb.t21/demangle.exp: Move to gdb.t24.
32673 * gdb.t24/demangle.exp: Move from gdb.t21.
32674 * gdb.t24/{Makefile.in, configure.in}: New files.
32675
32676 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32677
32678 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32679 * gdb.stabs: New directory.
32680
32681 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32682
32683 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32684 not just "Quit anyway?".
32685
32686 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32687
32688 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32689 that all setup_xfails are immediately followed by clear_xfails.
32690
32691 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32692
32693 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32694 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32695 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32696 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32697 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32698 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32699 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32700 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32701 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32702 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32703 gdb.t31/chillvars.exp, lib/gdb.exp:
32704 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32705 bug-gdb@prep.ai.mit.edu.
32706
32707 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32708
32709 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32710 with 0.0, not integer 0.
32711
32712 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32713
32714 * gdb.t06/break.exp: Update for "Kill the program" message change.
32715
32716 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32717
32718 * Makefile.in (GDBFLAGS): Set to -nx.
32719 * Makefile.in (site.exp): Use GDBFLAGS.
32720
32721 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32722
32723 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32724 Makefiles.
32725 (check): depend on just-check.
32726 (just-check): added so that tests can be run without a noop
32727 build pass.
32728
32729 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32730
32731 Switch to using configure's configdirs.
32732 * Makefile.in (Makefile): add configure.in dependency.
32733 (SUBDIRS): removed redundant assignment.
32734 * configure.in: switch subdirs assignment to configdirs.
32735 * gdb.t*/configure.in: new files.
32736
32737 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32738
32739 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32740 works.
32741
32742 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32743
32744 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32745 in explicit rules. Apparently this is not supported by some makes.
32746
32747 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32748
32749 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32750
32751 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32752
32753 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32754 disappeared.
32755
32756 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32757
32758 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32759
32760 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32761
32762 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32763 watchpoint problem that is now fixed.
32764 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32765 uninitialized convenience variables.
32766 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32767 structures.
32768
32769 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32770
32771 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32772 which causes expect to get out of sync with gdb on long output
32773 from help set.
32774 * gdb.t09/corefile.exp: Make expected pattern for core file
32775 failing signal and frame output format less sun specific.
32776
32777 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32778
32779 * gdb.t31/chillvars.exp: Add and remove initial dummy
32780 breakpoint, so that symbol table is forced in.
32781 (Needed at least on Sunos4, though it seems not SVR4.)
32782 * gdb.t31/chillvars.exp: Update for changed output format.
32783
32784 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32785
32786 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32787
32788 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32789
32790 * Makefile.in: Added --srcdir when invoking runtest, removed the
32791 need for a local config file. (optional now)
32792
32793 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32794
32795 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32796 failure count used to force early termination. Add some more
32797 expected failures for gnu style demangling.
32798
32799 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32800
32801 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32802 pmi variable from gdb.t20/gdbme to get optimized away.
32803 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32804 Check for written corefile upon timeout _and_ eof.
32805
32806 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32807
32808 * config/unix-gdb.exp: Add missing return 0.
32809
32810 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32811
32812 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32813 test termination.
32814
32815 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32816
32817 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32818 disappeared.
32819
32820 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32821
32822 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32823 time as i860 support works.
32824
32825 * gdb.t15/funcargs.exp: Fix expected outputs to include
32826 "backtrace 100\r" rather than just "backtrace\r", to match last
32827 change.
32828
32829 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32830
32831 * config/udi-gdb.exp (gdb_exit): Remove close command.
32832 (gdb_target_udi): New procedure to set the UDI target.
32833 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32834 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32835 Added waits for prompts after several question responses. Added
32836 some more responses used by a29k-amd-udi-gdb.
32837 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32838 pass different arguments, restart UDI connection after program
32839 completion.
32840 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32841 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32842 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32843 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32844 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32845 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32846 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32847 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32848 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32849 after program completion.
32850 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32851 compiled with a SELECT_VECS setting.
32852 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32853 infinite recursion.
32854
32855 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32856 Added checks for COFF results, and made them expected failures for
32857 all targets. It would be better to make them expected failures
32858 for COFF targets only.
32859
32860 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32861
32862 * Makefile.in: add null dvi target, don't bother to recurse
32863 through test directories for info and install-info; rename
32864 $(datadir) to be dejagnu instead of deja-gnu
32865
32866 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32867
32868 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32869 compiler to coredump.
32870 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32871 code.
32872
32873 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32874
32875 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32876 coredump.
32877 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32878 code.
32879
32880 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32881
32882 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32883 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32884 which in a shell. Deletes xgdb when done.
32885 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32886 Tests the return from the "set height" or "set width" commands.
32887 Added a few return codes where needed.
32888
32889 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32890
32891 * Makefile.in (SUBDIRS): Add gdb.t17.
32892 * configure.in (subdirs): Add gdb.t17.
32893 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32894 files to test gdb's calling of functions in the inferior with
32895 the correct arguments and gdb's ability to retrieve any
32896 result returned.
32897
32898 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32899
32900 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32901 may be called after gdb goes away. Previous versions of expect
32902 needed these to avoid file descriptor leaks, but they cause
32903 errors with the current revision of expect.
32904 * gdb.t00/gdbvars.exp: Use -re on expected output after
32905 setting sevenbit-strings.
32906 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32907 to set sevenbit-strings consistent across tests.
32908 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32909 set sevenbit-strings consistent across tests.
32910
32911 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32912
32913 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32914 expected output to match current "expect" expectations.
32915
32916 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32917
32918 * gdb.t00/default.exp: Change expected output for default "source"
32919 command, to match new gdb behavior which requires a filename to
32920 source.
32921
32922 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32923
32924 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32925 expected fail for i486-*-* that misses the marker2 function.
32926 * gdb.t10/crossload.exp (bfddefault): Allow successful
32927 recognition of a format to pass even if no symbols are found.
32928 Explicitly catch failures where the format is not recognized
32929 or is ambiguous, and add the reason to the fail message.
32930 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32931 the cause is and invalid target and add reason to failure message.
32932 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32933 elf32-i386, elf32-sparc, and elf32-i860.
32934 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32935 Set up expected failure for 'filename'::variable scope resolution,
32936 which is now apparently broken on all targets.
32937 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32938 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32939 gdb.t23/templates.exp: Change failure for missing binfile into
32940 just a warning.
32941 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32942 references.
32943
32944 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32945
32946 * gdb.t00/default.exp: Add expected output for default "source"
32947 command, to match new gdb behavior.
32948 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32949
32950 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32951
32952 * config/*-gdb.exp: returns an error, rather than exiting on
32953 internal errors.
32954
32955 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32956
32957 * gdb.t03/gdbme.c: Add pointer to struct variable.
32958 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32959 referencing struct members.
32960
32961 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32962
32963 * configure.in (mips-idt-ecoff): New target.
32964 * config/mips-gdb.exp: New file for remote board using MIPS remote
32965 debugging protocol.
32966
32967 * Redid configuration scheme. Removed gdb.t*/configure.in.
32968 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32969 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32970 distclean targets. Built executables via .o files. Adjusted
32971 tests to account for source files in $(srcdir) rather than
32972 $(objdir).
32973 * lib/gdb.exp (runto): Don't expect () after the function name,
32974 because it may have arguments.
32975
32976 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32977
32978 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32979 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32980 expected failures for mips-idt-* and mips-sgi-*.
32981 * gdb.t00/default.exp (attach): Kill process if requested.
32982 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32983 that does not read core files.
32984 * gdb.t01/run.exp: Removed checks for exit status code.
32985 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32986 it is linked in.
32987 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32988 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32989 appropriate, rather than doing it by hand.
32990 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32991 execution.
32992 * gdb.t10/crossload.exp: Kill existing program if needed.
32993 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32994 appropriate, rather than doing it by hand. Always increase
32995 timeout for this test, not just for VxWorks.
32996
32997 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32998
32999 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33000 of Chill STRUCT types and STRUCT values.
33001 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33002 than "char".
33003 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
33004 struct2): New struct definitions and initializations to test
33005 simple Chill STRUCT types.
33006
33007 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33008
33009 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33010 the null byte at the end of strings.
33011 * gdb.t00/default.exp: Make show version insensitive to copyright
33012 date.
33013 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33014 to avoid dependencies on target char signedness.
33015 * gdb.t16/printcmds.exp: Update expected results for explicitly
33016 unsigned char.
33017 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33018 now work.
33019 * gdb.t21/demangle.exp: Add many more patterns for template
33020 demangling, most of them being expected failures.
33021 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33022 string we are matching for, to match on the whole string.
33023 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33024 and fix a whole bunch that had incorrect expected output but were
33025 passing anyway because of the bug in "proc demangle".
33026 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33027 type.
33028 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33029
33030 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33031
33032 * gdb/testsuite: made modifications to testcases, etc., to allow
33033 them to work properly given the reorganization of deja-gnu and the
33034 relocation of the testcases from deja-gnu to a "tool" subdirectory.
33035
33036 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33037
33038 * gdb/testsuite: Initial creation of gdb/testsuite.
33039 Migrated dejagnu testcases and support files for testing nm to
33040 gdb/testsuite from deja-gnu. These files were moved "as is"
33041 with no modifications. This migration is part of a major overhaul
33042 of dejagnu. The modifications to these testcases, etc., which
33043 will allow them to work with the new version of dejagnu will be
33044 made in a future update.
33045
33046 For additional changes see gdb.mi/ChangeLog-1999-2003.
33047 \f
33048 ;; Local Variables:
33049 ;; mode: change-log
33050 ;; left-margin: 8
33051 ;; fill-column: 74
33052 ;; version-control: never
33053 ;; End:
33054
33055 Copyright 1993-2013 Free Software Foundation, Inc.
33056 Copying and distribution of this file, with or without modification,
33057 are permitted provided the copyright notice and this notice are preserved.
This page took 0.716735 seconds and 4 git commands to generate.