gdb/testsuite/
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * configure: Regenerate.
4
5 2011-01-06 Tom Tromey <tromey@redhat.com>
6
7 * gdb.python/py-frame.exp: Test gdb.newest_frame.
8
9 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
12 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
13 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
14 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
15 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
16 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
18 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
19 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
20 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
21 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
22 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
23 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
24 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
25 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
26 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
27 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
28 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
29 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
30 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
31 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
32 gdb.ada/uninitialized_vars.exp,
33 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
34 Simplify by using clean_restart.
35
36 2011-01-06 Joel Brobecker <brobecker@adacore.com>
37
38 Add marker to be used as anchor for inserting breakpoints.
39 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
40 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
41 Likewise.
42
43 Remove uses of gdb_start_cmd.
44 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
45 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
46
47 Do not run testcase if testing with GDBserver.
48 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
49 if testing with GDBserver.
50
51 2011-01-06 Joel Brobecker <brobecker@adacore.com>
52
53 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
54 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
55 copyright header.
56
57 2011-01-05 Joel Brobecker <brobecker@adacore.com>
58
59 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
60 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
61 testsuite/gdb.fortran/complex.f,
62 testsuite/gdb.fortran/derived-type.f90,
63 testsuite/gdb.fortran/library-module-lib.f90,
64 testsuite/gdb.fortran/library-module-main.f90,
65 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
66 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
67 Copyright year update.
68
69 2011-01-05 Joel Brobecker <brobecker@adacore.com>
70
71 * gdb.base/langs1.f: Add copyright header.
72
73 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
74
75 * gdb.base/morestack.exp: New file.
76 * gdb.base/morestack.c: New file.
77
78 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
79
80 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
81
82 2010-12-29 Joel Brobecker <brobecker@adacore.com>
83
84 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
85 * gdb.ada/arrayptr.exp: Add test printing that new variable.
86
87 2010-12-29 Joel Brobecker <brobecker@adacore.com>
88
89 * gdb.ada/lang_switch.exp: Correct expected parameter value.
90
91 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
92
93 * gdb.threads/tls.exp: Fix typo.
94
95 * gdb.threads/thread-specific.exp (get_thread_list): Update.
96 * gdb.threads/execl.exp: Update.
97
98 2010-12-23 Yao Qi <yao@codesourcery.com>
99
100 * gdb.arch/arm-disp-step.exp: New.
101 * gdb.arch/arm-disp-step.S: New.
102
103 2010-12-21 Tom Tromey <tromey@redhat.com>
104
105 * gdb.threads/execl.exp: Update.
106 * gdb.threads/linux-dp.exp: Update.
107 * gdb.threads/manythreads.exp: Update.
108 * gdb.threads/tls.exp: Update.
109
110 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
111
112 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
113 (NextOverThrowDerivates) <resumebpt>: New.
114 (resumebpt_test): New.
115 (main): Call resumebpt_test.
116 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
117
118 2010-12-12 Stan Shebs <stan@codesourcery.com>
119
120 * gdb.trace/tsv.exp: Test print command on trace state variables.
121
122 2010-12-09 Tom Tromey <tromey@redhat.com>
123
124 * gdb.base/interp.exp: Add regression test.
125
126 2010-12-09 Tom Tromey <tromey@redhat.com>
127
128 * gdb.java/jnpe.java: New file.
129 * gdb.java/jnpe.exp: New file.
130 * gdb.cp/nextoverthrow.exp: New file.
131 * gdb.cp/nextoverthrow.cc: New file.
132
133 2010-12-07 Doug Evans <dje@google.com>
134
135 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
136 of data-directory.
137 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
138 updated.
139 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
140
141 2010-11-29 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
142
143 * gdb.base/callfuncs.exp: Test for skip_float_tests.
144 * gdb.base/call-sc.exp: Ditto.
145 * gdb.base/finish.exp: Ditto.
146 * gdb.base/return.exp: Ditto.
147 * gdb.base/return2.exp: Ditto.
148
149 2010-11-30 Doug Evans <dje@google.com>
150
151 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
152 (gdb_expect_list): Fix spelling errors in comments.
153 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
154 send_gdb/gdb_expect_list where applicable.
155 * gdb.base/call-ar-st.exp: Ditto.
156 * gdb.base/funcargs.exp: Ditto.
157 * gdb.base/gcore.exp: Ditto.
158 * gdb.base/page.exp: Ditto.
159 * gdb.base/sigaltstack.exp: Ditto.
160 * gdb.base/siginfo.exp: Ditto.
161 * gdb.base/sigstep.exp: Ditto.
162 * gdb.base/trace-commands.exp: Ditto.
163
164 2010-11-29 Doug Evans <dje@google.com>
165
166 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
167 printer-name;subprinter-name.
168
169 2010-11-29 Tom Tromey <tromey@redhat.com>
170
171 * gdb.dwarf2/implptr.exp: New file.
172 * gdb.dwarf2/implptr.c: New file.
173 * gdb.dwarf2/implptr.S: New file.
174
175 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
176
177 PR python/12199
178
179 * gdb.python/py-breakpoint.exp: Test the delete method.
180
181 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
182
183 Fix step_resume_breakpoint unsaved during an infcall.
184 * gdb.base/step-resume-infcall.exp: New file.
185 * gdb.base/step-resume-infcall.c: New file.
186
187 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
188
189 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
190
191 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
192
193 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
194 on ppc64's symbols; "finish" and "return" commands must accept to
195 show the caller line again as well as the line after.
196 * gdb.asm/powerpc64.inc: New file.
197
198 2010-11-23 Doug Evans <dje@google.com>
199
200 * lib/gdb.exp (gdb_test_sequence): New function.
201 (gdb_expect_list): Add verbose -log call for each pattern.
202 * gdb.base/signals.exp (test_handle_all_print): Call it.
203 Reduce timeout increment from 6 minutes to 1 minute.
204 * gdb.server/ext-run.exp: Call it.
205
206 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
207
208 PR python/12212
209
210 * gdb.python/python.exp: Check that selected_thread raises an
211 error when no inferior is loaded.
212
213 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
214
215 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
216 * gdb.dwarf2/dw2-stack-boundary.S: New file.
217
218 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
219
220 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
221 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
222
223 2010-11-18 Doug Evans <dje@google.com>
224
225 * gdb.server/ext-run.exp: Fix intermittent failures.
226
227 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
228
229 * gdb.stabs/gdb11479.exp: Use runto_main.
230
231 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
232
233 * gdb.base/break-entry.exp: Skip if using a stub.
234
235 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
236
237 * gdb.python/py-inferior.exp: Pack values in target endianness.
238
239 2010-11-12 Tom Tromey <tromey@redhat.com>
240
241 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
242 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
243 MemoryError.
244 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
245 type.
246 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
247 MemoryError.
248 (test_subscript_regression): Update exception type.
249
250 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
251
252 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
253 breakpoint tests.
254
255 2010-11-09 Pedro Alves <pedro@codesourcery.com>
256
257 * gdb.base/watchpoint.exp: Test "watch -location" with an
258 innacessible location.
259
260 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
261 Luis Machado <luisgpm@br.ibm.com>
262
263 * gdb.base/maint.exp: Expect "." prefix.
264 * gdb.base/nodebug.exp: Expect "." Likewise.
265 * gdb.base/sepsymtab.exp: Expect "." Likewise.
266 * gdb.base/watchpoint-cond-gone.exp: Likewise.
267 * gdb.base/watchpoint.exp: Expect a software watch to be created for
268 POWER server processors.
269
270 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
271 Luis Machado <luisgpm@br.ibm.com>
272
273 * gdb.base/break-entry.exp: convert entry point for
274 ppc64 and expect leading `.' on ppc64's symbols
275
276 2010-11-05 Doug Evans <dje@google.com>
277
278 * gdb.base/help.exp: Update expected output.
279 * gdb.python/py-param.exp: Delete, contents moved to ...
280 * gdb.python/py-parameter.exp: ... here. New file.
281 Add test for gdb.parameter ("directories").
282
283 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
284
285 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
286 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
287 * configure: Regenerate.
288 * gdb.opencl/Makefile.in: New File.
289 * gdb.opencl/datatypes.exp: Likewise.
290 * gdb.opencl/datatypes.cl: Likewise.
291 * gdb.opencl/operators.exp: Likewise.
292 * gdb.opencl/operators.cl: Likewise.
293 * gdb.opencl/vec_comps.exp: Likewise.
294 * gdb.opencl/vec_comps.cl: Likewise.
295 * gdb.opencl/convs_casts.exp: Likewise.
296 * gdb.opencl/convs_casts.cl: Likewise.
297 * lib/opencl.exp: Likewise.
298 * lib/opencl_hostapp.c: Likewise.
299 * lib/opencl_kernel.cl: Likewise.
300 * lib/cl_util.c: Likewise.
301 * lib/cl_util.c: Likewise.
302 * gdb.base/default.exp (set language): Add "opencl" to the list of
303 languages.
304
305 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
306
307 * gdb.cp/overload.exp: Added test for inheritance overload.
308 * gdb.cp/overload.cc: Ditto.
309 * gdb.cp/oranking.exp: Removed releveant kfails.
310
311 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
312 Joel Brobecker <brobecker@adacore.com>
313
314 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
315 check test_compiler_info.
316
317 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
318
319 * gdb.base/gnu_vector.exp: Adjust expect messages.
320
321 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
322
323 * gdb.base/gnu_vector.exp: Add unary operator tests.
324
325 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
326
327 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
328
329 2010-11-02 Doug Evans <dje@google.com>
330
331 * gdb.python/py-pp-maint.c: New file.
332 * gdb.python/py-pp-maint.exp: New file.
333 * gdb.python/py-pp-maint.py: New file.
334
335 2010-11-02 Tom Tromey <tromey@redhat.com>
336
337 * gdb.base/default.exp: Remove "scheme" from language list.
338
339 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
340
341 Revert:
342 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
343 * gdb.threads/sigstep-threads.exp: New file.
344 * gdb.threads/sigstep-threads.c: New file.
345
346 2010-10-20 Michael Snyder <msnyder@vmware.com>
347
348 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
349
350 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
351
352 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
353 Skip test completely if gdb,no_hardware_watchpoints.
354
355 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
356
357 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
358 strict, but do not check for any particular function name within libc.
359
360 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
361
362 * gdb.cp/smartp.exp: New test.
363 * gdb.cp/smartp.cc : New test.
364
365 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
366
367 * gdb.cp/converts.exp: Test pointer to bool conversion.
368 Test pointer to long conversion.
369 * gdb.cp/oranking.exp: Removed relevant kfail.
370
371 2010-10-18 Tom Tromey <tromey@redhat.com>
372
373 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
374 argument to lazy_string.
375 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
376 (pp_ls.to_string): Use it.
377 * gdb.python/py-prettyprint.c (main): Move declarations to top.
378 Add "estring2" local.
379
380 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
381
382 Fix s390x compatibility.
383 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
384 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
385
386 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
387
388 * gdb.threads/sigstep-threads.exp: New file.
389 * gdb.threads/sigstep-threads.c: New file.
390
391 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
392
393 * gdb.base/pie-execl.exp: New file.
394 * gdb.base/pie-execl.c: New file.
395
396 2010-10-13 Doug Evans <dje@google.com>
397 Jan Kratochvil <jan.kratochvil@redhat.com>
398
399 PR exp/12117
400 * gdb.cp/ptype-cv-cp.cc: New file.
401 * gdb.cp/ptype-cv-cp.exp: New file.
402
403 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
404
405 * gdb.cp/converts.cc: New test program.
406 * gdb.cp/converts.exp: New test.
407 * gdb.cp/overload.exp: Added test for void* vs int*.
408 * gdb.cp/overload.exp: Ditto.
409 * gdb.cp/oranking.exp: Removed related kfail.
410
411 2010-10-13 Doug Evans <dje@google.com>
412
413 * lib/gdb-python.exp (gdb_check_python_config): New function.
414 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
415 * gdb.python/lib-types.cc: New file.
416 * gdb.python/lib-types.exp: New file.
417
418 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
419
420 * gdb.python/py-error.exp: New file.
421 * gdb.python/py-error.py: New file.
422
423 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
426 gdb_test_multiple.
427
428 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
429
430 * gdb.base/break-interp.exp: Use ldlags for linking flags.
431 * gdb.base/prelink.exp: Likewise.
432 * gdb.base/solib-nodir.exp: Likewise.
433 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
434 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
435 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
436
437 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
438
439 * break-interp.exp (test_ld): Use two separate gdb_expect statements
440 for the "info files" test to avoid timeouts on slow machines.
441
442 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
443
444 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
445 (main): Make openlib dummy call.
446
447 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
448
449 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
450 * break-interp.exp (reach): Move the core body ...
451 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
452 (test_ld): Provide always real argument, even to the linker. Replace
453 dl_main by _dl_debug_state.
454
455 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 Fix results of prelinked PIEs on ppc*.
458 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
459 Accept also DISPLACEMENT "PRESENT".
460 (main): Replace "ZERO" displacements by "PRESENT".
461
462 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
463
464 * gdb.cp/oranking.exp: New test.
465 * gdb.cp/oranking.cc: New test program.
466
467 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
468
469 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
470 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
471
472 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
473
474 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
475 lush, lynx) New constant.
476 * gdb.base/constvars.exp: Test const array types.
477 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
478
479 2010-10-06 Doug Evans <dje@google.com>
480
481 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
482 of syscall staging area.
483
484 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
485
486 * gdb.base/gnu_vector.c: Add variable c4.
487 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
488 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
489
490 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
491
492 * gdb.arch/altivec-abi.exp: Fix a typo.
493
494 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
495
496 * lib/mi-support.exp (thread_selected_re): Correct pattern used
497 to match a thread ID.
498
499 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
500
501 Fix s390x testcase compatibility.
502 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
503
504 2010-10-01 Doug Evans <dje@google.com>
505
506 * lib/gdb-python.exp: New file.
507 * gdb.python/py-block.exp: Use it.
508 * gdb.python/py-breakpoint.exp: Ditto.
509 * gdb.python/py-frame.exp: Ditto.
510 * gdb.python/py-inferior.exp: Ditto.
511 * gdb.python/py-param.exp: Ditto.
512 * gdb.python/py-prettyprint.exp: Ditto.
513 * gdb.python/py-shared.exp: Ditto.
514 * gdb.python/py-symbol.exp: Ditto.
515 * gdb.python/py-symtab.exp: Ditto.
516 * gdb.python/py-type.exp: Ditto.
517 * gdb.python/py-value.exp: Ditto.
518 * gdb.python/python.exp: Ditto.
519
520 2010-09-30 Tom Tromey <tromey@redhat.com>
521
522 * gdb.base/anon.exp: New file.
523 * gdb.base/anon.c: New file.
524
525 2010-09-30 Tom Tromey <tromey@redhat.com>
526
527 * gdb.base/completion.exp: Test completion through anonymous
528 union.
529 * gdb.base/break1.c (struct some_struct): Add anonymous union.
530
531 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
532
533 Fix printing parameters of inlined functions.
534 * gdb.dwarf2/dw2-inline-param.exp: New file.
535 * gdb.dwarf2/dw2-inline-param-main.c: New file.
536 * gdb.dwarf2/dw2-inline-param.S: New file.
537
538 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
539
540 PR corefiles/12071.
541 * gdb.base/corefile.exp (quit with a process, no question: load core)
542 (quit with a core file): New tests.
543
544 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
545
546 Fix GDB crash on inferior calls with self-referencing classes.
547 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
548 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
549 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
550
551 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
552
553 Fix lost siginfo_t for inferior calls.
554 * gdb.base/siginfo-infcall.exp: New file.
555 * gdb.base/siginfo-infcall.c: New file.
556
557 2010-09-22 Joel Brobecker <brobecker@adacore.com>
558
559 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
560
561 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
564 New test.
565 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
566
567 2010-09-22 Joel Brobecker <brobecker@adacore.com>
568
569 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
570 type of our const type.
571
572 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
573
574 * gdb.cp/pr12028.cc: New.
575 * gdb.cp/pr12028.exp: New.
576
577 2010-09-22 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
580
581 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
582 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 PR mi/11407
585 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
586 * gdb.mi/dw2-ref-missing-frame-main.c New File.
587 * gdb.mi/dw2-ref-missing-frame.S New File.
588 * gdb.mi/dw2-ref-missing-frame.exp New File.
589
590 2010-09-14 Tom Tromey <tromey@redhat.com>
591
592 PR symtab/8399:
593 * gdb.threads/tls.exp: Remove kfail. Update expected output.
594
595 2010-09-14 Tom Tromey <tromey@redhat.com>
596
597 PR exp/11803:
598 * gdb.threads/tls.exp: Use C++.
599 (check_thread_local): Use K::another_thread_local.
600 * gdb.threads/tls.c (class K): New.
601 (another_thread_local): Now a member of K.
602 (spin): Update. No longer K&R C.
603
604 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
605
606 * gdb.cp/koenig.cc: created class for testing member lookup.
607 * gdb.cp/koenig.exp: Added test for member lookup.
608
609 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
610
611 Fix false FAILs on sourcetree topdir directory containing "kill".
612 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
613 source line matching regexp.
614
615 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
616
617 * gdb.python/python.exp (set height 0, collect help from uiout)
618 (verify help to uiout): New tests.
619
620 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
621
622 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
623 is_lp64_target to check 64bit target.
624
625 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
628 (test_ld) <powerpc64-*>: New.
629
630 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
631
632 * gdb.cp/templates.exp (test_template_args): Allow "struct".
633
634 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
635
636 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
637 (FunctionArg::method): New function.
638 (empty, arg): New variables.
639 (main): Call arg.method.
640 * gdb.cp/templates.exp (test_template_args): New function.
641 (do_tests): Call it.
642
643 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
644
645 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
646 of "next" to proceed over pthread_exit call.
647
648 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
649
650 * gdb.base/maint.exp: Avoid wildcards against potentially very long
651 "maint print statistics" output to prevent expect timeouts.
652
653 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
654
655 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
656 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
657 (test_float_rejected): ... here.
658 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
659 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
660 (test_float_rejected): ... here.
661 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
662 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
663 (test_float_rejected): ... here.
664 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
665 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
666 (test_float_rejected): ... here.
667
668 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
669
670 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
671 before disabling hardware watchpoints.
672 (test_inaccessible_watchpoint): Check that hardware watchpoints
673 are used. Test for watchpoints on a constant address.
674
675 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 * gdb.base/ui-redirect.exp: New file.
678
679 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
680 Joel Brobecker <brobecker@adacore.com>
681
682 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
683
684 2010-08-31 Doug Evans <dje@google.com>
685
686 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
687
688 2010-08-30 Tom Tromey <tromey@redhat.com>
689
690 PR python/11792:
691 * gdb.python/py-value.exp (test_subscript_regression): Add
692 dynamic_type test.
693
694 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
695
696 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
697 instead of running to main. Do not test the main function.
698 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
699 Add new main.
700
701 2010-08-26 Pedro Alves <pedro@codesourcery.com>
702
703 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
704 one test.
705
706 2010-08-24 Doug Evans <dje@google.com>
707
708 PR symtab/11942
709 * gdb.dwarf2/dw4-sig-types.cc: New file.
710 * gdb.dwarf2/dw4-sig-types.h: New file.
711 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
712 * gdb.dwarf2/dw4-sig-types.exp: New file.
713
714 2010-08-23 Tom Tromey <tromey@redhat.com>
715
716 PR python/11145:
717 * gdb.python/py-value.c (Base, Derived): New types.
718 (base): New global.
719 * gdb.python/py-value.exp (test_subscript_regression): Add
720 dynamic_cast test.
721
722 2010-08-23 Tom Tromey <tromey@redhat.com>
723
724 PR python/10676:
725 * gdb.python/py-type.exp (test_fields): Add tests for type
726 equality.
727
728 2010-08-23 Tom Tromey <tromey@redhat.com>
729
730 PR python/11915:
731 * gdb.python/py-type.exp (test_fields): Add tests for array.
732
733 2010-08-23 Keith Seitz <keiths@redhat.com>
734
735 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
736 have any children. Create a new abbrev for it.
737 Add missing terminal sequence to .debug_abbrev.
738
739 2010-08-20 Keith Seitz <keiths@redhat.com>
740
741 PR symtab/11465:
742 * gdb.dwarf2/pr11465.exp: New test.
743 * gdb.dwarf2/pr11465.S: New file.
744 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
745 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
746
747 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
748
749 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
750 registers. Update data sets with the new v2_double element in the
751 VSX register union. Add vector_register3_vr data set for the AltiVec
752 registers. Use gdb_test_no_output instead of send_gdb.
753
754 2010-08-19 Pedro Alves <pedro@codesourcery.com>
755
756 * gdb.python/py-shared.exp: New file, factored out from
757 python.exp.
758 * gdb.python/py-shared.c: New file.
759 * gdb.python/py-shared-sl.c: New file.
760 * gdb.python/python-1.c: New file.
761 * gdb.python/python-sl.c: Delete.
762 * gdb.python/python.c: Mention python-1.c.
763 * gdb.python/python.exp: Move shared library tests to
764 py-shared.exp.
765 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
766 (MISCELLANEOUS): New.
767 (clean mostlyclean): Also remove $MISCELLANEOUS.
768
769 2010-08-19 Doug Evans <dje@google.com>
770
771 PR exp/11926
772 * gdb.base/printcmds.exp (test_float_accepted): New function.
773 Move existing float tests there. Add tests for floats with suffixes.
774 (test_float_rejected): New function.
775 * gdb.java/jv-print.exp (test_float_accepted): New function.
776 (test_float_rejected): New function.
777 * gdb.objc/print.exp: New file.
778 * gdb.pascal/print.exp: New file.
779 * lib/objc.exp: New file.
780
781 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
782
783 * gdb.base/default.exp (info set): Avoid full buffer error and force
784 reading up to final gdb prompt.
785 (show): Likewise.
786
787 2010-08-18 Tom Tromey <tromey@redhat.com>
788
789 PR symtab/11919:
790 * gdb.base/completion.exp: Add test.
791
792 2010-08-18 Doug Evans <dje@google.com>
793
794 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
795 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
796 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
797 Simplify, early exit if runto_main fails.
798 * gdb.fortran/exprs.exp: load_lib fortran.exp.
799 (set_lang_fortran): Moved to lib/fortran.exp.
800 * gdb.fortran/types.exp: load_lib fortran.exp.
801 (set_lang_fortran): Moved to lib/fortran.exp.
802 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
803 * gdb.java/jprint.exp (set_lang_java): Ditto.
804 * gdb.java/jv-exp.exp: load_lib java.exp.
805 If set_lang_java fails, issue a warning instead of failure to be
806 consistent with other set_lang_foo uses.
807 (set_lang_java): Moved to lib/java.exp.
808 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
809 If set_lang_java fails, issue a warning instead of failure to be
810 consistent with other set_lang_foo uses.
811 * gdb.pascal/types.exp: load_lib pascal.exp.
812 (set_lang_pascal): Moved to lib/pascal.exp.
813 * lib/fortran.exp: New file.
814 * lib/java.exp (set_lang_java): New function.
815 * lib/pascal.exp (set_lang_pascal): New function.
816
817 2010-08-18 Yao Qi <yao@codesourcery.com
818
819 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
820 func_nofb_start and func_loopfb_start, so that address of functions
821 is equal to these labels on Thumb.
822
823 2010-08-18 Yao Qi <yao@codesourcery.com>
824
825 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
826 to reflect latest c source file.
827
828 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
829
830 * gdb.cp/infcall-dlopen.exp: New file.
831 * gdb.cp/infcall-dlopen.cc: New file.
832 * gdb.cp/infcall-dlopen-lib.cc: New file.
833
834 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
835 Pedro Alves <pedro@codesourcery.com>
836
837 PR breakpoints/11371
838
839 * gdb.base/watch-cond-infcall.exp: New file.
840 * gdb.base/watch-cond-infcall.c: New file.
841
842 2010-08-16 Tom Tromey <tromey@redhat.com>
843
844 * gdb.base/help.exp: Update.
845 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
846 watchpoint.
847 (test_watch_location): New proc.
848 (test_watchpoint_in_big_blob): Delete watchpoint.
849 * gdb.base/watchpoint.c (func5): New function.
850 (main): Call it.
851
852 2010-08-16 Doug Evans <dje@google.com>
853
854 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
855
856 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
857
858 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
859 tests.
860
861 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
862
863 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
864 * gdb.base/gnu_vector.c: New File.
865 * gdb.base/gnu_vector.exp: Likewise.
866
867 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
868
869 * gdb.python/python.c: New File.
870 * gdb.python/python-sl.c: New File.
871 * gdb.python/python.exp: Test solib_address and decode_line
872 * functions.
873
874 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
875
876 * gdb.python/python.exp (show height, set height 10)
877 (verify pagination beforehand, verify pagination beforehand: q)
878 (gdb.execute does not page, verify pagination afterwards)
879 (verify pagination afterwards: q): New.
880
881 2010-08-02 Doug Evans <dje@google.com>
882
883 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
884 because of an older gcc, change test2
885 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
886 to unsupported.
887
888 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
889
890 * gdb.base/break-always.exp: Do not expect full paths to file
891 names.
892 * gdb.base/commands.exp: Likewise.
893
894 2010-07-30 Doug Evans <dje@google.com>
895
896 * gdb.cp/temargs.exp: For new tests that require newer gccs,
897 xfail them when run with older gccs.
898
899 * lib/gdb.exp (build_executable): Forward "c++" option to
900 get_compiler_info.
901
902 * gdb.python/py-type.exp (test_template): Mark as xfail tests
903 "python print ttype.template_argument(1)" and
904 "python print isinstance(ttype.template_argument(1), gdb.Value)"
905 if using gcc 4.4 or earlier.
906
907 * gdb.base/valgrind-db-attach.exp: Use unique test name for
908 attach-to-debugger handling.
909
910 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
911
912 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
913 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
914 (main): Use copyreloc.
915 * gdb.base/prelink.exp (split debug of executable)
916 (.dynbss vs. .bss address shift): New tests.
917
918 2010-07-29 Pedro Alves <pedro@codesourcery.com>
919
920 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
921 in gdb_test_multiple.
922
923 2010-07-29 Pedro Alves <pedro@codesourcery.com>
924
925 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
926 environment.
927
928 2010-07-28 Tom Tromey <tromey@redhat.com>
929
930 PR python/11060:
931 * gdb.python/py-type.c (Temargs): New template.
932 (temvar): New variable.
933 * gdb.python/py-type.exp (test_template): New proc.
934
935 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
936
937 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
938 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
939
940 2010-07-28 Tom Tromey <tromey@redhat.com>
941
942 PR c++/9946:
943 * gdb.cp/temargs.exp: New file.
944 * gdb.cp/temargs.cc: New file.
945
946 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 * gdb.base/help.exp (help disassemble): Update the content.
949
950 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
951
952 * gdb.threads/ia64-sigill.exp: New file.
953 * gdb.threads/ia64-sigill.c: New file.
954
955 2010-07-27 Tom Tromey <tromey@redhat.com>
956
957 * gdb.opt/inline-cmds.c (ATTR): New define.
958 (func1): Use it.
959 (func2): Likewise.
960 (func3): Likewise.
961 (outer_inline1): Likewise.
962 (outer_inline2): Likewise.
963 * gdb.opt/inline-bt.c (ATTR): New define.
964 (func1): Use it.
965 (func2): Likewise.
966 * gdb.opt/inline-locals.c (ATTR): New define.
967 (func1): Use it.
968 (func2): Likewise.
969
970 2010-07-27 Tom Tromey <tromey@redhat.com>
971
972 * gdb.stabs/gdb11479.c (hack): New function.
973 (test): Use it.
974 (test2): Use it.
975 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
976 (int32_search_buf, int64_search_buf): No longer static.
977 (x): Remove.
978 * gdb.base/relocate.c (hack): New function.
979
980 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
981
982 * gdb.python/py-value.exp (test_inferior_function_call): New function.
983 * gdb.python/py-value.c (func1): New function.
984 (func2): Likewise.
985
986 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
987
988 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
989 as not to clash with .data section.
990
991 2010-07-26 Jerome Guitton <guitton@adacore.com>
992
993 * gdb.base/code_elim.exp: New file.
994 * gdb.base/code_elim1.c: New file.
995 * gdb.base/code_elim2.c: New file.
996
997 2010-07-21 Pedro Alves <pedro@codesourcery.com>
998
999 PR symtab/11827
1000
1001 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
1002 (some_volatile_enum): New variable.
1003 * gdb.base/printcmds.exp (test_print_enums): New.
1004 <top level>: Call it.
1005
1006 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
1007
1008 * gdb.cp/fpointer.cc: New test.
1009 * gdb.cp/fpointer.exp: New test.
1010
1011 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1012
1013 * gdb.base/solib-nodir.exp: New file.
1014 * lib/gdb.exp (runto): New case for a GDB internal error.
1015
1016 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1017 Ulrich Weigand <uweigand@de.ibm.com>
1018 Tom Tromey <tromey@redhat.com>
1019
1020 * gdb.base/charset-malloc.c: New file.
1021 * gdb.base/charset.c (malloc_stub): New prototype.
1022 (main): Call it instead of malloc itself.
1023 * gdb.base/charset.exp: Use only prepare_for_testing.
1024 (binfile): Remove the variable.
1025
1026 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
1027
1028 Make core files the process_stratum.
1029 * gdb.base/corefile.exp (run: load core again)
1030 (run: sanity check we see the core file, run: with core)
1031 (run: core file is cleared, attach: load core again)
1032 (attach: sanity check we see the core file, attach: with core)
1033 (attach: core file is cleared): New tests.
1034 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
1035
1036 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
1037
1038 * gdb.arch/altivec-abi.exp: New tests.
1039
1040 2010-07-13 Tom Tromey <tromey@redhat.com>
1041
1042 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
1043 (main): Use it.
1044 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
1045
1046 2010-07-13 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.base/label.exp: New file.
1049 * gdb.base/label.c: New file.
1050
1051 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
1052 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 * lib/gdb.exp (is_ilp32_target): New.
1055 (is_lp64_target): Likewise.
1056
1057 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
1058 target.
1059 * gdb.arch/amd64-disp-step.exp: Likewise.
1060 * gdb.arch/amd64-dword.exp: Likewise.
1061 * gdb.arch/amd64-i386-address.exp: Likewise.
1062 * gdb.arch/amd64-word.exp: Likewise.
1063
1064 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
1065 target.
1066 * gdb.arch/i386-bp_permanent.exp: Likewise.
1067 * gdb.arch/i386-byte.exp: Likewise.
1068 * gdb.arch/i386-disp-step.exp: Likewise.
1069 * gdb.arch/i386-gnu-cfi.exp: Likewise.
1070 * gdb.arch/i386-prologue.exp: Likewise.
1071 * gdb.arch/i386-size-overlap.exp: Likewise.
1072 * gdb.arch/i386-size.exp: Likewise.
1073 * gdb.arch/i386-sse.exp: Likewise.
1074 * gdb.arch/i386-unwind.exp: Likewise.
1075 * gdb.arch/i386-word.exp: Likewise.
1076
1077 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
1078 test only when building 64-bit executables. Do not hard-code
1079 -m64 option.
1080
1081 2010-07-07 Doug Evans <dje@google.com>
1082
1083 * lib/gdb.exp (gdb_test_list_exact): New function.
1084 * gdb.base/default.exp (show convenience): Call it, add tests for
1085 $_sdata = void, $_thread = 0.
1086
1087 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1088 Joel Brobecker <brobecker@adacore.com>
1089
1090 Fix re-run of PIE executable, PR shlibs/11776.
1091 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
1092 Remove $displacement_main to match the solib-svr4.c change. New "kill"
1093 and re-"run" of the inferior.
1094
1095 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1096 Joel Brobecker <brobecker@adacore.com>
1097
1098 Cope with missing /usr/sbin/prelink.
1099 * lib/prelink-support.exp (prelink_no):
1100 <result == 1 && $output is "no such file or directory">: New.
1101 (prelink_yes): Likewise. Return on failed prelink_no.
1102
1103 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1104 Joel Brobecker <brobecker@adacore.com>
1105
1106 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
1107 build_executable by build_executable_own_libs. Replace "prelink -R"
1108 execution by a call of prelink_yes. Comment why "prelink -r" needs no
1109 change.
1110 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
1111 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
1112 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
1113 Replace build_executable by build_executable_own_libs's function
1114 build_executable_own_libs.
1115 (prelinkNO): Create new stub to call prelink_no.
1116 (prelinkYES): Create new stub to call prelink_yes.
1117 (test_attach): Rename calls of copy to file_copy.
1118 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
1119 (copy): Move to ...
1120 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
1121 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
1122 * gdb.base/prelink.exp: Disable testcase also for is_remote and
1123 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
1124 special flags by gdb_compile_shlib. Replace second gdb_compile by
1125 build_executable_own_libs. Replace "prelink -R" execution by a call of
1126 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
1127 a second call of prelink_yes. Replace restart commands by
1128 clean_restart.
1129 (prelink): Rename to ...
1130 (seen displacement message): ... this test. Extend its expectation
1131 strictness.
1132
1133 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1134
1135 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
1136 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
1137 displacement message exactly once.
1138
1139 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1140 Joel Brobecker <brobecker@adacore.com>
1141
1142 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
1143 its restore after the <$relink_args != ""> loop. new comment.
1144
1145 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1146 Joel Brobecker <brobecker@adacore.com>
1147
1148 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
1149 code for it. New variable relink_args.
1150 (prelinkYES): Call prelinkNO.
1151 (test_attach): Accept new parameter relink_args. Re-prelink the binary
1152 in such case. Move the core code to ...
1153 (test_attach_gdb): ... a new function. Send GDB command "file".
1154 Extend expected "Attaching to " string.
1155
1156 2010-07-02 Tom Tromey <tromey@redhat.com>
1157
1158 * gdb.base/bitops.exp: Remove extraneous "pass".
1159
1160 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
1161
1162 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
1163
1164 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1165
1166 * gdb.base/help.exp: Adjust expected output.
1167
1168 2010-07-01 Pedro Alves <pedro@codesourcery.com>
1169
1170 * gdb.base/help.exp: Adjust expected output.
1171
1172 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
1173
1174 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
1175 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
1176 c++/11702.
1177
1178 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
1179 Doug Evans <dje@google.com>
1180
1181 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
1182 add .dynamic entry'.
1183
1184 2010-06-29 Doug Evans <dje@google.com>
1185
1186 Test PR c++/11702.
1187 * gdb.cp/m-static.exp: Add testcase.
1188 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
1189
1190 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
1191 Tom Tromey <tromey@redhat.com>
1192 Thiago Jung Bauermann <bauerman@br.ibm.com>
1193
1194 * gdb.python/py-inferior.c: New File.
1195 * gdb.python/py-infthread.c: New File.
1196 * gdb.python/py-inferior.exp: New File.
1197 * gdb.python/py-infthread.exp: New File.
1198
1199 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1200
1201 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
1202 (ptype ::C::OtherFileClass typedefs): New.
1203 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
1204 (C::OtherFileClass::cOtherFileClassVar2): New.
1205 (C::OtherFileClass::cOtherFileClassVar_use): Use also
1206 cOtherFileClassVar2.
1207 (C::cOtherFileType2, C::cOtherFileVar2): New.
1208 (C::cOtherFileVar_use): use also cOtherFileVar2.
1209 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
1210
1211 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1212
1213 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
1214 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
1215 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
1216 (print ::C::cOtherFileVar)
1217 (whatis C::OtherFileClass::cOtherFileClassType)
1218 (whatis ::C::OtherFileClass::cOtherFileClassType)
1219 (print C::OtherFileClass::cOtherFileClassVar)
1220 (print ::cOtherFileClassVar)
1221 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
1222 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
1223 trailing content.
1224 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
1225 (C::OtherFileClass::cOtherFileClassVar)
1226 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
1227 (C::cOtherFileVar, C::cOtherFileVar_use): New.
1228
1229 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1230
1231 Test PR c++/11703 and PR gdb/1448.
1232 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
1233 gdb/1448.
1234
1235 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
1238 (main) <rtti_data>: New.
1239 * gdb.cp/virtbase.exp (print rtti_data): New.
1240
1241 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1242 Joel Brobecker <brobecker@adacore.com>
1243
1244 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
1245
1246 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1247
1248 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
1249
1250 2010-06-28 Doug Evans <dje@google.com>
1251
1252 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
1253
1254 2010-06-27 Doug Evans <dje@google.com>
1255
1256 * gdb.cp/m-static.exp: Update expected test output.
1257
1258 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
1259
1260 * gdb.gdb/selftest.exp: Adjust expected message for
1261 capturing start-up runtime.
1262
1263 2010-06-25 Tom Tromey <tromey@redhat.com>
1264
1265 PR python/10808:
1266 * gdb.python/python.exp: Add new tests.
1267
1268 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
1269
1270 * gdb.cp/operator.cc: Created an import loop.
1271 * gdb.cp/operator.exp: Added testcase for import loop.
1272
1273 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1274
1275 Test PR python/11407.
1276 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
1277 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
1278 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
1279 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
1280 executable_nofb and executable_fb. New variables srcsfile, objsfile,
1281 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
1282 binfile. Call gdb_compile with clean_restart twice.
1283 (func_nofb print, func_nofb backtrace, func_loopfb print)
1284 (func_loopfb backtrace): New.
1285
1286 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1287
1288 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
1289 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
1290 by a hand made one.
1291 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
1292 i?86 requirement. Remove variables srcfile and binfile. New variable
1293 sources, executable_nofb and executable_fb. Call prepare_for_testing.
1294
1295 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1296
1297 * gdb.cell/dwarfaddr.exp: New file.
1298 * gdb.cell/dwarfaddr.S: New file.
1299
1300 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 Test PR 9436.
1303 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
1304
1305 2010-06-24 Hui Zhu <teawater@gmail.com>
1306
1307 * gdb.base/eval.exp: New file.
1308
1309 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1310
1311 * gdb.cell/fork.exp: New file.
1312 * gdb.cell/fork.c: Likewise.
1313 * gdb.cell/fork-spu.c: Likewise.
1314
1315 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
1316
1317 * lib/gdb.exp (banned_variables_traced): New global variable.
1318 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
1319 (gdb_init): Use `trace add variable' instead of obsolete
1320 `trace variable'.
1321
1322 2010-06-21 Doug Evans <dje@google.com>
1323
1324 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
1325
1326 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1327
1328 * gdb.arch/spu-ls.exp: New file.
1329 * gdb.arch/spu-ls.c: Likewise.
1330
1331 2010-06-18 Stan Shebs <stan@codesourcery.com>
1332
1333 * gdb.threads/thread-specific.exp: Add tests of $_thread.
1334
1335 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1336
1337 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
1338 * gdb.base/watch-cond.exp: Likewise.
1339 * gdb.python/py-breakpoint.exp: Likewise.
1340
1341 2010-06-18 Pedro Alves <pedro@codesourcery.com>
1342
1343 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
1344 clean_restart, make sure every test has a distinct message, and
1345 that messages don't include the executable' full path.
1346
1347 2010-06-17 Doug Evans <dje@google.com>
1348
1349 * gdb.arch/i386-size.exp: Updated expected output for
1350 DISASSEMBLY_OMIT_FNAME.
1351
1352 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1353 Sergio Durigan Junior <sergiodj@redhat.com>
1354
1355 * gdb.base/watch-notconst.c: New file.
1356 * gdb.base/watch-notconst.S: New file.
1357 * gdb.base/watch-notconst2.c: New file.
1358 * gdb.base/watch-notconst2.S: New file.
1359 * gdb.base/watch-notconst.exp: New file.
1360 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
1361 (func4): Add operations on `global_ptr_ptr'.
1362 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
1363 routine to test watchpoints created with a constant expression.
1364 (test_inaccessible_watchpoint): Include tests for watchpoints
1365 created with a constant expression.
1366
1367 2010-06-14 Kevin Buettner <kevinb@redhat.com>
1368
1369 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
1370 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
1371 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
1372 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
1373 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
1374 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
1375 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
1376 of `_start'.
1377
1378 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1379
1380 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
1381 not supported on the target.
1382 * gdb.mi/mi-nonstop-exit.exp: Likewise.
1383 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1384 * gdb.mi/mi-nsintrall.exp: Likewise.
1385 * gdb.mi/mi-nsmoribund.exp: Likewise.
1386 * gdb.mi/mi-nsthrexec.exp: Likewise.
1387
1388 2010-06-11 Stan Shebs <stan@codesourcery.com>
1389
1390 * gdb.base/permissions.exp: New file.
1391
1392 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1393
1394 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
1395 does not support ELF executable class.
1396
1397 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1398
1399 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
1400
1401 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1402
1403 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
1404 (runto): Catch "The target does not support running in non-stop mode.".
1405
1406 2010-06-11 Michael Snyder <msnyder@vmware.com>
1407
1408 * gdb.base/setshow.exp (set language asm): Don't use
1409 gdb_test_no_output, fails on some targets.
1410
1411 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1412
1413 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
1414 * gdb.cp/pr9167.exp: Likewise.
1415
1416 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1417
1418 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
1419
1420 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1421
1422 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
1423
1424 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
1425
1426 * gdb.base/charset.c (main): Make sure malloc gets linked in.
1427
1428 2010-06-11 Tom Tromey <tromey@redhat.com>
1429
1430 PR gdb/9977, PR exp/11636::
1431 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
1432 (pieces_test_f6): Update expected output.
1433
1434 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1435
1436 * gdb.base/moribund-step.exp: New.
1437
1438 2010-06-08 Michael Snyder <msnyder@vmware.com>
1439
1440 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
1441 * gdb.ada/boolean_expr.exp:
1442 * gdb.ada/frame_args.exp: Ditto.
1443 * gdb.ada/lang_switch.exp: Ditto.
1444 * gdb.ada/ptype_arith_binop.exp: Ditto.
1445 * gdb.ada/ref_param.exp: Ditto.
1446 * gdb.ada/type_coercion.exp:Ditto.
1447
1448 * gdb.asm/asm-source.exp: Ditto.
1449
1450 * gdb.base/attach.exp: Ditto.
1451 * gdb.base/bitfields2.exp: Ditto.
1452 * gdb.base/call-signal-resume.exp: Ditto.
1453 * gdb.base/callfuncs.exp: Ditto.
1454 * gdb.base/commands.exp: Ditto.
1455 * gdb.base/dbx.exp: Ditto.
1456 * gdb.base/default.exp: Ditto.
1457 * gdb.base/dump.exp: Ditto.
1458 * gdb.base/exprs.exp: Ditto.
1459 * gdb.base/freebpcmd.exp: Ditto.
1460 * gdb.base/interrupt.exp: Ditto.
1461 * gdb.base/list.exp: Ditto.
1462 * gdb.base/long_long.exp: Ditto.
1463 * gdb.base/maint.exp: Ditto.
1464 * gdb.base/ptype.exp: Ditto.
1465 * gdb.base/return.exp: Ditto.
1466 * gdb.base/setshow.exp: Ditto.
1467 * gdb.base/sigbpt.exp: Ditto.
1468 * gdb.base/sigrepeat.exp: Ditto.
1469
1470 * gdb.cp/classes.exp: Ditto.
1471
1472 * gdb.dwarf2/dw2-restore.exp: Ditto.
1473
1474 * gdb.gdb/selftest.exp: Ditto.
1475
1476 * gdb.multi/base.exp: Ditto.
1477 * gdb.multi/bkpt-multi-exec.exp: Ditto.
1478
1479 * gdb.python/py-block.exp: Ditto.
1480 * gdb.python/py-prettyprint.exp: Ditto.
1481 * gdb.python/py-template.exp: Ditto.
1482
1483 * gdb.server/ext-attach.exp: Ditto.
1484 * gdb.server/ext-run.exp: Ditto.
1485 * gdb.server/server-mon.exp: Ditto.
1486
1487 * gdb.threads/fork-thread-pending.exp: Ditto.
1488 * gdb.threads/hand-call-in-threads.exp: Ditto.
1489 * gdb.threads/interrupted-hand-call.exp: Ditto.
1490 * gdb.threads/linux-dp.exp: Ditto.
1491 * gdb.threads/manythreads.exp: Ditto.
1492 * gdb.threads/print-threads.exp: Ditto.
1493 * gdb.threads/pthreads.exp: Ditto.
1494 * gdb.threads/schedlock.exp: Ditto.
1495 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1496 * gdb.threads/threadapply.exp: Ditto.
1497
1498 2010-06-08 Michael Snyder <msnyder@vmware.com>
1499
1500 * gdb.ada/exec_changed.exp:
1501 Use ".*" instead of "" as wildcard regexp.
1502
1503 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
1504 * gdb.base/call-ar-st.exp: Ditto.
1505 * gdb.base/checkpoint.exp: Ditto.
1506 * gdb.base/default.exp: Ditto.
1507 * gdb.base/dump.exp: Ditto.
1508 * gdb.base/ending-run.exp: Ditto.
1509 * gdb.base/fileio.exp: Ditto.
1510 * gdb.base/miscexprs.exp: Ditto.
1511 * gdb.base/pointers.exp: Ditto.
1512 * gdb.base/readline.exp: Ditto.
1513 * gdb.base/reread.exp: Ditto.
1514 * gdb.base/restore.exp: Ditto.
1515 * gdb.base/shlib-call.exp: Ditto.
1516 * gdb.base/valgrind-db-attach.exp: Ditto.
1517 * gdb.base/volatile.exp: Ditto.
1518 * gdb.base/watchpoints.exp: Ditto.
1519
1520 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
1521
1522 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
1523 * gdb.python/py-value.exp: Ditto.
1524
1525 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
1526 * gdb.trace/circ.exp: Ditto.
1527 * gdb.trace/collection.exp: Ditto.
1528 * gdb.trace/packetlen.exp: Ditto.
1529 * gdb.trace/passc-dyn.exp: Ditto.
1530 * gdb.trace/report.exp: Ditto.
1531 * gdb.trace/tfile.exp: Ditto.
1532 * gdb.trace/tfind.exp: Ditto.
1533 * gdb.trace/while-dyn.exp: Ditto.
1534
1535 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1536
1537 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
1538
1539 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1540
1541 Test PR 10640.
1542 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
1543
1544 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
1545
1546 * gdb.cp/koenig.exp: Test for ADL operators.
1547 * gdb.cp/koenig.cc: Added ADL operators.
1548 * gdb.cp/operator.exp: New test.
1549 * gdb.cp/operator.cc: New test.
1550
1551 2010-06-04 Michael Snyder <msnyder@vmware.com>
1552
1553 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
1554 * gdb.base/pending.exp: Ditto.
1555
1556 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
1557
1558 2010-06-04 Doug Evans <dje@google.com>
1559
1560 * gdb.python/py-prettyprint.exp: Add new test for enabled and
1561 disabled printers.
1562 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
1563 (enable_lookup_function): New function.
1564
1565 2010-06-04 Tom Tromey <tromey@redhat.com>
1566
1567 * gdb.python/py-value.exp (test_value_hash): Don't test equality
1568 of hash and id.
1569
1570 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1571
1572 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
1573 newline.
1574 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
1575 (empty verbose non-noisy clear, empty verbose noisy clear)
1576 (empty non-verbose noisy clear): Likewise.
1577
1578 2010-06-03 Michael Snyder <msnyder@vmware.com>
1579
1580 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
1581 * gdb.base/display.exp: Ditto.
1582 * gdb.base/find.exp: Ditto.
1583 * gdb.base/ifelse.exp: Ditto.
1584 * gdb.base/multi-forks.exp: Ditto.
1585 * gdb.base/recurse.exp: Ditto.
1586 * gdb.base/setshow.exp: Ditto.
1587 * gdb.base/value-double-free.exp: Ditto.
1588 * gdb.base/watch-vfork.exp: Ditto.
1589 * gdb.base/watch_thread_num.exp: Ditto.
1590 * gdb.base/watchpoint-solib.exp: Ditto.
1591 * gdb.base/watchpoint.exp: Ditto.
1592 * gdb.base/watchpoints.exp: Ditto.
1593
1594 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
1595 * gdb.cp/overload.exp: Ditto.
1596 * gdb.cp/virtfunc.exp: Ditto.
1597
1598 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
1599
1600 * gdb.reverse/watch-precsave.exp:
1601 Replace gdb_test with gdb_test_no_output.
1602
1603 * gdb.threads/attach-into-signal.exp:
1604 Replace gdb_test with gdb_test_no_output.
1605 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1606 * gdb.threads/watchthreads.exp: Ditto.
1607 * gdb.threads/watchthreads2.exp: Ditto.
1608
1609 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
1610 * gdb.trace/tfind.exp: Ditto.
1611
1612 2010-06-03 Joel Brobecker <brobecker@adacore.com>
1613
1614 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
1615 successful test if message is the empty string.
1616
1617 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1618
1619 * gdb.fortran/module.exp (stopped language detection): New test.
1620
1621 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1622
1623 Support DW_TAG_module as separate namespaces.
1624 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
1625 gdb.fortran/library-module-lib.f90: New.
1626 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
1627 (print i): Remove.
1628 (continue to breakpoint: i-is-1, print var_i value 1)
1629 (continue to breakpoint: i-is-2, print var_i value 2)
1630 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
1631 (print var_d, print var_i value 14, ptype modmany, complete `modm)
1632 (complete `modmany, complete `modmany`, complete `modmany`var)
1633 (show language, setting breakpoint at module): New tests.
1634 * gdb.fortran/module.f90 (module mod): Remove.
1635 (module mod1, module mod2, module modmany, subroutine sub1)
1636 (subroutine sub2, program module): New.
1637
1638 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
1641 (print value of rUC, print value of rI, print value of UI): ... here.
1642 * gdb.cp/anon-union.exp (pass): Rename to ...
1643 (print z 2): ... here.
1644
1645 2010-06-02 Michael Snyder <msnyder@vmware.com>
1646
1647 * gdb.trace/actions.exp: Use gdb_test_no_output.
1648 * gdb.trace/circ.exp: Ditto.
1649 * gdb.trace/packetlen.exp: Ditto.
1650 * gdb.trace/save-trace.exp: Ditto.
1651 * gdb.trace/tracecmd.exp: Ditto.
1652 * gdb.trace/tsv.exp: Ditto.
1653
1654 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
1655 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
1656 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
1657 * gdb.threads/manythreads.exp: Ditto.
1658 * gdb.threads/print-threads.exp: Ditto.
1659 * gdb.threads/pthreads.exp: Ditto.
1660 * gdb.threads/schedlock.exp: Ditto.
1661 * gdb.threads/staticthreads.exp: Ditto.
1662 * gdb.threads/thread-specific.exp: Ditto.
1663 * gdb.threads/thread-unwindonsignal.exp: Ditto.
1664 * gdb.threads/threadapply.exp: Ditto.
1665 * gdb.threads/watchthreads.exp: Ditto.
1666 * gdb.threads/watchthreads2.exp: Ditto.
1667
1668 * gdb.python/py-block.exp: Use gdb_test_no_output.
1669 * gdb.python/py-prettyprint.exp: Ditto.
1670 * gdb.python/py-template.exp: Ditto.
1671 * gdb.python/py-value.exp: Ditto.
1672
1673 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
1674 * gdb.reverse/watch-reverse.exp: Ditto.
1675
1676 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
1677 * gdb.server/ext-run.exp: Ditto.
1678
1679 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
1680 * gdb.dwarf2/dw2-compressed.exp: Ditto.
1681 * gdb.dwarf2/dw2-intercu.exp: Ditto.
1682 * gdb.dwarf2/dw2-intermix.exp: Ditto.
1683 * gdb.dwarf2/dw2-producer.exp: Ditto.
1684 * gdb.dwarf2/mac-fileno.exp: Ditto.
1685
1686 * gdb.gdb/observer.exp: Use gdb_test_no_output.
1687 * gdb.gdb/selftest.exp: Ditto.
1688
1689 * gdb.multi/base.exp: Use gdb_test_no_output.
1690
1691 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
1692
1693 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1694
1695 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
1696
1697 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
1698
1699 * gdb.cp/class2.exp: Use gdb_test_no_output.
1700 * gdb.cp/classes.exp: Ditto.
1701 * gdb.cp/extern-c.exp: Ditto.
1702 * gdb.cp/inherit.exp: Ditto.
1703 * gdb.cp/maint.exp: Ditto.
1704 * gdb.cp/mb-inline.exp: Ditto.
1705 * gdb.cp/mb-templates.exp: Ditto.
1706 * gdb.cp/method2.exp: Ditto.
1707 * gdb.cp/misc.exp: Ditto.
1708 * gdb.cp/ovldbreak.exp: Ditto.
1709 * gdb.cp/punctuator.exp: Ditto.
1710 * gdb.cp/templates.exp: Ditto.
1711 * gdb.cp/virtbase.exp: Ditto.
1712
1713 * gdb.threads/attach-stopped.exp:
1714 Replace uses of send_gdb / gdb_expect.
1715 * gdb.threads/attachstop-mt.exp:
1716 Replace uses of send_gdb / gdb_expect.
1717 * gdb.threads/gcore-thread.exp:
1718 Replace uses of send_gdb / gdb_expect.
1719 * gdb.threads/hand-call-in-threads.exp:
1720 Replace uses of send_gdb / gdb_expect.
1721 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
1722 * gdb.threads/print-threads.exp:
1723 Replace uses of send_gdb / gdb_expect.
1724 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
1725 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
1726 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
1727
1728 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
1729 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
1730 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
1731 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
1732 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
1733 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
1734 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
1735 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
1736 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
1737 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
1738 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
1739
1740 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1741
1742 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
1743
1744 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
1745
1746 * gdb.cp/koenig.exp: Added new test case.
1747 * gdb.cp/koenig.cc: Ditto.
1748
1749 2010-06-01 Michael Snyder <msnyder@vmware.com>
1750
1751 * gdb.base/arithmet.exp: Use gdb_test_no_output.
1752 * gdb.base/arrayidx.exp: Ditto.
1753 * gdb.base/attach.exp: Ditto.
1754 * gdb.base/auxv.exp: Ditto.
1755 * gdb.base/bigcre.exp: Ditto.
1756 * gdb.base/break-always.exp: Ditto.
1757 * gdb.base/break-interp.exp: Ditto.
1758 * gdb.base/break.exp: Ditto.
1759 * gdb.base/breakpoint-shadow.exp: Ditto.
1760 * gdb.base/call-ar-st.exp: Ditto.
1761 * gdb.base/call-sc.exp: Ditto.
1762 * gdb.base/call-signal-resume.exp: Ditto.
1763 * gdb.base/callfuncs.exp: Ditto.
1764 * gdb.base/catch-syscall.exp: Ditto.
1765 * gdb.base/charset.exp: Ditto.
1766 * gdb.base/code-expr.exp: Ditto.
1767 * gdb.base/commands.exp: Ditto.
1768 * gdb.base/cond-expr.exp: Ditto.
1769 * gdb.base/condbreak.exp: Ditto.
1770 * gdb.base/cursal.exp: Ditto.
1771 * gdb.base/cvexpr.exp: Ditto.
1772 * gdb.base/default.exp: Ditto.
1773 * gdb.base/del.exp: Ditto.
1774 * gdb.base/detach.exp: Ditto.
1775 * gdb.base/display.exp: Ditto.
1776 * gdb.base/ena-dis-br.exp: Ditto.
1777 * gdb.base/eval-skip.exp: Ditto.
1778 * gdb.base/foll-fork.exp: Ditto.
1779 * gdb.base/foll-vfork.exp: Ditto.
1780 * gdb.base/frame-args.exp: Ditto.
1781 * gdb.base/funcargs.exp: Ditto.
1782 * gdb.base/gcore-buffer-overflow.exp: Ditto.
1783 * gdb.base/gdbvars.exp: Ditto.
1784 * gdb.base/help.exp: Ditto.
1785 * gdb.base/ifelse.exp: Ditto.
1786 * gdb.base/included.exp: Ditto.
1787 * gdb.base/list.exp: Ditto.
1788 * gdb.base/macscp.exp: Ditto.
1789 * gdb.base/maint.exp: Ditto.
1790 * gdb.base/multi-fork.exp: Ditto.
1791 * gdb.base/overlays.exp: Ditto.
1792 * gdb.base/page.exp: Ditto.
1793 * gdb.base/pending.exp: Ditto.
1794 * gdb.base/pointers.exp: Ditto.
1795 * gdb.base/pr11022.exp: Ditto.
1796 * gdb.base/prelink.exp: Ditto.
1797 * gdb.base/printcmds.exp: Ditto.
1798 * gdb.base/psymtab.exp: Ditto.
1799 * gdb.base/randomize.exp: Ditto.
1800 * gdb.base/relational.exp: Ditto.
1801 * gdb.base/relocate.exp: Ditto.
1802 * gdb.base/remote.exp: Ditto.
1803 * gdb.base/sepdebug.exp: Ditto.
1804 * gdb.base/set-lang-auto.exp: Ditto.
1805 * gdb.base/setshow.exp: Ditto.
1806 * gdb.base/setvar.exp: Ditto.
1807 * gdb.base/signals.exp: Ditto.
1808 * gdb.base/signull.exp: Ditto.
1809 * gdb.base/sigstep.exp: Ditto.
1810 * gdb.base/sizeof.exp: Ditto.
1811 * gdb.base/solib-disc.exp: Ditto.
1812 * gdb.base/store.exp: Ditto.
1813 * gdb.base/structs.exp: Ditto.
1814 * gdb.base/structs2.exp: Ditto.
1815 * gdb.base/subst.exp: Ditto.
1816 * gdb.base/term.exp: Ditto.
1817 * gdb.base/trace-commands.exp: Ditto.
1818 * gdb.base/unwindonsignal.exp: Ditto.
1819 * gdb.base/valgrind-db-attach.exp: Ditto.
1820 * gdb.base/varargs.exp: Ditto.
1821 * gdb.base/watch-cond.exp: Ditto.
1822 * gdb.base/watch_thread_num.exp: Ditto.
1823 * gdb.base/watchpoint-cond-gone.exp: Ditto.
1824 * gdb.base/watchpoint.exp: Ditto.
1825 * gdb.base/whatis-exp.exp: Ditto.
1826
1827 2010-06-01 Michael Snyder <msnyder@vmware.com>
1828
1829 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
1830 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
1831 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
1832 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
1833 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
1834 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
1835 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
1836 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
1837 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
1838 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
1839 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
1840 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
1841 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
1842 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
1843 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
1844
1845 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
1846
1847 * gdb.base/commands.exp (begin commands on watch): Remove excessive
1848 trailing newline.
1849 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
1850 * gdb.java/jmisc.exp (p *args\n): Rename to ...
1851 (p *args): ... here and remove excessive trailing newline.
1852
1853 2010-05-31 Joel Brobecker <brobecker@adacore.com>
1854
1855 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
1856
1857 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
1858
1859 Accept the new Linux kernel "t (tracing stop)" string.
1860 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
1861 Update comment.
1862 (state_wait) <T (tracing stop)>: New.
1863 (main): Update the state_wait expect string.
1864
1865 2010-05-28 Pedro Alves <pedro@codesourcery.com>
1866
1867 * limits.c, limits.exp: Delete files.
1868 * Makefile.in (clean mostlyclean): Adjust.
1869 * tracecmd.exp: Adjust.
1870
1871 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1872
1873 * gdb.base/tui-layout.exp: New.
1874
1875 2010-05-28 Michael Snyder <msnyder@vmware.com>
1876
1877 * gdb.reverse/break-precsave.exp:
1878 Replace uses of send_gdb / gdb_expect.
1879 * gdb.reverse/break-reverse.exp:
1880 Replace uses of send_gdb / gdb_expect.
1881 * gdb.reverse/consecutive-precsave.exp:
1882 Replace uses of send_gdb / gdb_expect.
1883 * gdb.reverse/consecutive-reverse.exp:
1884 Replace uses of send_gdb / gdb_expect.
1885 * gdb.reverse/finish-precsave.exp:
1886 Replace uses of send_gdb / gdb_expect.
1887 * gdb.reverse/finish-reverse.exp:
1888 Replace uses of send_gdb / gdb_expect.
1889 * gdb.reverse/i386-precsave.exp:
1890 Replace uses of send_gdb / gdb_expect.
1891 * gdb.reverse/i386-reverse.exp:
1892 Replace uses of send_gdb / gdb_expect.
1893 * gdb.reverse/i386-sse-reverse.exp:
1894 Replace uses of send_gdb / gdb_expect.
1895 * gdb.reverse/i387-env-reverse.exp:
1896 Replace uses of send_gdb / gdb_expect.
1897 * gdb.reverse/i387-stack-reverse.exp:
1898 Replace uses of send_gdb / gdb_expect.
1899 * gdb.reverse/machinestate-precsave.exp:
1900 Replace uses of send_gdb / gdb_expect.
1901 * gdb.reverse/machinestate.exp:
1902 Replace uses of send_gdb / gdb_expect.
1903 * gdb.reverse/sigall-precsave.exp:
1904 Replace uses of send_gdb / gdb_expect.
1905 * gdb.reverse/sigall-reverse.exp:
1906 Replace uses of send_gdb / gdb_expect.
1907 * gdb.reverse/solib-precsave.exp:
1908 Replace uses of send_gdb / gdb_expect.
1909 * gdb.reverse/solib-reverse.exp:
1910 Replace uses of send_gdb / gdb_expect.
1911 * gdb.reverse/step-precsave.exp:
1912 Replace uses of send_gdb / gdb_expect.
1913 * gdb.reverse/step-reverse.exp:
1914 Replace uses of send_gdb / gdb_expect.
1915 * gdb.reverse/until-precsave.exp:
1916 Replace uses of send_gdb / gdb_expect.
1917 * gdb.reverse/until-reverse.exp:
1918 Replace uses of send_gdb / gdb_expect.
1919 * gdb.reverse/watch-precsave.exp:
1920 Replace uses of send_gdb / gdb_expect.
1921 * gdb.reverse/watch-reverse.exp:
1922 Replace uses of send_gdb / gdb_expect.
1923
1924 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1925
1926 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
1927 excessive newline.
1928
1929 2010-05-27 Michael Snyder <msnyder@vmware.com>
1930
1931 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
1932 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
1933 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
1934 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
1935 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
1936 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
1937 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
1938 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
1939 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
1940 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
1941 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
1942 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
1943 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
1944 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
1945 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
1946 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
1947 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
1948 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
1949 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
1950
1951 2010-05-26 Michael Snyder <msnyder@vmware.com>
1952
1953 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
1954 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
1955
1956 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
1957 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
1958 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
1959
1960 * gdb.reverse/consecutive-reverse.exp:
1961 Replace uses of send_gdb / gdb_expect.
1962 * gdb.reverse/consecutive-precsave.exp:
1963 Replace uses of send_gdb / gdb_expect.
1964
1965 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
1966 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
1967 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
1968 * gdb.mi/mi-ns-stale-regcache.exp:
1969 Replace uses of send_gdb / gdb_expect.
1970 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
1971 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
1972 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
1973 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
1974 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
1975 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
1976 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
1977 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
1978 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
1979
1980 2010-05-26 Michael Snyder <msnyder@vmware.com>
1981
1982 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
1983
1984 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
1985
1986 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
1987 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
1988 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
1989 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
1990 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
1991 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
1992 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
1993 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
1994 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
1995
1996 2010-05-25 Tom Tromey <tromey@redhat.com>
1997
1998 * gdb.base/macscp.exp: Add missing space after setup_kfail.
1999
2000 2010-05-25 Tom Tromey <tromey@redhat.com>
2001
2002 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
2003 argument order.
2004 * gdb.base/macscp.exp: Fix setup_kfail argument order.
2005 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
2006 order.
2007 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
2008 order.
2009 * gdb.base/call-sc.exp (setup_kfails): Remove.
2010 (setup_compiler_kfails): Remove.
2011 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
2012 argument order.
2013 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
2014 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
2015 (advancei): Fix setup_kfail argument order.
2016 * gdb.base/radix.exp: Fix setup_kfail argument order.
2017 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
2018 order.
2019 * gdb.base/structs.exp (setup_kfails): Remove.
2020 (setup_compiler_kfails): Fix setup_kfail argument order.
2021 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
2022 order.
2023 * gdb.java/jmain.exp: Fix setup_kfail argument order.
2024 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
2025 setup_kfail argument order.
2026 * gdb.cp/overload.exp: Fix setup_kfail argument order.
2027
2028 2010-05-25 Tom Tromey <tromey@redhat.com>
2029
2030 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
2031
2032 2010-05-25 Michael Snyder <msnyder@vmware.com>
2033
2034 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
2035 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
2036 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
2037 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
2038 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
2039 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
2040 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
2041 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
2042 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
2043 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
2044 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
2045 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
2046 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
2047 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
2048 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
2049 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
2050 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
2051 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
2052 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
2053 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
2054 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
2055 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
2056 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
2057 * gdb.base/default.exp: Replace send_gdb with gdb_test.
2058 * gdb.base/define.exp: Replace send_gdb with gdb_test.
2059 * gdb.base/display.exp: Replace send_gdb with gdb_test.
2060 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
2061 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
2062 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
2063 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
2064 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
2065 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
2066 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
2067 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
2068 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
2069 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
2070 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
2071 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
2072 * gdb.base/help.exp: Replace send_gdb with gdb_test.
2073 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
2074 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
2075 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
2076 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
2077 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
2078 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
2079 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
2080 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
2081 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
2082
2083 2010-05-25 Doug Evans <dje@google.com>
2084
2085 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
2086 gdb.string_to_argv.
2087
2088 2010-05-21 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
2091 Call it.
2092 * gdb.dwarf2/pieces.S: Update.
2093 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
2094
2095 2010-05-21 Tom Tromey <tromey@redhat.com>
2096
2097 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
2098 Call it.
2099 * gdb.dwarf2/pieces.c (struct C): New.
2100 (f6): New function.
2101 * gdb.dwarf2/pieces.S: Replace.
2102
2103 2010-05-21 Tom Tromey <tromey@redhat.com>
2104
2105 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
2106 Call it.
2107
2108 2010-05-21 Tom Tromey <tromey@redhat.com>
2109
2110 * gdb.dwarf2.pieces.exp: New file.
2111 * gdb.dwarf2.pieces.S: New file.
2112 * gdb.dwarf2.pieces.c: New file.
2113
2114 2010-05-20 Pedro Alves <pedro@codesourcery.com>
2115 Joel Brobecker <brobecker@adacore.com>
2116
2117 * lib/gdb.exp (gdb_test_no_output): New function.
2118 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
2119 when testing commands that should produce no output.
2120
2121 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2122
2123 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
2124 parameter that we want to watch being a constant.
2125
2126 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2127
2128 * gdb.ada/cond_lang: New testcase.
2129
2130 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2131
2132 * lib/gdb.exp (banned_variables): New variable/constant.
2133 (gdb_init): Add write trace on variables listed in banned_variables.
2134 (gdb_finish): Remove write traces on variables listed in
2135 banned_variables.
2136
2137 2010-05-17 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
2140 * gdb.cp/koenig.exp: Likewise.
2141
2142 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
2143
2144 PR python/11482
2145
2146 * gdb.python/py-value.exp (test_value_hash): New function.
2147
2148 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
2149
2150 PR exp/11530.
2151 * gdb.base/gdb11530.c: New file.
2152 * gdb.base/gdb11530.exp: New file.
2153
2154 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2155
2156 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
2157 * gdb.dwarf2/dw2-modula2-self-type.S: New.
2158
2159 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
2160
2161 * gdb.cp/koenig.exp: New test.
2162 * gdb.cp/koenig.cc: New test program.
2163
2164 2010-05-05 Joel Brobecker <brobecker@adacore.com>
2165
2166 Remove the use of prms_id and bug_id throughout the testsuite.
2167
2168 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
2169
2170 PR exp/11349.
2171 * testsuite/gdb.cp/ref-types.exp: Add test to examine
2172 use a reference local variable.
2173
2174 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2175
2176 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
2177 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
2178 variable different_dir. Move debugfile into a full directory pathname
2179 under DIFFERENT_DIR.
2180 * lib/gdb.exp (separate_debug_filename): Remove.
2181 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
2182 variable debug_dir and mkdir of it. Update function comments.
2183
2184 2010-04-29 Pedro Alves <pedro@codesourcery.com>
2185
2186 PR gdb/11557
2187
2188 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
2189 files.
2190
2191 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
2192
2193 * gdb.python/py-param.exp: New File.
2194
2195 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
2196
2197 * gdb.base/default.exp: Fix "set language" test.
2198
2199 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
2200
2201 PR breakpoints/11531.
2202 * gdb.base/gdb11531.c: New file.
2203 * gdb.base/gdb11531.exp: New file.
2204
2205 2010-04-26 Tom Tromey <tromey@redhat.com>
2206
2207 * gdb.base/completion.exp: Add tests for completion and deprecated
2208 commands.
2209
2210 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2211
2212 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
2213 (print /x char_array): Escape curly brackets.
2214
2215 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2216
2217 Fix deadlock on looped list of loaded shared objects.
2218 * gdb.base/solib-corrupted.exp: New.
2219
2220 2010-04-23 Doug Evans <dje@google.com>
2221
2222 * gdb.python/py-section-script.c: New file.
2223 * gdb.python/py-section-script.exp: New file.
2224 * gdb.python/py-section-script.py: New file.
2225
2226 2010-04-20 Chris Moller <cmoller@redhat.com>
2227
2228 PR 10179
2229
2230 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
2231 * gdb.base/pr10179-a.c:
2232 * gdb.base/pr10179-b.c:
2233 * gdb.base/pr10179.exp: New files.
2234
2235 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 Fix crashes on dangling display expressions.
2238 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
2239 is SEP.
2240 (lib_flags): Remove the "debug" keyword.
2241 (libsepdebug): New variable for iterating new loop.
2242 (save_pf_prefix): New variable wrapping the loop.
2243 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
2244 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
2245
2246 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2247
2248 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
2249
2250 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2251
2252 PR stabs/11479.
2253 * gdb.stabs/gdb11479.exp: New file.
2254 * gdb.stabs/gdb11479.c: New file.
2255
2256 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
2257
2258 * gdb.base/charset.c (Strin16, String32): New variables.
2259 * gdb.base/charset.exp (gdb_test): Test correct display
2260 of 16 or 32 bit strings.
2261
2262 2010-04-21 Chris Moller <cmoller@redhat.com>
2263
2264 PR 9167
2265 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
2266 * gdb.cp/pr9167.cc: New file.
2267 * gdb.cp/pr9167.exp: New file.
2268
2269
2270 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
2271
2272 PR pascal/11492.
2273 * gdb.pascal/gdb11492.pas: New file.
2274 * gdb.pascal/gdb11492.exp: New file.
2275
2276 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2277
2278 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
2279
2280 2010-04-20 Joel Brobecker <brobecker@adacore.com>
2281
2282 * gdb.ada/dyn_loc: New testcase.
2283
2284 2010-04-20 Chris Moller <cmoller@redhat.com>
2285
2286 PR 10867
2287
2288 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
2289 * gdb.cp/pr10687.cc: New file.
2290 * gdb.cp/pr10687.exp: New file.
2291
2292
2293 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2294 Sergio Durigan Junior <sergiodj@redhat.com>
2295
2296 * gdb.fortran/logical.exp: New testcase.
2297 * gdb.fortran/logical.f90: New file.
2298
2299 2010-04-19 Doug Evans <dje@google.com>
2300
2301 * gdb.base/help.exp (help source): Update expected output.
2302
2303 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2304
2305 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
2306 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
2307 gdb_exit and return.
2308 (executable): New variable.
2309 (binfile): Use it.
2310
2311 2010-04-19 Pedro Alves <pedro@codesourcery.com>
2312
2313 PR breakpoints/8554.
2314
2315 * gdb.trace/save-trace.exp: Adjust.
2316
2317 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
2318
2319 PR corefiles/11511
2320 * gdb.arch/system-gcore.exp: New.
2321 * gdb.arch/gcore.c: Likewise.
2322
2323 2010-04-15 Doug Evans <dje@google.com>
2324
2325 * gdb.python/py-progspace.c: New file.
2326 * gdb.python/py-progspace.exp: New file.
2327
2328 * gdb.base/source.exp: Add tests for "source -s".
2329
2330 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
2331
2332 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
2333 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
2334 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
2335 * gdb.python/py-mi.exp: New test for to_string returning None.
2336
2337 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
2338
2339 * gdb.python/py-breakpoint.c: Make result global.
2340
2341 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2342
2343 Fix non-GNU make compatibility.
2344 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
2345
2346 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
2347
2348 * gdb.python/py-breakpoint.exp: New File.
2349 * gdb.python/py-breakpoint.C: Ditto.
2350
2351 2010-04-08 Stan Shebs <stan@codesourcery.com>
2352
2353 * gdb.trace/actions.exp: Clear default-collect.
2354 * gdb.trace/save-trace.exp: Clear default-collect.
2355
2356 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
2357
2358 * gdb.python/py-value: Add null string variable.
2359 (test_lazy_string): Test zero length, NULL address lazy
2360 strings.
2361
2362 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
2363
2364 * gdb.arch/i386-avx.c: New.
2365 * gdb.arch/i386-avx.exp: Likewise.
2366
2367 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
2368
2369 2010-04-06 Doug Evans <dje@google.com>
2370
2371 * gdb.base/source-test.gdb: New file.
2372 * gdb.base/source.exp: Test source -v.
2373
2374 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2375
2376 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
2377
2378 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
2379
2380 * gdb.stabs/aout.sed: Convert all backslash to double backslash
2381 within one line, unless it is followed by a double quote.
2382 * gdb.stabs/hppa.sed: Idem.
2383 * gdb.stabs/weird.def: Add char and String constants
2384 * gdb.stabs/weird.exp: Check for correct parsing of
2385 char and string constants.
2386 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
2387 in .stabs to .stabx substitution.
2388
2389 2010-04-05 Stan Shebs <stan@codesourcery.com>
2390
2391 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
2392 constant global.
2393 * gdb.trace/tfile.exp: Try to print them.
2394
2395 2010-04-04 Stan Shebs <stan@codesourcery.com>
2396
2397 * gdb.base/completion.exp: Update for new "info watchpoints".
2398 * gdb.base/default.exp: Ditto.
2399 * gdb.base/help.exp: Ditto.
2400 * gdb.base/watchpoint.exp: Ditto.
2401 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
2402
2403 2010-04-04 Stan Shebs <stan@codesourcery.com>
2404
2405 * gdb.trace/tfile.exp: Sharpen tfind test.
2406
2407 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2408
2409 * gdb.base/break-entry.exp: New.
2410
2411 2010-04-02 Hui Zhu <teawater@gmail.com>
2412 Michael Snyder <msnyder@vmware.com>
2413
2414 * gdb.reverse/i386-sse-reverse.exp: New file.
2415 * gdb.reverse/i386-sse-reverse.c: New file.
2416
2417 2010-04-02 Pedro Alves <pedro@codesourcery.com>
2418
2419 * gdb.trace/tfind.exp: Adjust expected disassembly output.
2420
2421 2010-04-01 Stan Shebs <stan@codesourcery.com>
2422
2423 * gdb.trace/actions.exp: Tweak expected output.
2424 * gdb.trace/while-stepping.exp: Tweak expected output.
2425
2426 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
2427
2428 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
2429
2430 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2431
2432 * gdb.base/commands.exp: Adjust.
2433 * gdb.cp/extern-c.exp: Adjust.
2434
2435 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2436
2437 * gdb.trace/collection.c (local_test_func): Define a local struct,
2438 and instanciate it.
2439
2440 2010-04-01 Pedro Alves <pedro@codesourcery.com>
2441
2442 * gdb.trace/collection.exp (gdb_collect_args_test)
2443 (gdb_collect_argarray_test): XFAIL the tests that assume the
2444 argarray argument's elements are collected.
2445
2446 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
2447
2448 * gdb.dwarf2/dw2-bad-parameter-type.exp,
2449 gdb.dwarf2/dw2-bad-parameter-type.S: New.
2450
2451 2010-03-31 Stan Shebs <stan@codesourcery.com>
2452
2453 * gdb.trace/save-trace.exp: Test save/restore of default-collect
2454 and tracepoint conditionals.
2455 (gdb_verify_tracepoints): Delete unused return.
2456
2457 2010-03-26 Keith Seitz <keiths@redhat.com>
2458
2459 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
2460 appear in the output before main.
2461 Remove KFAIL for gdb/2215 aka bz 9320.
2462
2463 2010-03-30 Doug Evans <dje@google.com>
2464
2465 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
2466 by dejagnu.
2467 * gdb.arch/amd64-dword.exp: Ditto.
2468
2469 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
2470 match.
2471 (break printf): Ditto.
2472
2473 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
2474
2475 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
2476 gcc < 4.4.
2477 * gdb.cp/shadow.exp: Ditto.
2478
2479 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2480
2481 * gdb.trace/collection.exp (run_trace_experiment): Make sure
2482 "tstart" is silent.
2483
2484 2010-03-29 Pedro Alves <pedro@codesourcery.com>
2485
2486 * gdb.trace/collection.exp (executable): New.
2487 (binfile): Use it.
2488 (fpreg, spreg, pcreg): New.
2489 (test_register): Use gdb_test_multiple. Pass /x to print.
2490 (prepare_for_trace_test): New.
2491 (run_trace_experiment): Use "continue", not gdb_run_cmd.
2492 (gdb_collect_args_test, gdb_collect_argstruct_test)
2493 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
2494 prepare_for_trace_test.
2495 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
2496 fpreg, spreg and pcreg.
2497 (gdb_collect_expression_test, gdb_collect_globals_test): Use
2498 prepare_for_trace_test.
2499 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
2500 try to detect tracing support here. Don't set breakpoints at
2501 `begin' or `end' here.
2502 <global scope>: Use clean_restart. Run to main before checking
2503 for tracing support. Check for for tracing support here.
2504
2505 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2506
2507 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
2508 " as $displacement" to "seen displacement message".
2509
2510 2010-03-28 Pedro Alves <pedro@codesourcery.com>
2511
2512 * gdb.trace/while-dyn.exp (executable): New variable.
2513 (binfile): Use it.
2514 (test_while_stepping): New function. Move most tests here. Call
2515 it once for each of the while-stepping, stepping and ws aliases.
2516
2517 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2518
2519 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
2520 that do not provide the tagless_struct type name at all.
2521 (test_print_anon_union): Do not check value of uninitialized
2522 union member. Do not use cp_test_ptype_class, so we can accept
2523 "long" as well as "long int".
2524
2525 2010-03-26 Pedro Alves <pedro@codesourcery.com>
2526
2527 * gdb.trace/tfile.c (tohex, bin2hex): New.
2528 (write_error_trace_file): Hexify error description.
2529
2530 2010-03-25 Stan Shebs <stan@codesourcery.com>
2531
2532 * gdb.trace/tfile.c: Generate an additional trace file, improve
2533 portability.
2534 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
2535 files in a better way.
2536
2537 2010-03-25 Keith Seitz <keiths@redhat.com>
2538
2539 * gdb.java/jprint.exp: XFAIL printing of static class members
2540 because of GCC debuginfo problem.
2541
2542 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2543
2544 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
2545
2546 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2547
2548 * gdb.base/completion.exp: Allow long instead of long int.
2549 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
2550 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
2551 variable p.
2552 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
2553 * gdb.base/pointers.exp: Allow long instead of long int.
2554 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
2555 * gdb.base/step-line.exp: Allow a directory before the source file name.
2556
2557 2010-03-24 Tom Tromey <tromey@redhat.com>
2558
2559 PR breakpoints/9352:
2560 * gdb.base/default.exp: Update.
2561 * gdb.base/commands.exp: Update.
2562 * gdb.cp/extern-c.exp: Test setting commands on multiple
2563 breakpoints at once.
2564
2565 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2566
2567 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
2568 if gdb,nosignals.
2569 * gdb.base/watchpoints.c: Do not include unnecessary headers.
2570 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
2571 exited".
2572
2573 2010-03-24 Stan Shebs <stan@codesourcery.com>
2574
2575 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
2576
2577 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
2578
2579 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
2580 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
2581 argument. Handle "short" and "long".
2582 (Top level): Pass overprototyped output for old_fptr and xptr.
2583
2584 2010-03-23 Pedro Alves <pedro@codesourcery.com>
2585
2586 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
2587 format strings and add casts to avoid compiler warnings.
2588
2589 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
2590
2591 * lib/trace-support.exp (gdb_trace_setactions):
2592 Don't expect whitespace after ">" prompt.
2593 * gdb.trace/actions.exp: Adjust for output changes.
2594 * gdb.trace/while-stepping.exp: Likewise.
2595
2596 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
2599 and r157645).
2600
2601 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2602
2603 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
2604 New.
2605
2606 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2607
2608 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
2609 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
2610
2611 2010-03-19 Stan Shebs <stan@codesourcery.com>
2612
2613 * gdb.trace/ax.exp: New file.
2614
2615 2010-03-19 Doug Evans <dje@google.com>
2616
2617 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
2618 output from gcc.
2619
2620 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
2621 named /usr/sbin/prelink<foo>.
2622
2623 2010-03-18 Stan Shebs <stan@codesourcery.com>
2624
2625 * gdb.trace/circ.exp: Test circular-trace-buffer.
2626 * gdb.trace/tfile.exp: Update tstatus test.
2627
2628 2010-03-18 Joel Brobecker <brobecker@adacore.com>
2629
2630 * gdb.dwarf2/dw2-anonymous-func.S: New file.
2631 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
2632
2633 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2634
2635 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
2636
2637 2010-03-18 Pedro Alves <pedro@codesourcery.com>
2638
2639 * gdb.base/default.exp: Adjust the expected output of the finish
2640 and until commands when the inferior is not being run.
2641
2642 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
2643
2644 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
2645 * gdb.cp/nsusing.exp: Ditto.
2646
2647 2010-03-15 Tom Tromey <tromey@redhat.com>
2648
2649 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
2650 * gdb.cp/userdef.cc (operator==): New function.
2651 (main): New locals mem1, mem2.
2652
2653 2010-03-15 Jie Zhang <jie@codesourcery.com>
2654
2655 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
2656 Declare and use new loadtimeout variable.
2657
2658 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
2659
2660 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
2661 Use gdb_load later.
2662
2663 2010-03-14 Pedro Alves <pedro@codesourcery.com>
2664
2665 * gdb.base/solib-disc.c (main): Make format of fprintf a string
2666 literal. Add missing endlines to prints to stderr.
2667
2668 2010-03-12 Tom Tromey <tromey@redhat.com>
2669
2670 PR c++/9708:
2671 * gdb.cp/m-static.exp: Add regression test.
2672 * gdb.cp/m-static.cc (method): New method.
2673 (main): Call it.
2674
2675 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
2676
2677 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
2678 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
2679
2680 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2681
2682 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
2683
2684 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
2685
2686 * lib/gdb.exp (skip_stl_tests): New.
2687 (gdb_compile): Symbian needs -ldl.
2688 (shlib_target_file): New.
2689 (shlib_symbol_file): New.
2690 (gdb_load_shlibs): Use shlib_target_file.
2691 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
2692 * gdb.cp/exception.exp: Use skip_stl_tests.
2693 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
2694 * gdb.cp/try_catch.exp: Use skip_stl_tests.
2695 * gdb.cp/mb-templates.exp: Ditto.
2696 * gdb.base/commands.exp: Relax regexes.
2697 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
2698 shlib_target_file and shlib_symbol_file.
2699 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
2700 sections.
2701 * gdb.base/ending-run.exp: Accept E32Main for symbian.
2702 * gdb.base/solib-disc.exp: Use
2703 shlib_target_file and shlib_symbol_file.
2704 * gdb.base/unload.exp: Don't skip on symbian. Use
2705 shlib_target_file and shlib_symbol_file.
2706 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
2707
2708 2010-03-12 Pedro Alves <pedro@codesourcery.com>
2709
2710 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
2711 * gdb.trace/report.exp: Adjust for x86 and x86_64.
2712 Issue a tfind end before looking for a tracepoint frame.
2713 * gdb.trace/tfind.exp: Adjust tstatus output.
2714 Adjust disassembly output.
2715 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
2716
2717 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * gdb.base/break-interp.exp: Create new displacement parameter value
2720 for the test_ld calls.
2721 (reach): New parameter displacement, verify its content. New push of
2722 pf_prefix "reach-$func:". Import global expect_out.
2723 (test_core): New parameter displacement, verify its content. New push
2724 of pf_prefix "core:". New command "set verbose on". Import global
2725 expect_out.
2726 (test_attach): New parameter displacement, verify its content. New
2727 push of pf_prefix "attach:". New command "set verbose on". Import
2728 global expect_out.
2729 (test_ld): New parameter displacement, pass it to the reach, test_core
2730 and test_attach calls and verify its content in the "ld.so exit" test.
2731 * gdb.base/prelink.exp: Remove gdb_exit and final return.
2732 (prelink): Update expected text, use gdb_test.
2733
2734 2010-03-10 Doug Evans <dje@google.com>
2735
2736 * gdb.base/checkpoint.exp: Fix comment.
2737 Lengthen timeout while doing >600 checkpoints test.
2738 Rename duplicate "kill all one" test to keep test names unique.
2739
2740 2010-03-10 Pedro Alves <pedro@codesourcery.com>
2741
2742 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
2743
2744 2010-03-08 Keith Seitz <keiths@redhat.com>
2745
2746 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
2747 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
2748 (dm_type_long): New function.
2749 (dm_type_unsigned_short): New function.
2750 (dm_type_unsigned_long): New function.
2751 (myint): New typedef.
2752 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
2753 long, unsigned shor and long, operator char*, and typedef.
2754 (test_lookup_operator_functions): Add operator char* test.
2755 (test_paddr_operator_functions): Likewise.
2756 (test_paddr_overloaded_functions): Use probe values for
2757 short, long, and unsigned short and long.
2758 (test_paddr_hairy_functions): If the demangler probe detected
2759 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
2760 demangler.
2761 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
2762 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
2763 and "print null_pmf".
2764 Add test "ptype a.*pmf".
2765 * gdb.cp/overload.exp: Allow optional "int" to appear with
2766 "short" and "long".
2767 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
2768 long expect value for men_overload1arg.
2769 Allow "int" to appear with "short" and "long".
2770 When testing "info break", add argument for main (void).
2771 Also allow "int" to appear with "short" and "long".
2772 Ditto with "unsigned" and "long long".
2773 * gdb.java/jmain.exp: Do not enclose methods names in single
2774 quotes.
2775 * gdb.java/jmisc.exp: Likewise.
2776 * gdb.java/jprint.exp: Likewise.
2777 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
2778
2779 From Jan Kratochvil <jan.kratochvil@redhat.com>:
2780 * gdb.cp/exception.exp (backtrace after first throw)
2781 (backtrace after second throw): Allow a namespace before __cxa_throw.
2782 (backtrace after first catch, backtrace after second catch): Allow
2783 a namespace before __cxa_begin_catch.
2784
2785 * gdb.cp/cpexprs.exp: New file.
2786 * gdb.cp/cpexprs.cc: New file.
2787
2788 From Daniel Jacobowitz <dan@codesourcery.com>
2789 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
2790 to use string_to_regexp.
2791 (ctor, dtor): New functions. Use them to match constructor
2792 and destructor function types.
2793 (Top level): Use runto_main.
2794
2795 2010-03-05 Tom Tromey <tromey@redhat.com>
2796
2797 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
2798 gdb.target_charset.
2799 (pp_ns.to_string): Likewise.
2800
2801 2010-03-04 Keith Seitz <keiths@redhat.com>
2802
2803 * gdb.cp/overload.exp: Test that the filename portion of a linespec
2804 can be quoted. Test that both the filename and function/line
2805 portions can be quoted at the same time.
2806
2807 2010-03-04 Pedro Alves <pedro@codesourcery.com>
2808
2809 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
2810
2811 2010-03-03 Doug Evans <dje@google.com>
2812
2813 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
2814 libc contains libpthread.
2815
2816 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
2817 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
2818 of gdb_compile. Add another pattern to match android backtrace.
2819
2820 2010-03-03 Tom Tromey <tromey@redhat.com>
2821
2822 PR gdb/11345:
2823 * gdb.base/printcmds.exp (test_printf): Add test.
2824
2825 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
2826
2827 * gdb.arch/amd64-byte.exp: New.
2828 * gdb.arch/amd64-dword.exp: Likewise.
2829 * gdb.arch/amd64-pseudo.c: Likewise.
2830 * gdb.arch/amd64-word.exp: Likewise.
2831 * gdb.arch/i386-byte.exp: Likewise.
2832 * gdb.arch/i386-pseudo.c: Likewise.
2833 * gdb.arch/i386-word.exp: Likewise.
2834
2835 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
2836
2837 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
2838 types. Add structreg, bitfields, and flags registers.
2839 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
2840 registers.
2841
2842 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
2843
2844 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
2845 (load_description): Set architecture if defined.
2846
2847 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
2848
2849 * gdb.python/py-frame.exp: Add read_var block tests.
2850 * gdb.python/py-frame.c (block): New function.
2851
2852 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2853 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
2856
2857 2010-02-25 David S. Miller <davem@davemloft.net>
2858
2859 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
2860 fix logic for setting all_syscalls_numbers.
2861
2862 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2863
2864 * Makefile.in: Add py-block and py-symbol.
2865 * gdb.python/py-symbol.exp: New File.
2866 * gdb.python/py-symtab.exp: New File.
2867 * gdb.python/py-block.exp: New File.
2868 * gdb.python/py-symbol.c: New File.
2869 * gdb.python/py-block.c: New File.
2870
2871 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
2872
2873 PR python/11314
2874 * lib/gdb.exp (skip_python_tests): New function.
2875 * gdb.python/py-cmd.exp: Use skip_python_tests.
2876 * gdb.python/py-frame.exp: Likewise.
2877 * gdb.python/py-function.exp: Likewise.
2878 * gdb.python/py-prettyprint.exp: Likewise.
2879 * gdb.python/py-template.exp: Likewise.
2880 * gdb.python/py-type.exp: Likewise.
2881 * gdb.python/py-value.exp: Likewise.
2882
2883 2010-02-22 Pedro Alves <pedro@codesourcery.com>
2884
2885 PR9605
2886
2887 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
2888
2889 2010-02-19 Tom Tromey <tromey@redhat.com>
2890
2891 PR c++/8693, PR c++/9496:
2892 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
2893 regression tests.
2894
2895 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 Fix compatibility with m68k as.
2898 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
2899 Use only /* comments */.
2900
2901 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
2902
2903 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
2904 * configure: Regenerate.
2905
2906 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
2907
2908 * gdb.python/py-type.exp: Check for Python support.
2909
2910 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2911
2912 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
2913 `regsub' syntax available.
2914
2915 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2916
2917 * gdb.base/shmain.c (main): Remove printf call.
2918 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
2919 * gdb.base/unload.c (main): Make format of fprintf a string
2920 literal. Add missing endlines to prints to stderr.
2921 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
2922
2923 2010-02-17 Tom Tromey <tromey@redhat.com>
2924
2925 * gdb.java/jprint.java (jprint.props): New field.
2926 * gdb.java/jprint.exp (set_lang_java): Add regression test.
2927
2928 2010-02-17 Pedro Alves <pedro@codesourcery.com>
2929
2930 * gdb.base/charset.exp: Don't assume new `regsub' syntax
2931 available.
2932
2933 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2934
2935 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
2936 creation to support remote host testing.
2937
2938 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2939
2940 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
2941 Recognize "command not found".
2942
2943 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2944
2945 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
2946 single-stepping.
2947
2948 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2949
2950 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
2951 if arguments are not supported.
2952
2953 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2954
2955 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
2956 be const or non-const.
2957
2958 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2959
2960 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
2961 mi_send_resuming_command to send -exec-continue.
2962
2963 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2964
2965 * gdb.base/list.exp (test_list_filename_and_function): Add test
2966 with single quotes.
2967 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
2968 matching.
2969 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
2970 Add KFAIL'd tests for PR gdb/11289.
2971
2972 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2973
2974 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
2975
2976 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2977
2978 * gdb.base/comp-dir/subdir/dummy.txt: New file.
2979 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
2980 a temporary directory.
2981
2982 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
2983
2984 * gdb.base/charset.exp: Use a single regular expression to match
2985 show host-charset and show target-charset output.
2986
2987 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2988
2989 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
2990 "Illegal process-id" expect string more exact.
2991 (attach to digits-starting nonsense is prohibited): New.
2992
2993 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2994
2995 * gdb.base/prelink.exp (set verbose on): New.
2996
2997 2010-02-12 Tomas Holmberg <th@virtutech.com>
2998
2999 * mi-reverse.exp: New file. Test for reverse option to the
3000 following MI commands: exec-continue, exec-finish, exec-next,
3001 exec-step, exec-next-instruction, exec-step-instruction.
3002
3003 2010-02-09 Joel Brobecker <brobecker@adacore.com>
3004
3005 * gdb.ada/ptype_tagged_param: New testcase.
3006
3007 2010-02-08 Tom Tromey <tromey@redhat.com>
3008
3009 PR c++/8017:
3010 * gdb.cp/overload.exp: Add tests.
3011 * gdb.cp/overload.cc (struct K): New.
3012 (namespace N): New.
3013 (main): Call new functions.
3014 (K::staticoverload): Define.
3015
3016 2010-02-08 Chris Moller <moller@mollerware.com>
3017
3018 PR gdb/10728
3019 * gdb.cp/pr10728-x.h: New file.
3020 * gdb.cp/pr10728-x.cc: New file.
3021 * gdb.cp/pr10728-y.cc: New file.
3022 * gdb.cp/pr10728.exp: New file.
3023 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
3024
3025 2010-02-08 Chris Moller <moller@mollerware.com>
3026
3027 PR gdb/9067
3028 * gdb.cp/pr9067.exp: New
3029 * gdb.cp/pr9067.cc: New
3030 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
3031
3032 2010-02-08 Joel Brobecker <brobecker@adacore.com>
3033
3034 * lib/gdb.exp (gdb_test_timeout): New global variable.
3035 Set it to timeout if not already set.
3036 (gdb_init): Reset the value of timeout to gdb_test_timeout.
3037
3038 2010-02-05 Doug Evans <dje@google.com>
3039
3040 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
3041 user.
3042
3043 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
3044
3045 PR c++/7935:
3046 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
3047
3048 2010-02-04 Tom Tromey <tromey@redhat.com>
3049
3050 * gdb.cp/virtbase.exp: Make test case names unique.
3051
3052 2010-02-02 Tom Tromey <tromey@redhat.com>
3053
3054 * gdb.cp/virtbase.exp: Add regression tests.
3055 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
3056 (main): Instantiate RHC.
3057
3058 2010-02-02 Tom Tromey <tromey@redhat.com>
3059
3060 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
3061 type-printing change.
3062
3063 2010-02-02 Tom Tromey <tromey@redhat.com>
3064
3065 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
3066 * gdb.cp/virtbase.cc: New file.
3067 * gdb.cp/virtbase.exp: New file.
3068 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
3069
3070 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3071
3072 PR libc/11214:
3073 * gdb.threads/current-lwp-dead.c: Include features.h.
3074 (HAS_NOMMU): New.
3075 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
3076
3077 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3078
3079 * gdb.base/symbol-without-target_section.exp,
3080 gdb.base/symbol-without-target_section.c: New.
3081
3082 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3083
3084 * gdb.base/bigcore.exp: Reset increased timeout.
3085 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
3086
3087 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3088
3089 * gdb.base/gcore.exp (capture_command_output): Use
3090 gdb_test_multiple.
3091
3092 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3093
3094 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
3095 * gdb.arch/thumb2-it.exp (test_it_break): New function.
3096 (Top level): Call it.
3097
3098 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
3099
3100 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
3101
3102 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
3103
3104 * gdb.base/call-strs.exp, gdb.base/default.exp,
3105 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
3106 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
3107 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
3108 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
3109 gdb.base/watchpoint-solib.exp: Save and restore timeout.
3110 * gdb.base/ending-run.exp: Correct restore of timeout.
3111 * gdb.base/page.exp: Remove unnecessary timeout setting.
3112
3113 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.ada/rec_return: New testcase.
3116
3117 2010-01-29 Joel Brobecker <brobecker@adacore.com>
3118
3119 * gdb.ada/call_pn: New testcase.
3120
3121 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3122
3123 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
3124 (Top level): Use it to resume.
3125 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
3126 the Thumb mode displaced stepping error as unsupported.
3127
3128 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
3129
3130 * gdb.cp/nsusing.exp: Added more tests.
3131 * gdb.cp/nsrecurs.exp: Ditto.
3132 * gdb.cp/nsusing.cc: Added test functions.
3133 * gdb.cp/nsrecurs.cc: Ditto.
3134
3135 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
3138 absolute directory pathnames in gdb.sum file.
3139
3140 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
3141
3142 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
3143 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
3144
3145 2010-01-26 Tom Tromey <tromey@redhat.com>
3146
3147 PR exp/7643:
3148 * gdb.base/printcmds.exp (test_print_string_constants): Remove
3149 setup_kfail.
3150
3151 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
3152
3153 * gdb.cp/nsrecurs.exp: New test.
3154 * gdb.cp/nsrecurs.cc: New test program.
3155 * gdb.cp/nsstress.exp: New test.
3156 * gdb.cp/nsstress.cc: New test program.
3157 * gdb.cp/nsdecl.exp: New test.
3158 * gdb.cp/nsdecl.cc: New test program.
3159
3160 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
3161
3162 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
3163 imported into file scope.
3164 Marked test as xfail.
3165 * gdb.cp/namespace-using.cc (marker5): New function.
3166 * gdb.cp/shadow.exp: New test.
3167 * gdb.cp/shadow.cc: New test program.
3168 * gdb.cp/nsimport.exp: New test.
3169 * gdb.cp/nsimport.cc: New test program.
3170
3171 2010-01-25 Tom Tromey <tromey@redhat.com>
3172
3173 PR gdb/11049:
3174 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
3175 with "set print null-stop on".
3176
3177 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3178
3179 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
3180 Adjust it for DISASSEMBLY_OMIT_FNAME.
3181
3182 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 PR symtab/11199:
3185 * gdb.dwarf2/member-ptr-forwardref.exp,
3186 gdb.dwarf2/member-ptr-forwardref.S: New.
3187
3188 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
3191 (thread1_func): Protect thread1_tid with thread1_tid_cond by
3192 thread1_tid_mutex. Remove gdbstop_mutex handling.
3193 (thread2_func): Protect thread2_tid with thread2_tid_cond by
3194 thread2_tid_mutex. Remove gdbstop_mutex handling.
3195 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
3196 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
3197 pthread_cond_wait conditionalizations by while loops.
3198
3199 2010-01-20 Tom Tromey <tromey@redhat.com>
3200
3201 PR backtrace/10770:
3202 * gdb.dwarf2/pr10770.exp: New file.
3203 * gdb.dwarf2/pr10770.c: New file.
3204 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
3205
3206 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
3207
3208 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
3209 that target was removed, and the test always runs native anyway.
3210
3211 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3212
3213 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
3214 gdb.base/watchpoint-cond-gone-stripped.c: New.
3215
3216 2010-01-19 Tom Tromey <tromey@redhat.com>
3217
3218 PR c++/8000:
3219 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
3220 existing tests.
3221 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
3222 (main): Use AAA::SomeEnum.
3223
3224 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3225
3226 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
3227 (test_ignore_count): Declare line_callme_body global.
3228 (run to breakpoint with ignore count): Use line_callme_body.
3229 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
3230 (set line_main_hello, set line_main_return): Reindent.
3231 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
3232 New.
3233 (continue to callee4): Use line_callee4_body.
3234 (check *stopped from CLI command): Use line_callee4_next.
3235 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
3236 (set line_main_hello, set line_main_return): Reindent.
3237 (set line_callee4_head, set line_callee4_body): New.
3238 (continue to callee4): Use line_callee4_body.
3239
3240 2010-01-18 Tom Tromey <tromey@redhat.com>
3241
3242 PR c++/9680:
3243 * gdb.cp/casts.cc: Add new classes and variables.
3244 * gdb.cp/casts.exp: Test new operators.
3245
3246 2010-01-18 Tom Tromey <tromey@redhat.com>
3247 Thiago Jung Bauermann <bauerman@br.ibm.com>
3248
3249 * gdb.python/source2.py: New file.
3250 * gdb.python/source1: New file.
3251 * gdb.python/python.exp: Test "source" command.
3252
3253 2010-01-15 Stan Shebs <stan@codesourcery.com>
3254
3255 * gdb.trace/tfile.c: New file.
3256 * gdb.trace/tfile.exp: New file.
3257
3258 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3259
3260 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
3261
3262 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3263
3264 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
3265
3266 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3267
3268 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
3269 (libfunc): New parameter action. Implement also selectable "sleep".
3270 * gdb.base/break-interp-main.c: Include assert.h.
3271 (libfunc): New parameter action.
3272 (main): New parameters argc and argv. Assert argc. Pass argv.
3273 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
3274 (test_attach): New proc.
3275 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
3276 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
3277
3278 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3279
3280 * gdb.base/break-interp.exp (test_core): New proc.
3281 (test_ld): Call it.
3282
3283 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3284
3285 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
3286 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
3287 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
3288 and gdb_compile_shlib. Use new -Wl compiler options.
3289 (dl bt, main bt): New tests.
3290
3291 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3292
3293 Support PIEs with no symfile_objfile.
3294 * gdb.base/break-interp.exp: New argument at the test_ld calls.
3295 (test_ld): New parameter trynosym.
3296 (test_ld <$trynosym>): New block.
3297
3298 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3299
3300 * gdb.base/break-interp.exp: New file.
3301
3302 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
3303
3304 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
3305 * gdb.python/py-prettyprint.py (pp_ls): New printer.
3306 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
3307 test.
3308 * gdb.python/py-prettyprint.c: Define lazystring test structure.
3309 * gdb.python/py-mi.exp: Add lazy string test.
3310
3311 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
3312
3313 * lib/mi-support.exp (mi_check_thread_states): Handle
3314 core number in thread listing.
3315
3316 2010-01-12 Joel Brobecker <brobecker@adacore.com>
3317
3318 * gdb.base/maint.exp: Adjust the expected output for the
3319 "maint print type" test. Use gdb_test_multiple instead of
3320 gdb_sent/gdb_expect.
3321
3322 2010-01-11 Doug Evans <dje@google.com>
3323
3324 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
3325 from gdbserver_download. All callers updated.
3326
3327 * gdb.server/ext-run.exp: "info os processes" requires xml support.
3328
3329 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 Implement binary numbers parsing.
3332 * gdb.base/printcmds.exp (test_integer_literals_accepted)
3333 (test_integer_literals_rejected): New binary tests.
3334
3335 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3336
3337 * gdb.cell/configure: Regenerate.
3338
3339 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3340
3341 * gdb.base/corefile.exp: Move the core finding block out and call it as
3342 core_find, new variable $corefile, replace corefile by $corefile and
3343 [file tail $corefile] for usage vs. test names resp.
3344 * lib/gdb.exp (core_find): Move it as a new function here. New
3345 parameter binfile and deletefiles. New variable $destcore. Pre-delete
3346 $destcore. Return "" on error.
3347
3348 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3349
3350 Workaround PR binutils/10802.
3351 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
3352 (twice).
3353
3354 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
3357
3358 2010-01-08 Joel Brobecker <brobecker@adacore.com>
3359
3360 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
3361 call, to avoid interruption.
3362
3363 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * gdb.stabs/weird.def (args93): New.
3366
3367 2010-01-07 Doug Evans <dje@google.com>
3368
3369 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
3370
3371 2010-01-07 Tom Tromey <tromey@redhat.com>
3372
3373 * gdb.base/source.exp: Use correct line number.
3374
3375 2010-01-05 Stan Shebs <stan@codesourcery.com>
3376
3377 * gdb.trace/tracecmd.exp: Test ftrace.
3378
3379 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3380
3381 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
3382
3383 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
3386 "uint_for_mi_testing".
3387
3388 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3389
3390 Test indented comment in file being sourced.
3391 * gdb.base/commands.exp: Test indented comment in file being sourced.
3392
3393 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3394
3395 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
3396 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
3397 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
3398 notice.
3399
3400 2010-01-01 Joel Brobecker <brobecker@adacore.com>
3401
3402 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
3403 notice.
3404
3405 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3406
3407 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
3408 missing $after_stopped and comma (,) expectation.
3409
3410 2009-12-31 Stan Shebs <stan@codesourcery.com>
3411
3412 * gdb.trace/actions.exp: Test teval action.
3413
3414 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
3415
3416 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
3417 (top level): Call test_watchpoint_in_big_blob.
3418 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
3419 watchpoints.
3420 (func3): Write to buf.
3421
3422 2009-12-29 Stan Shebs <stan@codesourcery.com>
3423
3424 * gdb.trace/actions.exp: Test default-collect.
3425
3426 2009-12-28 Stan Shebs <stan@codesourcery.com>
3427
3428 * gdb.trace/tsv.exp: New file.
3429 * gdb.base/completion.exp: Update ambiguous info output.
3430
3431 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
3432
3433 * gdb.base/find.c (main): Reference search buffers.
3434 * gdb.base/included.c (main): Reference integer.
3435 * gdb.base/ptype.c (charfoo): Declare.
3436 (intfoo): Call charfoo.
3437 * gdb.base/scope0.c (useitp): New function.
3438 (usestatics): Use useitp.
3439 (useit): Add a type for val.
3440 * gdb.base/scope1.c (useit1): Take a pointer argument.
3441 (usestatics1): Update calls to useit1.
3442 * gdb.cp/call-c.cc: Declare foo.
3443 (main): Call foo.
3444 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
3445 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
3446 (main): Call C::ensureRefs and ensureOtherRefs.
3447 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
3448 variables.
3449 (ensureOtherRefs): New function.
3450 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
3451 * gdb.cp/templates.cc (main): Call t5i.value.
3452
3453 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3454
3455 Fix compatibility with G++-4.5.
3456 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
3457 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
3458 (uncaught return): Remove.
3459
3460 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3461 Phil Muldoon <pmuldoon@redhat.com>
3462
3463 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
3464 (bp_location13, bp_location14, bp_location17, bp_location18)
3465 (marker3_proto, marker4_proto): New variables.
3466 (breakpoint info): Update output.
3467 (run until breakpoint at marker3, run until breakpoint at marker4): New
3468 tests.
3469
3470 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
3473 Replace the printf call of Y by provided "y-set-1" label. New block
3474 for the second shared library.
3475 * gdb.base/unload.exp: Compile also the second library, call
3476 gdb_load_shlibs also for it. Use now gdb_breakpoint.
3477 (single pending breakpoint info): Rename to ...
3478 (pending breakpoint info before run): ... this extended test.
3479 (libfile2, libname2, libsrcfile2, libsrc2)
3480 (lib_sl2): New variables.
3481 (exec_opts): Set also SHLIB_NAME2.
3482 (pending breakpoint info on first run at shrfunc1)
3483 (pending breakpoint info on second run at shrfunc1)
3484 (pending breakpoint info on second run at shrfunc2)
3485 (print y from libfile, print y from libfile2): New tests.
3486 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
3487 * gdb.base/unloadshr2.c: New.
3488
3489 2009-12-22 Hui Zhu <teawater@gmail.com>
3490
3491 * gdb.reverse/sigall-reverse.exp: Adjust.
3492
3493 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
3494
3495 PR gdb/10884
3496
3497 * gdb.mi/var-cmd.c (do_bitfield_tests): New
3498 (main): Call do_bitfield_tests.
3499 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
3500
3501 2009-12-20 Joel Brobecker <brobecker@adacore.com>
3502
3503 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
3504 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
3505 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
3506 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
3507 gdb.modula2/unbounded1.c: Update copyright header.
3508
3509 2009-12-10 Chris Moller <moller@mollerware.com>
3510
3511 PR gdb/9399
3512 * gdb.cp/virtfunc2.exp: New tests
3513 * gdb.cp/virtfunc2.cc: New tests
3514 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
3515
3516 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
3517
3518 * gdb.reverse/i387-env-reverse.c: New file.
3519 * gdb.reverse/i387-env-reverse.exp: New file.
3520 * gdb.reverse/i387-stack-reverse.c: New file.
3521 * gdb.reverse/i387-stack-reverse.exp: New file.
3522
3523 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
3524
3525 * gdb.python/py-type.exp (test_range): New test.
3526
3527 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
3528
3529 PR python/10805
3530
3531 * gdb.python/py-type.exp: New file.
3532 * gdb.python/py-type.c: New file.
3533 * Makefile.in: Add py-type.
3534
3535 2009-12-03 Tom Tromey <tromey@redhat.com>
3536
3537 * gdb.python/py-value.exp (test_parse_and_eval): New
3538 function.
3539
3540 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
3541
3542 PR gdb/11022
3543
3544 * gdb.base/pr11022.exp: New test.
3545 * gdb.base/pr11022.c: New test.
3546
3547 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3548
3549 Fix spurious false FAILs.
3550 * gdb.base/structs.c (chartest): New.
3551 (main): Fill-in chartest.
3552 * gdb.base/structs.exp (anychar_re, first): New.
3553 (start_structs_test): Import global anychar_re and first.
3554 New gdb_test call "set print elements 300; ${testfile}"
3555 (start_structs_test <$first>): New block.
3556 (any): Import global anychar_re. New variable ac. Use ${ac}.
3557
3558 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3559
3560 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
3561
3562 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
3565 Force $srcfile file.
3566 * gdb.base/foll-fork.c (callee): Comment out the printf call.
3567
3568 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3569
3570 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
3571 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
3572 * gdb.threads/watchthreads-reorder.exp: Likewise.
3573
3574 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
3575
3576 PR gdb/8704
3577
3578 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
3579 "if", and "thread". Correct matching in the previous test.
3580
3581 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
3582
3583 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
3584
3585 2009-11-23 Michael Snyder <msnyder@vmware.com>
3586
3587 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
3588 * gdb.reverse-watch-precsave.exp: Ditto.
3589
3590 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
3591
3592 * gdb.asm/asm-source.exp: Adjust.
3593 * gdb.base/help.exp: Adjust.
3594
3595 2009-11-22 Pedro Alves <pedro@codesourcery.com>
3596
3597 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
3598 (do_syscall_tests_without_xml): Set data-directory to
3599 /the/path/to/nowhere.
3600
3601 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3602
3603 * gdb.threads/local-watch-wrong-thread.c,
3604 gdb.threads/local-watch-wrong-thread.exp: New files.
3605
3606 2009-11-21 Pedro Alves <pedro@codesourcery.com>
3607
3608 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
3609 assume new `regsub' syntax available.
3610
3611 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3612
3613 * gdb.base/watchpoint-hw-hit-once.exp,
3614 gdb.base/watchpoint-hw-hit-once.c: New.
3615
3616 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 * gdb.threads/watchthreads-reorder.exp,
3619 gdb.threads/watchthreads-reorder.c: New.
3620
3621 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
3622
3623 * gdb.xml/tdesc-regs.exp: Use for m68k.
3624
3625 2009-11-15 Pedro Alves <pedro@codesourcery.com>
3626
3627 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
3628
3629 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3630
3631 * lib/gdb.exp (current_target_name): New procedure.
3632 (gdb_wrapper_target): New variable.
3633 (gdb_wrapper_init): Set gdb_wrapper_target.
3634 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
3635 wrapper.
3636
3637 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3638
3639 * gdb.base/remote.exp: Delete the slowest load test.
3640 Do not load with fixed packet sizes.
3641
3642 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3643
3644 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
3645
3646 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3647
3648 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
3649 srcfile when setting a breakpoint.
3650
3651 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
3652
3653 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
3654 macros.
3655
3656 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
3657
3658 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
3659 to be in memory.
3660 * gdb.base/display.c (force_mem): New.
3661 (do_loops): Use it. Add breakpoint comments.
3662 (do_vars): Add a breakpoint comment.
3663 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
3664 line numbers.
3665
3666 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
3667
3668 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
3669 instead of a bare "run".
3670
3671 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
3672
3673 * gdb.python/py-prettyprint.exp: Adjust.
3674
3675 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3676
3677 * lib/cell.exp (skip_cell_tests): Clean up test files before
3678 returning.
3679
3680 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3681
3682 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
3683 and the breakpoint menu. Do not call perror if a prompt is seen.
3684 Consume the following GDB prompt.
3685 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
3686 * gdb.cp/namespace.exp: Use gdb_test.
3687 * gdb.cp/templates.exp: Use gdb_test.
3688 (test_template_breakpoints): Use gdb_test_multiple.
3689
3690 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3691
3692 * gdb.base/break1.c (struct some_struct, values): Move earlier.
3693 (marker4): Reference values.
3694
3695 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3696
3697 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
3698 is missing.
3699
3700 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3701
3702 * gdb.base/break.c (need_malloc): New.
3703 * gdb.base/constvars.c (main): Reference crass and crisp.
3704 * gdb.base/gdb1821.c (main): Reference bar.
3705 * gdb.cp/gdb1355.cc (main): Reference s1.
3706 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
3707 (main): Call them.
3708 * gdb.cp/hang2.cc (dummy2): Define.
3709 * gdb.cp/hang3.cc (dummy3): Define.
3710 * gdb.cp/m-data.cc (main): Reference shadow.
3711
3712 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
3713 Nathan Froyd <froydnj@codesourcery.com>
3714
3715 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
3716 remote host.
3717
3718 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
3719
3720 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
3721 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
3722 * gdb.dwarf2/dw2-compressed.exp: Likewise.
3723 * gdb.dwarf2/dw2-intercu.exp: Likewise.
3724 * gdb.dwarf2/dw2-intermix.exp: Likewise.
3725 * gdb.dwarf2/dw2-producer.exp: Likewise.
3726 * gdb.dwarf2/mac-fileno.exp: Likewise.
3727 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
3728 py-prettyprint.py to the remote host.
3729 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
3730
3731 2009-11-11 Keith Seitz <keiths@redhat.com>
3732
3733 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
3734 use it instead of "Foo".
3735 * gdb.cp/classes.exp (do_tests): Add a test to access
3736 a method through a typedef'd class name.
3737
3738 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
3739
3740 * gdb.base/long_long.exp: Permit leading zeros on floating-point
3741 exponents.
3742 * gdb.base/pointers.exp: Likewise.
3743 * gdb.cp/ref-types.exp: Likewise.
3744
3745 2009-11-11 Keith Seitz <keiths@redhat.com>
3746
3747 * gdb.cp/cplusfuncs.cc (class foo): Add operators
3748 new[] and delete[].
3749 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
3750 "void".
3751 (probe_demangler): Remove all single-quoting of
3752 method and variable names.
3753 (info_func_regexp): Remove the word "void" from any
3754 occurrence of "(void)".
3755 (print_addr_2): Remove all single-quoting of
3756 method names.
3757 (print_addr_2_kfail): Likewise.
3758 (print_addr): Single-quote C function names before
3759 passing to print_addr_2.
3760 (test_paddr_operator_functions): Remove single-quoting
3761 for method names.
3762 Add tests for operator new[] and operator delete[].
3763
3764 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3765
3766 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
3767
3768 2009-11-09 Keith Seitz <keiths@redhat.com>
3769
3770 * gdb.cp/overload.exp: Add tests for resolving overloaded
3771 methods in expression parsing/evaluation.
3772
3773 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
3774
3775 * lib/gdb.exp (default_gdb_version): Use --version instead of
3776 --command.
3777
3778 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
3779
3780 * lib/gdb.exp (gdb_compile_test): New.
3781 (skip_ada_tests, skip_java_tests): New.
3782 (gdb_compile): Use gdb_compile_test for f77.
3783 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
3784 * lib/java.exp (compile_java_from_source): Remove runtests check,
3785 use gdb_compile_test to record result.
3786 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
3787 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
3788 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
3789 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
3790 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
3791 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
3792 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
3793 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
3794 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
3795 adjust gdb_compile invocations.
3796
3797 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * Makefile.in (abs_builddir): New.
3800 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
3801 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
3802 `$(abs_builddir)/site.exp'.
3803
3804 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
3805
3806 * config/m68k-emc.exp, lib/emc-support.exp,
3807 gdb.trace/gdb_c_test.c: Delete.
3808 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
3809 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
3810 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
3811 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
3812 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
3813 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
3814 casing for m68k-*-elf.
3815
3816 2009-11-03 Pedro Alves <pedro@codesourcery.com>
3817
3818 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
3819 * gdb.arch/i386-prologue.exp: Likewise.
3820 * gdb.arch/i386-unwind.exp: Likewise.
3821
3822 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3823
3824 * lib/gdb.exp (gdb_expect): Fix timeout typo.
3825
3826 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3827
3828 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
3829
3830 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
3831
3832 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
3833
3834 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3835
3836 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
3837
3838 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3839
3840 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
3841 * gdb.base/sepdebug2.c: New file.
3842
3843 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
3844
3845 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
3846 the modified warnings for catch syscall. Verify if GDB was compiled
3847 with support for lib expat, and choose which tests to run depending
3848 on this.
3849
3850 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
3851
3852 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
3853 that composite commands are parsed OK. And also test
3854 that breakpoint commands do work.
3855
3856 2009-10-23 Michael Snyder <msnyder@vmware.com>
3857
3858 gdb.reverse/consecutive-precsave.exp: Change expect pattern
3859 to allow for new disassembly style.
3860
3861 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
3862
3863 * gdb.asm/asm-source.exp: Adjust.
3864
3865 2009-10-22 Michael Snyder <msnyder@vmware.com>
3866
3867 * gdb.reverse/break-precsave.exp: New test.
3868 * gdb.reverse/consecutive-precsave.exp: Ditto.
3869 * gdb.reverse/finish-precsave.exp: Ditto.
3870 * gdb.reverse/i386-precsave.exp: Ditto.
3871 * gdb.reverse/machinestate-precsave.exp: Ditto.
3872 * gdb.reverse/sigall-precsave.exp: Ditto.
3873 * gdb.reverse/solilb-precsave.exp: Ditto.
3874 * gdb.reverse/step-precsave.exp: Ditto.
3875 * gdb.reverse/until-precsave.exp: Ditto.
3876 * gdb.reverse/watch-precsave.exp: Ditto.
3877
3878 2009-10-22 Michael Snyder <msnyder@vmware.com>
3879
3880 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
3881 for gdb_expect. Adjust one test's expect strings for the new
3882 format of disassemble.
3883 * gdb.reverse/finish-reverse.exp: Delete 'return'.
3884 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
3885 gdb_test_multiple.
3886 * gdb.reverse/step-reverse.exp: Delete 'return'.
3887 * gdb.reverse/until-reverse.exp: Delete blank lines.
3888 * gdb.reverse/watch-reverse.exp: Delete blank lines.
3889
3890 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
3891
3892 * gdb.base/consecutive.exp: Adjust.
3893 * gdb.base/display.exp: Likewise.
3894 * gdb.base/pc-fp.exp: Likewise.
3895 * gdb.base/sigbpt.exp: Likewise.
3896
3897 2009-10-19 Michael Snyder <msnyder@vmware.com>
3898
3899 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
3900 * gdb.reverse/finish-reverse.c: Ditto.
3901 * gdb.reverse/sigall-reverse.c: Ditto.
3902 * gdb.reverse/solib-reverse.c: Ditto.
3903 * gdb.reverse/step-reverse.c: Ditto.
3904 * gdb.reverse/watch-reverse.c: Ditto.
3905
3906 2009-10-19 Pedro Alves <pedro@codesourcery.com>
3907 Stan Shebs <stan@codesourcery.com>
3908
3909 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
3910 * gdb.base/foll-exec.exp: Adjust to expect a process id before
3911 "Executing new program".
3912 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
3913 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
3914 left listed after having been killed.
3915 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
3916 * gdb.base/maint.exp: Adjust test.
3917
3918 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
3919 * gdb.multi/Makefile.in: New.
3920 * gdb.multi/base.exp: New.
3921 * gdb.multi/goodbye.c: New.
3922 * gdb.multi/hangout.c: New.
3923 * gdb.multi/hello.c: New.
3924 * gdb.multi/bkpt-multi-exec.c: New.
3925 * gdb.multi/bkpt-multi-exec.exp: New.
3926 * gdb.multi/crashme.c: New.
3927
3928 2009-10-13 Tristan Gingold <gingold@adacore.com>
3929
3930 * gdb.base/sepdebug.exp: Check debug info are found.
3931
3932 2009-10-08 Pedro Alves <pedro@codesourcery.com>
3933
3934 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
3935 bits.
3936
3937 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3938
3939 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
3940
3941 2009-10-07 Joel Brobecker <brobecker@adacore.com>
3942
3943 * gdb.base/watchpoints.c: Add copyright header. Reformat one
3944 of the comments.
3945
3946 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
3947
3948 * gdb.base/annota1.exp: Remove obsolete match_max increase.
3949 * gdb.base/annota3.exp: Idem.
3950 * gdb.base/maint.exp: Idem.
3951
3952 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
3953
3954 * lib/gdb.exp (default_gdb_init): Set current value of match_max
3955 to default.
3956
3957 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3958
3959 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
3960 mingw and cygwin targets.
3961
3962 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
3963 Pedro Alves <pedro@codesourcery.com>
3964
3965 * lib/gdb.exp (gdb_compile): Avoid adding
3966 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
3967
3968 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3969
3970 * gdb.base/shr1.c: Use %p in format string.
3971 * gdb.base/unload.c: Avoid warning in fprintf.
3972 * gdb.base/watchpoint-solib.c: Idem.
3973
3974 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
3975
3976 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
3977 long type.
3978 (test_unlink): Correct printf string.
3979 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
3980 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
3981
3982 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3983
3984 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
3985 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
3986 * gdb.arch/ia64-breakpoint-shadow.S: New file.
3987
3988 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3989
3990 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
3991 * gdb.objc/nondebug.exp: Likewise.
3992
3993 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
3994
3995 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
3996 target_info setting.
3997
3998 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
3999 that detect new threads during "info threads".
4000
4001 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4002
4003 * gdb.threads/manythreads.c (main): Increase thread stack size
4004 to 2*PTHREAD_STACK_MIN.
4005 * gdb.threads/multi-create.c (main): Likewise.
4006 (create_function): Likewise.
4007
4008 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4009
4010 * gdb.base/dump.exp: Pass difference of pointer types instead
4011 of integer types as offset to restore in intarr3.srec case.
4012
4013 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4014
4015 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
4016
4017 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4018
4019 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
4020
4021 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
4022
4023 New test for two watchpoints, with disabling of
4024 the first inserted.
4025 * testsuite/gdb.base/watchpoints.c: New file.
4026 * testsuite/gdb.base/watchpoints.exp: New file.
4027
4028 2009-09-25 Tom Tromey <tromey@redhat.com>
4029
4030 * gdb.base/charset.exp: Test utf-16 strings with Python.
4031
4032 2009-09-25 Tom Tromey <tromey@redhat.com>
4033
4034 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
4035 UCS-4.
4036 * gdb.base/charset.c (utf_32_string): Rename.
4037 (init_utf32): Rename.
4038 (main): Update.
4039
4040 2009-09-22 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.python/py-function.exp: Add regression tests.
4043
4044 2009-09-21 Keith Seitz <keiths@redhat.com>
4045
4046 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
4047 with invalid operator.
4048
4049 2009-09-21 Keith Seitz <keiths@redhat.com>
4050
4051 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
4052 and destructor using typedef name of class.
4053 * gdb.cp/classes.cc (class Base1): Add a destructor.
4054 (base1): New typedef.
4055 (use_methods): Instanitate an object of type base1.
4056 * gdb.cp/templates.exp (test_template_typedef): New procedure.
4057 (do_tests): Call test_template_typedef.
4058 * gdb.cp/templates.cc (Baz::~Baz): New method.
4059 (intBazOne): New typedef.
4060 (main): Instantiate intBazOne.
4061
4062 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4063
4064 PR python/10633
4065
4066 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
4067 Function.
4068 (run_lang_tests): Add print elements test.
4069
4070 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
4071
4072 * gdb.python/py-value.exp (test_subscript_regression): New
4073 function. Test for invalid subscripts.
4074 * gdb.python/py-value.c (main): Add test array, and pointer to it.
4075 (ptr_ref): New function.
4076
4077 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4078
4079 * gdb.base/default.exp: Fix "show convenience".
4080
4081 2009-09-15 Tom Tromey <tromey@redhat.com>
4082
4083 * lib/mi-support.exp (mi_create_varobj): Update.
4084 (mi_create_floating_varobj): Likewise.
4085 (mi_create_dynamic_varobj): New proc.
4086 (mi_varobj_update): Update.
4087 (mi_varobj_update_with_type_change): Likewise.
4088 (mi_varobj_update_kv_helper): New proc.
4089 (mi_varobj_update_dynamic_helper): Rewrite.
4090 (mi_varobj_update_dynamic): New proc.
4091 (mi_list_varobj_children): Update.
4092 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
4093 * gdb.python/python-prettyprint.py (pp_outer): New class.
4094 (pp_nullstr): Likewise.
4095 (lookup_function): Register new printers.
4096 * gdb.python/python-prettyprint.c (struct substruct): New type.
4097 (struct outerstruct): Likewise.
4098 (substruct_test): New function.
4099 (struct nullstr): New type.
4100 (string_1, string_2): New globals.
4101 (main): Add new tests.
4102 * gdb.python/python-mi.exp: Added regression tests.
4103 * gdb.mi/mi2-var-display.exp: Update.
4104 * gdb.mi/mi2-var-cmd.exp: Update.
4105 * gdb.mi/mi2-var-child.exp: Update.
4106 * gdb.mi/mi2-var-block.exp: Update.
4107 * gdb.mi/mi-var-invalidate.exp: Update.
4108 * gdb.mi/mi-var-display.exp: Update.
4109 * gdb.mi/mi-var-cmd.exp: Update.
4110 * gdb.mi/mi-var-child.exp: Update.
4111 * gdb.mi/mi-var-block.exp: Update.
4112 * gdb.mi/mi-break.exp: Update.
4113 * gdb.mi/gdb701.exp: Update.
4114
4115 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
4116
4117 * Makefile.in: Inclusion of catch-syscall object.
4118 * gdb.base/catch-syscall.c: New file.
4119 * gdb.base/catch-syscall.exp: New file.
4120
4121 2009-09-12 Michael Snyder <msnyder@vmware.com>
4122
4123 * gdb.reverse/step-reverse.exp: Explicitly check for targets
4124 that can support reverse debuggnig.
4125
4126 2009-09-11 Tom Tromey <tromey@redhat.com>
4127
4128 * gdb.dwarf2/valop.S: New file.
4129 * gdb.dwarf2/valop.exp: New file.
4130
4131 2009-09-11 Mark Kettenis <kettenis@gnu.org>
4132
4133 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
4134
4135 2009-09-10 Doug Evans <dje@google.com>
4136
4137 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
4138 Add $gdb_prompt to second breakpoint regexp.
4139
4140 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
4141
4142 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
4143 names, add missing ones.
4144 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
4145 * gdb.python/py-frame.c: Rename from python-frame.c.
4146 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
4147 testfile name.
4148 * gdb.python/py-function.exp: Rename from python-function.exp.
4149 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
4150 testfile name.
4151 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
4152 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
4153 Adjust testfile name.
4154 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
4155 * gdb.python/py-template.cc: Rename from python-template.cc.
4156 * gdb.python/py-template.exp: Rename from python-template.exp.
4157 Adjust testfile name.
4158 * gdb.python/py-value.c: Rename from python-value.c.
4159 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
4160 testfile name.
4161
4162 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4163
4164 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
4165 $bpt2address.
4166 (Second breakpoint address is valid on ia64)
4167 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
4168
4169 2009-09-03 Joseph Myers <joseph@codesourcery.com>
4170
4171 * gdb.base/ending-run.exp: Restrict regular expression matching
4172 line number to require closing brace following.
4173
4174 2009-09-03 Doug Evans <dje@google.com>
4175
4176 * gdb.base/store.exp (check_set): Fix typo in expected value message.
4177
4178 2009-09-02 Tom Tromey <tromey@redhat.com>
4179
4180 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
4181
4182 2009-09-02 Tom Tromey <tromey@redhat.com>
4183
4184 * gdb.dwarf2/callframecfa.exp: New file.
4185 * gdb.dwarf2/callframecfa.S: New file.
4186
4187 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4188
4189 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
4190 gdb.base/solib-overlap-main.c: New.
4191
4192 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
4193
4194 PR gdb/10565
4195
4196 * gdb.base/bitfields.c (struct container, container): New.
4197 (main): Initialize it and call break5.
4198 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
4199
4200 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4201
4202 Support constant DW_AT_data_member_location by GCC PR debug/40659.
4203 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
4204
4205 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4206
4207 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
4208
4209 2009-08-26 Michael Snyder <msnyder@vmware.com>
4210
4211 * gdb.base/i386-reverse.c: New file.
4212 * gdb.base/i386-reverse.exp: New file.
4213 * gdb.base/Makefile.in: Add new files to be removed.
4214
4215 2009-08-26 Joseph Myers <joseph@codesourcery.com>
4216
4217 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
4218 environment-pwd for remote host.
4219 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
4220
4221 2009-08-24 Keith Seitz <keiths@redhat.com>
4222
4223 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
4224 Add two new C++ completer tests which limit the output to a
4225 given class.
4226
4227 2009-08-24 Michael Snyder <msnyder@vmware.com>
4228
4229 * gdb.base/del.exp: Fix typo in comment.
4230 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
4231
4232 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4233
4234 * configure: Regenerate.
4235 * gdb.hp/configure: Likewise.
4236 * gdb.hp/gdb.aCC/configure: Likewise.
4237 * gdb.hp/gdb.base-hp/configure: Likewise.
4238 * gdb.hp/gdb.compat/configure: Likewise.
4239 * gdb.hp/gdb.defects/configure: Likewise.
4240 * gdb.hp/gdb.objdbg/configure: Likewise.
4241 * gdb.stabs/configure: Likewise.
4242
4243 2009-08-19 Doug Evans <dje@google.com>
4244
4245 * gdb.base/gdbvars.c: New file.
4246 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
4247
4248 2009-08-14 Pedro Alves <pedro@codesourcery.com>
4249
4250 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
4251 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
4252
4253 2009-08-13 Pedro Alves <pedro@codesourcery.com>
4254
4255 * gdb.base/default.exp: Adjust "set language test": it's now an
4256 enum command. Larger help string moved to "help set language".
4257 * gdb.base/help.exp: Adjust "help set language" expected output,
4258 now lists all known languages.
4259
4260 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
4261
4262 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
4263 all frame arguments.
4264 * gdb.arch/altivec-regs.exp: Likewise.
4265
4266 2009-08-07 Tom Tromey <tromey@redhat.com>
4267
4268 * gdb.base/setshow.exp: Add tests for changes to set language, set
4269 check range, and set check type.
4270
4271 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
4272
4273 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
4274 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
4275 Call it.
4276
4277 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4278
4279 * configure.ac: Run gdb.cell tests when appropriate.
4280 * configure: Regenerate.
4281 * lib/cell.exp: New file.
4282 * gdb.cell: New directory.
4283 * gdb.cell/configure.ac: New file.
4284 * gdb.cell/configure: New file.
4285 * gdb.cell/Makefile.in: New file.
4286 * gdb.cell/arch.exp: New file.
4287 * gdb.cell/break.c: New file.
4288 * gdb.cell/break.exp: New file.
4289 * gdb.cell/break-spu.c: New file.
4290 * gdb.cell/bt.c: New file.
4291 * gdb.cell/bt2-spu.c: New file.
4292 * gdb.cell/bt-spu.c: New file.
4293 * gdb.cell/bt.exp: New file.
4294 * gdb.cell/coremaker.c: New file.
4295 * gdb.cell/coremaker-spu.c: New file.
4296 * gdb.cell/core.exp: New file.
4297 * gdb.cell/gcore.exp: New file.
4298 * gdb.cell/data.c: New file.
4299 * gdb.cell/data.exp: New file.
4300 * gdb.cell/data-spu.c: New file.
4301 * gdb.cell/ea-cache.exp: New file.
4302 * gdb.cell/ea-cache.c: New file.
4303 * gdb.cell/ea-cache-spu.c: New file.
4304 * gdb.cell/ea-standalone.c: New file.
4305 * gdb.cell/ea-standalone.exp: New file.
4306 * gdb.cell/ea-test.c: New file.
4307 * gdb.cell/ea-test.exp: New file.
4308 * gdb.cell/f-regs.exp: New file.
4309 * gdb.cell/mem-access.c: New file.
4310 * gdb.cell/mem-access.exp: New file.
4311 * gdb.cell/mem-access-spu.c: New file.
4312 * gdb.cell/ptype.exp: New file.
4313 * gdb.cell/registers.exp: New file.
4314 * gdb.cell/size.c: New file.
4315 * gdb.cell/sizeof.exp: New file.
4316 * gdb.cell/size-spu.c: New file.
4317 * gdb.cell/solib.exp: New file.
4318 * gdb.cell/solib-symbol.exp: New file.
4319
4320 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4321
4322 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
4323
4324 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
4325
4326 * gdb.base/float.exp: Handle VFP registers.
4327
4328 2009-07-14 Michael Snyder <msnyder@vmware.com>
4329
4330 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
4331 to bring gdb to the beginning of the calling line.
4332
4333 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
4334 confusing the i386 epilogue unwinder.
4335
4336 2009-07-14 Stan Shebs <stan@codesourcery.com>
4337
4338 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
4339
4340 2009-07-14 Michael Snyder <msnyder@vmware.com>
4341
4342 * gdb.reverse/step-reverse.exp (stepi into function call):
4343 Call instruction may not be first instruction in the line.
4344 (reverse stepi from a function call): Used wrong line number.
4345
4346 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
4349
4350 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4351
4352 Fix gdb.base/macscp.exp when using custom inputrc.
4353 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
4354 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
4355 env(TERM) set.
4356 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
4357 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
4358
4359 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
4362 * gdb.base/annota1.exp (thread_test): Import global $testfile.
4363 Change the compilation target to match the testcase name.
4364 * gdb.base/sect-cmd.exp: Change the compilation target to match the
4365 testcase name.
4366 * a2-run.exp: Use for setup prepare_for_testing. Change the
4367 compilation target to match the testcase name.
4368 * gdb.base/commands.exp: Likewise.
4369 * gdb.base/finish.exp: Likewise.
4370 * gdb.base/float.exp: Likewise.
4371 * gdb.base/info-target.exp: Likewise.
4372 * gdb.base/relational.exp: Likewise.
4373 * gdb.base/term.exp: Likewise.
4374 * gdb.base/until.exp: Likewise.
4375 * gdb.base/volatile.exp: Likewise.
4376 * gdb.base/whatis-exp.exp: Likewise.
4377
4378 2009-07-11 Hui Zhu <teawater@gmail.com>
4379
4380 * gdb.base/help.exp (disassemble): Update expected help text.
4381
4382 2009-07-09 Tom Tromey <tromey@redhat.com>
4383
4384 * lib/gdb.exp: Handle TRANSCRIPT.
4385 (remote_spawn, remote_close, send_gdb): New procs.
4386
4387 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
4388
4389 * gdb.python/python-prettyprint.c: Add counted null string
4390 structure.
4391 * gdb.python/python-prettyprint.exp: Print null string. Test for
4392 embedded nulls.
4393 * gdb.python/python-prettyprint.py (pp_ns): New Function.
4394 * gdb.python/python-value.exp (test_value_in_inferior): Add
4395 variable length string fetch tests.
4396 * gdb.python/python-value.c (main): Add strings for string fetch tests.
4397
4398 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 * gdb.base/dump.exp (inaccessible memory is reported): New test.
4401
4402 2009-07-07 Tom Tromey <tromey@redhat.com>
4403
4404 * gdb.base/call-rt-st.exp: Update for change to escape output.
4405 * gdb.base/callfuncs.exp: Likewise.
4406 * gdb.base/charset.exp: Likewise.
4407 * gdb.base/constvars.exp: Likewise.
4408 * gdb.base/long_long.exp: Likewise.
4409 * gdb.base/pointers.exp: Likewise.
4410 * gdb.base/printcmds.exp: Likewise.
4411 * gdb.base/setvar.exp: Likewise.
4412 * gdb.base/store.exp: Likewise.
4413 * gdb.cp/ref-types.exp: Likewise.
4414 * gdb.mi/mi-var-child.exp: Likewise.
4415 * gdb.mi/mi-var-display.exp: Likewise.
4416 * gdb.mi/mi2-var-display.exp: Likewise.
4417 * gdb.base/charset.exp: Test octal escape sequence length.
4418 Update for change to escape output.
4419
4420 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4421
4422 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
4423
4424 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
4425
4426 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
4427
4428 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
4431 gdbserver increasing $portnum if "Can't bind address" has been seen.
4432
4433 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4434
4435 * gdb.base/ending-run.exp: Add "step out of main" pattern for
4436 mingw32ce.
4437
4438 2009-07-05 Pedro Alves <pedro@codesourcery.com>
4439
4440 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
4441 VFP format.
4442
4443 2009-07-02 Pedro Alves <pedro@codesourcery.com>
4444
4445 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
4446 linux. Adjust to use "inferior", "info inferiors", "detach
4447 inferior" and "kill inferior" instead of "restart", "info fork",
4448 "detach fork" and "delete fork".
4449 * gdb.base/ending-run.exp: Spell out "info".
4450 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
4451 the "kill" command.
4452
4453 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4454
4455 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
4456 change to prefix TLS offset in hex with 0x.
4457
4458 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4459
4460 * gdb.base/default.exp: Update test case for "x" changes.
4461
4462 2009-07-01 Tristan Gingold <gingold@adacore.com>
4463
4464 * gdb.base/bigcore.exp: Make darwin untested.
4465
4466 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 * gdb.base/completion.exp (directory completion): Create the directory.
4469 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
4470 escapeuniquesub.
4471 (directory completion 2): Expect now ${escapeuniquesub}.
4472 (Glob remaining of directory test): Remove one excessive newline.
4473 Expect the real output.
4474
4475 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 Fix `make check//%' target after `make check' has been ran.
4478 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
4479 a mkdir call.
4480 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
4481 (%/.dir): Remove.
4482
4483 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4484
4485 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
4486 the expected result record.
4487
4488 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
4489
4490 Remove racy FAILs relying just on the timeouts.
4491 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
4492 (annotation_level 2): Remove racy FAILs.
4493
4494 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
4495
4496 gdb/10275
4497 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
4498
4499 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
4500
4501 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
4502
4503 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
4504
4505 * gdb.mi/mi-stack.exp: Testing symbolic options
4506 to -stack-list-locals and -stack-list-arguments.
4507
4508 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4509
4510 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
4511
4512 2009-06-29 Tom Tromey <tromey@redhat.com>
4513
4514 * dg-extract-results.sh: New file.
4515 * Makefile.in (FORCE_PARALLEL): New variable.
4516 (CHECK_TARGET): New conditional variable.
4517 (check): Use CHECK_TARGET.
4518 (DO_RUNTEST): New variable.
4519 (check-single): New target.
4520 (TEST_DIRS): New variable.
4521 (TEST_TARGETS): Likewise.
4522 (check-parallel): New target.
4523 (check-gdb.%): New pattern.
4524 (BASE1_FILES): New variable.
4525 (BASE2_FILES): Likewise.
4526 (check-gdb.base%): New pattern.
4527 (%/.dir): New pattern.
4528 * configure: Rebuild.
4529 * aclocal.m4 (AM_CONDITIONAL): New defun.
4530 * configure.ac: Check whether user is using GNU make.
4531 (GMAKE): New conditional.
4532
4533 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
4534
4535 * gdb.cp/namespace-nested-import.cc: New test.
4536 * gdb.cp/namespace-nested-import.exp: New test.
4537
4538 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
4539
4540 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
4541 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
4542 * gdb.opt/Makefile.in (EXECUTABLES): Update.
4543 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
4544 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
4545 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
4546 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
4547 gdb.opt/inline-markers.c: New files.
4548 * lib/gdb.exp (skip_inline_frame_tests): New function.
4549 (skip_inline_var_tests): New function.
4550
4551 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
4552
4553 * gdb.cp/exception.exp: Don't require $hex before inner frame in
4554 backtrace.
4555
4556 2009-06-27 Michael Snyder <msnyder@vmware.com>
4557
4558 * gdb.reverse: New directory.
4559 * gdb.reverse/break-reverse.c: New test.
4560 * gdb.reverse/break-reverse.exp: New test.
4561 * gdb.reverse/consecutive-reverse.c: New test.
4562 * gdb.reverse/consecutive-reverse.exp: New test.
4563 * gdb.reverse/finish-reverse.c: New test.
4564 * gdb.reverse/finish-reverse.exp: New test.
4565 * gdb.reverse/machinestate.c: New test.
4566 * gdb.reverse/ms1.c: New test.
4567 * gdb.reverse/machinestate.exp: New test.
4568 * gdb.reverse/Makefile.in: New file.
4569 * gdb.reverse/shr2.c: New test.
4570 * gdb.reverse/solib-reverse.c: New test.
4571 * gdb.reverse/solib-reverse.exp: New test.
4572 * gdb.reverse/step-reverse.c: New test.
4573 * gdb.reverse/step-reverse.exp: New test.
4574 * gdb.reverse/until-reverse.c: New test.
4575 * gdb.reverse/ur1.c: New test.
4576 * gdb.reverse/until-reverse.exp: New test.
4577 * gdb.reverse/watch-reverse.c: New test.
4578 * gdb.reverse/watch-reverse.exp: New test.
4579 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
4580 * configure: Regenerate.
4581
4582 2009-06-26 Doug Evans <dje@google.com>
4583
4584 * gdb.base/psymtab.exp: Turn off pending breakpoints.
4585
4586 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
4587
4588 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
4589 windows problem for 'file delete $binfile'.
4590
4591 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
4592
4593 * gdb.cp/namespace-using.exp: New test.
4594 * gdb.cp/namespace-using.cc: New test.
4595
4596 2009-05-20 Joel Brobecker <brobecker@adacore.com>
4597
4598 * gdb.ada/variant_record_packed_array: New testcase.
4599
4600 2009-06-23 Tom Tromey <tromey@redhat.com>
4601
4602 * gdb.base/charset.exp (test_combination): Regression test.
4603 * gdb.base/charset.c (my_wchar_t): New typedef.
4604 (myvar): New global.
4605 (main): Set myvar.
4606
4607 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
4608
4609 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
4610 target.
4611
4612 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4613
4614 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
4615
4616 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4617
4618 * gdb.mi/gdb680.exp: Update test for error message.
4619
4620 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4621
4622 * gdb.base/annota1.exp: Allow multiple occurrences of the
4623 frames-invalid annotation.
4624 * gdb.cp/annota2.exp: Likewise.
4625
4626 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
4627
4628 * gdb.cp/gdb2495.cc: New file.
4629 * gdb.cp/gdb2495.exp: New file.
4630
4631 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4632
4633 Report error on GDB crash during runto.
4634 * lib/gdb.exp (runto <eof>): New.
4635
4636 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
4637
4638 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
4639 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
4640 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
4641 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
4642 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
4643 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
4644 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
4645 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
4646 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
4647 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
4648 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
4649 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
4650 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
4651 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
4652 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
4653 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
4654 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
4655 gdb.server/server-mon.exp, gdb.server/server-run.exp,
4656 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
4657 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
4658 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
4659 gdb.trace/passcount.exp, gdb.trace/report.exp,
4660 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
4661 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
4662 gdb.trace/while-stepping.exp: Use a unique name for the compiled
4663 executable.
4664
4665 2009-06-07 Pedro Alves <pedro@codesourcery.com>
4666
4667 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
4668 defined before referencing it.
4669
4670 2009-06-03 Doug Evans <dje@google.com>
4671
4672 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
4673 * gdb.arch/i386-see.c: Ditto.
4674
4675 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
4676
4677 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
4678 (check_macro): Return 1 if undefined.
4679 If first test fails, check if macro debug information is available,
4680 and report unsupported test if no macro information is found.
4681
4682 2009-05-29 Doug Evans <dje@google.com>
4683
4684 * gdb.threads/hand-call-in-threads.exp: New.
4685 * gdb.threads/hand-call-in-threads.c: New.
4686
4687 2009-05-29 Michael Snyder <msnyder@vmware.com>
4688
4689 * gdb.base/break-always.exp: Change "1" to "on".
4690 Add confirmation check.
4691
4692 2009-05-28 Pedro Alves <pedro@codesourcery.com>
4693
4694 * gdb.threads/threxit-hop-specific.c: New.
4695 * gdb.threads/threxit-hop-specific.exp: New.
4696 * gdb.threads/thread-execl.c: New.
4697 * gdb.threads/thread-execl.exp: New.
4698
4699 2009-05-27 Tom Tromey <tromey@redhat.com>
4700 Thiago Jung Bauermann <bauerman@br.ibm.com>
4701
4702 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
4703 (mi_child_regexp): Likewise.
4704 (mi_list_varobj_children_range): Likewise.
4705 (mi_get_features): Likewise.
4706 (mi_list_varobj_children): Rewrite.
4707 * gdb.python/python-mi.exp: New file.
4708
4709 2009-05-27 Tom Tromey <tromey@redhat.com>
4710 Thiago Jung Bauermann <bauerman@br.ibm.com>
4711 Phil Muldoon <pmuldoon@redhat.com>
4712 Paul Pluzhnikov <ppluzhnikov@google.com>
4713
4714 * gdb.python/python-prettyprint.exp: New file.
4715 * gdb.python/python-prettyprint.c: New file.
4716 * gdb.python/python-prettyprint.py: New file.
4717 * gdb.base/display.exp: print/r is now valid.
4718
4719 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
4720 Tom Tromey <tromey@redhat.com>
4721 Pedro Alves <pedro@codesourcery.com>
4722 Paul Pluzhnikov <ppluzhnikov@google.com>
4723
4724 * gdb.python/python-template.exp: New file.
4725 * gdb.python/python-template.cc: New file.
4726 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4727 tests.
4728 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4729 Call it.
4730 (test_value_after_death): New proc.
4731 * gdb.python/python-value.c (PTR): New typedef.
4732 (main): New variable 'x'.
4733
4734 2009-05-27 Tom Tromey <tromey@redhat.com>
4735
4736 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
4737 tests.
4738 * gdb.python/python-value.exp (py_objfile_tests): New proc.
4739 Call it.
4740
4741 2009-05-27 Pedro Alves <pedro@codesourcery.com>
4742
4743 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
4744
4745 2009-05-24 Pedro Alves <pedro@codesourcery.com>
4746
4747 * gdb.threads/fork-thread-pending.c: New.
4748 * gdb.threads/fork-thread-pending.exp: New.
4749
4750 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4751
4752 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
4753 * gdb.dwarf2/dw2-strp.S (a_string2): New.
4754
4755 2009-05-18 Jon Beniston <jon@beniston.com>
4756
4757 * gdb.asm/asm-source.exp: Add lm32 target.
4758
4759 2009-05-17 Pedro Alves <pedro@codesourcery.com>
4760
4761 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
4762 `gdb_get_line_number'. Call `callee' in both parent and child.
4763 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
4764 `gdb_get_line_number' instead of hardcoding line numbers.
4765 (catch_fork_unpatch_child): New procedure to test detaching
4766 breakpoints from child fork.
4767 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
4768 hardcoding line numbers.
4769 (do_fork_tests): Run `catch_fork_unpatch_child'.
4770
4771 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
4772
4773 * gdb.mi/mi-cmd-var.exp: Check that when varobj
4774 of structure type enters or leaves the scope, it
4775 is reported by -var-update.
4776
4777 2009-05-11 Doug Evans <dje@sebabeach.org>
4778
4779 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
4780 * gdb.threads/pending-step.c (main): Fix off-by-one error.
4781 * gdb.threads/schedlock.c (main): Fix off-by-one error.
4782
4783 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4784
4785 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
4786
4787 2009-04-30 Doug Evans <dje@google.com>
4788
4789 * gdb.threads/watchthreads2.exp: New testcase.
4790 * gdb.threads/watchthreads2.c: New testcase.
4791
4792 2009-04-29 Doug Evans <dje@google.com>
4793
4794 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
4795 * gdb.cp/mb-ctor.cc: Ditto.
4796 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
4797 * gdb.cp/mb-inline.h (multi_line_foo): New function.
4798 * gdb.cp/mb-inline1.cc: Call it.
4799 * gdb.cp/mb-inline2.cc: Ditto.
4800 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
4801 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
4802
4803 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4804
4805 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
4806 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
4807 Replace all uses of `decimal' by `nonzero'.
4808 (info macro FROM_COMMANDLINE): New test.
4809
4810 2009-04-27 Tom Tromey <tromey@redhat.com>
4811
4812 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
4813
4814 2009-04-27 Doug Evans <dje@google.com>
4815
4816 * gdb.threads/watchthreads.c (main): Initialize args before starting
4817 the threads. Plus formatting cleanup.
4818 * gdb.threads/watchthreads.exp: Avoid errant failures due to
4819 biased scheduling of one thread.
4820
4821 2009-04-27 Jerome Guitton <guitton@adacore.com>
4822
4823 * gdb.cp/templates.cc (GetMax): New template.
4824 (main): Declare two instances of GetMax.
4825 * gdb.cp/templates.exp: Add new test.
4826
4827 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4828
4829 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
4830
4831 2009-04-22 Joseph Myers <joseph@codesourcery.com>
4832
4833 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
4834
4835 2009-04-15 Tom Tromey <tromey@redhat.com>
4836
4837 * gdb.base/charset.exp: Add regression test.
4838
4839 2009-04-14 Joel Brobecker <brobecker@adacore.com>
4840
4841 * gdb.base/exe-lock.exp: New testcase.
4842
4843 2009-04-13 Tom Tromey <tromey@redhat.com>
4844
4845 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
4846 operator on Frame.
4847
4848 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4849
4850 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
4851 * gdb.server/ext-attach.exp: Likewise.
4852
4853 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
4854
4855 Eliminate some sleep usage.
4856
4857 * gdb.mi/basics.c (do_nothing): New.
4858 (main): Use do_nothing instead of printf, so that
4859 not to introduce race condition between output of
4860 inferiour and output of gdb. Do not use sleep as it
4861 is not generally available on embedded targets.
4862
4863 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4864
4865 * gdb.server/ext-attach.exp: Expect an optional process id after
4866 "Detached from remote process".
4867
4868 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4869
4870 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
4871 gdb.dwarf2/dw2-unresolved.exp: New.
4872
4873 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4874
4875 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
4876 mi_run_to_main.
4877
4878 2009-04-02 Pedro Alves <pedro@codesourcery.com>
4879
4880 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
4881 mi_run_to_main. Skip thread exit test on remote targets.
4882 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
4883 mi_run_to_main.
4884 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
4885 mi_run_to_main.
4886 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
4887 when expecting ^connected. Detect when the target doesn't support
4888 non-stop mode.
4889 (mi_run_cmd): Detect if non-stop mode was requested by isn't
4890 supported. Return -1 on error, 0 on success.
4891 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
4892 (mi_runto): Return mi_runto_helper's result explicitly.
4893
4894 2009-04-01 Pedro Alves <pedro@codesourcery.com>
4895
4896 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
4897
4898 2009-04-01 Tom Tromey <tromey@redhat.com>
4899
4900 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
4901 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
4902 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
4903 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
4904
4905 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
4906 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 PR gdb/931
4909 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
4910 output.
4911 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
4912 for gdb/931.
4913 * dw2-strp.S (DW_AT_language): Change to C++.
4914 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
4915
4916 2009-03-31 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.ada/tasks: New testcase.
4919
4920 2009-03-30 Stan Shebs <stan@codesourcery.com>
4921
4922 * gdb.trace/actions.exp: Update to match new info trace format.
4923 * gdb.trace/deltrace.exp: Ditto.
4924 * gdb.trace/infotrace.exp: Ditto.
4925 * gdb.trace/passcount.exp: Ditto.
4926 * gdb.trace/save-trace.exp: Ditto.
4927 * gdb.trace/while-stepping.exp: Ditto.
4928 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
4929
4930 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
4931
4932 * gdb.python/python-frame.c: New file.
4933 * gdb.python/python-frame.exp: New file.
4934
4935 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
4936
4937 * gdb.python/python-value.exp: Add tests for the address
4938 attribute.
4939
4940 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
4941
4942 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
4943
4944 2009-03-26 Doug Evans <dje@google.com>
4945
4946 * gdb.mi/mi-nonstop-exit.exp: New file.
4947 * gdb.mi/non-stop-exit.c: New file.
4948
4949 2009-03-26 Tom Tromey <tromey@redhat.com>
4950
4951 Update for change to prologue skipping:
4952 * gdb.mi/mi2-simplerun.exp: Update.
4953 * gdb.mi/mi2-break.exp: Update.
4954 * gdb.mi/mi-simplerun.exp: Update.
4955 * gdb.mi/mi-break.exp: Update.
4956 * gdb.base/ending-run.exp: Update.
4957
4958 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
4959
4960 * gdb.python/python-value.exp (test_value_in_inferior): Test
4961 gdb.Value.is_optimized_out attribute.
4962
4963 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 * gdb.dwarf2/dw2-noloc-main.c: New file.
4966 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
4967 (.text): Remove.
4968 (.data): New.
4969 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
4970 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
4971 (DW_TAG_subprogram func_cu1, noloc): Remove.
4972 (main): New.
4973 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
4974 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
4975 (file_symbols): New procedure.
4976
4977 2009-03-25 Tom Tromey <tromey@redhat.com>
4978
4979 * gdb.base/charset.exp (valid_target_charset): New proc.
4980 Use it to skip tests on invalid charsets.
4981
4982 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
4983
4984 * gdb.base/completion.exp: Add a test for directory completion.
4985
4986 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4987
4988 Fix a racy FAIL.
4989 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
4990 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
4991
4992 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
4993
4994 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
4995 * gdb.python/python-function.exp: Add test for function returning
4996 a GDB value.
4997
4998 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
4999
5000 * gdb.python/python-function.exp: New file.
5001
5002 2009-03-20 Tom Tromey <tromey@redhat.com>
5003
5004 * gdb.base/store.exp: Update for change to escape output.
5005 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
5006 to escape output.
5007 * gdb.base/pointers.exp: Update for change to escape output.
5008 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
5009 to escape output.
5010 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
5011 escape output.
5012 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
5013 to escape output.
5014 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
5015 escape output.
5016 * gdb.base/setvar.exp: Update for change to escape output.
5017 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
5018 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
5019 to escape output.
5020 (test_print_string_constants): Likewise.
5021 * gdb.base/charset.exp (valid_host_charset): Check size of
5022 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
5023 cases. Handle "auto"-related output.
5024 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
5025 (uvar, Uvar): New globals.
5026
5027 2009-03-19 Jerome Guitton <guitton@adacore.com>
5028
5029 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
5030 deltas.
5031 * gdb.ada/fixed_points.exp: Ditto.
5032
5033 2009-03-18 Pedro Alves <pedro@codesourcery.com>
5034
5035 * return-nodebug.c: Don't include stdio.h.
5036 (init): Delete.
5037 (func): Delete definition and provide extern declaration.
5038 (t): New.
5039 (main): Don't call printf. Call func and store its result in t.
5040 * return-nodebug1.c: New.
5041 * return-nodebug.exp: Don't expect stdio output. Instead, print
5042 the global variable t. Drop printf formatters and cast types from
5043 foreach loop. Don't use prepare_for_testing. Compile
5044 return-nodebug.c and return-nodebug1.c in separate steps. Don't
5045 define FORMAT or CAST.
5046
5047 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5048
5049 * gdb.base/solib-display.exp: Disable test for remote targers.
5050
5051 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
5054
5055 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5056
5057 Fix a racy FAIL.
5058 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
5059 code from `follow parent, print pids'.
5060 (`follow child, print pids', `follow parent, print pids'): Call it.
5061 Replace `gdb_test "break..."' by gdb_breakpoint.
5062
5063 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
5064
5065 * gdb.mi/mi-cli.exp: Adjust for output difference in
5066 sync and async modes.
5067
5068 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5069
5070 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
5071 that was checked in by mistake. Remove loading of ada.exp, since
5072 this is not necessary in this case.
5073
5074 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5075
5076 * gdb.ada/ptype_arith_binop.exp: New testcase.
5077
5078 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5079
5080 * gdb.ada/mod_from_name: New testcase.
5081
5082 2009-03-12 Joel Brobecker <brobecker@adacore.com>
5083
5084 * gdb.ada/tick_last_segv: New testcase.
5085
5086 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5087
5088 * gdb.mi/mi-cli.exp: Remove debug print.
5089
5090 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
5091
5092 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
5093 include the token in ^running and frame info in *stopped.
5094
5095 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5096
5097 * solib-display.exp: New file.
5098 * solib-display-main.c: New file.
5099 * solib-display-lib.c: New file.
5100
5101 2009-03-05 Pedro Alves <pedro@codesourcery.com>
5102
5103 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
5104
5105 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5106
5107 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
5108 (list_and_check_macro): Use more specific test name.
5109 (next to definition): Make the test names unique.
5110
5111 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
5112
5113 * gdb.pascal/floats.exp: Accept approximate results everywhere.
5114
5115 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5116
5117 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
5118 notifications.
5119 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
5120 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
5121 * lib/mi-support.exp (library_loaded_re): New.
5122 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
5123
5124 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
5125
5126 * gdb.gdb/observer.exp: Use test_notification observer, not
5127 normal_stop, everywhere.
5128 (test_normal_stop_notifications): Rename to...
5129 (test_notifications): ...this.
5130 (test_observer_normal_stop): Rename to...
5131 (test_observer): ...this.
5132
5133 2009-02-16 Doug Evans <dje@google.com>
5134
5135 * gdb.arch/amd64-disp-step.S (test_int3): New test.
5136 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
5137 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
5138 (test_prefixed_syscall,test_int3): New tests.
5139 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
5140 (test_prefixed_syscall,test_int3): New tests.
5141
5142 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
5143
5144 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
5145 (mi_expect_interrupt): Likewise.
5146 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
5147 response.
5148
5149 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5150
5151 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
5152 * gdb.base/pc-fp.exp (get_valueofx): Remove.
5153 Replace calls to get_valueofx by get_hexadecimal_valueof.
5154
5155 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
5156
5157 * lib/gdb.exp (get_valueof): Accept anything as a return value.
5158 (get_integer_valueof): New procedure.
5159 (get_sizeof): Use new get_integer_value_of.
5160 * gdb.base/sizeof.exp: Replace all uses of get_valueof
5161 by get_integer_valueof.
5162
5163 2009-02-13 Tom Tromey <tromey@redhat.com>
5164
5165 * gdb.base/remote.exp (get_sizeof): Remove.
5166 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
5167 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
5168 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
5169 * lib/gdb.exp (get_valueof): Move from long_long.exp.
5170 (get_sizeof): Likewise.
5171
5172 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5173
5174 PR fortran/9806
5175 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
5176
5177 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
5178
5179 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
5180
5181 2009-02-06 Pedro Alves <pedro@codesourcery.com>
5182
5183 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
5184
5185 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
5186
5187 * gdb.python/python-cmd.exp: New file.
5188
5189 2009-02-06 Tristan Gingold <gingold@adacore.com>
5190
5191 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
5192
5193 2009-02-05 Tristan Gingold <gingold@adacore.com>
5194
5195 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
5196 pointer is dereferenced and use this signal name in regexp.
5197 * gdb.base/signull.exp: Ditto.
5198 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
5199 * gdb.base/signull.c (main): Ditto.
5200
5201 2009-02-04 Tom Tromey <tromey@redhat.com>
5202 Thiago Jung Bauermann <bauerman@br.ibm.com>
5203
5204 * gdb.python/python-value.exp: Use `gdb.history' instead of
5205 `gdb.value_from_history'.
5206 (test_value_numeric_ops): Add test for conversion of enum constant.
5207 * gdb.python/python-value.c (enum e): New type.
5208 (evalue): New global.
5209 (main): Use argv.
5210
5211 2009-02-04 Jerome Guitton <guitton@adacore.com>
5212
5213 * gdb.ada/uninitialized_vars: New test program.
5214 * gdb.ada/uninitialized_vars.exp: New testcase.
5215
5216 2009-02-02 Tom Tromey <tromey@redhat.com>
5217
5218 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
5219 * gdb.cp/pr2489.cc: Rename...
5220 * gdb.cp/pr9594.cc: ... to this.
5221
5222 2009-02-02 Tom Tromey <tromey@redhat.com>
5223
5224 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
5225 * gdb.cp/pr2489.cc: New file.
5226 * gdb.cp/cpcompletion.exp: New file.
5227
5228 2009-02-02 Tom Tromey <tromey@redhat.com>
5229
5230 PR exp/9059:
5231 * gdb.cp/call-c.exp: Add regression test.
5232 * gdb.cp/call-c.cc (FooHandle): New typedef.
5233 (main): New variable 'handle'.
5234
5235 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5236
5237 * lib/mi-support.exp (et_mi_thread_list)
5238 (check_mi_and_console_threads): Adjust for current thread in
5239 -thread-list-ids output.
5240
5241 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
5242
5243 * gdb.mi/mi-break.exp (test_disabled_creation): New.
5244 Call it.
5245
5246 2009-01-28 Doug Evans <dje@google.com>
5247
5248 * gdb.arch/amd64-disp-step.S: New file.
5249 * gdb.arch/amd64-disp-step.exp: New file.
5250 * gdb.arch/i386-disp-step.S: New file.
5251 * gdb.arch/i386-disp-step.exp: New file.
5252
5253 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
5254
5255 * gdb.base/find.exp: Set newline variable
5256 using quotes instead of braces to fix cygwin failures.
5257
5258 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5259
5260 * gdb.base/radix.exp: Add tests to ensure that that set
5261 input-radix 0 and set output-radix 0 are really rejected.
5262
5263 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5264
5265 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
5266 copyright years.
5267
5268 2009-01-23 Pedro Alves <pedro@codesourcery.com>
5269
5270 PR gdb/9664:
5271 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
5272
5273 2009-01-22 Pedro Alves <pedro@codesourcery.com>
5274
5275 PR c++/9631:
5276 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
5277
5278 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
5279
5280 * gdb.server/file-transfer.exp: Use EXEEXT variable for
5281 binfile definition to fix Windows OS failure.
5282
5283 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
5284
5285 PR gdb/9346
5286 * gdb.base/interrupt.c (sigint_handler): New.
5287 (main): Install a SIGINT handler if SIGNALS is defined. Exit
5288 on error.
5289 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
5290 Test "signal SIGINT".
5291
5292 2009-01-19 Doug Evans <dje@google.com>
5293
5294 * gdb.base/break.exp: Update expected gdb output.
5295 * gdb.base/sepdebug.exp: Ditto.
5296 * gdb.mi/mi-syn-frame.exp: Ditto.
5297 * gdb.mi/mi2-syn-frame.exp: Ditto.
5298 * gdb.base/call-signal-resume.exp: New file.
5299 * gdb.base/call-signals.c: New file.
5300 * gdb.base/unwindonsignal.exp: New file.
5301 * gdb.base/unwindonsignal.c: New file.
5302 * gdb.threads/interrupted-hand-call.exp: New file.
5303 * gdb.threads/interrupted-hand-call.c: New file.
5304 * gdb.threads/thread-unwindonsignal.exp: New file.
5305
5306 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
5307
5308 * gdb.base/define.exp: Test defining and hooking prefix commands.
5309 * gdb.python/python.exp: Update test for "show user" output.
5310
5311 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
5314 now the output exactly, using less wildcards. Expect also the output
5315 of gfortran-4.3. Update for the f-valprint.c modification from
5316 2008-04-22.
5317 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
5318 Remove gdb_test test names where matching the command.
5319
5320 2009-01-01 Pedro Alves <pedro@codesourcery.com>
5321
5322 PR breakpoints/9681:
5323 * gdb.base/watchpoint.exp: Add regression test.
5324
5325 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5326
5327 * gdb.threads/attach-into-signal.exp: Don't use
5328 gdb_suppress_entire_file.
5329 * gdb.threads/attach-stopped.exp: Ditto.
5330 * gdb.threads/attachstop-mt.exp: Ditto.
5331
5332 2008-12-31 Pedro Alves <pedro@codesourcery.com>
5333
5334 PR gdb/8812:
5335 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
5336
5337 2008-12-29 Pedro Alves <pedro@codesourcery.com>
5338
5339 PR gdb/7536:
5340 * gdb.base/radix.exp: Add tests to ensure invalid input radices
5341 and unsupported output radices are really rejected.
5342
5343 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5344
5345 * gdb.cp/punctuator.exp: Backslash the '$' signs.
5346
5347 2008-12-22 Tom Tromey <tromey@redhat.com>
5348
5349 * gdb.cp/punctuator.exp: New file.
5350
5351 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5352
5353 * gdb.base/completion.exp (Completing non-existing component): New test.
5354
5355 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5356
5357 Fix for PR gdb/8648.
5358 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
5359 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
5360 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
5361 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
5362
5363 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5364
5365 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
5366
5367 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
5368
5369 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
5370 compiler actually generate code at the expected line number.
5371
5372 2008-12-15 Jie Zhang <jie.zhang@analog.com>
5373
5374 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
5375
5376 2008-12-12 Tom Tromey <tromey@redhat.com>
5377
5378 * gdb.base/commands.exp (redefine_hook_test): New proc.
5379 Call it.
5380
5381 2008-12-11 Tom Tromey <tromey@redhat.com>
5382
5383 * gdb.base/macscp.exp: New regression test.
5384
5385 2008-12-11 Tom Tromey <tromey@redhat.com>
5386
5387 * gdb.base/macscp.exp: Print "address.addr".
5388 * gdb.base/macscp1.c (struct outer): New struct.
5389 (address): New global.
5390
5391 2008-12-09 Tom Tromey <tromey@redhat.com>
5392
5393 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
5394 Call it.
5395
5396 2008-12-04 Doug Evans <dje@google.com>
5397
5398 * gdb.server/ext-run.exp: Relax regexp for init program.
5399
5400 2008-12-03 Tristan Gingold <gingold@adacore.com>
5401
5402 * gdb.base/macscp.exp: Generate an object file during compilation
5403 to work around Darwin dsymutil limitations.
5404
5405 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5406
5407 Test resolving external references to TLS variables.
5408 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
5409 FILE2_THREAD_LOCAL.
5410 (testfile2, srcfile2): New variables.
5411 * gdb.threads/tls.c (file2_thread_local)
5412 (function_referencing_file2_thread_local): New.
5413 * gdb.threads/tls2.c: New file.
5414
5415 2008-11-28 Joel Brobecker <brobecker@adacore.com>
5416
5417 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
5418 rather than integer, as integer might not be big enough when
5419 on 64bit targets.
5420
5421 2008-11-27 Jerome Guitton <guitton@adacore.com>
5422
5423 * gdb.cp/formatted-ref.exp: Add equality test.
5424 * gdb.ada/formatted_ref.exp: Ditto.
5425
5426 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5427
5428 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
5429 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
5430
5431 2008-11-20 Andreas Schwab <schwab@suse.de>
5432
5433 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
5434 matching syscall entry point.
5435 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
5436 (tcatch_vfork_then_child_follow): Likewise. Finish through
5437 vfork even if we stopped at the syscall trampoline.
5438
5439 2008-11-20 Doug Evans <dje@google.com>
5440
5441 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
5442
5443 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
5444
5445 * gdb.arch/ppc-dfp.exp: New file.
5446 * gdb.arch/ppc-dfp.c: New file.
5447
5448 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
5449
5450 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
5451
5452 2008-11-17 Doug Evans <dje@google.com>
5453
5454 * gdb.mi/mi-syn-frame.exp: Update expected output.
5455 * gdb.mi/mi2-syn-frame.exp: Update expected output.
5456
5457 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5458
5459 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
5460 "thread N" results in =thread-selected.
5461 * lib/mi-support (mi_run_cmd, mi_expect_stop)
5462 (mi_send_resuming_command_raw): Be prepared for
5463 =thread-selected.
5464
5465 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
5466
5467 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
5468 * lib/mi-support.exp: Likewise.
5469
5470 2008-11-16 Joel Brobecker <brobecker@adacore.com>
5471
5472 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
5473 commands from the expected output for "help catch".
5474
5475 2008-11-15 Joel Brobecker <brobecker@adacore.com>
5476
5477 * gdb.ada/int_deref.exp: New testcase.
5478
5479 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
5480
5481 * gdb.mi/gdb2549.exp: New file.
5482
5483 2008-11-11 Doug Evans <dje@google.com>
5484
5485 * gdb.base/callexit.exp: New file.
5486 * gdb.base/callexit.c: New file.
5487
5488 2008-11-10 Doug Evans <dje@google.com>
5489
5490 * lib/gdb.exp (GDBFLAGS): Move -nx ...
5491 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
5492 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
5493 (default_gdb_start,default_gdb_exit): Ditto.
5494 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
5495 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
5496 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
5497 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
5498 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
5499 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
5500
5501 2008-11-03 Andreas Schwab <schwab@suse.de>
5502
5503 * gdb.base/hashline2.exp: Fix typo.
5504 * gdb.base/hashline3.exp: Likewise.
5505
5506 2008-10-30 Tom Tromey <tromey@redhat.com>
5507
5508 * gdb.base/pointers.exp: Add test.
5509 * gdb.base/pointers.c (k, S): New typedefs.
5510 (instance): New global.
5511
5512 2008-10-30 Andreas Schwab <schwab@suse.de>
5513
5514 * gdb.base/args.exp: Add tests for newlines.
5515
5516 2008-10-30 Joel Brobecker <brobecker@adacore.com>
5517
5518 gdb.base/foll-exec.exp: Update the expected output of a couple
5519 of "info breakpoints" tests.
5520
5521 2008-10-28 Tom Tromey <tromey@redhat.com>
5522
5523 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
5524
5525 2008-10-24 Pedro Alves <pedro@codesourcery.com>
5526
5527 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
5528 gdb_start_cmd.
5529 Use runto_main before any test that requires execution.
5530
5531 2008-10-23 Pedro Alves <pedro@codesourcery.com>
5532
5533 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
5534 instead of SIGINT.
5535
5536 2008-10-22 Joel Brobecker <brobecker@adacore.com>
5537
5538 * gdb.base/completion.exp: Update expected output following
5539 the addition of the "info tasks" command.
5540
5541 2008-10-22 Tom Tromey <tromey@redhat.com>
5542
5543 * gdb.base/exprs.exp (test_expr): Add test for string
5544 concatenation.
5545
5546 2008-10-19 Pedro Alves <pedro@codesourcery.com>
5547
5548 * configure.ac: Output gdb.python/Makefile.
5549 * configure: Regenerate.
5550 * gdb.python/Makefile.in: New.
5551
5552 2008-10-16 Joel Brobecker <brobecker@adacore.com>
5553
5554 * gdb.base/foll-fork.exp: Adjust the expected output to match
5555 the new description for fork/vfork catchpoints in the "info
5556 breakpoints" output.
5557
5558 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5559
5560 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
5561
5562 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5563
5564 * gdb.python/python-value.c: New file.
5565 * gdb.python/python-value.exp: New file.
5566
5567 2008-10-15 Pedro Alves <pedro@codesourcery.com>
5568
5569 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
5570
5571 2008-10-15 Denis Pilat <denis.pilat@st.com>
5572
5573 * gdb.cp/mb-ctor.exp: Fix a typo.
5574
5575 2008-10-09 Tom Tromey <tromey@redhat.com>
5576
5577 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
5578 'fprintf' and 'stderr'.
5579
5580 2008-10-07 Joel Brobecker <brobecker@adacore.com>
5581
5582 * gdb.ada/ref_tick_size.exp: New testcase.
5583
5584 2008-10-06 Doug Evans <dje@google.com>
5585
5586 * gdb.dwarf2/dw2-cu-size.exp: New file.
5587 * gdb.dwarf2/dw2-cu-size.S: New file.
5588
5589 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
5590 .Ltype_int for clarity.
5591
5592 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
5593
5594 PR gdb/2384:
5595 * gdb.cp/gdb2384.exp: Extended to test more cases.
5596 * gdb.cp/gdb2384.cc: Likewise.
5597 * gdb.cp/gdb2384-base.h: Likewise.
5598 * gdb.cp/gdb2384-base.cc: Likewise.
5599
5600 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5601
5602 * gdb.base/maint.exp (maint print type): Remove printing
5603 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
5604
5605 2008-09-30 Tom Tromey <tromey@redhat.com>
5606
5607 * gdb.base/macscp.exp: Add completion tests.
5608 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
5609 (TWENTY_THREE): Likewise.
5610 (FORTY_EIGHT): Likewise.
5611
5612 2008-09-30 Tom Tromey <tromey@redhat.com>
5613
5614 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
5615 everywhere.
5616 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
5617
5618 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5619
5620 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
5621 testcase is derived from. Fix racy dependency on an expected PID
5622 number. No longer support the testcase on Linux kernel 2.4.x.
5623
5624 2008-09-27 Tom Tromey <tromey@redhat.com>
5625
5626 * gdb.base/macscp.exp: Add tests for stringification, splicing,
5627 and varargs.
5628
5629 2008-09-22 Pedro Alves <pedro@codesourcery.com>
5630
5631 * lib/mi-support.exp (mi_expect_interrupt): New.
5632 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
5633 from gdb.mi/mi-nonstop.exp.
5634 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
5635 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
5636 lib/mi-support.exp.
5637 Use mi_check_thread_states throughout. Avoid ".*" and do not
5638 require an anchor after -exec-run.
5639
5640 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
5641
5642 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
5643 stop is pending. Avoid ".*" when two stops are pending.
5644 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
5645 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
5646 newlines in fullnames.
5647 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
5648 (mi_expect_stop): Update comments. Only anchor in sync mode.
5649 Do not match newlines.
5650 (mi_send_resuming_command_raw): Always return status.
5651 (mi_get_stop_line): Do not match more than one line by accident.
5652 Only anchor in sync mode.
5653 (mi_run_inline_test): If -exec-next fails, give up.
5654
5655 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5656
5657 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
5658 on SPU.
5659
5660 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5661
5662 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
5663
5664 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5665
5666 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
5667 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
5668 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
5669 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
5670 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
5671 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
5672 gdb.ada/interface.exp, gdb.ada/null_array.exp,
5673 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
5674 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
5675 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
5676 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
5677 Include the "= " sequence in the expected output of print tests.
5678
5679 2008-09-10 Joel Brobecker <brobecker@adacore.com>
5680
5681 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
5682 description for boolean types.
5683
5684 2008-09-09 Pedro Alves <pedro@codesourcery.com>
5685
5686 * gdb.base/hook-stop-continue.c: New.
5687 * gdb.base/hook-stop-continue.exp: New.
5688
5689 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
5690
5691 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
5692
5693 2008-09-08 Jerome Guitton <guitton@adacore.com>
5694
5695 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
5696 (stack_check_probe_2, stack_check_probe_loop_1)
5697 (stack_check_probe_loop_2): New functions.
5698 (main): Add call to these new functions.
5699 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
5700 functions, check that the breakpoint is inserted at the appropriate
5701 location.
5702 (insert_breakpoint): Slightly refine this procedure so that it can
5703 be called several times in the test.
5704
5705 2008-09-08 Jerome Guitton <guitton@adacore.com>
5706
5707 * gdb.base/stack-checking.c: New file.
5708 * gdb.base/stack-checking.exp: New file.
5709
5710 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5711
5712 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
5713 * gdb.arch/altivec-regs.exp: Likewise.
5714 * gdb.arch/vsx-regs.exp: Likewise.
5715
5716 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
5717
5718 * gdb.arch/ppc-fp.exp: New file.
5719 * gdb.arch/ppc-fp.c: New file.
5720
5721 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
5722
5723 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
5724 lest gcc-4.3.1 optimizes the whole thing away.
5725
5726 2008-09-04 Michael Snyder <msnyder@vmware.com>
5727
5728 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
5729 as "at" (for non-debug functions such as _start).
5730
5731 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5732
5733 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
5734 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
5735 software watchpoints.
5736 * gdb.base/watch_thread_num.exp: Likewise.
5737
5738 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
5739
5740 * gdb.arch/i386-bp_permanent.exp: New test.
5741
5742 2008-08-24 Tom Tromey <tromey@redhat.com>
5743
5744 * gdb.base/maint.exp: Update "maint print type".
5745
5746 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
5747
5748 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
5749 support. Adjust the order of "*running" notifications.
5750 * gdb.mi/non-stop.c: Don't cast from int to void* and
5751 back.
5752
5753 2008-08-20 Mark Kettenis <kettenis@gnu.org>
5754
5755 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
5756 expect to find it in the "info frame" output.
5757
5758 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
5759
5760 * gdb.base/interp.exp: Always consume both prompts.
5761
5762 2008-08-20 Pedro Alves <pedro@codesourcery.com>
5763
5764 * gdb.base/pending.exp: Test pending breakpoints without symbols
5765 loaded.
5766
5767 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5768
5769 * lib/mi-support.exp (mi_expect_stop): Produce
5770 more details on failures.
5771 * gdb.mi/mi-nonstop.exp: New.
5772 * gdb.mi/non-stop.c: New.
5773
5774 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
5775
5776 * gdb.mi/mi-async.exp: Use 'set target-async'.
5777 * lib/mi-support.exp: Use 'set/show target-async'.
5778
5779 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
5780
5781 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
5782
5783 2008-08-17 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.base/help.exp (help catch): Rewrite.
5786
5787 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
5788
5789 * gdb.base/define.exp: Test indented command documentation.
5790 * gdb.python/python.exp: Test indented multi-line command.
5791
5792 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
5793
5794 * testsuite/gdb.arch/vsx-regs.c: New source file.
5795 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
5796 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
5797
5798 2008-08-14 Tom Tromey <tromey@redhat.com>
5799
5800 * gdb.base/macscp.exp: Add regression test for "macro define" or
5801 "macro undef" with no arguments.
5802
5803 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
5804
5805 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
5806
5807 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5808
5809 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
5810
5811 2008-08-06 Tom Tromey <tromey@redhat.com>
5812
5813 * gdb.python/python.exp: New file.
5814
5815 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5816
5817 Fix for PR gdb/1543.
5818 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
5819 $LOCATION.
5820 (location): New variable.
5821 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
5822 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
5823 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
5824 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
5825 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
5826 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
5827 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
5828 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
5829 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
5830 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
5831 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
5832 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
5833 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
5834 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
5835 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
5836 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
5837 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
5838 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
5839 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
5840 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
5841 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
5842 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
5843 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
5844 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
5845 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
5846 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
5847 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
5848 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
5849 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
5850 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
5851 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
5852 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
5853 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
5854 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
5855 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
5856 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
5857 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
5858 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
5859 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
5860 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
5861 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
5862 gdb.base/type-opaque.exp, gdb.base/until.exp,
5863 gdb.base/value-double-free.c, gdb.base/varargs.exp,
5864 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
5865 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
5866 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
5867 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
5868 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
5869 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
5870 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
5871 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
5872 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
5873 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
5874 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
5875 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
5876 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
5877 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
5878 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
5879 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
5880 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
5881 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
5882 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
5883 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
5884 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
5885 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
5886 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
5887 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
5888 gdb.pascal/types.exp, gdb.stabs/weird.exp,
5889 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
5890 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
5891 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
5892 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
5893 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
5894 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
5895 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
5896 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
5897 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
5898 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
5899 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
5900 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
5901 lib/mi-support.exp, lib/trace-support.exp: Remove reference
5902 to bug-gdb@prep.ai.mit.edu .
5903
5904 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
5905
5906 * lib/mi-support.exp (mi_load_shlibs): New.
5907 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
5908
5909 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
5910
5911 * lib/mi-support.exp (get_mi_thread_list)
5912 (check_mi_and_console_threads): New, moved from ...
5913 * gdb.mi/mi-pthread.exp: ...here.
5914 * gdb.mi/gdb669.exp (get_mi_thread_list)
5915 (check_mi_and_console_threads): Delete.
5916 * gdb.mi/mi2-pthread.exp: Likewise.
5917
5918 2008-07-28 Tom Tromey <tromey@redhat.com>
5919
5920 * Makefile.in (just-check): Remove. Move body to...
5921 (check): ... here.
5922
5923 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5924
5925 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
5926 Add a test for duplicated SIGINTs.
5927
5928 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5929
5930 * gdb.threads/schedlock.exp (get_args): Update to work for any
5931 value of NUM.
5932 (Top level): Report the number of threads that did not resume.
5933
5934 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5935
5936 * gdb.dwarf2/dw2-compressed.S: Also define __start.
5937
5938 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
5939
5940 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
5941 non-MI prompt.
5942
5943 2008-07-26 Tom Tromey <tromey@redhat.com>
5944
5945 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
5946 (function_struct, function_struct_ptr): New globals.
5947 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
5948 function pointer in a struct.
5949
5950 2008-07-26 Tom Tromey <tromey@redhat.com>
5951
5952 * gdb.base/macscp.exp: Add test for macro lexing bug.
5953
5954 2008-07-18 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.base/macscp.exp: Add macro tests.
5957
5958 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5959
5960 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
5961
5962 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5963
5964 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
5965
5966 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
5967
5968 * gdb.cp/class2.exp: fix for failure on spu-elf
5969
5970 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
5971
5972 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
5973
5974 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
5977
5978 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
5979
5980 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
5981
5982 2008-07-11 Kevin Buettner <kevinb@redhat.com>
5983
5984 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
5985 of regexp to account for changes made to GDB in the printing of
5986 byte vectors.
5987
5988 2008-07-11 Tom Tromey <tromey@redhat.com>
5989
5990 * gdb.base/completion.exp: Add 'help' completion test.
5991
5992 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5993
5994 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
5995
5996 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5997
5998 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
5999
6000 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6001
6002 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
6003
6004 2008-07-09 Pedro Alves <pedro@codesourcery.com>
6005
6006 * gdb.base/fullname.exp: Restore pwd if compiling failed.
6007
6008 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
6011
6012 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6013
6014 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
6015 previous commit. Add a comment.
6016
6017 2008-06-28 Pedro Alves <pedro@codesourcery.com>
6018
6019 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
6020
6021 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
6022
6023 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
6024
6025 2008-06-27 Pedro Alves <pedro@codesourcery.com>
6026
6027 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
6028 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
6029 compiling an executable, link in an object that forces unbuffered
6030 output.
6031 * lib/set_unbuffered_mode.c: New file.
6032
6033 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
6036
6037 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
6038
6039 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
6040 mi_expect_stop.
6041 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
6042 Demand that *running is output.
6043 (detect_async): Perform checking every time.
6044 (mi_send_resuming_command): Extract everything into...
6045 (mi_send_resuming_command_raw): ...this.
6046 (mi_expect_stop): Don't accept any output before *stopped.
6047
6048 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
6049
6050 Robustify mi-simplerun.
6051 * gdb.mi/basics.c (main): Add a call to sleep.
6052 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
6053 * gdb.mi/mi2-cli.exp: Likewise.
6054 * gdb.mi/mi-break.exp: Likewise.
6055
6056 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
6057
6058 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
6059
6060 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6061
6062 * gdb.mi/mi-console.exp: Adjust.
6063 * gdb.mi/mi-syn-frame.exp: Adjust.
6064 * gdb.mi/mi2-console.exp: Adjust.
6065 * gdb.mi/mi2-syn-frame.exp: Adjust.
6066 * lib/mi-support.exp (mi_run_cmd): Adjust.
6067 (mi_send_resuming_command): Adjust.
6068
6069 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
6070
6071 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
6072 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
6073 testing of stopped.
6074 * gdb.mi/mi2-syn-frame.exp: Likewise.
6075 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
6076 (async, detect_async): New.
6077 (mi_expect_stop, mi_continue_to_line): Adjust expectation
6078 depending on if we're running in sync or async mode.
6079
6080 2008-06-09 Tom Tromey <tromey@redhat.com>
6081
6082 * gdb.base/completion.exp: New tests for field name completion
6083 with spaces, and field name completion with '->'.
6084
6085 2008-06-06 Tom Tromey <tromey@redhat.com>
6086
6087 * gdb.base/break1.c (struct some_struct): New struct.
6088 (values): New global.
6089 * gdb.base/completion.exp: Add field name completion test.
6090
6091 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
6092
6093 * gdb.cp/call-c.exp: Test for incorrect handling of reference
6094 to pointer.
6095 * gdb.cp/call-c.cc: Likewise.
6096
6097 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
6098
6099 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
6100 annotation.
6101
6102 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6103 Pedro Alves <pedro@codesourcery.com>
6104
6105 * gdb.threads/execl.c, gdb.threads/execl1.c,
6106 gdb.threads/execl.exp: New tests.
6107
6108 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
6109 Daniel Jacobowitz <dan@codesourcery.com>
6110
6111 * gdb.cp/exception.exp: Activate test, make it work with pending
6112 catchpoints.
6113
6114 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
6117
6118 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
6119
6120 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
6121 now printed.
6122 * gdb.mi/mi2-var-cmd.exp: Likewise.
6123
6124 2008-05-27 Andreas Schwab <schwab@suse.de>
6125
6126 * gdb.base/frame-args.exp: Handle arguments that are optimized
6127 out.
6128
6129 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
6130
6131 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
6132 quiet for ppc32 and group options into a single variable.
6133
6134 2008-05-23 Joel Brobecker <brobecker@adacore.com>
6135
6136 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
6137 of zero-size elements.
6138 * gdb.ada/null_array.exp: Test printing this new array.
6139
6140 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6141
6142 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
6143
6144 2008-05-21 Joel Brobecker <brobecker@adacore.com>
6145
6146 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
6147 of the "finish" command.
6148
6149 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * gdb.base/annota1.exp: Test for new annotation.
6152
6153 2008-05-16 Pedro Alves <pedro@codesourcery.com>
6154
6155 * gdb.base/fixsection.exp: New file.
6156 * gdb.base/fixsection0.c: New file.
6157 * gdb.base/fixsection1.c: New file.
6158
6159 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6160
6161 * gdb.base/annota1.exp: Accept printf@... in place of printf.
6162 * gdb.base/annota3.exp: Likewise.
6163
6164 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
6165
6166 * gdb.base/watch_thread_num.exp: Don't run tests that require
6167 watchpoints if the target doesn't support them.
6168
6169 2008-05-12 Doug Evans <dje@google.com>
6170
6171 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
6172
6173 2008-05-09 Joel Brobecker <brobecker@adacore.com>
6174
6175 * gdb.ada/assign_1.exp: New testcase.
6176
6177 2008-05-09 Doug Evans <dje@google.com>
6178
6179 * gdb.base/find.exp: New file.
6180 * gdb.base/find.c: New file.
6181
6182 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
6183
6184 * gdb.base/commands.exp (watchpoint_command_test): Handle
6185 gdb,no_hardware_watchpoints.
6186 * gdb.base/float.exp: Allow ARM targets without floating point.
6187 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
6188
6189 2008-05-06 Jerome Guitton <guitton@adacore.com>
6190 Joel Brobecker <brobecker@adacore.com>
6191
6192 * gdb.ada/lang_switch: New test program.
6193 * gdb.ada/lang_switch.exp: New testcase.
6194
6195 2008-05-05 Doug Evans <dje@google.com>
6196
6197 * gdb.base/help.exp (disassemble): Update expected help text.
6198
6199 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6200
6201 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
6202
6203 2008-05-04 Pedro Alves <pedro@codesourcery.com>
6204
6205 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
6206 different times.
6207
6208 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6209
6210 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
6211 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
6212 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
6213 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
6214
6215 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
6216
6217 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
6218 notification to appear.
6219
6220 2008-05-04 Daniel Jacobowitz <dan@debian.org>
6221
6222 * gdb.base/fullname.c: New file.
6223 * gdb.base/fullname.exp: New file.
6224 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
6225
6226 2008-05-03 Pedro Alves <pedro@codesourcery.com>
6227
6228 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
6229 expressions with macros.
6230
6231 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6232
6233 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
6234
6235 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
6236
6237 * gdb.base/completion.exp: Handle lack of other symbols beginning
6238 with "a".
6239
6240 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
6241
6242 2008-05-02 Jim Blandy <jimb@codesourcery.com>
6243
6244 * gdb.asm/asmsrc1.s: Add scratch space.
6245
6246 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6247 Daniel Jacobowitz <dan@codesourcery.com>
6248
6249 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
6250 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
6251 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
6252
6253 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
6254
6255 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
6256
6257 2008-05-01 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.base/info-target.exp: New testcase.
6260
6261 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6262
6263 * gdb.cp/hang.exp: Use .cc instead of .C.
6264 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
6265 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
6266
6267 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
6268
6269 * gdb.base/gdb1250.exp: Remove perror.
6270 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
6271
6272 2008-04-30 Pedro Alves <pedro@codesourcery.com>
6273
6274 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
6275 .2byte.
6276
6277 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
6278
6279 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
6280 (maybe_kfail): New.
6281
6282 2008-04-25 Pedro Alves <pedro@codesourcery.com>
6283
6284 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
6285
6286 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6287
6288 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
6289 * gdb.mi/mi2-syn-frame.exp: Likewise.
6290 * lib/mi-support.exp: Likewise.
6291
6292 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6293
6294 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
6295 to specify regexp for the location to stop at.
6296 * gdb.base/break-always.c: New.
6297 * gdb.base/break-always.exp: New.
6298
6299 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
6300
6301 * lib/mi-support.exp (mi_runto_helper): Adjust
6302 for the original-location field.
6303 (mi_create_breakpoint, mi_list_breakpoints): New.
6304 * gdb.mi/mi-break.exp: Adjust.
6305 * gdb.mi/mi2-break.exp: Adjust.
6306 * gdb.mi/mi-pending.exp: Adjust.
6307 * gdb.mi/mi-simplerun.exp: Adjust.
6308 * gdb.mi/mi2-simplerun.exp: Adjust.
6309 * gdb.mi/mi-syn-frame.exp: Adjust.
6310 * gdb.mi/mi2-syn-frame.exp: Adjust.
6311 * gdb.mi/mi-until.exp: Adjust.
6312 * gdb.mi/mi2-until.exp: Adjust.
6313 * gdb.mi/mi-var-display.exp: Adjust.
6314 * gdb.mi/mi2-var-display.exp: Adjust.
6315 * gdb.mi/mi-watch.exp: Adjust.
6316 * gdb.mi/mi2-watch.exp: Adjust.
6317
6318 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
6319
6320 * aclocal.m4: Add override.m4.
6321 * configure: Regenerate.
6322
6323 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
6324
6325 * gdb.mi/var-cmd.c (do_at_tests): Verify that
6326 '-var-update --all-values' reports new value even the type
6327 of a variable object has changed.
6328
6329 2008-04-18 Craig Silverstein <csilvers@google.com>
6330
6331 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
6332 files.
6333
6334 2008-04-18 Joel Brobecker <brobecker@adacore.com>
6335
6336 * gdb.ada/atomic_enum: New test program.
6337 * gdb.ada/atomic_enum.exp: New testcase.
6338
6339 2008-04-17 Doug Evans <dje@google.com>
6340
6341 * gdb.opt/Makefile.in: Fix whitespace.
6342
6343 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
6344
6345 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
6346
6347 2008-04-17 Doug Evans <dje@google.com>
6348
6349 * gdb.base/hashline1.exp: New testcase.
6350 * gdb.base/hashline2.exp: New testcase.
6351 * gdb.base/hashline2.exp: New testcase.
6352
6353 2008-04-17 Pedro Alves <pedro@codesourcery.com>
6354
6355 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
6356
6357 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
6358
6359 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
6360 temporary breakpoint to match "Temporary breakpoint".
6361 * gdb.base/break.exp (delete_breakpoints): Likewise.
6362 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
6363 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
6364 * gdb.base/display.exp: Likewise.
6365 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
6366 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
6367 * gdb.base/restore.exp (restore_tests): Likewise.
6368 * gdb.base/sepdebug.exp: Likewise.
6369 * gdb.base/watchpoint.exp: Likewise.
6370 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
6371 * gdb.mi/mi-pending.exp: Likewise.
6372 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
6373 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
6374 * gdb.mi/mi-var-cmd.exp: Likewise.
6375 * gdb.mi/mi-var-display.exp: Likewise.
6376 * gdb.mi/mi2-cli.exp: Likewise.
6377 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
6378 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
6379 * gdb.mi/mi2-var-display.exp: Likewise.
6380 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
6381 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
6382 new "disp" field.
6383 (mi_expect_stop): Move after_reason argument to be really after
6384 reason. This is to support fix for PR2424.
6385
6386 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6387
6388 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
6389
6390 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
6391
6392 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
6393 field. Add more floating varobj tests.
6394 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
6395 field.
6396 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
6397 (main): Call do_at_tests.
6398 * lib/mi-support.exp (mi_create_floating_varobj)
6399 (mi_varobj_update_with_type_change): New.
6400
6401 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
6402
6403 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
6404 option of -var-evaluate-expression.
6405 * gdb.mi/mi2-var-display.exp: Likewise.
6406
6407 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
6408
6409 Introduce test setup helpers.
6410 * lib/gdb.exp (build_executable, clean_restart)
6411 (prepare_for_testing): New.
6412 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
6413 * gdb.base/return.exp: Likewise.
6414 * gdb.base/ending-run.exp: Likewise.
6415
6416 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
6417
6418 * gdb.mi/mi-async.exp: New test for asynchronous Machine
6419 Interface (MI) responses.
6420
6421 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
6422
6423 * gdb.cp/breakpoint.cc: New code to test conditions involving
6424 member variables.
6425 * gdb.cp/breakpoint.exp: Test condition involving member
6426 variables.
6427
6428 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
6429
6430 * lib/mi-support.exp (mi_expect_stop): New.
6431 (mi_run_cmd): Change the
6432 token. Use mi_send_resuming_command, use
6433 mi_expect_stop.
6434 (mi_execute_to_helper): Rename to mi_execute_to.
6435 (mi_send_resuming_command): Add more error patterns.
6436 (mi_wait_for_stop): Renamed to...
6437 (mi_get_stop_line): ...this.
6438 (mi_run_inline_test): Adjust.
6439
6440 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
6441 * gdb.mi/mi-console.exp: Likewise.
6442 * gdb.mi/mi-pending.exp: Likewise.
6443 * gdb.mi/mi-simplerun.exp: Likewise.
6444 * gdb.mi/mi-stack.exp: Likewise.
6445 * gdb.mi/mi-stepi.exp: Likewise.
6446 * gdb.mi/mi-syn-frame.exp: Add comment.
6447 * gdb.mi/mi-until.exp: Likewise.
6448 * gdb.mi/mi-var-display.exp: Likewise.
6449 * gdb.mi/mi-watch.exp: Likewise.
6450 * gdb.mi/mi2-cli.exp: Likewise.
6451 * gdb.mi/mi2-console.exp: Likewise.
6452 * gdb.mi/mi2-simplerun.exp: Likewise.
6453 * gdb.mi/mi2-stack.exp: Likewise.
6454 * gdb.mi/mi2-stepi.exp: Likewise.
6455 * gdb.mi/mi2-until.exp: Likewise.
6456 * gdb.mi/mi2-var-display.exp: Likewise.
6457 * gdb.mi/mi2-watch.exp: Likewise.
6458
6459 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6460
6461 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
6462
6463 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
6464
6465 2008-04-04 Pedro Alves <pedro@codesourcery.com>
6466
6467 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
6468 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
6469 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
6470 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
6471 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
6472 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
6473 expect an mi error duplicated in stderr.
6474
6475 2008-04-03 Joel Brobecker <brobecker@adacore.com>
6476
6477 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
6478 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
6479 Add a couple of tests that verify the behavior when the new setting
6480 is set to "cancel" and "all".
6481 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
6482 "ask" before we start the testing.
6483
6484 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
6485
6486 * gdb.cp/casts.cc: Add class reference variables.
6487 * gdb.cp/casts.exp: New test cases for up/down casting references.
6488
6489 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
6490
6491 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
6492 instead of beginning to make an extra test pass.
6493 * gdb.mi/mi2-var-display.exp: Likewise.
6494
6495 2008-03-31 Maciej W. Rozycki <macro@mips.com>
6496
6497 * gdb.base/break.exp: Mark failures as such. Fix formatting.
6498
6499 2008-03-31 Markus Deuling <deuling@de.ibm.com>
6500 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6501
6502 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
6503 value. Add xfail for older kernels.
6504
6505 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
6506
6507 Bring mi-support in line with gdb.exp.
6508 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
6509 (mi_gdb_start): New function.
6510
6511 2008-03-28 Maciej W. Rozycki <macro@mips.com>
6512
6513 * gdb.mi/mi-var-cmd.exp: Fix a typo.
6514
6515 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6516
6517 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
6518 * gdb.mi/mi2-var-display.exp: Likewise.
6519
6520 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
6521
6522 * lib/mi-support.exp (mi_create_varobj_checked): New.
6523 (mi_list_varobj_children): Allow to check for a
6524 value.
6525 (mi_list_array_varobj_children): New.
6526
6527 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
6528 and mi_list_varobj_children, as opposed to hardcoding
6529 expected strings.
6530 * gdb.mi/gdb701.exp: Likewise.
6531 * gdb.mi/gdb792.exp: Likewise.
6532 * gdb.mi/mi-var-block.exp: Likewise.
6533 * gdb.mi/mi-var-cmd.exp: Likewise.
6534 * gdb.mi/mi-var-invalidate.exp: Likewise.
6535 * gdb.mi/mi2-var-block.exp: Likewise.
6536 * gdb.mi/mi2-var-child.exp: Likewise.
6537 * gdb.mi/mi2-var-cmd.exp: Likewise.
6538 * gdb.mi/mi2-var-display.exp: Likewise.
6539
6540 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6541
6542 Fix random false FAILs on i386.
6543 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
6544
6545 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6546
6547 PR gdb/544
6548 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
6549
6550 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
6551
6552 PR gdb/544
6553 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
6554
6555 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6556
6557 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
6558 fixed PR gdb/544.
6559
6560 2008-03-21 Pedro Alves <pedro@codesourcery.com>
6561
6562 * gdb.threads/fork-child-threads.exp: Test next over fork.
6563
6564 2008-03-21 Chris Demetriou <cgd@google.com>
6565
6566 * gdb.base/break.exp (rbreak junk): New test for rbreak
6567 "Junk at end of arguments" issue.
6568
6569 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6570
6571 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
6572 *& to work on created array elements.
6573 (Top level): Test print $pc with a file. Test string operations
6574 without a target.
6575 * gdb.base/ptype.exp: Do not expect *& to work on created array
6576 elements.
6577
6578 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
6579
6580 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
6581 gdb.threads/staticthreads.exp: Update exit query.
6582
6583 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
6584
6585 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
6586
6587 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
6588
6589 * gdb.base/watchpoint.c (global_ptr, func4): New.
6590 (main): Call func4.
6591 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
6592 (test_inaccessible_watchpoint): New.
6593
6594 2008-02-29 Maciej W. Rozycki <macro@mips.com>
6595
6596 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
6597 select the largest.
6598
6599 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
6600
6601 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
6602 frames-invalid annotations.
6603
6604 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
6605
6606 * gdb.base/assign.exp: avoid same output for different tests.
6607
6608 2008-02-27 Doug Evans <dje@google.com>
6609
6610 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
6611 for bug 1738.
6612 (breakpoint_to_handler_entry): Ditto.
6613
6614 2008-02-27 Joel Brobecker <brobecker@adacore.com>
6615
6616 * gdb.base/ending-run.exp: Use the first line of code inside
6617 function body to test breakpoints.
6618 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
6619 location where the breakpoint is inserted when using the line
6620 where a function is declared. Fix typo in the description of
6621 one of the tests.
6622 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
6623
6624 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6625
6626 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
6627 tests.
6628
6629 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
6630
6631 * gdb.base/args.exp: avoid same output for tests
6632 with single quotes.
6633
6634 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
6635
6636 * gdb.base/annota1.exp: Adjust for 'info break'
6637 format changes.
6638 * gdb.base/annota3.exp: Likewise.
6639 * gdb.base/break.exp: Likewise.
6640 * gdb.base/condbreak.exp: Likewise.
6641 * gdb.base/pending.exp: Likewise.
6642 * gdb.base/sepdebug.exp: Likewise.
6643 * gdb.base/unload.exp: Likewise.
6644 * gdb.cp/ovldbreak.exp: Likewise.
6645 * gdb.mi/mi-pending.exp: Likewise.
6646
6647 2008-02-07 Doug Evans <dje@google.com>
6648
6649 * gdb.cp/mb-inline.exp: New.
6650 * gdb.cp/mb-inline.h: New.
6651 * gdb.cp/mb-inline1.cc: New.
6652 * gdb.cp/mb-inline2.cc: New.
6653
6654 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
6655
6656 * gdb.pascal/floats.pas: New test program.
6657 * gdb.pascal/floats.exp: New testcase.
6658
6659 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
6660
6661 * gdb.base/callfuncs.c (t_float_many_args): New function.
6662 (t_double_many_args): New function.
6663 * gdb.base/callfuncs.exp: Add tests for exceeding float
6664 and double parameters passed through the stack.
6665
6666 2008-02-05 Joel Brobecker <brobecker@adacore.com>
6667
6668 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
6669 gdb.ada/complete/foo.adb: New files.
6670 * gdb.ada/complete.exp: New testcase.
6671
6672 2008-02-03 Doug Evans <dje@google.com>
6673
6674 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
6675
6676 * gdb.cp/gdb2384.exp: New file.
6677 * gdb.cp/gdb2384.cc: New file.
6678 * gdb.cp/gdb2384-base.h: New file.
6679 * gdb.cp/gdb2384-base.cc: New file.
6680
6681 2008-02-02 Doug Evans <dje@google.com>
6682
6683 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
6684
6685 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6686
6687 * gdb.ada/sym_print_name: New test program.
6688 * gdb.ada/sym_print_name.exp: New testcase.
6689
6690 2007-02-01 Joel Brobecker <brobecker@adacore.com>
6691
6692 * gdb.ada/nested/hello.adb: New file.
6693 * gdb.ada/nested.exp: New testcase.
6694 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
6695
6696 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6697
6698 * gdb.mi/basic.c (return_1): New function.
6699 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
6700 don't cause future evaluations of function to report
6701 creation of internal breakpoints.
6702
6703 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
6704
6705 * gdb.mi/mi-break.exp (test_error): New.
6706 Call it.
6707
6708 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
6709
6710 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
6711 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
6712
6713 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6714
6715 * gdb.pascal/integers.pas: New test program.
6716 * gdb.pascal/integers.exp: New testcase.
6717
6718 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
6719
6720 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
6721
6722 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
6723
6724 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
6725 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
6726
6727 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
6728
6729 * gdb.ada/formatted_ref: New test program.
6730 * gdb.ada/formatted_ref.exp: New testcase.
6731
6732 * gdb.cp/formatted-ref.cc: New file.
6733 * gdb.cp/formatted-ref.exp: New testcase.
6734
6735 2008-01-30 Joel Brobecker <brobecker@adacore.com>
6736
6737 * gdb.base/ptype.exp: Add testing of "ptype $pc".
6738
6739 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
6740
6741 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
6742 (test_file_list_exec_source_file): Update to new macro-info field.
6743
6744 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
6745
6746 * gdb.ada/exprs: New test program.
6747 * gdb.ada/exprs.exp: New testcase.
6748
6749 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
6750
6751 * dfp-test.c (DELTA, DELTA_B): New definitions.
6752 (double_val1, double_val2, double_val3, double_val4, double_val5,
6753 double_val6, double_val7, double_val8, double_val9, double_val10,
6754 double_val11, double_val12, double_val13, double_val14, dec32_val1,
6755 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
6756 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
6757 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
6758 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
6759 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
6760 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
6761 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
6762 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
6763 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
6764 dec128_val16): New global variables.
6765 (decimal_dec128_align): New function.
6766 (decimal_mixed): Likewise.
6767 (decimal_many_args_dec32): Likewise.
6768 (decimal_many_args_dec64): Likewise.
6769 (decimal_many_args_dec128): Likewise.
6770 (decimal_many_args_mixed): Likewise.
6771 * dfp-test.exp: Add tests calling new inferior functions.
6772
6773 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6774
6775 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
6776 gdb.server/ext-run.exp: New files.
6777 * lib/gdbserver-support.exp (gdbserver_download): New.
6778 (gdbserver_start): New. Update gdbserver expected
6779 output.
6780 (gdbserver_spawn): Use them.
6781 (gdbserver_start_extended): New.
6782
6783 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
6784
6785 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
6786 Run on GNU/Linux.
6787 (do_exec_tests): Check for systems which do not support catchpoints.
6788 Do not match START.
6789 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
6790 Run on GNU/Linux. Enable verbose output.
6791 (check_fork_catchpoints): New.
6792 (explicit_fork_child_follow, catch_fork_child_follow)
6793 (tcatch_fork_parent_follow): Update expected messages.
6794 (do_fork_tests): Use check_fork_catchpoints.
6795 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
6796 Run on GNU/Linux. Enable verbose output.
6797 (check_vfork_catchpoints): New.
6798 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
6799 expected messages.
6800 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
6801
6802 2008-01-29 Jim Blandy <jimb@red-bean.com>
6803
6804 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
6805 host' errors.
6806 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
6807
6808 2008-01-29 Jim Blandy <jimb@red-bean.com>
6809
6810 * gdb.threads/sigthread.c: Use barriers to ensure that
6811 child_thread and child_thread_two are always initialized before we
6812 start to use them.
6813
6814 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
6815
6816 * gdb.base/watchpoint-solib.exp: New.
6817 * gdb.base/watchpoint-solib.c: New.
6818 * gdb.base/watchpoint-solib-shr.c: New.
6819
6820 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
6821
6822 * gdb.base/gdb1056.exp: Add unsigned integer test.
6823
6824 2008-01-28 Doug Evans <dje@google.com>
6825
6826 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
6827
6828 2008-01-27 Jim Blandy <jimb@codesourcery.com>
6829
6830 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
6831
6832 * gdb.base/expand-psymtabs.exp: Doc fix.
6833
6834 2008-01-26 Mark Kettenis <kettenis@gnu.org>
6835
6836 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
6837
6838 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
6839
6840 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
6841 -var-set-format.
6842
6843 2008-01-23 Chris Demetriou <cgd@google.com>
6844
6845 * gdb.threads/thread_events.c: New testcase source file.
6846 * gdb.threads/thread_events.exp: New testcase expect file.
6847
6848 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * lib/gdb.exp: Add the variable octal.
6851
6852 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
6853 -var-set-format.
6854
6855 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
6856 Vladimir Prus <vladimir@codesourcery.com>
6857
6858 * gdb.base/float.exp: Allow missing floating point for m68k and
6859 PowerPC.
6860
6861 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
6862
6863 * gdb.mi/basics.c: Setup for testing breakpoints
6864 ignore count.
6865 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
6866 * gdb.mi/mi-cli.exp: Adjust.
6867 * gdb.mi/mi2-cli.exp: Adjust.
6868
6869 2008-01-17 Pedro Alves <pedro@codesourcery.com>
6870
6871 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
6872 and 'dummy_ptr' integer pointer. Initialize struct_declarations
6873 with dummy_ptr's address.
6874 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
6875 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
6876 all targets.
6877 * gdb.mi/mi2-var-child.exp: Likewise.
6878
6879 2008-01-09 Joel Brobecker <brobecker@adacore.com>
6880
6881 * gdb.ada/null_array: New test program.
6882 * gdb.ada/null_array.exp: New testcase.
6883
6884 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
6885
6886 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
6887 with required float modifiers.
6888
6889 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6890
6891 * gdb.ada/funcall_param: New test program.
6892 * gdb.ada/funcall_param.exp: New testcase.
6893
6894 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6895
6896 * gdb.ada/arrayparam: New test program.
6897 * gdb.ada/arrayparam.exp: New testcase.
6898
6899 2008-01-08 Joel Brobecker <brobecker@adacore.com>
6900
6901 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
6902 landed. Should also fix random failures in the test following it.
6903
6904 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6905
6906 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
6907 for expressions with decimal float values.
6908 (test_dfp_conversions): New function to test casts to and from
6909 decimal float types.
6910 Call test_dfp_conversions.
6911 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
6912 elements.
6913 (main): Initialize ds.float4 and ds.double8 elements.
6914 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
6915 string to new error message.
6916 (d64_set_tests): Likewise.
6917 (d128_set_tests): Likewise.
6918 Add tests for expressions with decimal float variables. Add tests for
6919 conversions to and from decimal float types.
6920
6921 2008-01-05 Joel Brobecker <brobecker@adacore.com>
6922
6923 * gdb.ada/packed_tagged/comp_bug.adb: New file.
6924 * gdb.ada/packed_tagged.exp: New testcase.
6925
6926 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6927
6928 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
6929 gdb.ada/homonym/homonym_main.adb: New files.
6930 * gdb.ada/homonym.exp: New testcase.
6931
6932 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6933
6934 * gdb.ada/packed_array.exp: Add testing of references to
6935 a packed array.
6936
6937 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6938
6939 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
6940 New files.
6941 * gdb.ada/type_coercion.exp: New testcase.
6942
6943 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6944
6945 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
6946 gdb.ada/tagged/foo.adb: New file.
6947 * gdb.ada/tagged.exp: New testcase.
6948
6949 2008-01-04 Joel Brobecker <brobecker@adacore.com>
6950
6951 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
6952 gdb.ada/ptype_field/foo.adb: New files.
6953 * gdb.ada/ptype_field.exp: New testcase.
6954
6955 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6956
6957 * gdb.ada/print_pc.exp: New testcase.
6958
6959 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6960
6961 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
6962 gdb.ada/taft_type/p.adb: New files.
6963 * gdb.ada/taft_type.exp: New testcase.
6964
6965 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6966
6967 * gdb.ada/array_bounds/bar.adb: New file.
6968 * gdb.ada/array_bounds.exp: New testcase.
6969
6970 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6971
6972 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
6973 gdb.ada/arrayptr/foo.adb: New files.
6974 * gdb.ada/arrayptr.exp: New testcase.
6975
6976 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6977
6978 * gdb.base/set-lang-auto.exp: New testcase.
6979
6980 2008-01-03 Joel Brobecker <brobecker@adacore.com>
6981
6982 * gdb.ada/fun_addr/foo.adb: New file.
6983 * gdb.ada/fun_addr.exp: New testcase.
6984
6985 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6986
6987 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
6988 New files
6989
6990 2008-01-02 Joel Brobecker <brobecker@adacore.com>
6991
6992 * array_subscript_addr/p.adb: New file.
6993 * array_subscript_addr.exp: New testcase.
6994
6995 2008-01-02 Joel Brobecker <brobecker@adacore.com>
6996
6997 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
6998 New files.
6999 * gdb.ada/str_cmp_ref.exp: New testcase.
7000
7001 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7002
7003 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
7004 gdb.ada/fun_in_declare/foo.adb: New files.
7005 * gdb.ada/fun_in_declare.exp: New testcase.
7006
7007 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7008
7009 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
7010 gdb.ada/ref_param/pck.ads: New files.
7011 * gdb.ada/ref_param.exp: New testcase.
7012
7013 2008-01-01 Joel Brobecker <brobecker@adacore.com>
7014
7015 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
7016 gdb.ada/interface/foo.adb: New files.
7017 * gdb.ada/interface.exp: New testcase.
7018
7019 2007-12-31 Jim Blandy <jimb@codesourcery.com>
7020
7021 * gdb.base/multi-forks.exp: Consume all output from child
7022 processes before proceeding to next test.
7023
7024 2007-12-29 Jim Blandy <jimb@codesourcery.com>
7025
7026 * configure: Regenerated.
7027
7028 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7029
7030 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
7031 gdb.ada/fixed_cmp/fixed.adb: New files.
7032 * gdb.ada/fixed_cmp.exp: New testcase.
7033
7034 2007-12-27 Joel Brobecker <brobecker@adacore.com>
7035
7036 * gdb.ada/boolean_expr.exp: New testcase.
7037
7038 2007-12-26 Jim Blandy <jimb@codesourcery.com>
7039
7040 * gdb.base/multi-forks.exp: Doc fix.
7041
7042 2007-12-26 Joel Brobecker <brobecker@adacore.com>
7043
7044 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
7045 * gdb.ada/char_param.exp: Do not compile our test program with
7046 -gnata, this is unnecessary.
7047 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
7048
7049 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
7052 gdb.ada/print_chars/foo.adb: New files.
7053 * gdb.ada/print_chars.exp: New testcase.
7054
7055 2007-12-24 Joel Brobecker <brobecker@adacore.com>
7056
7057 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
7058 gdb.ada/char_param/foo.adb: New files.
7059 * gdb.ada/char_param.exp: New testcase.
7060
7061 2007-12-22 Jim Blandy <jimb@codesourcery.com>
7062
7063 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
7064 hard-coding source line numbers into the test.
7065 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
7066 gdb_get_line_number to find.
7067
7068 2007-12-22 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.base/ptype.c (highest): New struct type.
7071 (the_highest): New variable of that type.
7072 (main): Add dummy assignment to a field of variable the_highest.
7073 * gdb.base/ptype.exp: Test type printing of our new variable.
7074
7075 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
7076
7077 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
7078 and record first explicitly generated thread number.
7079 Use that thread number for thread specific watchpoint test.
7080 Add iteration number to repetitive tests.
7081
7082 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
7083 Jim Blandy <jimb@codesourcery.com>
7084
7085 * gdb.base/expand-psymtabs.c: New testcase
7086 source file.
7087 * gdb.base/expand-psymtabs.exp: New testcase
7088 expect file.
7089
7090 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
7091
7092 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
7093 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
7094
7095 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7096
7097 * gdb.ada/frame_args/foo.adb: New file.
7098 * gdb.ada/frame_args/pck.ads: New file.
7099 * gdb.ada/frame_args/pck.adb: New file.
7100 * gdb.ada/frame_args.exp: New testcase.
7101
7102 2007-12-17 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.base/frame-args.c: New file.
7105 * gdb.base/frame-args.exp: New testcase.
7106
7107 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
7108 Joseph Myers <joseph@codesourcery.com>
7109
7110 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
7111
7112 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
7113
7114 * gdb.mi/mi-pending.exp: New.
7115 * gdb.mi/mi-pending.c: New.
7116 * gdb.mi/mi-pendshr.c: New.
7117
7118 2007-12-06 Jim Blandy <jimb@codesourcery.com>
7119
7120 * gdb.base/default.exp: Update expected output for 'info catch'.
7121
7122 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7123
7124 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
7125 must be set to binary.
7126
7127 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
7128
7129 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
7130
7131 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
7132
7133 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
7134 gdb.mi/mi-file-transfer.exp: New.
7135
7136 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7137
7138 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
7139
7140 2007-11-22 Maciej W. Rozycki <macro@mips.com>
7141
7142 * gdb.trace/backtrace.exp: Fix a typo.
7143 * gdb.trace/circ.exp: Likewise.
7144 * gdb.trace/collection.exp: Likewise.
7145 * gdb.trace/limits.exp: Likewise.
7146 * gdb.trace/report.exp: Likewise.
7147 * gdb.trace/tfind.exp: Likewise.
7148 * gdb.trace/while-dyn.exp: Likewise.
7149
7150 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
7151
7152 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
7153 objects of pointers that can't be dereferenced are now
7154 "noneditable".
7155
7156 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7157
7158 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7159 (target_cpu): Remove.
7160
7161 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
7162
7163 * gdb.base/ending-run.exp: Expect the list of cleared
7164 breakpoint to come in natural order, not the reversed one.
7165
7166 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
7167
7168 * gdb.mi/mi-var-child.c (do_child_deletion): New.
7169 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
7170
7171 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
7172
7173 * gdb.base/printcmds.exp: New function
7174 test_printf_with_dfp.
7175
7176 2007-11-02 Doug Evans <dje@google.com>
7177
7178 * gdb.disasm/t01_mov.s: Remove carriage returns.
7179 * gdb.disasm/t02_mova.s: Ditto.
7180 * gdb.disasm/t03_add.s: Ditto.
7181 * gdb.disasm/t04_sub.s: Ditto.
7182 * gdb.disasm/t05_cmp.s: Ditto.
7183 * gdb.disasm/t06_ari2.s: Ditto.
7184 * gdb.disasm/t07_ari3.s: Ditto.
7185 * gdb.disasm/t08_or.s: Ditto.
7186 * gdb.disasm/t09_xor.s: Ditto.
7187 * gdb.disasm/t10_and.s: Ditto.
7188 * gdb.disasm/t11_logs.s: Ditto.
7189 * gdb.disasm/t12_bit.s: Ditto.
7190 * gdb.disasm/t13_otr.s: Ditto.
7191
7192 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7193
7194 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
7195
7196 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7197
7198 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
7199 provide DFP support.
7200
7201 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
7202
7203 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
7204 Test "set powerpc vector-abi". Skip auto-detection tests for old
7205 toolchains.
7206
7207 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7208
7209 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
7210 with [string compare].
7211
7212 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
7213
7214 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
7215 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
7216
7217 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
7218
7219 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
7220 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
7221 * gdb.opt/Makefile.in: New makefile.
7222 * Makefile.in: Create new directory "gdb.opt".
7223 * configure.ac: Add "gdb.opt" directory.
7224 * configure: Regenerated.
7225
7226 2007-10-25 Doug Evans <dje@google.com>
7227
7228 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
7229 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
7230
7231 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
7232 Thiago Jung Bauermann <bauerman@br.ibm.com>
7233
7234 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
7235 Floating Point expressions.
7236 * gdb.base/dfp-test.exp: new file adding tests for Decimal
7237 Floating Point variables.
7238 * gdb.base/dfp-test.c: new file containing program with Decimal
7239 Floating variables, used by gdb.base/dfp-test.exp.
7240
7241 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7242
7243 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
7244
7245 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7246
7247 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
7248 compiling test case with GCC.
7249 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
7250
7251 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7252
7253 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7254 format changes.
7255
7256 2007-10-18 Michael Snyder <msnyder@specifix.com>
7257
7258 * gdb.base/dbx.exp: Add missing "-re " operator.
7259
7260 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
7261
7262 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
7263 * configure.ac: Removed trailing spaces after backslash.
7264 * gdb.modula2: New directory.
7265 * gdb.modula2/Makefile.in: New file.
7266 * gdb.modula2/unbounded-array.exp: New file.
7267 * gdb.modula2/unbounded1.c: New file.
7268
7269 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
7270
7271 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
7272
7273 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
7274
7275 * gdb.base/sigstep.c (main): Add checks for
7276 return values for setitimer call.
7277 Call setitimer again with itimer = ITIMER_REAL
7278 if first call to setitimer fails.
7279
7280 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
7281
7282 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
7283 of $timeout.
7284
7285 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
7286
7287 * gdb.server/server-run.exp: Test for dynamic linker symbols.
7288
7289 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
7290
7291 * lib/gdb.exp (gdb_run_cmd): Move comment outside
7292 of gdb_expect call, to avoid interruption.
7293
7294 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
7295
7296 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
7297 (v_unsigned_long_long, v_long_long_array)
7298 (v_signed_long_long_array, v_unsigned_long_long_array)
7299 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
7300 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
7301 [!NO_LONG_LONG]: New.
7302 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
7303 v_long_long_member.
7304
7305 (v_long_long_func, v_signed_long_long_func)
7306 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
7307 (main) [!NO_LONG_LONG]: Initialize long long variants.
7308
7309 * gdb.base/whatis.exp: If board file requests no_long_long, build
7310 test with NO_LONG_LONG defined. Test long long, signed long long,
7311 and unsigned long long variants but only if board file doesn't
7312 disable it.
7313
7314 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
7315 Daniel Jacobowitz <dan@codesourcery.com>
7316
7317 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
7318 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
7319 * configure: Regenerated.
7320 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
7321 gdb.pascal/types.exp, lib/pascal.exp: New files.
7322
7323 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
7324
7325 * gdb.cp/classes.exp (do_tests): Always step to the line after the
7326 call.
7327 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
7328 to return to the call.
7329 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
7330 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
7331 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
7332 * gdb.mi/mi-until.exp (test_until): Likewise.
7333 * gdb.mi/mi2-until.exp (test_until): Likewise.
7334
7335 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
7336
7337 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
7338 two-char array.
7339 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
7340
7341 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
7342
7343 * gdb.threads/watchthreads.c (thread_function): Sleep between
7344 iterations.
7345 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
7346 at once for S/390. Generate matching fails and passes.
7347
7348 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
7349
7350 * gdb.mi/var-cmd.c (do_children_tests): Initialize
7351 the 'struct_declarations' variable to zeros.
7352
7353 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
7354
7355 * gdb.cp/mb-ctor.cc: New.
7356 * gdb.cp/mb-ctor.exp: New.
7357 * gdb.cp/mb-templates.cc: New.
7358 * gdb.cp/mb-templates.exp: New.
7359
7360 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
7363
7364 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
7365
7366 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
7367 targets.
7368 * configure: Regenerate.
7369
7370 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
7371
7372 * gdb.base/annota1.exp: Adjust for 'info break'
7373 format changes.
7374 * gdb.base/annota3.exp: Likewise.
7375 * gdb.base/break.exp: Likewise.
7376 * gdb.base/condbreak.exp: Likewise.
7377 * gdb.base/pending.exp: Likewise.
7378 * gdb.base/sepdebug.exp: Likewise.
7379 * gdb.base/unload.exp: Likewise.
7380 * gdb.base/ovldbreak.exp: Likewise.
7381
7382 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
7383
7384 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
7385 messages.
7386 * gdb.base/chng-syms.exp: Likewise.
7387 * gdb.base/unload.exp: Likewise.
7388
7389 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
7390
7391 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
7392
7393 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
7394
7395 * schedlock.c (NUM): Change to 1.
7396 (main): Use args[0] for the main thread.
7397 * schedlock.exp: Only expect two threads. Only issue one pass or fail
7398 regardless of the number of threads.
7399
7400 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7401
7402 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
7403 type down.
7404 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7405 test.
7406 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
7407 watchpoint type down.
7408 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
7409 test.
7410
7411 2007-09-14 Maciej W. Rozycki <macro@mips.com>
7412
7413 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
7414 Move all the tests here and run them twice, once using software
7415 watchpoints and once using hardware watchpoints.
7416 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
7417
7418 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
7419
7420 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
7421 test.
7422
7423 2007-09-10 Mark Kettenis <kettenis@gnu.org>
7424
7425 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
7426 build-id.
7427
7428 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
7429 know about $ORIGIN. Calculate output dir from $dest instead of
7430 using ${objdir}/{$subdir}.
7431
7432 2007-09-09 Mark Kettenis <kettenis@gnu.org>
7433
7434 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
7435 gcore, before continuing with the test.
7436
7437 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
7438
7439 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
7440 * gdb.mi/mi-watch.exp: Likewise.
7441
7442 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7443 Jim Blandy <jimb@codesourcery.com>
7444
7445 * gdb.arch/i386-sse.exp: Do not expect character constants.
7446 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
7447 * gdb.base/display.exp: Allow print/s.
7448 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
7449 and unsigned char array changes.
7450
7451 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
7452
7453 * gdb.base/display.exp: Add tests for printf %p.
7454
7455 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
7456
7457 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
7458 the dll name to unicode.
7459
7460 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7461
7462 * gdb.base/default.exp (show version): Update the version text.
7463 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
7464
7465 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7466
7467 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
7468 New files.
7469
7470 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7471
7472 * lib/gdb.exp (build_id_debug_filename_get): New function.
7473 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
7474 Remove the generate DEBUG file for the future testcase runs.
7475 New testcase for the NT_GNU_BUILD_ID retrieval.
7476 Move the final testing step to ...
7477 (test_different_dir): ... a new function.
7478 New parameter XFAIL to XFAIL all the tests performed.
7479 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
7480 New parameter TYPE to PF_PREFIX all the tests performed.
7481
7482 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
7483
7484 * gdb.mi/mi-var-cp.cc (path_expression): New
7485 function.
7486 * gdb.mi/mi-var-cp.exp: Run path exression tests.
7487
7488 2007-08-27 Markus Deuling <deuling@de.ibm.com>
7489
7490 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
7491 to fit into SPU Local Store memory.
7492
7493 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7494
7495 * gdb.base/default.exp: Adjust the expected output of "info
7496 warranty" after the switch to GPLv3.
7497
7498 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7499
7500 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
7501 to 30000 (from 20000).
7502
7503 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7504
7505 Switch the license of all .exp files to GPLv3.
7506 Switch the license of all .f and .f90 files to GPLv3.
7507 Switch the license of all .s and .S files to GPLv3.
7508
7509 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7510
7511 * configure.ac: Switch license to GPLv3.
7512
7513 2007-08-23 Joel Brobecker <brobecker@adacore.com>
7514
7515 Switch the licensing to GPLv3 for all .ads and .adb files.
7516
7517 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
7518
7519 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
7520 and t_int_double.
7521 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
7522
7523 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7524
7525 * gdb.base/step-line.c: Switch license to GPL version 3, and
7526 update copyright year.
7527 * gdb.base/step-line.inp: Likewise.
7528
7529 2007-08-17 Joel Brobecker <brobecker@adacore.com>
7530
7531 * gdb.base/gdb1555.exp: Make expected output immune to formatting
7532 changes inside gdb1555.c.
7533 * gdb.base/pending.exp: Likewise.
7534
7535 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
7536
7537 * config/default.exp: New file.
7538
7539 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
7540
7541 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
7542 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
7543
7544 2007-07-30 Maciej W. Rozycki <macro@mips.com>
7545
7546 * gdb.base/dump.exp: Force the correct endianness for binary
7547 formats not carrying this information.
7548
7549 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7550
7551 * gdb.threads/staticthreads.exp: Match .*sem_post.
7552
7553 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
7554
7555 * gdb.base/readline.exp (operate_and_get_next): Match the final
7556 prompt.
7557
7558 2007-07-23 Kevin Buettner <kevinb@redhat.com>
7559
7560 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
7561 to restarting SID.
7562
7563 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7564
7565 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
7566 prior to `gdb_start'.
7567
7568 2007-07-18 Kevin Buettner <kevinb@redhat.com>
7569
7570 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
7571 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
7572 Remove call to gdb_unload.
7573
7574 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
7575 Daniel Jacobowitz <dan@codesourcery.com>
7576
7577 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
7578 for __WIN32__.
7579 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
7580 * gdb.base/unload.exp: Use shared library test routines.
7581
7582 2007-07-03 Markus Deuling <deuling@de.ibm.com>
7583
7584 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
7585 * gdb.base/solib-symbol-lib.c: Likewise.
7586 * gdb.base/solib-symbol-main.c: Likewise.
7587
7588 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
7589
7590 * config/gdbserver.exp (gdb_reconnect): New.
7591 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
7592 gdb.base/solib-disc.exp: New files.
7593 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
7594 remote debugging".
7595 (gdb_compile): Add shlib_load flag.
7596 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
7597 port.
7598 (gdbserver_reconnect): New.
7599
7600 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
7601 Daniel Jacobowitz <dan@codesourcery.com>
7602
7603 * gdb.base/annota3.exp: Test for if construct.
7604
7605 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
7606
7607 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
7608
7609 2007-06-21 Chris Dearman <chris@mips.com>
7610 Maciej W. Rozycki <macro@mips.com>
7611
7612 * gdb.base/display.exp: Allow a newline after display/i.
7613 * gdb.base/pc-fp.exp: Likewise.
7614 * gdb.base/sigbpt.exp: Likewise.
7615
7616 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
7617
7618 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
7619 required features to be included.
7620
7621 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
7622
7623 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
7624 in info threads output.
7625
7626 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7627 Markus Deuling <deuling@de.ibm.com>
7628
7629 * gdb.arch/spu-info.exp: New testcase.
7630 * gdb.arch/spu-info.c: New file.
7631
7632 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
7633
7634 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
7635 tpcs_offset. Restore lr after the call.
7636 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
7637
7638 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
7639
7640 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
7641 (gdbserver_run): Kill any running gdbserver.
7642 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
7643
7644 2007-05-17 Maciej W. Rozycki <macro@mips.com>
7645
7646 * gdb.base/sigbpt.exp: Preset segv_addr.
7647
7648 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
7649
7650 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
7651 (gdb_compile_shlib): Likewise.
7652 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
7653 (default_gdb_init): Clear cleanfiles.
7654 (gdb_finish): Delete recorded cleanfiles.
7655 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
7656
7657 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
7658 Do not use isnative.
7659 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
7660 gdb.base/so-impl-ld.exp: Likewise.
7661 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
7662 * gdb.base/unload.exp: Likewise. Do not pass empty option to
7663 gdb_compile.
7664
7665 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
7666
7667 * config/unknown.exp: Remove.
7668
7669 2007-05-15 Markus Deuling <deuling@de.ibm.com>
7670
7671 * gdb.base/info-proc.exp: Check is_remote.
7672
7673 2007-05-14 Markus Deuling <deuling@de.ibm.com>
7674
7675 * gdb.base/gcore.exp: Initialize variable core_supported.
7676
7677 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7678
7679 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
7680
7681 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7682
7683 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
7684 * gdb.threads/print-threads.exp (test_all_threads): Allow
7685 negative and hexadecimal thread IDs.
7686
7687 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
7688
7689 * gdb.java/jprint.java (public): Avoid invalid call to static
7690 method.
7691
7692 2007-05-14 Denis Pilat <denis.pilat@st.com>
7693
7694 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
7695 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
7696 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
7697 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
7698 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
7699
7700 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7701
7702 * gdb.base/overlays.exp: Add support for targets with only code
7703 overlay support, not data overlay. Support spu-*-* target in
7704 this mode.
7705 * gdb.base/ovlymgr.c: Provide stubs for spu target.
7706 * gdb.base/spu.ld: New file.
7707
7708 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
7709
7710 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
7711
7712 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
7713
7714 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
7715
7716 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7717
7718 * gdb.java/jmain.exp: Handle demangled names with and without method
7719 signatures.
7720
7721 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
7722
7723 * gdb.mi/mi-syn-frame.c (main, foo, bar)
7724 (have_a_very_merry_interrupt): Remove calls to puts.
7725 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
7726 inferior output.
7727 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
7728 test names.
7729
7730 2007-04-29 Markus Deuling <deuling@de.ibm.com>
7731 Daniel Jacobowitz <dan@codesourcery.com>
7732
7733 * gdb.base/auxv.exp (core_works): Also check is_remote.
7734 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
7735
7736 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
7737
7738 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
7739 message, not the undefined 'module' variable.
7740 * gdb.base/siginfo.exp: Likewise.
7741 * gdb.base/sigstep.exp: Likewise.
7742 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
7743 serialport.
7744 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
7745
7746 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
7747
7748 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
7749 target sim fails. Return 0 otherwise.
7750 (gdb_load): Return prematurely if gdb_target_sim fails.
7751
7752 2007-04-16 Denis Pilat <denis.pilat@st.com>
7753
7754 * gdb.base/setshow.exp: Reset height after having set it to 100.
7755
7756 2007-04-16 Denis Pilat <denis.pilat@st.com>
7757
7758 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
7759
7760 2007-04-16 Denis Pilat <denis.pilat@st.com>
7761
7762 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
7763
7764 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
7765
7766 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
7767 tests. Run the frozen varobjs test.
7768 * gdb.mi/var-cmd.c (do_frozen_tests): New.
7769 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
7770
7771 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7772
7773 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
7774 gdb.base/type-opaque.exp: New files.
7775
7776 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
7777
7778 * gdb.mi/mi-var-child.c
7779 (do_children_tests): User char[2] instead of
7780 char so that automatic printing of pointers to char
7781 don't give unpredicable result.
7782 * gdb.mi/var-cmd.c (do_locals_test): Initialize
7783 local variables.
7784 * gdb.mi/mi-var-child.exp: Step to right line
7785 of do_children_tests.
7786 * gdb.mi/mi2-var-child.exp: Likewise.
7787 * gdb.mi/mi-var-cmd.exp: Step to right line of
7788 do_locals_tests.
7789 (do_children_tests): User char[2] instead of
7790 char so that automatic printing of pointers to char
7791 don't give unpredicable result.
7792 * gdb.mi/mi2-var-cmd.exp: Likewise.
7793 * lib/mi-support.exp (mi_continue_to_line):
7794 Pass test name to mi_wait_for_stop.
7795
7796 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7797
7798 * gdb.asm/asm-source.exp: Remove d10v case.
7799 * lib/gdb.exp (skip_cplus_tests): Likewise.
7800 * gdb.asm/d10v.inc: Deleted.
7801
7802 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7803
7804 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
7805
7806 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
7807
7808 * config/netware.exp: Delete file.
7809
7810 2007-03-29 Joel Brobecker <brobecker@adacore.com>
7811
7812 * gdb.dwarf2/dw2-noloc.S: New file.
7813 * gdb.dwarf2/dw2-noloc.exp: New file.
7814
7815 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
7816
7817 * gdb.cp/method2.cc: New test.
7818 * gdb.cp/method2.exp: New test.
7819 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
7820
7821 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7822
7823 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
7824
7825 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
7826
7827 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
7828
7829 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
7830
7831 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
7832 (gdb_load): Delete, replace with...
7833 (gdb_reload): ...this.
7834 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
7835 * gdb.server/server-mon.exp: Likewise.
7836 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
7837 (gdb_start_cmd): New.
7838 (gdb_file_cmd): Save the last loaded file.
7839 (gdb_reload): New.
7840 (gdb_gnu_strip_debug): Use transform.
7841 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
7842 support here. Use new $last_loaded_file. Check mtime.
7843 (gdb_target_cmd): Handle ObjC failure case.
7844 (infer_host_exec): Delete.
7845 (gdbserver_load): Rename to...
7846 (gdbserver_run): ...this. Simplify.
7847 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
7848 (mi_gdb_load): Move most contents to a new function...
7849 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
7850 (mi_run_cmd): Use mi_gdb_target_load.
7851 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
7852 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
7853 Use gdb_run_cmd.
7854 * gdb.base/charsign.exp: Remove incorrect comment.
7855 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
7856 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
7857 gdb.base/start.exp: Use gdb_start_cmd.
7858
7859 2007-03-23 Nigel Stephens <nigel@mips.com>
7860 Maciej W. Rozycki <macro@mips.com>
7861
7862 * gdb.base/sigbpt.exp: Fix the message when skipping test.
7863 * gdb.base/signull.exp: Similarly.
7864
7865 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7866
7867 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
7868 messages available to test cases (like chng-sym.exp).
7869
7870 2007-03-14 Andreas Schwab <schwab@suse.de>
7871
7872 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
7873 format changes.
7874
7875 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
7876
7877 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
7878 (optimized_1): New.
7879 (main): Call optimized_1.
7880 (gdb2029): Correct typos. Call gdb2029_marker.
7881 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
7882 for gdb2029.
7883
7884 2007-03-12 Mark Kettenis <kettenis@gnu.org>
7885
7886 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
7887 as tabs. Remove redundant test pattern.
7888
7889 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7890
7891 * gdb.base/long_long.exp: Accept optional symbol name in <...>
7892 for /a format output.
7893
7894 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
7895
7896 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
7897 collect output incrementally.
7898
7899 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7900
7901 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
7902 for -var-create lpcharacter test.
7903 * gdb.mi/mi2-var-cmd.exp: Likewise.
7904
7905 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7906
7907 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
7908 pass on targets where address zero is readable.
7909
7910 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7911
7912 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
7913 just a single architecture.
7914
7915 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7916
7917 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
7918 (fetch_all_registers): New function, uses gdb_test_multiple and
7919 exp_continue to fetch inferior output line-by-line.
7920 Replace all uses of do_get_all_registers by fetch_all_registers.
7921
7922 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7923
7924 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
7925 in target_info.
7926
7927 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7928
7929 * gdb.threads/manythreads.exp: Use $message string for
7930 consistancy; add a default (timeout) case.
7931
7932 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7933
7934 * gdb.base/watchpoint.exp: Fix truncated comment.
7935
7936 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
7937
7938 * Makefile.in: Remove spurious single-quotes from sed command.
7939
7940 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
7941
7942 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
7943 func.
7944 * gdb.mi/mi2-var-cmd.exp: Likewise.
7945
7946 2007-02-27 Joel Brobecker <brobecker@adacore.com>
7947
7948 * gdb.dwarf2/dw2-producer.S: New file.
7949 * gdb.dwarf2/dw2-producer.exp: New testcase.
7950
7951 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
7952
7953 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
7954 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
7955 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
7956 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
7957 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
7958 Revert tests to use mi_gdb_test and include value field in output
7959 of -var-create.
7960
7961 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7962
7963 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
7964
7965 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
7966
7967 * gdb.base/maint.exp: Remove full paths from test names.
7968 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
7969 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
7970
7971 2007-02-27 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
7974
7975 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7976
7977 * gdb.server/server-mon.exp: New test.
7978
7979 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7980
7981 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
7982
7983 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
7984
7985 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
7986 register capitalization.
7987
7988 2007-02-13 Denis Pilat <denis.pilat@st.com>
7989
7990 * gdb.mi/mi-var-invalidate.exp: New file.
7991
7992 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7993
7994 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
7995
7996 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
7997
7998 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
7999
8000 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
8001
8002 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
8003 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
8004
8005 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
8006
8007 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
8008 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
8009 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
8010 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
8011 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
8012 * gdb.mi/gdb792.exp, lib/mi-support.exp:
8013 Update tests to include value field in output of -var-create.
8014
8015 2007-02-08 Andreas Schwab <schwab@suse.de>
8016
8017 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
8018
8019 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
8022 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
8023
8024 2007-02-02 Denis Pilat <denis.pilat@st.com>
8025
8026 * gdb.threads/threadapply.exp: check that frame is not changed by
8027 the thread apply all command.
8028
8029 2007-01-31 Andreas Schwab <schwab@suse.de>
8030
8031 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
8032
8033 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
8034 in the dwarf sections.
8035 * gdb.dwarf2/mac-fileno.S: Likewise.
8036
8037 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
8038 bspstore register on ia64.
8039
8040 2007-01-29 Andreas Schwab <schwab@suse.de>
8041
8042 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
8043 "frame-begin" annotation.
8044
8045 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
8046 number of "frames-invalid" annotations.
8047
8048 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
8049
8050 * gdb.base/commands.exp: Call if_commands_test.
8051 (gdb_test_no_prompt, if_commands_test): New.
8052
8053 2007-01-28 Mark Kettenis <kettenis@gnu.org>
8054
8055 * gdb.threads/sigthread.c (NSIGS): Make bigger.
8056
8057 2007-01-27 Andreas Schwab <schwab@suse.de>
8058
8059 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
8060 .short/.int/.quad in the dwarf sections.
8061 * gdb.dwarf2/dw2-intercu.S: Likewise.
8062 * gdb.dwarf2/dw2-intermix.S: Likewise.
8063
8064 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
8067 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
8068 array.
8069 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
8070 * gdb.base/setvar.exp: Likewise.
8071
8072 2007-01-26 Andreas Schwab <schwab@suse.de>
8073
8074 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
8075 test.
8076
8077 * gdb.base/multi-forks.exp ("restart $i"): Also match
8078 __kernel_syscall_via_break.
8079
8080 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
8081
8082 * lib/mi-support.exp (mi_delete_varobj): New.
8083 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
8084 testcase.
8085 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
8086 (main): Call the above.
8087 (reference_update_test, base_in_reference_test)
8088 (reference_to_pointer): Delete the created varobjs.
8089
8090 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
8091
8092 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
8093 * configure: Regenerated.
8094 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
8095 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
8096 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
8097 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
8098 * lib/gdb.exp (gdb_skip_xml_test): New function.
8099
8100 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
8101
8102 * gdb.base/sigrepeat.exp: Correct error message.
8103
8104 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8105 Daniel Jacobowitz <dan@codesourcery.com>
8106
8107 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
8108 gdb.arch/i386-gnu-cfi-asm.S: New files.
8109
8110 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8111
8112 * lib/gdb.exp: Abort on missing `site.exp'.
8113
8114 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8115 Daniel Jacobowitz <dan@codesourcery.com>
8116
8117 * gdb.base/included.c, gdb.base/included.exp,
8118 gdb.base/included.h: New files.
8119
8120 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
8121
8122 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
8123 (maximize_rlimit): Reduce limits on 64-bit systems.
8124
8125 2007-01-19 Mark Kettenis <kettenis@gnu.org>
8126
8127 From Marcus Deuling <deuling@de.ibm.com>:
8128 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
8129 every case.
8130
8131 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
8132
8133 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
8134 (test_path_specification): Use objdir instead of srcdir to always
8135 get an absolute filename.
8136
8137 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
8138
8139 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
8140
8141 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
8142
8143 * gdb.mi/mi-var-cp.cc (reference_update_tests):
8144 Make sure the variable we're using is in scope.
8145 (reference_to_pointer): Likewise.
8146
8147 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8148
8149 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
8150 has no debug information.
8151
8152 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
8153
8154 * gdb.base/annota1.exp: Remove extra send_gdb.
8155
8156 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8157
8158 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
8159
8160 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8161
8162 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
8163
8164 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
8165 Daniel Jacobowitz <dan@codesourcery.com>
8166
8167 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
8168 lcharacter or linteger change. Correct duplicated test name.
8169 * gdb.mi/mi2-var-cmd.exp: Likewise.
8170
8171 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
8172
8173 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
8174
8175 2007-01-05 Joel Brobecker <brobecker@adacore.com>
8176
8177 * gdb.base/nofield.c: New file.
8178 * gdb.base/nofield.exp: New testcase.
8179
8180 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
8181
8182 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
8183
8184 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
8185 test.
8186
8187 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8188
8189 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
8190
8191 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
8192
8193 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
8194 when continuing.
8195
8196 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8197
8198 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
8199 Expect ".exe" extension.
8200
8201 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8202
8203 * gdb.base/charset.exp: Add explicit filename to break.
8204 * gdb.base/dbx.exp: Add explicit filename to breaks.
8205
8206 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
8207
8208 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
8209 * gdb.mi/mi2-file.exp: Likewise.
8210
8211 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8212
8213 Implement specification of MI tests as comments
8214 in C and C++ sources.
8215 * lib/mi-support.exp (mi_autotest_data): New variable.
8216 (mi_autotest_source): New variable.
8217 (count_newlines, mi_prepare_inline_tests)
8218 (mi_get_inline_test, mi_continue_to_line)
8219 (mi_run_inline_test, mi_tbreak)
8220 (mi_send_resuming_command, mi_wait_for_stop): New functions.
8221 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
8222 Run inline tests.
8223 * gdb.mi/mi-var-cp.cc: Define tests here.
8224
8225 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
8226
8227 Simplify usage of mi_continue_to.
8228 * lib/mi-support.exp (mi_runto_helper): Renamed
8229 from mi_runto, added new parameter 'run_or_continue'.
8230 (mi_runto): Use mi_runto_helper.
8231 (mi_continue_to): Accept just function name as parameter.
8232 Use mi_runto_helper.
8233 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
8234 * gdb.mi/mi2-var-cmd.exp: Likewise.
8235
8236 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8237
8238 Make this testcase a bit more realistic. The current code
8239 is too simplistic, and allows the compiler to optimize out
8240 some of the entities we need for this testcase.
8241 * gdb.ada/null_record/bar.ads (Void_Star): New type.
8242 (Do_Nothing): Add extra parameter.
8243 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
8244 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
8245 by using a variable of type Void_Star.
8246
8247 2006-01-04 Joel Brobecker <brobecker@adacore.com>
8248
8249 * gdb.ada/catch_ex/foo.adb: New file.
8250 * gdb.ada/catch_ex.exp: New testcase.
8251
8252 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
8253
8254 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
8255 pass --image-base to linker.
8256
8257 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8258 Daniel Jacobowitz <dan@codesourcery.com>
8259
8260 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
8261 secondary prompts.
8262
8263 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8264
8265 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
8266 output. Test the types of members and member pointers.
8267 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
8268 gdb/2092.
8269 * gdb.cp/member-ptr.exp: Search for a comment instead of a
8270 statement. Enable for GCC. Update expected output for some tests
8271 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
8272 layout.
8273 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
8274 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
8275 (Diamond::vget_base): New.
8276 (main): Add new tests.
8277 * gdb.cp/printmethod.exp: Update expected output for member functions.
8278 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
8279 print pEe->D::vg().
8280
8281 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * gdb.threads/tls.exp: Allow stops in sem_post.
8284
8285 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
8286
8287 * gdb.base/annota1.exp: Allow .*printf in backtraces.
8288 * gdb.base/annota3.exp: Likewise.
8289 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
8290 again (instead of timing out).
8291 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
8292 GCC bug 26475.
8293 * gdb.java/jmisc.exp: Adjust to work with method signatures including
8294 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
8295 test from jmisc1.exp.
8296 * gdb.java/jmisc1.exp: Delete.
8297 * gdb.java/jprint.exp: Adjust to work with method signatures including
8298 return types.
8299 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
8300 * gdb.threads/linux-dp.exp: Don't be confused by program output.
8301 * lib/java.exp (compile_java_from_source): Pass the correct type
8302 to target_compile.
8303
8304 2006-12-31 Joel Brobecker <brobecker@adacore.com>
8305
8306 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
8307 (stack_align_edx): New function.
8308 (stack_align_eax): New function.
8309 (main): Add calls to stack_align_edx and stack_align_eax.
8310 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
8311 Add testing for the cases where the register used during a stack
8312 realignment is edx. Same for eax.
8313
8314 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
8315
8316 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
8317 and generic PE targets.
8318
8319 2006-12-29 Joel Brobecker <brobecker@adacore.com>
8320
8321 * gdb.ada/array_return.exp: Update copyright date list.
8322
8323 2006-12-27 Joel Brobecker <brobecker@adacore.com>
8324
8325 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
8326 (Create_Small_Float_Vector): New function.
8327 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
8328 function body.
8329 * gdb.ada/array_return/p.adb: Use new type and function from
8330 package Pck.
8331 * gdb.ada/array_return.exp: Add a test verifying that GDB is
8332 able to print the value returned by a function returning an
8333 array of float.
8334
8335 2006-12-20 Joel Brobecker <brobecker@adacore.com>
8336
8337 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
8338 The associated tests should be PASSing.
8339
8340 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8341
8342 Test for base in references.
8343 * gdb.mi/mi-var-cp.cc: Add test code.
8344 * gdb.mi/mi-var-cp.exp: Test for bases in references.
8345 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
8346 * gdb.mi/mi2-watch.exp: Likewise.
8347 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
8348 (mi_list_varobj_children): New function.
8349
8350 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
8351
8352 * lib/mi-support.exp
8353 (mi_runto): Accept "()" after function name.
8354 (mi_create_varobj): New function.
8355 (mi_varobj_update): New function.
8356 (mi_Check_varobj_value): New function.
8357 * gdb.mi/mi-var-cp.exp: New file.
8358 * gdb.mi/mi-var-cp.cc: New file.
8359
8360 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
8361
8362 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
8363 gdb.base/weaklib2.c: New files.
8364
8365 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8366
8367 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
8368 info. Adjust test names.
8369
8370 * gdb.base/break.c (main): Move position of malloc.
8371 * gdb.base/break.exp: Revert mistaken checkin.
8372
8373 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
8374
8375 * gdb.mi/mi-var-cmd.exp: Check -var-update after
8376 assignement of arrays and function pointers.
8377 * gdb.mi/var-cmd.c: Add declaration necessary for above
8378 tests.
8379
8380 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8381
8382 * gdb.base/break.c (main): Call malloc.
8383
8384 * gdb.threads/linux-dp.exp: Read thread table before and after
8385 creating each philosopher and verify it.
8386
8387 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
8388 Paul Brook <paul@codesourcery.com>
8389 Daniel Jacobowitz <dan@codesourcery.com>
8390
8391 * gdb.base/ending-run.exp: Flatten expect script stepping out of
8392 main to remove duplication. Add start function of the form
8393 '_*start[1-9]*'. Add RVDS start function.
8394
8395 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8396
8397 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
8398
8399 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8400
8401 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
8402 * gdb.asm/spu.inc: New file.
8403 * gdb.base/term.exp: Disable if [target_info exists noargs].
8404 * gdb.gdb/complaints.exp: Disable if ![isnative].
8405 * gdb.gdb/selftest.exp: Likewise.
8406 * gdb.gdb/observer.exp: Likewise.
8407 * gdb.gdb/xfullpath.exp: Likewise.
8408 * gdb.base/attach.exp: Disable on SPU target.
8409 * gdb.cp/bs145503.exp: Likewise.
8410 * gdb.cp/exception.exp: Likewise.
8411 * gdb.cp/userdef.exp: Likewise.
8412
8413 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
8414
8415 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
8416
8417 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
8418
8419 * gdb.base/completion.exp: Fix completion tests for
8420 'info' and 'info '.
8421 * gdb.base/help.exp (help_test_raw, test_class_help)
8422 (test_prefix_command_help): Move...
8423 * lib/gdb.exp: Here.
8424 * gdb.base/main.exp: Adjust.
8425 * gdb.cp/maint.exp: Adjust.
8426 * gdb.trace/tracecmd.exp: Use test_help_class.
8427
8428 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8429
8430 * gdb.stabs/weird.exp (print_weird_var): Use
8431 gdb_test_multiple instead of gdb_expect.
8432
8433 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
8434
8435 * gdb.base/help.exp (help_test_raw): New.
8436 (test_class_help): New.
8437 (test_prefix_command_help): New.
8438 Adjust testcases.
8439
8440 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
8441
8442 * gdb.base/constvars.c (main): Write to crass and crips, so that
8443 they are allocated by the compiler.
8444
8445 2006-10-27 Andreas Schwab <schwab@suse.de>
8446
8447 * gdb.base/multi-forks.exp: Use "detach fork" instead of
8448 "detach-fork".
8449
8450 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
8451
8452 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
8453 of patterns.
8454
8455 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8456
8457 * gdb.base/sepdebug.exp: Remove debug format test.
8458 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
8459 Handle no-symtab.
8460 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
8461
8462 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
8463
8464 * gdb.threads/manythreads.c (thread_function, main): Don't cast
8465 int to pointer or pointer to int.
8466 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
8467
8468 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
8469
8470 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
8471
8472 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8473
8474 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
8475
8476 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
8477
8478 PR c++/2116
8479 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
8480
8481 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8482
8483 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
8484 the corresponding bug has been fixed in GDB (PR/2018).
8485
8486 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8487
8488 * gdb.base/subst.exp: New testcase.
8489
8490 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8491
8492 * gdb.ada/array_return/pck.ads: Add copyright notice.
8493 * gdb.ada/array_return/pck.adb: Likewise.
8494 * gdb.ada/array_return/p.adb: Likewise.
8495 * gdb.ada/exec_changed/first.adb: Likewise.
8496 * gdb.ada/exec_changed/second.adb: Likewise.
8497
8498 2006-10-06 Joel Brobecker <brobecker@adacore.com>
8499
8500 * gdb.ada/watch_arg/watch.adb: New file.
8501 * gdb.ada/watch_arg.exp: New testcase.
8502
8503 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
8504
8505 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
8506 via string_to_regexp.
8507 * gdb.mi/mi2-basics.exp: Likewise.
8508
8509 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
8510
8511 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
8512 Remove unused / obsolete files.
8513
8514 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
8515
8516 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
8517
8518 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
8519
8520 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
8521 HIGH_FRAME argument to -stack-list-arguments can be larger than
8522 the number of frames.
8523
8524 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
8525
8526 * gdb.base/args.c (main): Add breakpoint marker.
8527 * gdb.base/args.exp: Use args_test for tests. Add new tests which
8528 really test empty arguments.
8529 (args_load): Delete.
8530 (args_test): New.
8531
8532 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
8533
8534 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
8535 check for one file.
8536
8537 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
8538
8539 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
8540 HIGH_FRAME argument to -stack-list-locals can be larger than
8541 the number of frames.
8542
8543 2006-08-18 Fred Fish <fnf@specifix.com>
8544
8545 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
8546 '$' in front of skip_vmx_tests_saved when setting that.
8547
8548 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
8549
8550 * gdb.base/trace-commands.exp: New file.
8551
8552 2006-08-10 Joel Brobecker <brobecker@adacore.com>
8553 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * gdb.base/step-bt.exp: Make hexadecimal address optional in
8556 expected output of the backtrace commands.
8557
8558 2006-08-09 Joel Brobecker <brobecker@adacore.com>
8559
8560 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
8561 untested followed by return combination.
8562 * gdb.arch/altivec-regs.exp: Likewise.
8563 * gdb.arch/e500-abi.exp: Likewise.
8564 * gdb.arch/e500-regs.exp: Likewise.
8565 * gdb.arch/gdb1291.exp: Likewise.
8566 * gdb.arch/gdb1431.exp: Likewise.
8567 * gdb.arch/gdb1558.exp: Likewise.
8568 * gdb.arch/i386-prologue.exp: Likewise.
8569 * gdb.arch/i386-unwind.exp: Likewise.
8570 * gdb.asm/asm-source.exp: Likewise.
8571 * gdb.base/a2-run.exp: Likewise.
8572 * gdb.base/advance.exp: Likewise.
8573 * gdb.base/all-bin.exp: Likewise.
8574 * gdb.base/annota1.exp: Likewise.
8575 * gdb.base/annota3.exp: Likewise.
8576 * gdb.base/args.exp: Likewise.
8577 * gdb.base/arithmet.exp: Likewise.
8578 * gdb.base/assign.exp: Likewise.
8579 * gdb.base/async.exp: Likewise.
8580 * gdb.base/attach.exp: Likewise.
8581 * gdb.base/bang.exp: Likewise.
8582 * gdb.base/bigcore.exp: Likewise.
8583 * gdb.base/bitfields.exp: Likewise.
8584 * gdb.base/bitfields2.exp: Likewise.
8585 * gdb.base/break.exp: Likewise.
8586 * gdb.base/call-sc.exp: Likewise.
8587 * gdb.base/call-strs.exp: Likewise.
8588 * gdb.base/callfuncs.exp: Likewise.
8589 * gdb.base/checkpoint.exp: Likewise.
8590 * gdb.base/chng-syms.exp: Likewise.
8591 * gdb.base/code-expr.exp: Likewise.
8592 * gdb.base/commands.exp: Likewise.
8593 * gdb.base/completion.exp: Likewise.
8594 * gdb.base/cond-expr.exp: Likewise.
8595 * gdb.base/condbreak.exp: Likewise.
8596 * gdb.base/consecutive.exp: Likewise.
8597 * gdb.base/constvars.exp: Likewise.
8598 * gdb.base/corefile.exp: Likewise.
8599 * gdb.base/cvexpr.exp: Likewise.
8600 * gdb.base/dbx.exp: Likewise.
8601 * gdb.base/define.exp: Likewise.
8602 * gdb.base/detach.exp: Likewise.
8603 * gdb.base/display.exp: Likewise.
8604 * gdb.base/dump.exp: Likewise.
8605 * gdb.base/ena-dis-br.exp: Likewise.
8606 * gdb.base/ending-run.exp: Likewise.
8607 * gdb.base/environ.exp: Likewise.
8608 * gdb.base/eval-skip.exp: Likewise.
8609 * gdb.base/exprs.exp: Likewise.
8610 * gdb.base/fileio.exp: Likewise.
8611 * gdb.base/finish.exp: Likewise.
8612 * gdb.base/float.exp: Likewise.
8613 * gdb.base/foll-exec.exp: Likewise.
8614 * gdb.base/foll-fork.exp: Likewise.
8615 * gdb.base/foll-vfork.exp: Likewise.
8616 * gdb.base/freebpcmd.exp: Likewise.
8617 * gdb.base/funcargs.exp: Likewise.
8618 * gdb.base/gcore.exp: Likewise.
8619 * gdb.base/gdb1090.exp: Likewise.
8620 * gdb.base/gdb1250.exp: Likewise.
8621 * gdb.base/huge.exp: Likewise.
8622 * gdb.base/info-proc.exp: Likewise.
8623 * gdb.base/interrupt.exp: Likewise.
8624 * gdb.base/jump.exp: Likewise.
8625 * gdb.base/langs.exp: Likewise.
8626 * gdb.base/lineinc.exp: Likewise.
8627 * gdb.base/list.exp: Likewise.
8628 * gdb.base/logical.exp: Likewise.
8629 * gdb.base/long_long.exp: Likewise.
8630 * gdb.base/macscp.exp: Likewise.
8631 * gdb.base/maint.exp: Likewise.
8632 * gdb.base/mips_pro.exp: Likewise.
8633 * gdb.base/miscexprs.exp: Likewise.
8634 * gdb.base/multi-forks.exp: Likewise.
8635 * gdb.base/opaque.exp: Likewise.
8636 * gdb.base/overlays.exp: Likewise.
8637 * gdb.base/pc-fp.exp: Likewise.
8638 * gdb.base/pointers.exp: Likewise.
8639 * gdb.base/printcmds.exp: Likewise.
8640 * gdb.base/psymtab.exp: Likewise.
8641 * gdb.base/ptype.exp: Likewise.
8642 * gdb.base/recurse.exp: Likewise.
8643 * gdb.base/relational.exp: Likewise.
8644 * gdb.base/relocate.exp: Likewise.
8645 * gdb.base/remote.exp: Likewise.
8646 * gdb.base/reread.exp: Likewise.
8647 * gdb.base/restore.exp: Likewise.
8648 * gdb.base/return.exp: Likewise.
8649 * gdb.base/return2.exp: Likewise.
8650 * gdb.base/scope.exp: Likewise.
8651 * gdb.base/sect-cmd.exp: Likewise.
8652 * gdb.base/sep.exp: Likewise.
8653 * gdb.base/sepdebug.exp: Likewise.
8654 * gdb.base/setshow.exp: Likewise.
8655 * gdb.base/setvar.exp: Likewise.
8656 * gdb.base/sigall.exp: Likewise.
8657 * gdb.base/sigbpt.exp: Likewise.
8658 * gdb.base/signals.exp: Likewise.
8659 * gdb.base/signull.exp: Likewise.
8660 * gdb.base/sizeof.exp: Likewise.
8661 * gdb.base/solib.exp: Likewise.
8662 * gdb.base/step-line.exp: Likewise.
8663 * gdb.base/step-test.exp: Likewise.
8664 * gdb.base/structs.exp: Likewise.
8665 * gdb.base/structs2.exp: Likewise.
8666 * gdb.base/term.exp: Likewise.
8667 * gdb.base/twice.exp: Likewise.
8668 * gdb.base/until.exp: Likewise.
8669 * gdb.base/varargs.exp: Likewise.
8670 * gdb.base/volatile.exp: Likewise.
8671 * gdb.base/watchpoint.exp: Likewise.
8672 * gdb.base/whatis-exp.exp: Likewise.
8673 * gdb.base/whatis.exp: Likewise.
8674 * gdb.cp/ambiguous.exp: Likewise.
8675 * gdb.cp/annota2.exp: Likewise.
8676 * gdb.cp/annota3.exp: Likewise.
8677 * gdb.cp/bool.exp: Likewise.
8678 * gdb.cp/breakpoint.exp: Likewise.
8679 * gdb.cp/casts.exp: Likewise.
8680 * gdb.cp/class2.exp: Likewise.
8681 * gdb.cp/classes.exp: Likewise.
8682 * gdb.cp/cplusfuncs.exp: Likewise.
8683 * gdb.cp/ctti.exp: Likewise.
8684 * gdb.cp/derivation.exp: Likewise.
8685 * gdb.cp/exception.exp: Likewise.
8686 * gdb.cp/gdb1355.exp: Likewise.
8687 * gdb.cp/hang.exp: Likewise.
8688 * gdb.cp/inherit.exp: Likewise.
8689 * gdb.cp/local.exp: Likewise.
8690 * gdb.cp/m-data.exp: Likewise.
8691 * gdb.cp/m-static.exp: Likewise.
8692 * gdb.cp/member-ptr.exp: Likewise.
8693 * gdb.cp/method.exp: Likewise.
8694 * gdb.cp/misc.exp: Likewise.
8695 * gdb.cp/namespace.exp: Likewise.
8696 * gdb.cp/overload.exp: Likewise.
8697 * gdb.cp/ovldbreak.exp: Likewise.
8698 * gdb.cp/pr-1023.exp: Likewise.
8699 * gdb.cp/pr-1210.exp: Likewise.
8700 * gdb.cp/pr-574.exp: Likewise.
8701 * gdb.cp/printmethod.exp: Likewise.
8702 * gdb.cp/psmang.exp: Likewise.
8703 * gdb.cp/ref-params.exp: Likewise.
8704 * gdb.cp/ref-types.exp: Likewise.
8705 * gdb.cp/rtti.exp: Likewise.
8706 * gdb.cp/templates.exp: Likewise.
8707 * gdb.cp/try_catch.exp: Likewise.
8708 * gdb.cp/userdef.exp: Likewise.
8709 * gdb.cp/virtfunc.exp: Likewise.
8710 * gdb.disasm/am33.exp: Likewise.
8711 * gdb.disasm/h8300s.exp: Likewise.
8712 * gdb.disasm/mn10300.exp: Likewise.
8713 * gdb.disasm/sh3.exp: Likewise.
8714 * gdb.disasm/t01_mov.exp: Likewise.
8715 * gdb.disasm/t02_mova.exp: Likewise.
8716 * gdb.disasm/t03_add.exp: Likewise.
8717 * gdb.disasm/t04_sub.exp: Likewise.
8718 * gdb.disasm/t05_cmp.exp: Likewise.
8719 * gdb.disasm/t06_ari2.exp: Likewise.
8720 * gdb.disasm/t07_ari3.exp: Likewise.
8721 * gdb.disasm/t08_or.exp: Likewise.
8722 * gdb.disasm/t09_xor.exp: Likewise.
8723 * gdb.disasm/t10_and.exp: Likewise.
8724 * gdb.disasm/t11_logs.exp: Likewise.
8725 * gdb.disasm/t12_bit.exp: Likewise.
8726 * gdb.disasm/t13_otr.exp: Likewise.
8727 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
8728 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
8729 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8730 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
8731 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
8732 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
8733 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
8734 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
8735 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
8736 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
8737 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
8738 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
8739 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
8740 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
8741 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
8742 * gdb.mi/gdb701.exp: Likewise.
8743 * gdb.mi/gdb792.exp: Likewise.
8744 * gdb.mi/mi-basics.exp: Likewise.
8745 * gdb.mi/mi-break.exp: Likewise.
8746 * gdb.mi/mi-cli.exp: Likewise.
8747 * gdb.mi/mi-console.exp: Likewise.
8748 * gdb.mi/mi-disassemble.exp: Likewise.
8749 * gdb.mi/mi-eval.exp: Likewise.
8750 * gdb.mi/mi-file.exp: Likewise.
8751 * gdb.mi/mi-read-memory.exp: Likewise.
8752 * gdb.mi/mi-regs.exp: Likewise.
8753 * gdb.mi/mi-return.exp: Likewise.
8754 * gdb.mi/mi-simplerun.exp: Likewise.
8755 * gdb.mi/mi-stack.exp: Likewise.
8756 * gdb.mi/mi-stepi.exp: Likewise.
8757 * gdb.mi/mi-syn-frame.exp: Likewise.
8758 * gdb.mi/mi-until.exp: Likewise.
8759 * gdb.mi/mi-var-block.exp: Likewise.
8760 * gdb.mi/mi-var-child.exp: Likewise.
8761 * gdb.mi/mi-var-cmd.exp: Likewise.
8762 * gdb.mi/mi-var-display.exp: Likewise.
8763 * gdb.mi/mi-watch.exp: Likewise.
8764 * gdb.mi/mi2-basics.exp: Likewise.
8765 * gdb.mi/mi2-break.exp: Likewise.
8766 * gdb.mi/mi2-cli.exp: Likewise.
8767 * gdb.mi/mi2-console.exp: Likewise.
8768 * gdb.mi/mi2-disassemble.exp: Likewise.
8769 * gdb.mi/mi2-eval.exp: Likewise.
8770 * gdb.mi/mi2-file.exp: Likewise.
8771 * gdb.mi/mi2-read-memory.exp: Likewise.
8772 * gdb.mi/mi2-regs.exp: Likewise.
8773 * gdb.mi/mi2-return.exp: Likewise.
8774 * gdb.mi/mi2-simplerun.exp: Likewise.
8775 * gdb.mi/mi2-stack.exp: Likewise.
8776 * gdb.mi/mi2-stepi.exp: Likewise.
8777 * gdb.mi/mi2-syn-frame.exp: Likewise.
8778 * gdb.mi/mi2-until.exp: Likewise.
8779 * gdb.mi/mi2-var-block.exp: Likewise.
8780 * gdb.mi/mi2-var-child.exp: Likewise.
8781 * gdb.mi/mi2-var-cmd.exp: Likewise.
8782 * gdb.mi/mi2-var-display.exp: Likewise.
8783 * gdb.mi/mi2-watch.exp: Likewise.
8784 * gdb.stabs/exclfwd.exp: Likewise.
8785 * gdb.stabs/weird.exp: Likewise.
8786 * gdb.threads/gcore-thread.exp: Likewise.
8787 * gdb.trace/actions.exp: Likewise.
8788 * gdb.trace/backtrace.exp: Likewise.
8789 * gdb.trace/circ.exp: Likewise.
8790 * gdb.trace/collection.exp: Likewise.
8791 * gdb.trace/deltrace.exp: Likewise.
8792 * gdb.trace/infotrace.exp: Likewise.
8793 * gdb.trace/limits.exp: Likewise.
8794 * gdb.trace/packetlen.exp: Likewise.
8795 * gdb.trace/passc-dyn.exp: Likewise.
8796 * gdb.trace/passcount.exp: Likewise.
8797 * gdb.trace/report.exp: Likewise.
8798 * gdb.trace/save-trace.exp: Likewise.
8799 * gdb.trace/tfind.exp: Likewise.
8800 * gdb.trace/tracecmd.exp: Likewise.
8801 * gdb.trace/while-dyn.exp: Likewise.
8802 * gdb.trace/while-stepping.exp: Likewise.
8803
8804 2006-08-08 Joel Brobecker <brobecker@adacore.com>
8805
8806 * gdb.base/step-bt.c: New file.
8807 * gdb.base/step-bt.exp: New testcase.
8808
8809 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
8810
8811 * config/monitor.exp (gdb_load): Remove support for obsolete
8812 download-write-size.
8813 * gdb.base/remote.exp: Likewise. Update all callers of
8814 gdb_timed_load.
8815
8816 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
8817
8818 * cursal.exp: Pass binfile to gdb_load.
8819
8820 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
8821
8822 * gdb.base/cursal.exp: Add "" to gdb_load call.
8823
8824 2006-07-29 Mark Kettenis <kettenis@gnu.org>
8825
8826 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
8827 NetBSD/ELF targets.
8828
8829 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
8830
8831 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
8832 operator*.
8833
8834 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
8835
8836 * gdb.base/completion.exp: Update for change in "file" behavior.
8837 * gdb.stabs/weird.exp: Likewise.
8838 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
8839 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
8840
8841 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
8842
8843 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
8844 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
8845
8846 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
8847
8848 * gdb.base/default.exp: Update source command error message.
8849 * gdb.base/help.exp: Update 'help source' message.
8850
8851 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
8852
8853 * gdb.cp/bs15503.exp: Update comment for no longer crashing
8854 test.
8855
8856 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
8857
8858 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
8859
8860 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8861
8862 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
8863
8864 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
8867
8868 2006-07-17 Mark Kettenis <kettenis@gnu.org>
8869
8870 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
8871 *-*-openbsd* from targets for wich we expect ARM FPA floating
8872 point format.
8873
8874 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
8875
8876 * gdb.cp/annota3.exp: Expect frame-begin annotation.
8877
8878 2006-07-17 Mark Kettenis <kettenis@gnu.org>
8879
8880 * gdb.base/annota3.exp: Expect frame-begin annotation.
8881
8882 2006-07-14 Joel Brobecker <brobecker@adacore.com>
8883
8884 * gdb.base/help.exp: Adjust "help unset" test to accept
8885 any list of unset commands.
8886
8887 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
8888 Daniel Jacobowitz <dan@codesourcery.com>
8889
8890 * gdb.cp/ref-params.exp: New test.
8891 * gdb.cp/ref-params.cc: New source file.
8892 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
8893
8894 2006-07-08 Mark Kettenis <kettenis@gnu.org>
8895
8896 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
8897 spaces/tabs in regular expressions since they might not be there.
8898
8899 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
8900
8901 * gdb.base/ifelse.exp: New file.
8902
8903 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
8904
8905 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
8906 line.
8907 * gdb.base/huge.exp: Loop over compilation to find a size that
8908 is acceptable.
8909 * gdb.base/remote.exp: Correct expected strings.
8910 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
8911
8912 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8913
8914 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
8915
8916 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
8919 native.
8920
8921 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8922
8923 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
8924 enable stabs testing.
8925
8926 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8927
8928 * gdb.base/auxv.exp: Intercept undefined command messages before
8929 gdb_test_multiple does.
8930
8931 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
8932
8933 * Makefile.in (host_alias): Remove.
8934 (target_alias): Use @target_noncanonical@.
8935 (site.exp): Don't set host_alias.
8936 * aclocal.m4: Remove contents. Include acx.m4.
8937 * configure: Regenerated.
8938 * configure.ac: Use ACX_NONCANONICAL_TARGET.
8939
8940 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
8941
8942 * lib/gdb.exp (gdb_load_cmd): New.
8943
8944 * gdb.base/fileio.c: Add system(NULL) test.
8945 * gdb.base/fileio.exp: Check it.
8946
8947 * gdb.base/break.c: Add 10a breakpoint at }
8948 * gdb.base/break.exp: Add test for breakpoint at }
8949 * gdb.cp/anon-union.cc: Add code at end of function.
8950 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
8951 * gdb.mi/var-cmd.c: Add code at end of function.
8952 * gdb.mi/mi-var-display.exp: Adjust end of next.
8953 * gdb.mi/mi2-var-display.exp: Likewise.
8954 * gdb.base/fileio.c: Add stop function and insert calls at
8955 stopping places.
8956 * gdb.base/fileio.exp: Breakpoint stop function and remove
8957 explicit line number references.
8958
8959 2006-05-19 Joel Brobecker <brobecker@adacore.com>
8960
8961 * gdb.base/del.exp (test_delete_alias): New function.
8962 Now check that both "del" and "d" work as aliases for "delete".
8963
8964 2006-05-18 Fred Fish <fnf@specifix.com>
8965
8966 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
8967 required. Check for spurious output after program exits normally.
8968
8969 2006-05-17 Fred Fish <fnf@specifix.com>
8970
8971 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
8972 gdb_load, so it works in the simulator.
8973
8974 2006-05-11 Fred Fish <fnf@specifix.com>
8975
8976 * gdb.base/bang.exp: Ignore unexpected output between the
8977 "program exited normally" and the gdb prompt, as many other
8978 tests do.
8979
8980 2006-05-07 Mark Kettenis <kettenis@gnu.org>
8981
8982 * gdb.base/help.exp: Make "delete checkpoint" part option for
8983 "help d" and "help delete" tests.
8984
8985 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8986
8987 * gdb.mi/mi-basics.exp: Add missing serial number to
8988 expected output in some mi_gdb_test statements.
8989 * gdb.mi/mi2-basics.exp: Likewise.
8990
8991 2006-05-05 Joel Brobecker <brobecker@adacore.com>
8992
8993 * gdb.base/del.c: New file.
8994 * gdb.base/del.exp: New testcase.
8995
8996 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
8997
8998 * gdb.base/break.exp: Do not assume a breakpoint on
8999 main will actually be in $srcfile when optimizing.
9000 * gdb.base/savedregs.exp: Do not require that the dummy
9001 frame location match up to a symbol and source file location.
9002 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
9003 will get printed without a mi_cmd_data_list_register_values prefix.
9004 (*-data-list-register-*): Correct regular expressions to expect the new
9005 pseudo d? floating point registers.
9006 * gdb.mi/mi2-regs.exp: Likewise.
9007
9008 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
9009
9010 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
9011 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
9012 is allocated by the compiler.
9013 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
9014 anons, e, anone to force their allocation by the compiler.
9015
9016 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
9017
9018 * gdb.base/help.exp: Update expected text for help d and
9019 help delete.
9020
9021 2006-05-02 Mark Kettenis <kettenis@gnu.org>
9022
9023 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
9024 NetBSD/ELF targets.
9025
9026 2006-04-30 Mark Kettenis <kettenis@gnu.org>
9027
9028 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
9029 single-step breakpoint fails; make this a KFAIL on
9030 sparc*-*-openbsd*.
9031 * gdb.base/siginfo.exp: Likewise.
9032 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9033
9034 2006-04-26 Michael Snyder <msnyder@redhat.com>
9035
9036 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
9037 which may have to consume output from other forks.
9038 Add tests to make sure that "delete fork" succeeded.
9039
9040 2006-04-20 Michael Snyder <msnyder@redhat.com>
9041
9042 * 2006-03-22 Jim Blandy <jimb@redhat.com>
9043 Add support for the Renesas M32C and M16C.
9044
9045 * gdb.asm/asm-source.exp: Add m32c target.
9046 * gdb.asm/m32c.inc: Support for m32c target.
9047
9048 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
9049
9050 * gdb.base/commands.exp (recursive_source_test): New test.
9051
9052 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
9053
9054 * gdb.base/float.exp: Add pattern for sparc targets.
9055
9056 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
9057
9058 * gdb.base/commands.exp (stray_arg0_test): New test.
9059
9060 2006-03-30 Paul Brook <paul@codesourcery.com>
9061
9062 * gdb.mi/mi-until.exp: kfail broken until command.
9063 * gdb.mi/mi2-until.exp: Ditto.
9064
9065 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
9068
9069 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
9070
9071 * gdb.base/prelink.exp: Anchor tested-for regular expression
9072 on gdb prompt.
9073
9074 2006-03-07 Paul Brook <paul@codesourcery.com>
9075
9076 * gdb.base/assign.exp: Correct fail message.
9077
9078 2006-03-07 Paul Brook <paul@codesourcery.com>
9079
9080 * lib/compiler.c: Extract armcc version number.
9081 * lib/compiler.cc: Ditto.
9082
9083 2006-03-07 Paul Brook <paul@codesourcery.com>
9084
9085 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
9086 additional_flags=-w.
9087 * gdb.arch/altivec-regs.exp: Ditto.
9088 * gdb.arch/e500-abi.exp: Ditto.
9089 * gdb.arch/e500-regs.exp: Ditto.
9090 * gdb.base/all-bin.exp: Ditto.
9091 * gdb.base/annota1.exp: Ditto.
9092 * gdb.base/annota3.exp: Ditto.
9093 * gdb.base/args.exp: Ditto.
9094 * gdb.base/arithmet.exp: Ditto.
9095 * gdb.base/assign.exp: Ditto.
9096 * gdb.base/async.exp: Ditto.
9097 * gdb.base/bang.exp: Ditto.
9098 * gdb.base/break.exp: Ditto.
9099 * gdb.base/call-rt-st.exp: Ditto.
9100 * gdb.base/completion.exp: Ditto.
9101 * gdb.base/cond-expr.exp: Ditto.
9102 * gdb.base/condbreak.exp: Ditto.
9103 * gdb.base/consecutive.exp: Ditto.
9104 * gdb.base/define.exp: Ditto.
9105 * gdb.base/display.exp: Ditto.
9106 * gdb.base/ena-dis-br.exp: Ditto.
9107 * gdb.base/environ.exp: Ditto.
9108 * gdb.base/eval-skip.exp: Ditto.
9109 * gdb.base/info-proc.exp: Ditto.
9110 * gdb.base/jump.exp: Ditto.
9111 * gdb.base/logical.exp: Ditto.
9112 * gdb.base/long_long.exp: Ditto.
9113 * gdb.base/maint.exp: Ditto.
9114 * gdb.base/miscexprs.exp: Ditto.
9115 * gdb.base/pc-fp.exp: Ditto.
9116 * gdb.base/pointers.exp: Ditto.
9117 * gdb.base/relational.exp: Ditto.
9118 * gdb.base/reread.exp: Ditto.
9119 * gdb.base/sect-cmd.exp: Ditto.
9120 * gdb.base/sep.exp: Ditto.
9121 * gdb.base/sepdebug.exp: Ditto.
9122 * gdb.base/until.exp: Ditto.
9123 * gdb.base/whatis-exp.exp: Ditto.
9124 * gdb.cp/annota2.exp: Ditto.
9125 * gdb.cp/annota3.exp: Ditto.
9126 * gdb.trace/actions.exp: Ditto.
9127 * gdb.trace/backtrace.exp: Ditto.
9128 * gdb.trace/circ.exp: Ditto.
9129 * gdb.trace/collection.exp: Ditto.
9130 * gdb.trace/deltrace.exp: Ditto.
9131 * gdb.trace/infotrace.exp: Ditto.
9132 * gdb.trace/limits.exp: Ditto.
9133 * gdb.trace/packetlen.exp: Ditto.
9134 * gdb.trace/passc-dyn.exp: Ditto.
9135 * gdb.trace/passcount.exp: Ditto.
9136 * gdb.trace/report.exp: Ditto.
9137 * gdb.trace/save-trace.exp: Ditto.
9138 * gdb.trace/tfind.exp: Ditto.
9139 * gdb.trace/tracecmd.exp: Ditto.
9140 * gdb.trace/while-dyn.exp: Ditto.
9141 * gdb.trace/while-stepping.exp: Ditto.
9142 * lib/gdb.exp: Ditto.
9143 (gdb_compile): Handle nowarning option.
9144
9145 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
9146
9147 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
9148 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
9149 Rename executable to prelinkt. Don't re-prelink if we didn't
9150 get a core file. Test prelink -u exit status to tell whether
9151 prelinking failed. Use gdb_test_multiple.
9152
9153 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9154
9155 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
9156 (do_tests): Call it.
9157
9158 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
9159
9160 * gdb.base/prelink.exp: New test.
9161 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
9162
9163 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
9164
9165 * gdb.fortran/derived-type.f90: New file.
9166 * gdb.fortran/derived-type.exp: New testcase.
9167
9168 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
9169
9170 * gdb.base/default.exp: Allow ';' as a directory separator.
9171
9172 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9173
9174 * gdb.base/help.exp (help add-symbol-file): Update.
9175
9176 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
9177
9178 * gdb.base/help.exp (help load): Update expected results.
9179
9180 2006-02-19 Fred Fish <fnf@specifix.com>
9181
9182 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
9183 specifix hex value as part of results.
9184 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
9185
9186 2006-02-16 Fred Fish <fnf@specifix.com>
9187
9188 * gdb.base/whatis.c: Define variables using typedefs char_addr,
9189 ushort_addr, and slong_addr, so the typedefs are not optimized
9190 away.
9191 * gdb.base/whatis.exp: Add tests using type name for struct type,
9192 union type, enum type, and typedef.
9193
9194 2006-02-13 Mark Kettenis <kettenis@gnu.org>
9195
9196 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
9197
9198 2006-02-13 Jim Blandy <jimb@redhat.com>
9199
9200 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
9201 case where it takes two "next" commands to skip past the init
9202 call.
9203
9204 2006-02-12 Fred Fish <fnf@specifix.com>
9205
9206 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
9207 to handle cases where it takes two "next" commands to skip
9208 past the init call.
9209
9210 2006-02-07 Joel Brobecker <brobecker@adacore.com>
9211
9212 * gdb.ada/array_return.exp: Mark the last test as expected to fail
9213 on hppa32 targets.
9214
9215 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
9216
9217 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
9218 field.
9219
9220 2006-01-29 Mark Kettenis <kettenis@gnu.org>
9221
9222 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
9223
9224 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
9225
9226 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
9227 files.
9228
9229 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
9230
9231 * gdb.cp/maint.exp: Set complaints to a positive value.
9232
9233 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9234
9235 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
9236 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
9237 function name.
9238
9239 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
9240
9241 * gdb.base/checkpoint.c: Update copyright notice. Include
9242 <stdlib.h>.
9243
9244 2006-01-04 Jim Blandy <jimb@redhat.com>
9245
9246 * gdb.asm/asm-source.exp: Independently provide default values for
9247 asm-flags and debug-flags. Use 'string equal' to do the
9248 comparison, not the implicit expr's '==' operator. Remove
9249 now-unneeded assignments to asm-flags. In h8300 case, place
9250 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
9251
9252 2006-01-04 Michael Snyder <msnyder@redhat.com>
9253
9254 * gdb.base/checkpoint.c: New file.
9255 * gdb.base/checkpoint.exp: New file.
9256 * gdb.base/multi-fork.c: New file.
9257 * gdb.base/multi-fork.exp: New file.
9258 * gdb.base/pi.txt: New file (data for checkpoint.c test).
9259
9260 2006-01-04 Fred Fish <fnf@specifix.com>
9261
9262 * gdb.base/ptype.c (foo): Add typedef.
9263 (intfoo): Add function.
9264 * gdb.base/ptype1.c: New file.
9265 * gdb.base/ptype.exp: Handle compilation and linking with two
9266 source files. Test that proper type for "foo" is found based
9267 on source context rather than first match found in symtabs.
9268
9269 2005-12-28 Mark Kettenis <kettenis@gnu.org>
9270
9271 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
9272 * gdb.asm/openbsd.inc: Indent commands.
9273
9274 2005-12-26 Mark Kettenis <kettenis@gnu.org>
9275
9276 * gdb.base/freebpcmd.exp: Increase timeout.
9277
9278 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
9279
9280 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
9281
9282 * gdb.base/default.exp: Update check for "show version".
9283
9284 2005-12-09 Randolph Chung <tausq@debian.org>
9285
9286 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
9287 * gdb.asm/pa64.inc: New file.
9288
9289 2005-12-09 Randolph Chung <tausq@debian.org>
9290
9291 * gdb.asm/common.inc: Indent commands.
9292 * gdb.asm/asmsrc1.s: Likewise.
9293 * gdb.asm/asmsrc2.s: Likewise.
9294
9295 2005-12-09 Randolph Chung <tausq@debian.org>
9296
9297 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
9298 (get_addr_of_sym): Remove duplicate print.
9299 (gen_core): xfail hppa*-*-hpux*, update expected output.
9300 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
9301 * gdb.arch/pa64-nullify.s: New file.
9302
9303 2005-12-09 Randolph Chung <tausq@debian.org>
9304
9305 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
9306
9307 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
9308
9309 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
9310 code generation for these functions.
9311 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
9312 error message.
9313
9314 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
9315
9316 * gdb.base/help.exp (help b, help br, help bre, help brea)
9317 (help break): Update the expected message.
9318
9319 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
9320
9321 * gdb.asm/m68hc11.inc: Setup the data section.
9322 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
9323 script for this test.
9324 (m6812-*-*): Likewise.
9325
9326 2005-11-09 Randolph Chung <tausq@debian.org>
9327
9328 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
9329
9330 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
9331
9332 * gdb.base/break.exp: Fix a comment typo.
9333
9334 2005-11-03 Jim Blandy <jimb@redhat.com>
9335
9336 Checked in by Elena Zannoni <ezannoni@redhat.com>
9337
9338 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
9339
9340 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
9341
9342 * gdb.arch/gdb1558.c: Include stdio.h.
9343
9344 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9345
9346 * gdb.asm/asm-source.exp: Use -e instead of --entry.
9347
9348 2005-10-31 Mark Kettenis <kettenis@gnu.org>
9349
9350 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
9351
9352 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
9353
9354 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9355 vscr" tests to better match output.
9356
9357 2005-10-12 Jim Blandy <jimb@redhat.com>
9358
9359 * gdb.base/structs.exp (any): New function.
9360 (test_struct_returns): Don't make any assumptions at all about
9361 what value the function returns when GDB can't set the return
9362 value.
9363
9364 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.ada/arrayidx/p.adb: New file.
9367 * gdb.ada/arrayidx.exp: New testcase
9368
9369 2005-10-09 Joel Brobecker <brobecker@adacore.com>
9370
9371 * gdb.ada/array_return/pck.ads: New file.
9372 * gdb.ada/array_return/pck.adb: New file.
9373 * gdb.ada/array_return/p.adb: New file.
9374 * gdb.ada/array_return.exp: New testcase.
9375
9376 2005-10-03 Joel Brobecker <brobecker@adacore.com>
9377
9378 * gdb.base/arrayidx.c: New file.
9379 * gdb.base/arrayidx.exp: New testcase.
9380
9381 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
9382
9383 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
9384 frames-invalid and breakpoints-invalid are no longer generated
9385 with level 3 so don't expect them in the output.
9386
9387 2005-09-27 Bob Rossi <bob@brasko.net>
9388
9389 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
9390 from test. Escape the | in mi_gdb_test call.
9391 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
9392 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
9393 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
9394 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
9395 expected regex's in mi_gdb_test calls.
9396 * lib/mi-support.exp: Remove arbitrary .* from tests.
9397 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
9398 Fully anchor GDB/MI expected results in mi_gdb_test.
9399 * lib/gdb.exp (string_to_regexp): Escape the ] character.
9400 * gdb.base/sizeof.exp: Remove escape character. Correct test.
9401
9402 2005-09-26 Paul Brook <paul@codesourcery.com>
9403
9404 * long_long.exp: Exclude eabi targets from arm FPA float format test.
9405
9406 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9407
9408 * bfp-test.c: New file.
9409 * bfp-test.exp: New testcase.
9410
9411 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
9412
9413 * gdb.fortran/subarray.exp: New testcase to test the evaluation
9414 of subarray and substring variable.
9415 * gdb.fortran/subarray.f: New source file for the test of subarray
9416 and substring variable evaluation.
9417 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
9418 of string constant.
9419
9420 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
9421
9422 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
9423 copyright dates.
9424
9425 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
9426
9427 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
9428 powerpc altivec' test with an almost identical 'info vector' test.
9429
9430 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9431
9432 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
9433 vscr" tests to match output.
9434
9435 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
9436
9437 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
9438 output.
9439
9440 2005-09-11 Bob Rossi <bob@brasko.net>
9441
9442 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
9443 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
9444 commands that return an MI output command and an asyncronous MI output
9445 command.
9446 * gdb.mi/mi-console.exp: Ditto.
9447
9448 2005-09-11 Bob Rossi <bob@brasko.net>
9449
9450 * gdb.mi/mi-var-child.c: Include <string.h>.
9451
9452 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
9453
9454 * killed.exp: Correct gdb_expect syntax.
9455
9456 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
9457
9458 * lib/mi-support.exp (mi_gdb_load): Fix typo.
9459
9460 2005-08-02 Bob Rossi <bob@brasko.net>
9461
9462 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
9463 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
9464 Change tests to inferior-tty-set/show.
9465 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
9466 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
9467 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
9468 inferior. Use mi_gdb_test to get GDB and Inferior output.
9469 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
9470 descriptor.
9471 (mi_inferior_tty_name): Add inferior PTY file name.
9472 (mi_gdb_start): Add INFERIOR_PTY parameter.
9473 (mi_gdb_test): Add IPATTERN parameter.
9474
9475 2005-08-02 Bob Rossi <bob@brasko.net>
9476
9477 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
9478 parameter to mi_gdb_test.
9479 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
9480
9481 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9482
9483 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
9484 struct_declarations.
9485 * gdb.mi/mi-var-child.exp: Step over the initialization of
9486 struct_declarations.
9487
9488 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
9489
9490 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
9491 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
9492 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
9493 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
9494 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
9495 file.
9496
9497 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
9498
9499 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
9500 (do_children_tests): Assign values to the extra elements.
9501
9502 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
9503 them for tests for "-var-update --no-values" and
9504 "-var-update --all-values".
9505 Add test for "-var-list-children --simple-values".
9506
9507 * gdb.mi/basics.c (callee4): Add integer array D[3]...
9508
9509 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
9510 "-stack-list-locals --simple-values" Improve doc strings and
9511 comments.
9512
9513 2005-07-18 Mark Kettenis <kettenis@gnu.org>
9514
9515 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
9516 *-*-openbsd*.
9517 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
9518
9519 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
9520 sigaltsatck'.
9521
9522 2005-07-14 Bob Rossi <bob@brasko.net>
9523
9524 * gdb.base/default.exp (tty): Changed output of command.
9525 * gdb.base/help.exp (help tty): Ditto.
9526
9527 2005-07-12 Mark Kettenis <kettenis@gnu.org>
9528
9529 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
9530
9531 2005-07-10 Mark Kettenis <kettenis@gnu.org>
9532
9533 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
9534 -stack-select-frame without arguments.
9535 (test_stack_frame_listing): Add test for newly implemented command
9536 -stack-info-frame.
9537
9538 2005-07-06 Bob Rossi <bob@brasko.net>
9539
9540 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
9541 command.
9542 (Copyright): Update copyright.
9543
9544 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
9545
9546 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
9547 tests to evaluate exponentiation expression.
9548
9549 2005-06-29 Andreas Schwab <schwab@suse.de>
9550
9551 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
9552 main to avoid warnings.
9553
9554 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
9555
9556 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
9557
9558 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
9559 -stack-select-frame without arguments.
9560 (test_stack_frame_listing): Add test for newly implemented command
9561 -stack-info-frame.
9562
9563 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
9564
9565 * gdb.fortran/array-element.f: New file.
9566 * gdb.fortran/array-element.exp: New testcase.
9567
9568 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9569
9570 * gdb.base/bigcore.exp: Correct checks for systems which can
9571 not dump a large core file.
9572
9573 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
9574
9575 * gdb.base/relocate.c: Add a copyright notice.
9576 (dummy): Remove.
9577 * gdb.base/relocate.exp: Test printing the values of variables
9578 from a relocatable file.
9579
9580 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
9581
9582 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
9583 excess MI output after an error.
9584
9585 2005-05-29 Joel Brobecker <brobecker@adacore.com>
9586
9587 * gdb.arch/alpha-step.c: New file.
9588 * gdb.arch/alpha-step.exp: New testcase.
9589
9590 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
9591 Dennis Brueni <dennis@slickedit.com>
9592
9593 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
9594 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
9595 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
9596 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
9597 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
9598 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
9599 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
9600
9601 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
9602 Wu Zhou <woodzltc@cn.ibm.com>
9603
9604 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
9605 IBM's xlc compiler.
9606 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
9607 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
9608
9609 2005-05-13 Jim Blandy <jimb@redhat.com>
9610
9611 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
9612 calling gdb_suppress_entire_file.
9613 * gdb.base/charset.exp: Same.
9614 * gdb.base/call-rt-st.exp: Same.
9615
9616 2005-05-05 Bob Rossi <bob_rossi@cox.net>
9617
9618 * lib/gdb.exp (fullname_syntax): Added global regex.
9619 (fullname_syntax_POSIX): Ditto.
9620 (fullname_syntax_UNC): Ditto.
9621 (fullname_syntax_DOS_CASE): Ditto.
9622 (fullname_syntax_DOS): Ditto.
9623 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
9624 fullname_syntax variable to scope and use it.
9625 (test_file_list_exec_source_files): Ditto.
9626 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
9627
9628 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
9629
9630 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
9631
9632 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
9633
9634 * lib/gdb.exp (skip_altivec_tests): New function, based on
9635 check_vmx_hw_available from the GCC testsuite.
9636 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
9637 * lib/gdb.arch/altivec-regs.exp: Likewise.
9638
9639 2005-05-02 Jim Blandy <jimb@redhat.com>
9640
9641 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
9642 calling gdb_suppress_entire_file.
9643
9644 2005-04-30 Randolph Chung <tausq@debian.org>
9645
9646 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
9647 Slightly relax "sem_post" name checking.
9648
9649 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9650
9651 * gdb.base/unload.exp: Use new shared library infrastructure.
9652
9653 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
9654
9655 * gdb.base/so-impl-ld.exp: Use new shared library
9656 infrastructure.
9657
9658 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
9659
9660 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
9661 * gdb.asm/h8300.inc: New file.
9662
9663 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9664
9665 * gdb.base/shlib-call.exp: Change to use new shared library
9666 infrastructure.
9667
9668 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9669
9670 * gdb.base/pending.exp: Change to use new shared library
9671 infrastructure.
9672
9673 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
9674
9675 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
9676 use test_compiler_info instead of gcc_compiled, and update copyright.
9677
9678 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
9679
9680 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
9681 shared objects being adjusted and update copyright years.
9682
9683 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
9684
9685 * ChangeLog: Correct some 2003-01-13 dates.
9686 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
9687 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
9688 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
9689 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
9690 gdb.trace/tfind.exp: Update copyright years.
9691
9692 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
9693 Daniel Jacobowitz <dan@codesourcery.com>
9694
9695 * lib/gdb.exp (gdb_compile): Handle shlib=.
9696 (gdb_compile_shlib): New function.
9697
9698 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
9699
9700 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9701
9702 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9703
9704 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
9705 gdb.server.
9706 * configure.ac: Likewise.
9707 * configure: Regenerated.
9708 * gdb.gdbserver/Makefile.in: Moved to...
9709 * gdb.server/Makefile.in: ... here.
9710 * gdb.gdbserver/server.c: Moved to...
9711 * gdb.server/server.c: ... here.
9712 * gdb.gdbserver/server-run.exp: Moved to...
9713 * gdb.server/server-run.exp: ... here.
9714
9715 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
9716
9717 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
9718 * configure.ac: Create gdb.gdbserver/Makefile.
9719 * configure: Regenerated.
9720 * lib/gdbserver-support.exp: New file, derived from
9721 config/gdbserver.exp.
9722 * config/gdbserver.exp: Use gdbserver-support.exp.
9723 * gdb.gdbserver/Makefile.in: New file.
9724 * gdb.gdbserver/server.c: New file.
9725 * gdb.gdbserver/server-run.exp: New file.
9726
9727 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
9728
9729 * lib/gdb.exp (test_compiler_info): Return compiler_info
9730 if no arguments are given.
9731
9732 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
9733
9734 * gdb.arch/altivec-abi.exp: Check for compiler and set
9735 use altivec' flag accordingly.
9736 * gdb.arch/altivec-regs.exp: Likewise.
9737
9738 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
9739
9740 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
9741
9742 2005-03-27 Andreas Schwab <schwab@suse.de>
9743
9744 * gdb.base/bigcore.c (main): Add missing mode argument in open
9745 call.
9746
9747 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
9748
9749 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
9750 downloads.
9751 * config/gdbserver.exp (gdb_load): Likewise.
9752
9753 2005-03-14 Paul Brook <paul@codesourcery.com>
9754
9755 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
9756 targets.
9757
9758 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9759
9760 * gdb.dwarf2/dup-psym.S: New file.
9761 * gdb.dwarf2/dup-psym.exp: New testcase.
9762
9763 2005-03-09 Joel Brobecker <brobecker@adacore.com>
9764
9765 * gdb.ada/exec_changed/first.adb: New file.
9766 * gdb.ada/exec_changed/second.adb: New file.
9767 * gdb.ada/exec_changed.exp: New testcase.
9768
9769 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
9770
9771 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
9772 (A2): New class.
9773 (main): Test operator+.
9774 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
9775 breakpoint test.
9776
9777 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
9778 * gdb.base/signull.exp: Disable if gdb,nosignals.
9779 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
9780 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
9781 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
9782 * gdb.mi/mi2-console.exp: Likewise.
9783 * gdb.trace/collection.exp (run_trace_experiment): Consume the
9784 continue output at start.
9785 (gdb_collect_locals_test): Robustify regexp.
9786 * gdb.trace/passc-dyn.exp: Fix comment typo.
9787 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
9788
9789 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
9790
9791 * gdb.asm/asm-source.exp: Add iq2000 case.
9792 * gdb.asm/iq2000.inc: New file.
9793
9794 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
9795
9796 * gdb.base/command.exp: Change hardcoded value to regular expression.
9797 * gdb.base/float.exp: Add powerpc to the list of targets checked.
9798
9799 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
9800
9801 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
9802 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
9803 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
9804 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
9805 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
9806
9807 2005-03-05 Mark Kettenis <kettenis@gnu.org>
9808
9809 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
9810 changes.
9811
9812 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
9813
9814 * lib/compiler.c: Add test for IBM's xlc compiler.
9815 * lib/compiler.cc: Likewise.
9816
9817 2004-02-24 Joel Brobecker <brobecker@adacore.com>
9818
9819 * gdb.ada/fixed_points.exp: Create compilation object directory
9820 before running the test.
9821 * gdb.ada/null_record.exp: Likewise.
9822 * gdb.ada/packed_array.exp: Likewise.
9823 * gdb.ada/start.exp: Likewise.
9824
9825 2005-02-15 Joel Brobecker <brobecker@adacore.com>
9826
9827 * gdb.ada/packed_array/pa.adb: New file.
9828 * gdb.ada/packed_array.exp: New testcase.
9829
9830 2005-02-10 Mark Kettenis <kettenis@gnu.org>
9831
9832 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
9833 files.
9834
9835 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
9836 on *-*-openbsd*. Correctly match whitespace in regukar
9837 expressions.
9838
9839 2005-02-10 Daniel Jacobowitz <dan@debian.org>
9840
9841 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
9842 PR exp/1821
9843 * gdb.base/gdb1821.c: New test file.
9844 * gdb.base/gdb1821.exp: New test file.
9845
9846 2005-02-09 Joel Brobecker <brobecker@adacore.com>
9847
9848 * gdb.base/start.c: New file.
9849 * gdb.base/start.exp: New testcase.
9850
9851 2005-02-09 Joel Brobecker <brobecker@adacore.com>
9852
9853 * gdb.ada/start/dummy.adb: New file.
9854 * gdb.ada/start.exp: New testcase.
9855
9856 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
9857
9858 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
9859 for printing symbols and statistics.
9860 Add test for using relative pathnames in "maint print msymbols" test.
9861 Mark "maint info sections DATA" XFAIL on Cygwin.
9862 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
9863 tests.
9864
9865 2005-02-09 Andreas Schwab <schwab@suse.de>
9866
9867 Committed by Andrew Cagney <cagney@gnu.org>
9868 * gdb.base/remotetimeout.exp: New file.
9869
9870 2005-02-07 Mark Kettenis <kettenis@gnu.org>
9871
9872 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
9873
9874 2005-02-03 Joel Brobecker <brobecker@adacore.com>
9875
9876 * gdb.ada/gnat_ada.gpr: New file.
9877 * gdb.ada/gnat_ada.gin: Delete, no longer used.
9878 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
9879 * configure.ac: No longer generate gnat_ada.gpr.
9880 * configure: Regenerate.
9881 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
9882 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
9883 * gdb.ada/null_record/bar.ads: Likewise.
9884 * gdb.ada/null_record/bar.adb: Likewise.
9885 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
9886 * gdb.ada/null_record.exp (testdir): New variable.
9887 (testfile): executable is now in testdir subdirectory.
9888 (srcfile): Use full path to the main compilation unit.
9889 * gdb.ada/fixed_points.exp: Same changes as above.
9890
9891 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
9892
9893 * gdb.base/interp.exp: New test.
9894
9895 2005-01-24 Andrew Cagney <cagney@gnu.org>
9896
9897 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
9898
9899 2005-01-19 Andrew Cagney <cagney@gnu.org>
9900
9901 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
9902 configure.ac not configure.in.
9903
9904 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
9905 of powerpc*-*-*.
9906 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
9907 * gdb.base/list.exp (test_list_function)
9908 (test_list_filename_and_function): Ditto.
9909 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
9910
9911 2005-01-16 Andrew Cagney <cagney@gnu.org>
9912
9913 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
9914
9915 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
9916
9917 2005-01-14 Andrew Cagney <cagney@gnu.org>
9918
9919 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
9920 * gdb.mi/mi2-var-cmd.exp: Ditto.
9921
9922 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
9923
9924 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
9925
9926 2005-01-07 Andrew Cagney <cagney@gnu.org>
9927
9928 * configure.ac: Rename configure.in, require autoconf 2.59.
9929 * configure: Re-generate.
9930 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
9931 * gdb.stabs/configure: Re-generate.
9932 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
9933 * gdb.hp/configure: Re-generate.
9934 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
9935 autoconf 2.59.
9936 * gdb.hp/gdb.objdbg/configure: Re-generate.
9937 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
9938 autoconf 2.59.
9939 * gdb.hp/gdb.defects/configure: Re-generate.
9940 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
9941 autoconf 2.59.
9942 * gdb.hp/gdb.compat/configure: Re-generate.
9943 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
9944 autoconf 2.59.
9945 * gdb.hp/gdb.base-hp/configure: Re-generate.
9946 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
9947 autoconf 2.59.
9948 * gdb.hp/gdb.aCC/configure: Re-generate.
9949
9950 2004-12-15 Jim Blandy <jimb@redhat.com>
9951
9952 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
9953 under NPTL when there is debugging info available for libpthread.
9954
9955 2004-12-13 Jerome Guitton <guitton@gnat.com>
9956
9957 * gdb.ada/fixed_points.c: New file.
9958 * gdb.ada/fixed_points.exp: New file.
9959
9960 2004-12-03 Randolph Chung <tausq@debian.org>
9961
9962 * gdb.arch/pa-nullify.exp: New file.
9963 * gdb.arch/pa-nullify.s: New file.
9964
9965 2004-11-30 Randolph Chung <tausq@debian.org>
9966
9967 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
9968 instead of "tbug". Fix regexp to work properly with gdb_test.
9969
9970 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
9971
9972 * gdb.base/bitfields2.exp: New test.
9973 * gdb.base/bitfields2.c: New file.
9974
9975 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
9976
9977 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
9978
9979 2004-11-16 Randolph Chung <tausq@debian.org>
9980
9981 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
9982
9983 2004-11-14 Daniel Jacobowitz <dan@debian.org>
9984
9985 * gdb.threads/threadapply.exp: Correct "macro details" test.
9986
9987 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
9988
9989 * gdb.threads/threadapply.exp: New test.
9990 * gdb.threads/threadapply.c: New file.
9991
9992 2004-11-07 Mark Kettenis <kettenis@gnu.org>
9993
9994 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
9995 frames.
9996
9997 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
9998
9999 * gdb.base/cursal.exp: New file.
10000 * gdb.base/cursal.c: New file.
10001
10002 2004-11-03 Andrew Cagney <cagney@gnu.org>
10003
10004 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
10005
10006 2004-10-30 Mark Kettenis <kettenis@gnu.org>
10007
10008 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
10009 NetBSD/ELF targets.
10010
10011 2004-10-29 Joel Brobecker <brobecker@gnat.com>
10012
10013 * gdb.threads/bp_in_thread.c: New file, copied from
10014 pthread_cond_wait.c.
10015 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
10016 file, rather than reusing the .c file from another testcase.
10017
10018 2004-10-20 Joel Brobecker <brobecker@gnat.com>
10019
10020 * gdb.ada/null_record.exp: Check where we stopped after
10021 sending the start command, instead of where the associated
10022 temporary breakpoint was inserted.
10023
10024 2004-10-14 Andrew Cagney <cagney@gnu.org>
10025
10026 * gdb.mi/gdb701.c (main): Return 0.
10027
10028 2004-10-13 Daniel Jacobowitz <dan@debian.org>
10029
10030 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
10031
10032 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
10033
10034 * gdb.threads/schedlock.c: Add comment markers to use to find
10035 line numbers.
10036 * gdb.threads/schedlock.exp: Adjust regex to handle the new
10037 comments.
10038 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
10039 breakpoint lines.
10040
10041 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10042
10043 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
10044
10045 2004-10-12 Daniel Jacobowitz <dan@debian.org>
10046
10047 * configure.in: Add gdb.dwarf2.
10048 * configure: Regenerated.
10049 * Makefile.in: Add gdb.dwarf2.
10050 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
10051 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
10052 gdb.dwarf2/file1.txt: New files.
10053
10054 2004-10-11 Orjan Friberg <orjanf@axis.com>
10055
10056 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
10057 of "run", since the latter doesn't work with remote targets. Adjust
10058 the breakpoint numbering accordingly.
10059 * gdb.threads/pthread_cond_wait.exp: Ditto.
10060
10061 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
10062
10063 * gdb.base/overlays.exp: Update copyright years.
10064
10065 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
10066
10067 * gdb.base/overlays.exp: Disable if target is Linux.
10068
10069 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
10070
10071 * config/gdbserver.exp (gdb_load): Use right filename on remote.
10072
10073 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
10074
10075 * gdb.asm/asm-source.exp: Add m32r-linux target.
10076 * gdb.asm/m32r-linux.inc: New file.
10077
10078 2004-09-24 Andrew Cagney <cagney@redhat.com>
10079 David Anderson <anderson@redhat.com>
10080
10081 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
10082 command fails, assume things will work.
10083 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
10084 (_GNU_SOURCE): Define.
10085 (print_unsigned, print_hex): Change parameter to "long long".
10086 (print_byte_count): New function, use to print byte counts.
10087 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
10088 O_LARGEFILE.
10089 (main): Compute an upper bound on a corefile in max_core_size.
10090 Limit memory chunk size to max_core_size. Limit total memory
10091 allocated to max_core_size.
10092
10093 2004-09-23 Andrew Cagney <cagney@gnu.org>
10094
10095 * gdb.base/bigcore.exp: Replace the code that creates a corefile
10096 from a separate process with code that creates a corefile by
10097 making the inferior dump core.
10098
10099 2004-09-23 Mark Kettenis <kettenis@gnu.org>
10100
10101 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
10102 block.
10103
10104 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
10105
10106 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
10107 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
10108 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
10109 Likewise.
10110
10111 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
10112
10113 * gdb.java/jprint.exp: New test case for java inferior call.
10114 * gdb.java/jprint.java: Ditto.
10115
10116 2004-09-15 Joel Brobecker <brobecker@gnat.com>
10117
10118 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
10119
10120 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10121
10122 * gdb.threads/killed.c: Include <stdlib.h>.
10123 * gdb.threads/pthreads.c: Likewise.
10124
10125 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
10126
10127 * gdb.threads/killed.c: Add copyright notice.
10128
10129 2004-09-10 Jason Molenda (jmolenda@apple.com)
10130
10131 * gdb.base/define.exp: Two new tests to verify zero space chars
10132 after 'if' and 'while' commands in a user-defined command is correctly
10133 parsed.
10134
10135 2004-09-08 Andrew Cagney <cagney@gnu.org>
10136
10137 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
10138 delivery test with duplicate at end of file.
10139
10140 2004-09-06 Mark Kettenis <kettenis@jive.nl>
10141
10142 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
10143
10144 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10145
10146 * config/hppro.exp: Removed.
10147
10148 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10149
10150 * config/sparclet.exp: Removed.
10151
10152 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
10153
10154 * config/udi.exp: Removed.
10155
10156 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
10157
10158 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
10159 of "exp_continue".
10160 (advancei): Likewise.
10161
10162 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10163
10164 * gdb.base/unload.exp: Fix so messages aren't duplicated.
10165
10166 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
10167
10168 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
10169 to check for nodebug in executable.
10170 * gdb.gdb/observer.exp (setup_test): Likewise.
10171 * gdb.gdb/selftest.exp (test_with_self): Likewise.
10172 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
10173
10174 2004-09-01 Andrew Cagney <cagney@gnu.org>
10175
10176 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10177 files.
10178
10179 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
10180
10181 * gdb.base/unload.exp: Fix expected warning message to match
10182 latest format.
10183
10184 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
10185
10186 * gdb.base/call-rt-st.exp: Fix typos.
10187
10188 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
10189
10190 * gdb.threads/thread_check.exp: New testcase.
10191 * gdb.threads/thread_check.c: New testcase.
10192
10193 2004-08-31 Andrew Cagney <cagney@gnu.org>
10194
10195 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
10196 (skip_to_handler_entry): New procedures. Test stepping into a
10197 handler when the breakpoint is at the handler's entry point.
10198
10199 2004-08-30 Andrew Cagney <cagney@gnu.org>
10200
10201 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
10202 gdb/1757.
10203
10204 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10205
10206 With code from Manoj Iyer <manjo@austin.ibm.com>:
10207 * lib/gdb.exp (gdb_file_cmd): Return more information in the
10208 return value. Add an arm for "no debugging symbols found".
10209 Change a stray "error" to "perror".
10210 (gdb_run_cmd): Adapt to new return value.
10211 * gdb.base/remote.exp: Adapt to new return value.
10212 * gdb.gdb/complaints.exp: Likewise.
10213 * gdb.gdb/observer.exp: Likewise.
10214 * gdb.gdb/selftest.exp: Likewise.
10215 * gdb.gdb/xfullpath.exp: Likewise.
10216
10217 2004-08-27 Joel Brobecker <brobecker@gnat.com>
10218
10219 * gdb.threads/bp_in_thread.exp: New testcase.
10220
10221 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
10222
10223 Fix PR testsuite/1735.
10224 * gdb.threads/schedlock.c (thread_function): Add a cast
10225 to suppress a gcc warning.
10226 * gdb.threads/thread-specific.c (thread_function): Likewise.
10227
10228 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10229
10230 * gdb.base/unload.c: Include <stdlib.h>.
10231
10232 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10233
10234 From Paul Gilliam <pgilliam@us.ibm.com>:
10235 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
10236 synchronized after the "return".
10237
10238 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10239
10240 * gdb.mi/basics.c: Include <stdio.h>.
10241 * gdb.mi/pthreads.c: Include <stdlib.h>.
10242 * gdb.mi/var-cmd.c: Include <stdlib.h>.
10243
10244 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
10245
10246 * gdb.threads/schedlock.c: Add copyright notice.
10247
10248 2004-08-25 Andrew Cagney <cagney@gnu.org>
10249
10250 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
10251 (skip_over_handler, breakpoint_over_hander): New test procedures.
10252 (advance, advancei): Add a proper prefix, do not use
10253 rerun_to_main.
10254 * gdb.base/sigstep.c (main): Change to use an infinite loop.
10255
10256 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
10257
10258 * gdb.mi/basics.c: Add copyright notice.
10259 * gdb.mi/var-cmd.c: Add copyright notice.
10260
10261 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10262
10263 * lib/gdb.exp: Remove signed_keyword_not_used.
10264 * lib/compiler.c: Likewise.
10265 * lib/compiler.cc: Likewise.
10266
10267 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10268
10269 * gdb.base/whatis.c: Remove conditional disabling of "signed".
10270 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
10271
10272 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
10273
10274 * gdb.base/whatis.c: Add copyright notice.
10275
10276 2004-08-20 Mark Kettenis <kettenis@gnu.org>
10277
10278 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
10279 it to skip the breakpoints encoded in the inline assembly.
10280
10281 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10282
10283 * Makefile.in: Add gdb.fortran.
10284
10285 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
10286
10287 * gdb.base/call-sc.exp (test_scalar_returns):
10288 Fix cut-and-paste glitch in "Make fun return now".
10289
10290 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10291
10292 * configure.in: Add gdb.fortran.
10293 * configure: Regenerate.
10294 * gdb.fortran/Makefile.in: New file.
10295 * lib/gdb.exp (skip_fortran_tests): New procedure.
10296
10297 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
10298
10299 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
10300 reference to bug-gnu@prep.ai.mit.edu.
10301 * gdb.mi/mi-var-child.exp: Likewise.
10302 * gdb.mi/mi-var-cmd.exp: Likewise.
10303 * gdb.mi/mi-var-display.exp: Likewise.
10304 * gdb.mi/mi2-var-block.exp: Likewise.
10305 * gdb.mi/mi2-var-child.exp: Likewise.
10306 * gdb.mi/mi2-var-cmd.exp: Likewise.
10307 * gdb.mi/mi2-var-display.exp: Likewise.
10308
10309 2004-08-15 Mark Kettenis <kettenis@gnu.org>
10310
10311 * gdb.base/unload.c (main): Make local variable msg const.
10312
10313 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10314
10315 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
10316 to bug-gnu@prep.ai.mit.edu.
10317 * gdb.mi/mi-disassemble.exp: Likewise.
10318 * gdb.mi/mi-eval.exp: Likewise.
10319 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
10320 default line number.
10321 * gdb.mi/mi-return.exp: Likewise.
10322 * gdb.mi/mi-simplerun.exp: Likewise.
10323 * gdb.mi/mi-stack.exp: Likewise.
10324 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
10325 number with explicit range test.
10326 * gdb.mi/mi-watch.exp: Likewise.
10327 * gdb.mi/mi2-break.exp: Likewise.
10328 * gdb.mi/mi2-cli.exp: Likewise.
10329 * gdb.mi/mi2-disassemble.exp: Likewise.
10330 * gdb.mi/mi2-eval.exp: Likewise.
10331 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
10332 default line number.
10333 * gdb.mi/mi2-return.exp: Likewise.
10334 * gdb.mi/mi2-simplerun.exp: Likewise.
10335 * gdb.mi/mi2-stack.exp: Likewise.
10336 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
10337 number with explicit range test.
10338 * gdb.mi/mi2-watch.exp: Likewise.
10339
10340 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
10341
10342 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
10343 * gdb.cp/m-static.exp: Likewise.
10344 * gdb.cp/rtti.exp: Likewise.
10345
10346 2004-08-14 Mark Kettenis <kettenis@gnu.org>
10347
10348 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
10349
10350 2004-08-14 Eli Zaretskii <eliz@gnu.org>
10351
10352 * ChangeLog: Prefix Local Variables with semi-colons and indent
10353 the reference to older ChangeLog files, to fix fontification in
10354 Emacs.
10355
10356 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10357
10358 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
10359 * gdb.mi/mi2-break.exp: Likewise.
10360
10361 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10362
10363 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
10364
10365 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10366
10367 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
10368
10369 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
10370
10371 * gdb.cp/classes.exp: Remove unused declarations. Just let
10372 test names default instead of providing special names. Remove
10373 extraneous demangler test.
10374
10375 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
10376
10377 * gdb.base/unload.exp: New test for breakpoints in dynamically
10378 loaded libraries.
10379 * gdb.base/unload.c: Ditto.
10380 * gdb.base/unloadshr.c: Ditto.
10381
10382 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
10383
10384 * gdb.cp/classes.exp (test_ptype_class_objects): Call
10385 cp_test_ptype_class.
10386 (test_enums): Likewise.
10387
10388 2004-08-10 Andrew Cagney <cagney@gnu.org>
10389
10390 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
10391 files.
10392
10393 2004-08-10 Andrew Cagney <cagney@gnu.org>
10394
10395 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
10396 init_malloc call.
10397
10398 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
10399
10400 * ChangeLog: Add copyright notice. The notice is copied
10401 from emacs 21.3 top level ChangeLog.
10402
10403 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10404
10405 * lib/cp-support.exp: New file.
10406 * lib/cp-support.exp (cp_test_type_class): New function.
10407 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
10408 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
10409 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
10410 cp_test_ptype_class.
10411
10412 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10413
10414 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
10415 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
10416 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
10417 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
10418 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
10419 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
10420 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
10421 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
10422 gdb.mi/mi2-watch.exp: Update copyright years.
10423
10424 2004-08-09 Mark Kettenis <kettenis@gnu.org>
10425
10426 * gdb.base/sigaltstack.exp: Provide proper anchoring.
10427
10428 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
10429
10430 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
10431 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
10432 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
10433 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
10434 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
10435 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
10436 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
10437 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
10438 gdb.mi/mi-watch.exp: Update copyright years.
10439
10440 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10441
10442 PR gdb/1738
10443 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
10444 from a breakpoint with a pending signal.
10445
10446 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10447
10448 PR gdb/1736
10449 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
10450 * gdb.base/sigaltstack.exp (finish_test): Consume output until
10451 the prompt.
10452 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
10453
10454 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10455
10456 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
10457
10458 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10459
10460 PR gdb/1736
10461 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
10462 for i?86-*-linux*.
10463
10464 2004-08-08 Daniel Jacobowitz <dan@debian.org>
10465
10466 * gdb.arch/i386-prologue.exp: Compile without debug information.
10467
10468 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
10469
10470 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
10471 rather than asking gdb to search.
10472
10473 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10474
10475 * gdb.base/gcore.c: Include <string.h>.
10476
10477 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10478
10479 * gdb.base/gcore.c: Add copyright notice.
10480
10481 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
10482
10483 * gdb.base/freebpcmd.c: Include <stdio.h>.
10484 * gdb.base/long_long.c: Include <string.h>.
10485 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
10486 * gdb.base/siginfo.c: Include <string.h>.
10487 * gdb.base/sigstep.c: Include <string.h>.
10488
10489 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10490
10491 * gdb.base/complex.c: Include <stdlib.h>.
10492
10493 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10494
10495 * gdb.base/complex.c: Add copyright notice.
10496
10497 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10498
10499 * gdb.base/charset.c: Include <stdlib.h>.
10500
10501 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10502
10503 * gdb.base/auxv.c: Include <stdlib.h>.
10504
10505 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10506
10507 * gdb.base/auxv.c: Add copyright notice.
10508
10509 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
10510
10511 * gdb.base/coremaker.c: Add copyright notice.
10512 * gdb.base/coremaker2.c: Add copyright notice.
10513
10514 2004-08-04 Andrew Cagney <cagney@gnu.org>
10515
10516 * gdb.base/store.exp: Update copyright.
10517 (check_set, up_set, check_struct, up_struct): Add a prefix to test
10518 names, do not import gdb_prompt.
10519
10520 2004-08-01 Andrew Cagney <cagney@gnu.org>
10521
10522 Fix PR testsuite/1729.
10523 * gdb.base/dump.exp: Add test name to callers of capture_value, do
10524 not use capture_value with value 4.
10525 (capture_value): Add optional test name parameter.
10526 (test_reload_saved_value, test_restore_saved_value): Use $msg as
10527 the prefix, pass to capture_value.
10528
10529 2004-08-01 Mark Kettenis <kettenis@gnu.org>
10530
10531 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
10532 * gdb.arch/i386-prologue.c (standard): New prototype and function.
10533 (main): Call new function.
10534
10535 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10536
10537 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
10538
10539 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10540
10541 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
10542
10543 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
10544
10545 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
10546 Accept more values of vtbl pointer. Remove some messages
10547 about "obsolete gcc or gdb".
10548
10549 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10550
10551 * gdb.cp/classes.exp: Accept more varieties of ptype output.
10552
10553 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
10554
10555 * gdb.base/asm-source.exp: Properly convert target board
10556 debug flags from gcc format to binutils format.
10557
10558 2004-07-28 Mark Kettenis <kettenis@gnu.org>
10559
10560 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
10561 gdb1718". PR backtrace/1718 partially fixed.
10562
10563 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
10564
10565 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
10566
10567 2004-07-26 Nick Clifton <nickc@redhat.com>
10568
10569 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
10570 good default value for a specific architecture is available then
10571 set it to that value. Otherwise default to the -gstabs switch.
10572 Remove the -g... switches from the asm-flags variable. Allow the
10573 target board info to override the value if it wants to. Pass the
10574 switch on the assembler command line.
10575
10576 2004-07-23 Mark Kettenis <kettenis@gnu.org>
10577
10578 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
10579 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
10580 (main): Call new function.
10581
10582 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
10583
10584 Test for PR exp/1715.
10585 * gdb.base/radix.exp: Refactor common procedures. Make all
10586 test names unique. Change XFAIL to KFAIL.
10587
10588 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
10589
10590 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
10591 * gdb.ada/gnat_ada.gin: ... to here.
10592 * configure.in: Use gnat_ada.gin.
10593 * configure: Regenerate.
10594
10595 2004-07-20 Andrew Cagney <cagney@gnu.org>
10596
10597 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
10598 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
10599 XFAILs. Clean up test messages and comments. Check backtraces.
10600 Delete re-sync code.
10601
10602 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10603
10604 Fix PR cli/740.
10605 * gdb.base/annota1.exp: Honor gdb,nosignals.
10606 * gdb.base/annota3.exp: Likewise.
10607
10608 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
10609
10610 * lib/java.exp: Update copyright notice.
10611
10612 2004-07-19 Andrew Cagney <cagney@gnu.org>
10613
10614 * gdb.base/selftest.exp: Copy file from here ...
10615 * gdb.gdb/selftest.exp: ... to here.
10616
10617 2004-07-16 Andrew Cagney <cagney@redhat.com>
10618
10619 * lib/insight-support.exp: Delete file.
10620 * lib/java.exp (java_init): Fix copyright.
10621
10622 2004-07-16 Andrew Cagney <cagney@gnu.org>
10623
10624 * gdb.base/restore.c: Append "prologue" to comments marking the a
10625 function's prologue.
10626 * gdb.base/restore.exp: Update copyright, re-indent.
10627 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
10628 callerN" prefix where needed. Update patterns that match a
10629 function's prologue.
10630
10631 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
10632
10633 * gdb.base/restore.c: Add copyright notice.
10634
10635 2004-07-16 Andrew Cagney <cagney@gnu.org>
10636
10637 * gdb.base/logical.exp: Update copyright.
10638 (evaluate): New procedure. Use to re-implement tests using
10639 several tables.
10640
10641 2004-07-14 Martin Hunt <hunt@redhat.com>
10642
10643 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
10644 which fixes some problems where init.tcl was not found.
10645
10646 2004-07-13 Andrew Cagney <cagney@gnu.org>
10647
10648 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
10649 (check_sizeof, check_valueof): Do not include the output in the
10650 test name. Use gdb_test.
10651 (get_valueof): Use gdb_test_multiple.
10652
10653 * gdb.base/step-test.exp: Update copyright. Use
10654 gdb_test_multiple. Ensure that test names do not include
10655 architecture dependent output.
10656
10657 * gdb.gdb/observer.exp: Update copyright.
10658 (setup_test): Use gdb_test_multiple.
10659 (attach_first_observer, attach_second_observer)
10660 (attach_third_observer, detach_first_observer)
10661 (detach_second_observer, detach_third_observer)
10662 (reset_counters, check_counters): Make $message a prefix.
10663 (test_normal_stop_notifications): Add "args" parameter - a list of
10664 init functions to be called. Make $message a prefix,
10665 (test_observer_normal_stop): Change the message prefixes so that
10666 they are unique, pass the attach / detach procedures to
10667 test_normal_stop_notifications.
10668
10669 * gdb.base/signull.exp (test_segv): Prefix all tests with
10670 "${name}". Clean up test messages.
10671
10672 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
10673
10674 * gdb.base/ena-dis-br.exp: Update copyright.
10675 (break_at): New function. Replace send_gdb with gdb_test,
10676 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
10677 ignore count, not stopped at bpt", with KFAIL.
10678
10679 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
10680
10681 * gdb.base/attach.exp: Remove cleanupfile handling.
10682
10683 2004-07-12 Andrew Cagney <cagney@gnu.org>
10684
10685 * gdb.base/annota1.exp: Cleanup corefile test name.
10686 * gdb.base/annota3.exp: Ditto.
10687
10688 2004-07-12 Andrew Cagney <cagney@gnu.org>
10689
10690 * gdb.base/signals.exp: Clean up copyright, re-indent.
10691
10692 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
10693 gdb_test and gdb_test_multiple.
10694
10695 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
10696
10697 * gdb.java/jmain.exp: Fix expected line number for main to
10698 break at. Set XFAIL for break at main test since gcj does not
10699 provide line number info for first statement in main.
10700
10701 2004-07-08 Andrew Cagney <cagney@gnu.org>
10702
10703 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
10704
10705 * gdb.base/sigbpt.exp: Make the common part of each test name a
10706 prefix instead of suffix.
10707
10708 2004-07-07 Bob Rossi <bob_rossi@cox.net>
10709
10710 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
10711 test from test_tbreak_creation_and_listing to
10712 test_file_list_exec_source_file
10713 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
10714 Changed name of test from test_tbreak_creation_and_listing to
10715 test_file_list_exec_source_file
10716
10717 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
10718
10719 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
10720 the jmisc() constructor instead of <init>.
10721 * gdb.java/jmisc1.exp: Ditto.
10722
10723 2004-07-07 Andrew Cagney <cagney@gnu.org>
10724
10725 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
10726 corrupting the PC.
10727
10728 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
10729
10730 * gdb.cp/templates.exp: Accept whitespace change in demangler
10731 output.
10732
10733 2004-07-06 Andrew Cagney <cagney@gnu.org>
10734
10735 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
10736
10737 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
10738
10739 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
10740 * lib/compiler.cc: Likewise.
10741
10742 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
10743
10744 * lib/compiler.cc: Work around string preprocessing problem
10745 with old hp c++ compiler.
10746 * lib/compiler.c: Likewise.
10747
10748 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10749
10750 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
10751 directives to conditionalize symbol prefixing.
10752 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
10753 additional_flags handling. Add underscore prefix for Cygwin.
10754 * gdb.arch/i386-unwind.c: Use preprocessor directives to
10755 conditionalize symbol prefixing.
10756 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
10757 additional_flags handling. Add underscore prefix for Cygwin.
10758
10759 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
10760
10761 * gdb.base/bigcore.exp: Skip test on Cygwin.
10762
10763 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
10764
10765 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
10766 formats for "info register". Use gdb_test_multiple. Fix
10767 the "invalid register" test.
10768
10769 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
10770
10771 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
10772 PID for Cygwin. Add Cygwin specific strings to check for in some
10773 tests.
10774 (do_attach_tests): Add a test for user interaction when attaching
10775 to a process with no matching symbol table already loaded.
10776
10777 2004-06-26 Andrew Cagney <cagney@gnu.org>
10778
10779 Test PR java/1567 and PR java/1565.
10780 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
10781 * gdb.java/jmisc2.exp: Delete file.
10782
10783 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
10784
10785 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
10786
10787 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
10788
10789 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
10790 attach process.
10791
10792 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
10793
10794 * gdb.cp/pr-1553.exp: Remove.
10795
10796 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
10797
10798 * gdb.cp/pr-1553.cc: Remove.
10799 * gdb.cp/pr-1553.exp: Disable this test.
10800
10801 2004-06-20 Jim Blandy <jimb@redhat.com>
10802
10803 Fix PR testsuite/1680.
10804 * gdb.arch/i386-sse.exp: Properly quote curly braces in
10805 regular expressions.
10806
10807 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
10808
10809 Fix PR testsuite/1679.
10810 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
10811 Issue an UNSUPPORTED result instead.
10812
10813 2004-06-18 Jim Blandy <jimb@redhat.com>
10814
10815 * gdb.base/charset.exp: Only send a control-C if we see a new
10816 prompt and incomplete command.
10817
10818 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
10819
10820 * gdb.cp/pr-574.cc: Add copyright notice.
10821
10822 2004-06-17 Jim Blandy <jimb@redhat.com>
10823
10824 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
10825 cases where the regexp has no groups; this grabs random text from
10826 the previous test suite, whatever that was.
10827
10828 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
10829
10830 * gdb.cp/printmethod.cc: Add copyright notice.
10831
10832 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
10833
10834 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
10835
10836 2004-06-16 Andrew Cagney <cagney@gnu.org>
10837
10838 * gdb.base/signull.c: Update copyright. Include <string.h>.
10839 (bowler): Replace data_pointer with data_read
10840 and data_write cases. Add code_descriptor case.
10841 (zero, desc): New array and pointer.
10842 (data, code): Change to simple pointers.
10843 * gdb.base/signull.exp: Fix probe pattern matching a function
10844 descriptor SIGSEGV. Replace data_pointer with data_read and
10845 data_write tests.
10846
10847 2004-06-16 Andrew Cagney <cagney@gnu.org>
10848
10849 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
10850
10851 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10852
10853 * gdb.base/long_long.c: Add copyright notice.
10854
10855 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
10856
10857 * gdb.base/long_long.exp: Remove reference to
10858 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
10859 to gdb_breakpoint and gdb_continue_to_breakpoint.
10860
10861 2004-06-14 Jim Blandy <jimb@redhat.com>
10862
10863 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
10864 endian case.
10865
10866 2004-06-14 Andrew Cagney <cagney@gnu.org>
10867
10868 * gdb.base/gcore.exp (capture_command_output): Delete the always
10869 passing tests containing inferior values.
10870 * gdb.base/ending-run.exp: Do not include the breakpoint address
10871 in the test message. Update copyright.
10872 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
10873 size in the test name, use gdb_test_multiple. Update copyright.
10874
10875 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10876
10877 * gdb.cp/ref-types.cc: Add copyright notice.
10878
10879 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
10880
10881 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
10882 hp_aCC_compiler.
10883 * lib/compiler.cc: Likewise.
10884 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
10885 'set' commands. Log diagnostics for other lines. Set
10886 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
10887
10888 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
10889
10890 * gdb.cp/try_catch.cc: Add copyright notice.
10891
10892 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
10893
10894 * gdb.cp/userdef.cc: Add copyright notice.
10895
10896 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
10897
10898 * gdb.cp/virtfunc.cc: Add copyright notice.
10899
10900 2004-06-11 Randolph Chung <tausq@debian.org>
10901
10902 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
10903 problem.
10904
10905 2004-06-10 Andrew Cagney <cagney@gnu.org>
10906
10907 * lib/compiler.cc, lib/compiler.c: Append either
10908 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
10909 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
10910 instead of gcc-3-3.
10911
10912 2004-06-09 Andrew Cagney <cagney@gnu.org>
10913
10914 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
10915 gdb/1455, bug is specific to "long long" and "double".
10916
10917 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
10918 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
10919 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
10920 fixed.
10921
10922 2004-06-09 Andrew Cagney <cagney@gnu.org>
10923
10924 * gdb.base/structs.exp (test_struct_returns): Replace
10925 "return_value_unknown" and "finish_value_unknown" by
10926 "return_value_known" and "finish_value_known". Instead of
10927 "return_value_unknown" iff "finish_value_unknown", check
10928 "return_value_known" implies "finish_value_known".
10929
10930 2004-06-08 Martin Hunt <hunt@redhat.com>
10931
10932 * gdb.base/float.exp: Add pattern for mips targets.
10933
10934 2004-06-08 Randolph Chung <tausq@debian.org>
10935
10936 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
10937 message for unknown architectures more clear.
10938
10939 2004-06-08 Joel Brobecker <brobecker@gnat.com>
10940
10941 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
10942 start the execution of the program.
10943
10944 2004-06-07 Jim Blandy <jimb@redhat.com>
10945
10946 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
10947 * gdb.arch/i386-cpuid.h: New helper file.
10948
10949 2004-06-07 Randolph Chung <tausq@debian.org>
10950
10951 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
10952 has started.
10953
10954 2004-06-04 Roland McGrath <roland@redhat.com>
10955
10956 Fix PR gdb/1647.
10957 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
10958 differently to be robust to output buffering differences.
10959
10960 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
10961
10962 * gdb.threads/pthreads.exp: Update copyright years.
10963 (check_control_c): Change asynchronous 'after' to synchronous.
10964
10965 2004-06-04 Roland McGrath <roland@redhat.com>
10966
10967 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
10968 next gdb prompt.
10969
10970 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
10971
10972 Fix PR gdb/1636.
10973 * gdb.threads/manythreads.exp: Change asynchronous 'after'
10974 calls to synchronous.
10975
10976 2004-05-26 Jim Blandy <jimb@redhat.com>
10977
10978 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
10979
10980 2004-05-24 Randolph Chung <tausq@debian.org>
10981
10982 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
10983 * gdb.asm/pa.inc: New file.
10984
10985 2004-05-22 Mark Kettenis <kettenis@gnu.org>
10986
10987 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
10988
10989 2004-05-21 Joel Brobecker <brobecker@gnat.com>
10990 Daniel Jacobowitz <drow@mvista.com>
10991
10992 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
10993 GDB prompt.
10994
10995 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10996
10997 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
10998 setjmp/longjmp. Use sigaction instead of signal.
10999
11000 2004-05-19 J. Brobecker <brobecker@gnat.com>
11001 Michael Snyder <msnyder@redhat.com>
11002
11003 * gdb.threads/pthread_cond_wait.c: New file.
11004 * gdb.threads/pthread_cond_wait.exp: New testcase.
11005
11006 2004-05-13 Andrew Cagney <cagney@redhat.com>
11007
11008 * gdb.base/signull.exp, gdb.base/signull.c: New files.
11009 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
11010
11011 2004-05-11 Andrew Cagney <cagney@redhat.com>
11012
11013 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
11014 fixed but revealed gdb/1639.
11015
11016 2004-05-10 Andrew Cagney <cagney@redhat.com>
11017
11018 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
11019 func1" and "next to 2nd alarm", kernel bug avoided.
11020
11021 2004-05-10 Daniel Jacobowitz <dan@debian.org>
11022
11023 PR external/1568
11024 * gdb.base/bigcore.exp: Check the size of the dumped core file.
11025 XFAIL if it is smaller than bytes_allocated.
11026 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
11027 (main): Make chunks_allocated unsigned. Correct comment.
11028
11029 2004-05-07 Joel Brobecker <brobecker@gnat.com>
11030
11031 * gdb.arch/powerpc-aix-prologue.c: New file.
11032 * gdb.arch/powerpc-aix-prologue.exp: New file.
11033
11034 2004-05-07 Jim Blandy <jimb@redhat.com>
11035
11036 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
11037 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
11038
11039 2004-05-06 Joel Brobecker <brobecker@gnat.com>
11040
11041 * gdb.base/sep.exp: No longer setup_kfail when the program was
11042 built with dwarf2.
11043
11044 2004-05-05 Jim Ingham <jingham@apple.com>
11045
11046 * gdb.base/pending.exp: Make sure pending breakpoints
11047 preserve the ignore count.
11048
11049 2004-04-27 Jerome Guitton <guitton@gnat.com>
11050
11051 * i386-prologue.exp: Add testcase for jump instruction as first
11052 instruction of the real code.
11053 * i386-prologue.c (jump_at_beginning): New function.
11054
11055 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11056
11057 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
11058 x86_64-*-*.
11059
11060 2004-04-28 Mark Kettenis <kettenis@gnu.org>
11061
11062 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
11063 i*86-*-*.
11064
11065 2004-04-25 Mark Kettenis <kettenis@gnu.org>
11066
11067 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
11068 expression that checks the return type.
11069
11070 2004-04-23 Andrew Cagney <cagney@redhat.com>
11071
11072 * gdb.base/call-sc.exp: New test of scalar call/return values.
11073 * gdb.base/call-sc.c: Ditto.
11074
11075 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11076
11077 * gdb.threads/manythreads.c: Reduce thread stack size.
11078
11079 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
11080
11081 * gdb.threads/manythreads.c: Add copyright notice.
11082
11083 2004-04-23 Andrew Cagney <cagney@redhat.com>
11084
11085 * gdb.base/siginfo.exp: Better handle step out of signal.
11086 * gdb.base/sigstep.exp: Ditto.
11087
11088 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
11089 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * gdb.threads/manythreads.c: New testcase.
11092 * gdb.threads/manythreads.exp: Ditto.
11093
11094 2004-04-22 Jim Blandy <jimb@redhat.com>
11095
11096 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
11097 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
11098
11099 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
11100
11101 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
11102
11103 2004-04-21 Andrew Cagney <cagney@redhat.com>
11104
11105 * gdb.base/sigstep.c: New file.
11106 * gdb.base/sigstep.exp: New file.
11107
11108 2004-04-16 Joel Brobecker <brobecker@gnat.com>
11109
11110 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
11111 call to observer_notify_normal_stop.
11112
11113 2004-04-15 Andrew Cagney <cagney@redhat.com>
11114
11115 * gdb.base/siginfo.c: New file.
11116 * gdb.base/siginfo.exp: New file.
11117
11118 2004-04-12 J. Brobecker <brobecker@gnat.com>
11119
11120 * gdb.base/sep.exp: Fix typo in comment.
11121
11122 2004-04-12 J. Brobecker <brobecker@gnat.com>
11123
11124 * gdb.base/sep.c: New file.
11125 * gdb.base/sep-proc.c: New file.
11126 * gdb.base/sep.exp: New testcase.
11127
11128 2004-04-09 Mark Kettenis <kettenis@gnu.org>
11129
11130 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
11131 support.
11132
11133 2004-04-05 Andrew Cagney <cagney@redhat.com>
11134
11135 * gdb.base/sigaltstack.c: New file.
11136 * gdb.base/sigaltstack.exp: New file.
11137
11138 2004-04-04 Joel Brobecker <brobecker@gnat.com>
11139
11140 * gdb.base/foll-fork.exp: Update the expected output for
11141 "help set follow-fork-mode", to match a change that was made
11142 to the help of this variable on 2004-01-13.
11143
11144 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11145
11146 * lib/ada.exp: Add copyright notice.
11147 * bar.ads: Likewise.
11148 * bar.adb: Likewise.
11149 * null_record.adb: Likewise.
11150 * null_record.exp: Likewise.
11151 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
11152
11153 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11154
11155 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
11156 * configure: Regenerate.
11157
11158 2004-04-01 Joel Brobecker <brobecker@gnat.com>
11159
11160 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
11161 to build the application. Remove the message printed when in
11162 verbose mode, redundant with the UNSUPPORTED message above.
11163
11164 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11165
11166 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
11167 * gdb.ada (null_record.exp): New testcase.
11168
11169 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11170
11171 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
11172
11173 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11174
11175 * gdb.ada: New subdirectory.
11176 * gdb.ada/Makefile.in: New file.
11177 * gdb.ada/gnat_ada.gpr.in: New file.
11178
11179 2004-03-31 Joel Brobecker <brobecker@gnat.com>
11180
11181 * lib/ada.exp: New file.
11182
11183 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
11184
11185 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
11186 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
11187
11188 2004-03-22 Andrew Cagney <cagney@redhat.com>
11189
11190 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
11191 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
11192 Problem identified by Ulrich Weigand.
11193
11194 2004-03-17 David Carlton <carlton@kealia.com>
11195
11196 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
11197 PR c++/826.
11198
11199 2004-03-16 Roland McGrath <roland@redhat.com>
11200
11201 * gdb.base/auxv.exp: New file.
11202 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
11203
11204 2004-03-12 David Carlton <carlton@kealia.com>
11205
11206 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
11207 * gdb.cp/pr-1553.cc: Ditto.
11208 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
11209 pass branch.
11210
11211 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
11212
11213 * gdb.cp/templates.exp: Accept more template types.
11214
11215 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11216
11217 From Corinna Vinschen with modifications.
11218 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
11219 local variable obj_with_enum.
11220 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
11221 results with obj_with_enum.
11222
11223 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11224
11225 * gdb.cp/classes.cc: New file, copied from misc.cc.
11226 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
11227
11228 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
11229
11230 * gdb.cp/misc.cc: Add copyright notice.
11231
11232 2004-03-05 David Carlton <carlton@kealia.com>
11233
11234 * gdb.cp/rtti.exp: Add 'print *obj3' test.
11235 * gdb.cp/rtti.h: Update copyright.
11236 (namespace n2::n3): New.
11237 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
11238 (n2::n3::func3): New.
11239 (main): Call n2::n3::func3.
11240 * gdb.cp/rtti2.cc: Update copyright.
11241 (n2::create3): New.
11242
11243 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11244
11245 * gdb.asm/openbsd.inc: Fix typo.
11246
11247 2004-03-03 Fred Fish <fnf@redhat.com>
11248
11249 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
11250 "val" instead of unused "size". Update copyright year.
11251
11252 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11253
11254 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
11255 to use unsigned char.
11256 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
11257 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
11258
11259 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11260
11261 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
11262 line of output.
11263
11264 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11265
11266 * gdb.base/relocate.c (dummy): Initialize.
11267
11268 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11269
11270 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
11271 a breakpoint at exit.
11272
11273 2004-02-27 Fred Fish <fnf@redhat.com>
11274
11275 * gdb.base/chng-syms.exp: Add expect condition to match failing
11276 case that isn't a timeout.
11277
11278 2004-02-27 Andrew Cagney <cagney@redhat.com>
11279
11280 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
11281 support.
11282
11283 2004-02-26 Fred Fish <fnf@redhat.com>
11284
11285 * gdb.arch/gdb1431.c: Remove.
11286 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
11287 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
11288 of "until" incorrectly.
11289
11290 2004-02-26 J. Brobecker <brobecker@gnat.com>
11291
11292 * gdb.cp/class2.cc (empty): New class.
11293 (refer): New function.
11294 (main): Declare an object of type empty and use it.
11295 * gdb.cp/class2.exp: Print the value of an object of type empty.
11296
11297 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11298
11299 * gdb.base/langs.exp: Update query string to match the
11300 new nquery format used for pending breakpoints.
11301
11302 2004-02-26 Andrew Cagney <cagney@redhat.com>
11303
11304 Fix PR i18n/1570.
11305 * gdb.base/charset.c: Update copyright notice.
11306 (main, init_string): Remove the escape character '\e' tests.
11307 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
11308 * gdb.base/charset.exp (valid_host_charset): Ditto.
11309 * gdb.base/setvar.exp: Ditto.
11310
11311 2004-02-24 Andrew Cagney <cagney@redhat.com>
11312
11313 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
11314 mmapped data in core file" PASS and FAIL messages consistent.
11315
11316 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
11317 setting a breakpoint. Work around PR java/1565.
11318
11319 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11320
11321 * lib/gdb.exp (gdb_breakpoint): Update query string to match
11322 new nquery format.
11323 * gdb.base/pending.exp: Ditto.
11324
11325 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11326
11327 * configure.in: Run stabs tests on *BSD.
11328 * configure: Regenerated.
11329
11330 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11331
11332 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
11333
11334 2004-02-20 Fred Fish <fnf@redhat.com>
11335
11336 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
11337 blank in test for "returns short", for consistency with other
11338 "returns xxx" tests. Update copyright year.
11339
11340 2004-02-19 Fred Fish <fnf@redhat.com>
11341
11342 New testcase for PR breakpoint/1558.
11343 * gdb.arch/gdb1558.exp: New file.
11344 * gdb.arch/gdb1558.c: New file.
11345
11346 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11347
11348 * gdb.base/nodebug.exp: Fix typo.
11349
11350 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11351
11352 Committed by Jim Blandy <jimb@redhat.com>.
11353
11354 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
11355
11356 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
11357
11358 * gdb.base/float.exp: Support s390*-*-* targets.
11359
11360 2004-02-17 Adam Fedor <fedor@gnu.org>
11361
11362 * gdb.base/gdb1555.exp: New file.
11363 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
11364
11365 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
11366
11367 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
11368
11369 2004-02-16 Fred Fish <fnf@redhat.com>
11370
11371 * gdb.arch/gdb1291.c: Remove
11372 * gdb.arch/gdb1291.s: New test input file.
11373 * gdb.arch/gdb1291.exp: Expand test to check case that should not
11374 fail. Test for correct result, known incorrect result, other
11375 failures and timeouts.
11376
11377 2004-02-16 Andrew Cagney <cagney@redhat.com>
11378
11379 * gdb.base/bigcore.exp: New file.
11380 * gdb.base/bigcore.c: New file.
11381
11382 2004-02-13 Andrew Cagney <cagney@redhat.com>
11383
11384 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
11385 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
11386 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
11387 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
11388 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
11389 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
11390 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
11391 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
11392 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
11393 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
11394
11395 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
11396
11397 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
11398 executed is an alloc instruction.
11399
11400 2004-02-11 David Carlton <carlton@kealia.com>
11401
11402 * gdb.cp/breakpoint.exp: New.
11403 * gdb.cp/breakpoint.cc: New.
11404
11405 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
11406
11407 Partial fix for PR gdb/1543.
11408 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
11409 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
11410 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
11411 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
11412 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
11413 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
11414 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
11415 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
11416 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
11417 to bug-gdb@prep.ai.mit.edu .
11418 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
11419 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
11420 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
11421 Likewise.
11422
11423 2004-02-10 Andrew Cagney <cagney@redhat.com>
11424
11425 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
11426 using gdb_internal_error_resync.
11427
11428 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11429
11430 * gdb.threads/thread-specific.exp: Stop early if no threads are
11431 found.
11432
11433 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
11434
11435 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
11436
11437 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
11438
11439 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
11440 breakpoints.
11441
11442 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
11443
11444 * config/sim.exp (gdb_load): Handle $arg == "".
11445 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
11446 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
11447
11448 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11449
11450 * gdb.base/maint.exp: Update test to reflect
11451 obstack changes.
11452
11453 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
11454
11455 * gdb.base/pendshr.c (pendfunc): New function that calls
11456 pendfunc1.
11457 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
11458
11459 2004-02-04 Fred Fish <fnf@redhat.com>
11460
11461 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
11462 function symbols and update copyright years.
11463 * gdb.arch/gdb1291.c: Ditto.
11464
11465 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11466
11467 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
11468
11469 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11470
11471 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
11472
11473 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
11474
11475 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
11476
11477 2004-02-02 Fred Fish <fnf@redhat.com>
11478
11479 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
11480 remote targets. Update copyright years.
11481
11482 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11483
11484 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
11485 support.
11486 * gdb.base/langs.exp: Fix test which attempts to create
11487 breakpoint on non-existent function to handle new pending
11488 support.
11489 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
11490 a breakpoint.
11491 * gdb.base/pending.exp: New test.
11492 * gdb.base/pending.c: New file.
11493 * gdb.base/pendshr.c: Ditto.
11494
11495 2004-02-02 David Carlton <carlton@kealia.com>
11496
11497 * gdb.cp/overload.exp: Add overloadNamespace tests.
11498 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
11499 (overloadNamespace, XXX): New.
11500 (main): Call XXX::marker2.
11501
11502 2004-02-01 Fred Fish <fnf@redhat.com>
11503
11504 * gdb.base/dump.exp: Use runto_main instead of "runto main".
11505 * gdb.base/finish.exp: Ditto.
11506 * gdb.base/gcore.exp: Ditto.
11507 * gdb.base/huge.exp: Ditto.
11508 * gdb.base/info-proc.exp: Ditto.
11509 * gdb.base/return2.exp: Ditto.
11510 * gdb.threads/gcore-thread.exp: Ditto.
11511
11512 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11513
11514 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
11515
11516 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11517
11518 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
11519 that opening the file succeeds on OpenBSD.
11520
11521 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11522
11523 * gdb.threads/thread-specific.c: New file.
11524 * gdb.threads/threads-specific.exp: New test script.
11525 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
11526 to expect_out.
11527
11528 2004-02-01 Mark Kettenis <kettenis@gnu.org>
11529
11530 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
11531 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
11532 only on the "print_small_structs from print_long_arg_list" test.
11533
11534 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11535
11536 * gdb.base/completion.exp: Kill a stray backslash.
11537
11538 From Jim Ingham <jingham@apple.com>:
11539 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
11540 agrees with the result from sending a tab.
11541
11542 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11543
11544 * gdb.base/chng-syms.exp: Remove stray newline.
11545
11546 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11547
11548 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
11549 *-*-openbsd*.
11550 * gdb.asm/openbsd.inc: New file.
11551
11552 2004-01-30 Mark Kettenis <kettenis@gnu.org>
11553
11554 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
11555 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
11556 *-*solaris2*. Remove commented out default settings for
11557 asm-flags. Replace gdb_compile with target_link.
11558
11559 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
11560
11561 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
11562 for all tests. Remove old hp-ux and cygnus xfail cases.
11563
11564 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
11565
11566 * gdb.base/chng-syms.exp: New file.
11567 * gdb.base/chng-syms.c: New file.
11568
11569 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11570
11571 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
11572 Provide arms for current output in all my configurations.
11573
11574 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
11575
11576 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
11577 * lib/compiler.cc: Likewise.
11578 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
11579 get the right preprocessor. Eval the output directly. Remove
11580 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
11581 hp_f77_compiler and hp_f90_compiler completely.
11582 (gdb_preprocess): Delete.
11583 (get_compiler): Delete.
11584
11585 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11586
11587 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
11588 <string.h>.
11589
11590 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11591
11592 * gdb.mi/mi-stack.exp: Update copyright.
11593
11594 2004-01-23 David Carlton <carlton@kealia.com>
11595
11596 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
11597 test for cp_lookup_transparent_type.
11598 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
11599 call them.
11600
11601 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
11602
11603 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
11604 after -var-update.
11605
11606 2004-01-23 David Carlton <carlton@kealia.com>
11607
11608 * gdb.cp/namespace.cc (C::ensureRefs): New.
11609 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
11610
11611 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11612
11613 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
11614 case "-stack-list-locals 2".
11615 * gdb.mi/mi-var-child.exp: Test for case
11616 "-var-list-children --all-values NAME".
11617
11618 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
11619
11620 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
11621
11622 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11623
11624 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
11625 used with gdb_test_multiple.
11626
11627 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
11628 read at address 0. This fixes PR testsuite/1504.
11629
11630 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
11631
11632 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
11633 Remove downloading, guessing the host executable, the calls to
11634 gdb_file_cmd and gdb_target_cmd, and "load" support.
11635 (infer_host_exec): New function broken out from gdb_load.
11636 (gdb_load): New wrapper for gdbserver_gdb_load.
11637 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
11638 gdb_target_cmd. Use -target-select.
11639 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
11640 Download binaries to the host. Clear last_mi_remote_file when
11641 we load a new binary.
11642 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
11643 call gdbserver_gdb_load and mi_gdb_target_cmd.
11644
11645 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11646
11647 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
11648 type patterns.
11649
11650 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
11651
11652 * gdb.cp/templates.exp: Fix typo in test name of
11653 "print Foo<volatile char*>::foo".
11654
11655 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11656
11657 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
11658
11659 2004-01-16 Ben Elliston <bje@wasabisystems.com>
11660
11661 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
11662 (clean mostlyclean): Remove empty rm.
11663
11664 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
11665
11666 * gdb.base/setvar.exp: Add copyright years.
11667
11668 2004-01-14 David Carlton <carlton@bactrian.org>
11669
11670 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
11671 PR c++/1511 and update coment.
11672 * gdb.cp/templates.exp: Update patterns to match current output.
11673 If changes involve something other than whitespace, KFAIL
11674 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
11675
11676 2004-01-14 David Carlton <carlton@kealia.com>
11677
11678 * gdb.cp/namespace.exp: Add tests involving classes defined within
11679 namespaces.
11680 * gdb.cp/namespace.cc (C::CClass): New.
11681 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
11682
11683 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11684
11685 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
11686 what debug info we have. Print a better message if something goes
11687 wrong while producing the separate debug info file.
11688
11689 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11690
11691 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
11692
11693 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
11694
11695 * gdb.base/callfuncs.c: Add copyright notice.
11696
11697 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
11698
11699 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
11700 inheritance. PR gdb/1498, PR gcc/13539.
11701
11702 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
11703
11704 * gdb.threads/gcore-thread.exp: Prefix name of binary with
11705 test specific name.
11706 * gdb.mi/gdb669.exp: Ditto.
11707 * gdb.mi/mi-pthreads.exp: Ditto.
11708 * gdb.mi/mi1-pthreads.exp: Ditto.
11709 * gdb.mi/mi2-pthreads.exp: Ditto.
11710
11711 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11712
11713 * gdb.cp/member-ptr.cc: Add copyright notice.
11714
11715 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
11716
11717 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
11718 some patterns for recent versions of gcc and hpacc. Delete
11719 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
11720 Delete tests that access a NULL pointer-to-member-data. This
11721 script is still disabled for gcc.
11722
11723 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11724
11725 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
11726 escaped correctly.
11727
11728 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
11729
11730 * gdb.base/sepdebug.exp: New file.
11731 * gdb.base/sepdebug.c: New file.
11732 * lib/gdb.exp (separate_debug_filename): New procedure.
11733 (gdb_gnu_strip_debug): New procedure.
11734
11735 2004-01-12 Andrew Cagney <cagney@redhat.com>
11736
11737 * gdb.mi/ChangeLog: Delete file. Renamed to ...
11738 * gdb.mi/ChangeLog-1999-2003: New file.
11739
11740 2004-01-12 Andrew Cagney <cagney@redhat.com>
11741
11742 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
11743 "Renaming a directory to a non-empty directory returns ENOTEMPTY
11744 or EEXIST", treat EBUSY as an XFAIL.
11745
11746 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
11747
11748 * gdb.base/scope.exp: Remove obsolete setup_xfail for
11749 hp_cc_compiler.
11750
11751 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11752
11753 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
11754 decorations.
11755
11756 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
11757
11758 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
11759 and "(aCC)" decorations. Remove obsolete doco about old
11760 test results.
11761
11762 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11763
11764 * gdb.cp/exception.exp: Fix typo in doco.
11765
11766 2004-01-09 Mark Kettenis <kettenis@gnu.org>
11767
11768 * gdb.base/gdb1476.exp: Fix typo.
11769
11770 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11771
11772 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
11773 file.
11774
11775 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
11776
11777 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
11778 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
11779 Use gdb_compile. Remove restriction on gcc. Add some patterns
11780 for recent version of gdb. Delete second half, which was a copy
11781 of the first half with different build flags. This test is
11782 still disabled because it is still not ready for production.
11783
11784 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11785
11786 * gdb.cp/exception.cc: Add copyright notice.
11787 * gdb.cp/exception.exp: Add a notice that this file is broken
11788 because of line number changes caused by addition of copyright
11789 notice.
11790
11791 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11792
11793 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
11794 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
11795
11796 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11797
11798 * gdb.cp/classes.exp: Accept gnu abi 2.
11799 * gdb.cp/derivation.exp: Likewise.
11800 * gdb.cp/overload.exp: Likewise.
11801 * gdb.cp/virtfunc.exp: Likewise.
11802
11803 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
11804
11805 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
11806 semicolon after end of function.
11807
11808 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11809
11810 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
11811 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
11812 boilerplate code for compiling and running the program under
11813 test. Add some string method tests.
11814
11815 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11816
11817 * gdb.cp/bs15503.cc: Add copyright notice.
11818 * gdb.cp/bs15503.exp: Adjust line number.
11819
11820 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11821
11822 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
11823 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
11824
11825 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11826
11827 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
11828 hp_cc_compiler.
11829
11830 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11831
11832 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
11833 * gdb.cp/ctti.exp: Use the marker instead of "next".
11834 With gcc, run further before bailing.
11835
11836 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11837
11838 * gdb.cp/cttiadd.cc: Add copyright notice.
11839 * gdb.cp/cttiadd1.cc: Likewise.
11840 * gdb.cp/cttiadd2.cc: Likewise.
11841 * gdb.cp/cttiadd3.cc: Likewise.
11842
11843 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11844
11845 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
11846 Use gdb_test, gdb_test_multiple. Use floating-point values that
11847 have exact representations in IEEE-ish formats.
11848
11849 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11850
11851 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
11852 compilers. Delete duplicate call to get_compiler_info.
11853 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
11854 * gdb.base/volatile.exp: Likewise.
11855
11856 2004-01-07 Mark Kettenis <kettenis@gnu.org>
11857
11858 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
11859 memory at address 0.
11860
11861 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
11862
11863 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
11864 to test for hp-ux assembler. Fix copyright years.
11865
11866 2004-01-07 Andrew Cagney <cagney@redhat.com>
11867
11868 * gdb.base/fileio.c (strerrno): Add "EBUSY".
11869
11870 2004-01-07 Andrew Cagney <cagney@redhat.com>
11871
11872 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
11873 when creating the read-only file. From analysis by Roland McGrath
11874 and Elena Zannoni.
11875
11876 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11877
11878 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
11879
11880 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11881
11882 * gdb.base/cvexpr.c: Be type-safe with function pointers and
11883 data pointers.
11884
11885 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11886
11887 * gdb.cp/m-static.exp: Compile one source file at a time.
11888 Delete unused call to get_compiler_info.
11889
11890 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
11891
11892 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
11893 * gdb.base/call-rt-st.exp: Likewise.
11894 * gdb.base/nodebug.exp: Likewise.
11895 * gdb.base/volatile.exp: Likewise.
11896 * gdb.cp/ref-types.exp: Likewise.
11897 * gdb.cp/templates.exp: Likewise.
11898
11899 2004-01-05 Mark Kettenis <kettenis@gnu.org>
11900
11901 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
11902
11903 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
11904
11905 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
11906 hppa*-hp-hpux*.
11907
11908 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11909
11910 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11911 x86_64-*-*.
11912
11913 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
11914 sparc64-*-* and sparc*-solaris2*.
11915
11916 2004-01-04 Mark Kettenis <kettenis@gnu.org>
11917
11918 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
11919 return ${tests}" test. The ${tests} already mentions the
11920 filename.
11921
11922 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11923
11924 * gdb.cp/local.exp: Accept gcc abi 2.
11925
11926 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11927
11928 * gdb.cp/templates.exp: Accept gcc abi 2.
11929
11930 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
11931
11932 * lib/compiler.cc: Remove supports_template_debugging.
11933 * gdb.cp/templates.exp: Do not test supports_template_debugging.
11934
11935 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11936
11937 * gdb.cp/namespace.exp: Accept gcc abi 2.
11938
11939 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11940
11941 * gdb.cp/method.exp: Accept gcc abi 2.
11942
11943 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11944
11945 * gdb.cp/classes.exp: Generate identical results as old version.
11946 * gdb.cp/derivation.exp: Likewise.
11947 * gdb.cp/overload.exp: Likewise.
11948 * gdb.cp/virtfunc.exp: Likewise.
11949
11950 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11951
11952 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
11953 mysterious bug with sourceware version of expect.
11954
11955 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11956
11957 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
11958 current versions of gcc, including gcc abi 2. Remove gratuitous
11959 restart of test program. Use gdb_test_multiple and gdb_test for
11960 all tests. Add patterns to xfail missing "const" in "const char *"
11961 and kfail PR gdb/1155.
11962
11963 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
11964
11965 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
11966 current versions of gcc, including gcc abi 2. Remove gratuitous
11967 restart of test program. Use gdb_test_multiple and gdb_test for
11968 all tests. Add patterns to kfail PR gdb/1498.
11969
11970 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11971
11972 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
11973 current versions of gcc, including gcc abi 2. Use "breakpoint"
11974 and "continue" instead of restarting the target program. Use
11975 gdb_test_multiple and gdb_test for all tests.
11976
11977 2004-01-01 Mark Kettenis <kettenis@gnu.org>
11978
11979 * gdb.asm/asm-source.exp: Update copyright year. Link statically
11980 for *-*-solaris2*.
11981
11982 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
11983
11984 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
11985 current versions of gcc, including gcc abi 2. Use "breakpoint"
11986 and "continue" instead of restarting the target program several
11987 times. Use gdb_test_multiple and gdb_test for all tests.
11988
11989 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
11990
11991 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
11992 source files.
11993
11994 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
11995
11996 * gdb.base/environ.exp: Handle compiling test case from multiple
11997 source files.
11998
11999 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12000
12001 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
12002
12003 2003-12-17 Jim Blandy <jimb@redhat.com>
12004
12005 * gdb.base/freebpcmd.c: Add copyright notice.
12006
12007 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
12008
12009 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
12010
12011 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
12012
12013 2003-12-13 Jim Blandy <jimb@redhat.com>
12014
12015 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
12016
12017 2003-12-12 Kevin Buettner <kevinb@redhat.com>
12018
12019 * gdb.asm/frv.inc: New file.
12020 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
12021
12022 2003-12-09 Fred Fish <fnf@redhat.com>
12023
12024 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
12025 functions to break1.c and leave prototypes behind. Add more
12026 "set breakpoint NN here" comments.
12027 * gdb.base/break1.c: New file.
12028
12029 * gdb.base/break.exp: Handle compiling test case from multiple
12030 source files and change source file references as needed.
12031 * gdb.base/completion.exp: Ditto.
12032 * gdb.base/condbreak.exp: Ditto.
12033 * gdb.base/define.exp: Ditto.
12034 * gdb.base/ena-dis-br.exp: Ditto.
12035 * gdb.base/info-proc.exp: Ditto.
12036 * gdb.base/maint.exp: Ditto.
12037 * gdb.base/until.exp: Ditto.
12038
12039 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
12040 hardcoded line numbers.
12041 * gdb.base/define.exp: Ditto.
12042 * gdb.base/ena-dis-br.exp: Ditto.
12043 * gdb.base/maint.exp: Ditto.
12044 * gdb.base/until.exp: Ditto.
12045
12046 * gdb.base/completion.exp: Use "break1" for completion tests since
12047 "break" is no longer a unique prefix.
12048
12049 2003-12-06 Andrew Cagney <cagney@redhat.com>
12050
12051 * gdb.base/structs.exp (test_struct_returns): When applicable, set
12052 "return_value_unimplemented". When an unimplemented struct return
12053 architecture, report incorrect values as a KFAIL
12054
12055 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12056
12057 * gdb.cp/rtti.exp: Accept new wording of warning from
12058 cp_lookup_rtti_type.
12059
12060 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
12061
12062 Partial fix for PR testsuite/1456.
12063 * gdb.base/scope.exp (test_at_main): Replace references to
12064 gcc_compiled with calls to test_compiler_info.
12065 (test_at_foo): Likewise.
12066 (test_at_bar): Likewise.
12067
12068 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
12069
12070 Partial fix for PR testsuite/1456.
12071 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
12072 to test_compiler_info.
12073
12074 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
12075
12076 * gdb.base/so-impl-ld.exp: Update copyright notice.
12077
12078 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
12079
12080 Partial fix for PR testsuite/1456.
12081 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
12082 to test_compiler_info.
12083
12084 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12085
12086 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
12087 from current versions of gdb. Clean up regular expressions.
12088 Delete redundant timeout case.
12089
12090 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12091
12092 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
12093 from current versions of gdb. Clean up regular expressions.
12094 Delete redundant timeout case.
12095
12096 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
12097
12098 Partial fix for PR testsuite/1456.
12099 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
12100 gcc_compiled with call to test_compiler_info.
12101
12102 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
12103
12104 Partial fix for PR testsuite/1456.
12105 * gdb.base/list.exp (test_list_function): Delete unused declaration
12106 of gcc_compiled.
12107
12108 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
12109
12110 Partial fix for PR testsuite/1456.
12111 * gdb.base/complex.exp: Replace reference to gcc_compiled with
12112 call to test_compiler_info.
12113
12114 2003-11-29 Mark Kettenis <kettenis@gnu.org>
12115
12116 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
12117 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
12118 it to create the appropriate note.inc.
12119 * gdb.asm/asmsrc1.s: Include "note.inc".
12120 * gdb.asm/netbsd.inc: New file.
12121 * gdb.asm/empty.inc: New file.
12122
12123 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
12124
12125 Partial fix for PR testsuite/1456.
12126 * gdb.base/constvars.exp: Replace references to gcc_compiled with
12127 calls to test_compiler_info.
12128
12129 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
12130
12131 Partial fix for PR testsuite/1456.
12132 * gdb.base/volatile.exp: Replace references to gcc_compiled with
12133 calls to test_compiler_info.
12134
12135 2003-11-27 Mark Kettenis <kettenis@gnu.org>
12136
12137 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
12138 pattern for the KFAILs.
12139
12140 2003-11-25 Adam Fedor <fedor@gnu.org>
12141
12142 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
12143 * gdb.objc/objcdecode.m: New file.
12144
12145 2003-11-25 Adam Fedor <fedor@gnu.org>
12146
12147 * gdb.objc/nondebug.exp: Test for PR objc/1236.
12148 * gdb.objc/nondebug.m: New file.
12149
12150 2003-11-26 Ben Elliston <bje@wasabisystems.com>
12151
12152 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12153 NetBSD as it does on FreeBSD. Modelled on a similar change by
12154 Mark Kettenis on 2003-05-30.
12155 (link-flags): Set to "--entry _start" regardless of target.
12156 Special linker flags are to be appended to $link-flags.
12157 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
12158
12159 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12160
12161 * gdb.cp/method.exp: Accept output of new demangler.
12162
12163 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12164
12165 * gdb/class2.exp: New file.
12166 * gdb/class2.cc: New file.
12167
12168 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
12169
12170 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
12171 of new demangler.
12172
12173 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12174
12175 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
12176 of gdb_test "run".
12177
12178 2003-11-23 Mark Kettenis <kettenis@gnu.org>
12179
12180 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
12181 "continue" into "run".
12182
12183 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12184
12185 Partial fix for PR testsuite/1456.
12186 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
12187 call to test_compiler_info.
12188 * gdb.cp/ctti.exp: Likewise.
12189 * gdb.cp/derivation.exp: Likewise.
12190 * gdb.cp/member-ptr.exp: Likewise.
12191 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
12192 reference to gcc_compiled.
12193
12194 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
12195
12196 Fix PR testsuite/1463.
12197 * gdb.base/structs.exp (start_structs_test): Call
12198 get_debug_format before using the debug format.
12199
12200 2003-11-22 Andrew Cagney <cagney@redhat.com>
12201
12202 * lib/gdb.exp (gdb_test_multiple): Add simple example.
12203 * gdb.base/structs.exp: Use gdb_test_multiple.
12204
12205 2003-11-20 Andrew Cagney <cagney@redhat.com>
12206
12207 * gdb.base/structs.exp: Handle and recover from internal errors.
12208 Replace "foo${n}" with "foo<n>" in test messages.
12209
12210 * gdb.base/structs.exp: Update copyright. Rewrite.
12211 * gdb.base/structs.c: Update copyright. Rewrite.
12212
12213 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
12214 resync count exceeded.
12215
12216 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
12217 from the internal error.
12218 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
12219 Original from Jim Blandy.
12220 (gdb_test_multiple): Use gdb_internal_error_resync.
12221
12222 2003-11-19 Andrew Cagney <cagney@redhat.com>
12223
12224 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
12225 KFAIL.
12226
12227 2003-11-17 Mark Kettenis <kettenis@gnu.org>
12228
12229 New testcase for PR backtrace/1435.
12230 * gdb.arch/i386-unwind.exp: New file.
12231 * gdb.arch/i386-unwind.c: New file.
12232
12233 2003-11-17 Andrew Cagney <cagney@redhat.com>
12234
12235 * lib/gdb.exp (compiler_info): New global.
12236 (test_compiler_info): New function.
12237 (get_compiler_info): Set compiler_info.
12238 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
12239 "compiler_info" to gcc-<major>-<minor>.
12240
12241 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
12242
12243 * gdb.trace/configure: Remove.
12244
12245 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
12246
12247 * gdb.base/break.c: Add comments to aid finding line numbers for
12248 breakpoints.
12249 * gdb.base/break.exp: Remove all references to explicit line
12250 numbers.
12251
12252 2003-11-11 Nick Clifton <nickc@redhat.com>
12253
12254 * gdb.base/shreloc.exp: Do not run for targets which do not
12255 support shared objects.
12256
12257 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
12258
12259 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
12260 Don't run tests if nofileio flag is given.
12261
12262 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
12263
12264 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
12265 as well as 'Watchpoint'.
12266
12267 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12268
12269 Reported by Jim Ingham <jingham@apple.com>:
12270 * gdb.base/annota1.exp: Match at least one occurrence of the
12271 signal handler annotation.
12272
12273 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
12274
12275 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
12276 as well as 'Watchpoint'.
12277
12278 2003-11-05 Michael Chastain <mec@shout.net>
12279
12280 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
12281
12282 2003-11-03 Kris Warkentin <kewarken@qnx.com>
12283
12284 * gdb.arch/gdb1291.c: New test file.
12285 * gdb.arch/gdb1291.exp: New test script.
12286 * gdb.arch/gdb1431.c: New test file.
12287 * gdb.arch/gdb1431.exp: New test script.
12288
12289 2003-10-22 Michael Chastain <mec@shout.net>
12290
12291 * gdb.mi/pthreads.c: Add copyright notice.
12292
12293 2003-10-22 Michael Chastain <mec@shout.net>
12294
12295 * gdb.threads/pthreads.c: Add copyright notice.
12296
12297 2003-10-20 Michael Chastain <mec@shout.net>
12298
12299 * gdb.base/gdb1056.exp: New test script.
12300
12301 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12302
12303 * gdb.threads/killed.exp: Use gdb_run_cmd.
12304
12305 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
12306
12307 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
12308 create a core file.
12309 * gdb.threads/gcore-thread.exp: Likewise.
12310
12311 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
12312
12313 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
12314 type, based on char type.
12315 (struct bit_flags_short_t): New bitfield type, based on short type.
12316 (init_bit_flags_char): New fuction.
12317 (init_bit_flags_short): Ditto.
12318 (print_bit_flags_char): Ditto.
12319 (print_bit_flags_short): Ditto.
12320 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
12321
12322 2003-10-11 Michael Chastain <mec@shout.net>
12323
12324 * gdb.base/call-rt-st.exp: Update copyright year.
12325
12326 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
12327
12328 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
12329 * gdb.disasm/sh3.s: Ditto.
12330
12331 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
12332
12333 * gdb.threads/switch-threads.exp: New test.
12334 * gdb.threads/switch-threads.c: New source file.
12335
12336 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
12337
12338 * gdb.base/ending-run.exp: Add sh specific case.
12339
12340 2003-10-06 Andrew Cagney <cagney@redhat.com>
12341
12342 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
12343 * gdb.disasm/mn10200.exp: Delete obsolete file.
12344
12345 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
12346
12347 * ChangeLog: Correct an entry command.exp -> commands.exp.
12348 * gdb.base/commands.exp (bp_deleted_in_command_test)
12349 (temporary_breakpoint_commands): Check noargs.
12350
12351 2003-09-25 David Carlton <carlton@kealia.com>
12352
12353 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
12354 of some print tests, where appropriate. Add tests for C::D::cd,
12355 E::ce, F::cXfX, G::XgX.
12356 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
12357
12358 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
12359
12360 * lib/java.exp (java_init): Import target_alias before using it.
12361
12362 2003-09-25 David Carlton <carlton@kealia.com>
12363
12364 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
12365
12366 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
12367
12368 * gdb.base/selftest.exp: Accomodate more instruction reordering
12369 weirdness.
12370
12371 2003-09-17 Michael Chastain <mec@shout.net>
12372
12373 * gdb.cp/gdb1355.exp: New file.
12374 * gdb.cp/gdb1355.c: New file.
12375
12376 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
12377
12378 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
12379 * gdb.asm/sh.inc: New file.
12380
12381 2003-09-11 David Carlton <carlton@kealia.com>
12382
12383 * gdb.cp/namespace.exp: Add tests for namespace types.
12384 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
12385 (test_namespace): New.
12386
12387 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
12388
12389 * gdb.base/relocate.exp: Handle new gdb output at startup.
12390 * gdb.stabs/weird.exp: Ditto.
12391
12392 2003-09-08 Michael Chastain <mec@shout.net>
12393
12394 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
12395
12396 2003-09-07 Michael Chastain <mec@shout.net>
12397
12398 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
12399 'parse error'.
12400
12401 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
12402
12403 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
12404
12405 2003-08-30 Michael Chastain <mec@shout.net>
12406
12407 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
12408 * gdb.gdb/observer.exp: Ditto.
12409 * gdb.gdb/xfullpath.exp: Ditto.
12410
12411 2003-08-29 Mark Kettenis <kettenis@gnu.org>
12412
12413 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
12414 *-*-*bsd*.
12415
12416 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
12417
12418 * gdb.base/dump.exp: Skip for ia64.
12419
12420 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
12421
12422 * gdb.asm/asm-source.exp: Add ia64 support.
12423 * gdb.asm/ia64.inc: New file.
12424
12425 2003-08-22 Michael Chastain <mec@shout.net>
12426
12427 * gdb.cp: New directory.
12428 * gdb.cp/*: Copy from gdb.c++/*.
12429 * gdb.c++/*: Remove.
12430 * Makefile.in: Change gdb.c++ to gdb.cp.
12431 * configure.in: Ditto.
12432 * configure: Regnerate.
12433
12434 2003-08-18 Mark Kettenis <kettenis@gnu.org>
12435
12436 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
12437 * gdb.arch/i386-prologue.c (gdb1338): Add function.
12438
12439 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12440
12441 * mi-var-display.exp (-var-list-children weird): Accept function
12442 pointers with argument types.
12443 * mi1-var-display.exp (-var-list-children weird): Likewise.
12444 * mi2-var-display.exp (-var-list-children weird): Likewise.
12445
12446 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
12447
12448 * gdb.base/annota3.exp: Add missing newline.
12449
12450 2003-08-06 Michael Chastain <mec@shout.net>
12451
12452 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
12453
12454 2003-08-12 Michael Snyder <msnyder@redhat.com>
12455
12456 * gdb.base/float.exp: Add test for SH.
12457
12458 2003-08-10 Mark Kettenis <kettenis@gnu.org>
12459
12460 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
12461
12462 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12463
12464 * gdb.base/completion.exp: Remove reduntant completion test
12465 on filename.
12466
12467 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12468
12469 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
12470 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
12471 gdb.trace/save-trace.exp: Make sure that full pathnames are
12472 escaped correctly.
12473
12474 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
12475
12476 * configure.in: Don't generate config.h from config.hin.
12477 * configure: Regenerate.
12478 * config.hin: Remove file.
12479 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
12480 * gdb.threads/pthreads.c: Ditto.
12481
12482 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
12483
12484 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12485 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
12486 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
12487 Replace ld24 with seth/add3.
12488
12489 2003-08-02 Andrew Cagney <cagney@redhat.com>
12490
12491 * gdb.base/annota3.exp: New file.
12492 * gdb.base/annota3.c: New file.
12493 * gdb.c++/annota3.exp: New file.
12494 * gdb.c++/annota3.cc: New file.
12495
12496 2003-07-29 Michael Chastain <mec@shout.net>
12497
12498 * gdb.threads/tls.c (spin): Check errno only if sem_wait
12499 actually failed.
12500 (do_pass): Likewise.
12501 * gdb.threads/tls.exp: Always initialize no_of_threads.
12502
12503 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
12504
12505 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
12506 pattern.
12507 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
12508 * gdb.threads/tls.exp: Recognize one case of the host library not
12509 supporting TLS.
12510
12511 2003-07-27 Andrew Cagney <cagney@redhat.com>
12512
12513 * gdb.base/fileio.exp: Use SH when running commands using
12514 remote_exec.
12515
12516 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
12517
12518 From Kei Sakamoto <sakamoto.kei@renesas.com>:
12519 * gdb.base/relocate.c (dummy): New padding array.
12520
12521 2003-07-22 Michael Snyder <msnyder@redhat.com>
12522
12523 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
12524
12525 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
12526 patterns to be more general, accepting old and new output.
12527 Some output chars (such as '+') also must be quoted.
12528 Some addresses are displayed numerically instead of
12529 symbolically.
12530
12531 2003-07-23 Michael Snyder <msnyder@redhat.com>
12532
12533 * gdb.base/return2.exp: Don't test long-long return.
12534
12535 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
12536 * gdb.disasm/t01_mov.exp: Ditto.
12537 * gdb.disasm/t02_mova.s: Ditto.
12538 * gdb.disasm/t02_mova.exp: Ditto.
12539 * gdb.disasm/t03_add.s: Ditto.
12540 * gdb.disasm/t03_add.exp: Ditto.
12541 * gdb.disasm/t04_sub.s: Ditto.
12542 * gdb.disasm/t04_sub.exp: Ditto.
12543 * gdb.disasm/t05_cmp.s: Ditto.
12544 * gdb.disasm/t05_cmp.exp: Ditto.
12545 * gdb.disasm/t06_ari2.s: Ditto.
12546 * gdb.disasm/t06_ari2.exp: Ditto.
12547 * gdb.disasm/t07_ari3.s: Ditto.
12548 * gdb.disasm/t07_ari3.exp: Ditto.
12549 * gdb.disasm/t08_or.s: Ditto.
12550 * gdb.disasm/t08_or.exp: Ditto.
12551 * gdb.disasm/t09_xor.s: Ditto.
12552 * gdb.disasm/t09_xor.exp: Ditto.
12553 * gdb.disasm/t10_and.s: Ditto.
12554 * gdb.disasm/t10_and.exp: Ditto.
12555 * gdb.disasm/t11_logs.s: Ditto.
12556 * gdb.disasm/t11_logs.exp: Ditto.
12557 * gdb.disasm/t12_bit.s: Ditto.
12558 * gdb.disasm/t12_bit.exp: Ditto.
12559 * gdb.disasm/t13_otr.s: Ditto.
12560 * gdb.disasm/t13_otr.exp: Ditto.
12561
12562 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12563
12564 * gdb.threads/tls.exp :Add kfail for 'info address' case.
12565
12566 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
12567
12568 * gdb.threads/tls.c : New file.
12569 * gdb.threads/tls.exp : New file.
12570 * gdb.threads/tls-main.c : New file.
12571 * gdb.threads/tls-shared.c : New file.
12572 * gdb.threads/tls-shared.exp : New file.
12573
12574 2003-07-22 Andreas Schwab <schwab@suse.de>
12575
12576 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
12577
12578 2003-07-20 Andreas Schwab <schwab@suse.de>
12579
12580 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
12581 due to insn reordering.
12582
12583 2003-07-15 Andrew Cagney <cagney@redhat.com>
12584
12585 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
12586
12587 2003-07-15 Michael Chastain <mec@shout.net>
12588
12589 * gdb.base/gdb1250.exp: New file.
12590 * gdb.base/gdb1250.c: New file.
12591
12592 2003-07-09 Michal Ludvig <mludvig@suse.cz>
12593
12594 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
12595 expansion of size_t to 'unsigned long', not only to 'unsigned'.
12596
12597 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12598
12599 * gdb.threads/tls.c: New file.
12600 * gdb.threads/tls.exp: New file.
12601 * gdb.threads/tls-main.c: New file.
12602 * gdb.threads/tls-shared.c: New file.
12603 * gdb.threads/tls-shared.exp: New file.
12604
12605 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
12606
12607 * gdb.base/annota1.exp: Make sure that we properly escape the
12608 full path of the source file. Xfail more permissive patterns,
12609 due to a compiler debug info problem.
12610
12611 2003-07-07 Andreas Schwab <schwab@suse.de>
12612
12613 * gdb.asm/m68k.inc: New file.
12614 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
12615
12616 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
12617 arguments"): Also match negative number.
12618
12619 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
12620
12621 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
12622
12623 * gdb.base/store.c (charest): New typedef.
12624 (add_char): Rename to add_charest, update.
12625 (wack_char): Rename to wack_charest, update types. Return l + r
12626 to keep r live across the call.
12627 (wack_short, wack_int, wack_long, wack_longest, wack_float)
12628 (wack_double, wack_doublest): Return l + r to keep r live across
12629 the call.
12630 * gdb.base/store.exp: Accomodate store.c changes.
12631
12632 2003-06-30 David Carlton <carlton@kealia.com>
12633
12634 * gdb.c++/maint.exp (test_invalid_name): New.
12635 (test_first_component): Add tests for invalid names.
12636
12637 2003-06-29 Michael Chastain <mec@shout.net>
12638
12639 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
12640 output of '<VTT for class>' for virtual base classes.
12641
12642 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12643
12644 * gdb.base/completion.exp: Tab-complete "complet" instead of
12645 "compl".
12646 * gdb.base/complex.exp, gdb.base/complex.c: New files.
12647
12648 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12649
12650 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
12651 * gdb.base/volatile.exp: Likewise.
12652
12653 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
12654
12655 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
12656 gdb/1265.
12657
12658 2003-06-28 Michael Chastain <mec@shout.net>
12659 Daniel Jacobowitz <drow@mvista.com>
12660
12661 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
12662 initial line count of 'captured_main' from 26 to 32.
12663 (test_with_self): Allow xmalloc call to be interleaved with the
12664 preceding two lines.
12665
12666 2003-06-24 Joel Brobecker <brobecker@gnat.com>
12667
12668 * gdb.base/bang.exp: New testcase.
12669
12670 2003-06-23 Joel Brobecker <brobecker@gnat.com>
12671
12672 * gdb.base/langs.exp: Add some tests for the "minimal" language
12673 support.
12674
12675 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
12676
12677 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
12678 the testcase.
12679
12680 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12681
12682 * gdb.base/relocate.exp: Test add-symbol-file with a variable
12683 offset.
12684
12685 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
12686
12687 * gdb.c++/pr-1210.cc: New file.
12688 * gdb.c++/pr-1210.exp: New file.
12689
12690 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
12691
12692 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
12693 000-exec-continue.
12694
12695 2003-06-15 Mark Kettenis <kettenis@gnu.org>
12696
12697 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
12698 on *-*-*bsd* instead of *-*-freebsd*.
12699
12700 2003-06-14 Andrew Cagney <cagney@redhat.com>
12701
12702 * gdb.base/store.exp: Test longest and doublest. Test all
12703 parameters. Weaken return statement match.
12704 * gdb.base/store.c: Add longest and doublest - aka long long and
12705 long double functions. Put all parameters into local register
12706 variables. Use negative values.
12707
12708 2003-06-14 Andrew Cagney <cagney@redhat.com>
12709
12710 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
12711 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
12712 exit status.
12713 * gdb.base/fileio.exp: Disable target when nointerrupts and
12714 noinferiorio, instead of limiting it to remote. Use remote_exec
12715 instead of system.
12716
12717 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
12718
12719 * gdb.base/float.exp: Add ia64 support.
12720
12721 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
12722
12723 * gdb.base/fileio.exp: Run only on remote targets.
12724
12725 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
12726
12727 * gdb.base/fileio.c: New file, testing File-I/O.
12728 * gdb.base/fileio.exp: Ditto.
12729
12730 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
12731
12732 * gdb.base/shreloc.exp: New file, check symbol values obtained from
12733 shared objects after relocation at load time (gdb PR/1132).
12734 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
12735 as above, part of the shared object relocation test.
12736
12737 2003-06-08 Mark Kettenis <kettenis@gnu.org>
12738
12739 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
12740 fully filled history list.
12741 * gdb.base/gdb_history: New file.
12742
12743 * gdb.base/signals.exp: XFAIL "continue to func1" on
12744 i*86-*-freebsd*.
12745
12746 * gdb.base/attach.exp: When trying to attach to a nonexistent
12747 process, make it possible to specify the PID based on the target,
12748 and do so for *-*-freebsd*.
12749
12750 2003-06-02 Richard Henderson <rth@redhat.com>
12751
12752 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
12753
12754 2003-06-02 Richard Henderson <rth@redhat.com>
12755
12756 * gdb.base/selftest.exp: Next over lim_at_start initialization.
12757
12758 2003-06-02 Richard Henderson <rth@redhat.com>
12759
12760 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
12761
12762 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
12763
12764 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
12765 of globalvar.
12766
12767 2003-06-01 Mark Kettenis <kettenis@gnu.org>
12768
12769 * gdb.asm/asm-source.exp: Check for memory read errors in
12770 disassembler test on *BSD too.
12771
12772 2003-06-01 Richard Henderson <rth@redhat.com>
12773
12774 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
12775 for .frame.
12776 (gdbasm_call): Lose ldgp.
12777 (gdbasm_startup): Add frame information.
12778 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
12779
12780 2003-05-31 Mark Kettenis <kettenis@gnu.org>
12781
12782 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
12783 i?86-*-*.
12784
12785 2003-05-30 Mark Kettenis <kettenis@gnu.org>
12786
12787 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
12788 FreeBSD.
12789
12790 2003-05-29 Richard Henderson <rth@redhat.com>
12791
12792 * gdb.asm/alpha.inc: New file.
12793 * gdb.asm/asm-source.exp: Use it.
12794
12795 2003-05-29 Jim Blandy <jimb@redhat.com>
12796
12797 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
12798 'core.PID'.
12799
12800 2003-05-22 Jim Blandy <jimb@redhat.com>
12801
12802 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
12803 backtrace.
12804
12805 2003-05-20 David Carlton <carlton@math.stanford.edu>
12806
12807 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
12808 this time.
12809
12810 2003-05-19 David Carlton <carlton@bactrian.org>
12811
12812 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
12813 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
12814
12815 2003-05-19 David Carlton <carlton@bactrian.org>
12816
12817 * gdb.c++/namespace.exp: Add namespace scope and anonymous
12818 namespace tests.
12819 Bump copyright date.
12820 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
12821 (main): Call C::D::marker2.
12822 * gdb.c++/namespace1.cc: New file.
12823
12824 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
12825
12826 Roland McGrath <roland@redhat.com>
12827 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
12828 there is no manager thread.
12829
12830 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
12831
12832 * gdb.threads/schedlock.exp: Remove assumption that all threads
12833 will run in a particular small time slice. Also ensure we break
12834 in one of the child threads rather than the main thread.
12835
12836 2003-05-07 Jim Blandy <jimb@redhat.com>
12837
12838 Add support for assembly source testing on the s390x.
12839 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
12840 architecture.
12841 * gdb.asm/s390x.inc: New file.
12842
12843 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
12844 succession of 'if' statements.
12845
12846 2003-05-05 Andrew Cagney <cagney@redhat.com>
12847
12848 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
12849
12850 2003-05-05 Andrew Cagney <cagney@redhat.com>
12851
12852 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
12853 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
12854
12855 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
12856
12857 * gdb.base/charset.exp: Update based on new behavior of set/show
12858 charset commands.
12859
12860 2003-05-01 Andrew Cagney <cagney@redhat.com>
12861
12862 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
12863 variable do not give memory errors.
12864
12865 2003-04-30 Adam Fedor <fedor@gnu.org>
12866
12867 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
12868 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
12869 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
12870 gdb.objc/basicclass.m: : New files
12871
12872 * lib/gdb.exp (gdb_compile_objc): New procedure.
12873
12874 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12875
12876 * gdb.base/signals.exp: Make backtrace tests more specific.
12877
12878 2003-04-23 David Carlton <carlton@bactrian.org>
12879
12880 * gdb.c++/maint.exp (test_first_component): Add tests for
12881 'operator' in more locations.
12882
12883 2003-04-16 Kevin Buettner <kevinb@redhat.com>
12884
12885 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
12886
12887 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
12888
12889 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
12890 func marke' instead. Update test name.
12891
12892 2003-04-15 David Carlton <carlton@math.stanford.edu>
12893
12894 * gdb.c++/maint.exp: New file.
12895
12896 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
12897
12898 * gdb.threads/schedlock.c: Change type of thread function argument
12899 to long, to avoid warnings on 64-bit platforms.
12900
12901 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
12902
12903 * gdb.base/attach.exp: Add new message from ptrace in case of
12904 attaching to nonexistent process.
12905
12906 2003-04-11 Jim Blandy <jimb@redhat.com>
12907
12908 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12909 gdb.c++/userdef.cc: Place comments on the lines to which the
12910 marker function might return.
12911 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12912 gdb.c++/userdef.exp: Look for those comments to check that we've
12913 returned to the right place, instead of checking line numbers.
12914
12915 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
12916
12917 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
12918 match on sourcefile name, instead of directory name.
12919
12920 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
12921
12922 * gdb.base/completion.exp: Use string_to_regexp to match the
12923 working directory name.
12924
12925 2003-04-09 Jim Blandy <jimb@redhat.com>
12926
12927 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
12928 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
12929 after an inferior function call, report the failure, but allow the
12930 test to continue.
12931
12932 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12933
12934 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12935 with -DPROTOTYPES.
12936
12937 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
12938
12939 * gdb.base/break.exp: Revert last patch.
12940
12941 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
12942
12943 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
12944 with -DPROTOTYPES.
12945
12946 2003-04-02 Andrew Cagney <cagney@redhat.com>
12947
12948 * gdb.base/callfuncs.exp: Make "print add" messages unique.
12949 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
12950 matching directories by the name breakpoint.
12951 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
12952 Make "continue to marker1" consistent.
12953 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
12954 message consistent.
12955 * lib/gdb.exp: Put "the program is no longer running", and "the
12956 program exited" in parenthesis.
12957 * lib/mi-support.exp: Ditto.
12958
12959 2003-04-02 Bob Rossi <bob_rossi@cox.net>
12960
12961 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
12962
12963 2003-03-29 Andrew Cagney <cagney@redhat.com>
12964
12965 * gdb.base/sizeof.c (main): Print the value of '\377'.
12966 * gdb.base/sizeof.exp: Check the sign of '\377'.
12967
12968 2003-03-27 Michael Chastain <mec@shout.net>
12969
12970 * gdb.base/gdb1090.exp: New file.
12971 * gdb.base/gdb1090.cc: New file.
12972
12973 2003-03-27 J. Brobecker <brobecker@gnat.com>
12974
12975 * gdb.gdb/observer.exp: New regression test.
12976
12977 2003-03-27 Michael Chastain <mec@shout.net>
12978
12979 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
12980 * gdb.base/ptype.exp: Likewise.
12981
12982 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
12983
12984 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
12985
12986 2003-03-26 Michael Chastain <mec@shout.net>
12987
12988 * gdb.base/ptype.exp: Actually use some typedef'd types.
12989
12990 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
12991
12992 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
12993 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
12994
12995 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
12996
12997 * gdb.base/default.exp: Fix regular expression.
12998
12999 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13000
13001 * gdb.base/args.exp: Fix regular expression.
13002
13003 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13004
13005 * gdb.base/help.exp: Allow Win32 child process.
13006
13007 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13008
13009 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
13010 when stepping out of main().
13011
13012 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13013
13014 * gdb.base/default.exp: Check for win32 specific message when calling
13015 "run" without executable.
13016
13017 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13018
13019 * gdb.base/args.exp: Expect .exe in output.
13020
13021 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
13022
13023 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
13024 Cygwin native.
13025
13026 2003-03-17 Andrew Cagney <cagney@redhat.com>
13027
13028 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
13029 vector registes.
13030 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
13031 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
13032
13033 2003-03-17 David Carlton <carlton@math.stanford.edu>
13034
13035 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
13036 test, for PR breakpoints/38.
13037 Call test_watchpoint_and_breakpoint.
13038 * gdb.base/watchpoint.c (func3): New function.
13039 (main): Call func3.
13040
13041 2003-03-04 David Carlton <carlton@math.stanford.edu>
13042
13043 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
13044 Garply<Garply<char> >:: garply".
13045 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
13046 with respect to PR c++/1111; note also PR c++/1113.
13047 (test_template_breakpoints): KFAIL "constructor breakpoint" with
13048 respect to PR c++/1062.
13049 KFAIL "destructor breakpoint" with respect to PR c++/1112.
13050
13051 2003-03-03 David Carlton <carlton@math.stanford.edu>
13052
13053 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
13054 with respect to PR c++/57.
13055 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
13056 c++/826.
13057 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
13058 respect to PR c++/57.
13059
13060 2003-03-03 David Carlton <carlton@math.stanford.edu>
13061
13062 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
13063 respect to PR c++/33 into FAILs.
13064
13065 2003-03-03 Michael Chastain <mec@shout.net>
13066
13067 * configure.in: Update copyright years.
13068
13069 2003-03-03 Michael Chastain <mec@shout.net>
13070
13071 * Makefile.in: Update copyright years.
13072
13073 2003-02-28 David Carlton <carlton@math.stanford.edu>
13074
13075 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
13076 print class instead of struct and/or superfluous protection
13077 specifiers, as long as the resulting output is equivalent to the
13078 source code.
13079 Delete FIXME from end of messages on tests that don't need
13080 fixing.
13081
13082 2003-02-28 David Carlton <carlton@math.stanford.edu>
13083
13084 * gdb.c++/templates.exp (do_tests): Allow const in the two
13085 Foo<volatile char *>::foo tests.
13086
13087 2003-02-27 Michael Snyder <msnyder@redhat.com>
13088
13089 * gdb.base/restore.c (main): Return zero, so exit code
13090 will be consistant.
13091
13092 2003-02-26 David Carlton <carlton@math.stanford.edu>
13093
13094 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
13095 char *>::foo" test with respect to PR c++/33. Create a new test
13096 which is identical to that one except that it doesn't put the
13097 space between the "char" and the "*"; KFAIL it, too.
13098
13099 2003-02-26 David Carlton <carlton@math.stanford.edu>
13100
13101 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
13102 template types into either PASSes or KFAILs (corresponding to PR
13103 c++/57). Tweak indentation. Update copyright.
13104
13105 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
13106
13107 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
13108
13109 2003-02-13 Michael Chastain <mec@shout.net>
13110
13111 * gdb.base/exprs.exp: Remove i960 remnants.
13112 * gdb.base/funcargs.exp: Likewise.
13113 * gdb.base/list.exp: Likewise.
13114 * gdb.base/ptype.exp: Likewise.
13115
13116 2003-02-14 David Carlton <carlton@math.stanford.edu>
13117
13118 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
13119 pEe->D::vg()" from XFAIL to KFAIL.
13120
13121 2003-02-13 Jason Molenda (jmolenda@apple.com)
13122
13123 * gdb.base/maint.exp: Update maint print statistics regexp to include
13124 new entries.
13125
13126 2003-02-13 Michael Chastain <mec@shout.net>
13127
13128 * gdb.c++/inherit.exp: Remove call to get_debug_format.
13129
13130 2003-02-12 Michael Chastain <mec@shout.net>
13131
13132 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
13133 * gdb.c++/inherit.exp: Likewise.
13134 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
13135 * gdb.c++/templates.exp: Likewise.
13136 * gdb.c++/virtfunc.exp: Likewise.
13137
13138 2003-02-06 Jason Molenda (jason-cl@molenda.com)
13139
13140 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
13141 why the code is written that way.
13142
13143 2003-02-05 Michael Chastain <mec@shout.net>
13144
13145 * gdb.base/dump.exp: Add missing copyright line.
13146
13147 2003-02-05 Jason Molenda (jason-cl@molenda.com)
13148
13149 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
13150 at the beginning so the breakpoint doesn't get set on the loop.
13151
13152 2003-02-05 Michael Chastain <mec@shout.net>
13153
13154 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
13155 output for configurations with gcc 2.95.3.
13156
13157 2003-02-05 Keith Seitz <keiths@redhat.com>
13158 Andrew Cagney <ac131313@redhat.com>
13159
13160 * gdb.mi/mi-cli.exp: New file.
13161
13162 2003-02-04 Michael Chastain <mec@shout.net>
13163
13164 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
13165 Call perror and then continue.
13166
13167 2003-02-03 Michael Chastain <mec@shout.net>
13168
13169 * gdb.c++/pr-1023.cc: New file.
13170 * gdb.c++/pr-1023.exp: New file.
13171
13172 2003-02-05 Jim Blandy <jimb@redhat.com>
13173
13174 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
13175 it's local to foobar. Check for it there, and check that it's not
13176 present in main.
13177 * gdb.c++/local.cc (marker2): New function.
13178 (foobar): Call marker1.
13179 (main): Call marker2 instead of marker1.
13180
13181 2003-02-04 Andrew Cagney <ac131313@redhat.com>
13182
13183 * gdb.disasm/mn10200.exp: Obsolete file.
13184 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
13185 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
13186 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
13187
13188 2003-02-04 David Carlton <carlton@math.stanford.edu>
13189
13190 * gdb.c++/overload.exp: Test intToChar(1).
13191 * gdb.c++/overload.cc (intToChar): New.
13192 (main): Call intToChar.
13193
13194 2003-02-03 David Carlton <carlton@math.stanford.edu>
13195
13196 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
13197 'might_kfail' arg.
13198 KFAIL some of the continue_to_bp_overloaded calls, according to
13199 PR c++/1025.
13200
13201 2003-02-01 Michael Chastain <mec@shout.net>
13202
13203 * gdb.base/advance.c (marker1): New marker function.
13204 * gdb.base/advance.exp: When the 'advance' command lands on the
13205 return breakpoint, it can legitimately stop on either the
13206 current line or the next line. Accommodate both outcomes.
13207 * gdb.base/until.exp: Likewise.
13208
13209 2003-02-02 Andrew Cagney <ac131313@redhat.com>
13210
13211 2002-11-10 Jason Molenda (jason-cl@molenda.com):
13212 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
13213 now a list, not a tuple.
13214 * gdb.mi/mi-var-display.exp: Ditto.
13215 * gdb.mi/gdb792.exp: Ditto.
13216
13217 2003-02-01 Andrew Cagney <ac131313@redhat.com>
13218
13219 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
13220 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
13221 stack backtraces.
13222 * gdb.mi/mi-syn-frame.c: Part of same.
13223
13224 2003-02-01 Mark Kettenis <kettenis@gnu.org>
13225
13226 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13227 gdb.mi/mi1-pthreads.exp: Return instead of calling
13228 gdb_suppress_entire_file.
13229
13230 2003-02-01 Mark Salter <msalter@redhat.com>
13231
13232 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
13233
13234 2003-01-31 Mark Salter <msalter@redhat.com>
13235
13236 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
13237 Support empty arg.
13238
13239 2003-01-30 Michael Chastain <mec@shout.net>
13240
13241 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
13242 This was a workaround for a UTF-8 bug in readline 4.3. The bug
13243 has been fixed in gdb/readline on 2003-01-09.
13244
13245 2003-01-29 Michael Snyder <msnyder@redhat.com>
13246
13247 * gdb.base/maint.exp: Allow for leading underscore in symbol.
13248 * gdb.base/display.exp: Allow for leading underscore in symbol.
13249 * gdb.base/args.exp: Skip if target does not support args passing.
13250
13251 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
13252
13253 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
13254 gdb_test. Accept a list of expect arguments as the third
13255 parameter.
13256 (gdb_test): Use it.
13257
13258 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
13259
13260 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
13261 allow for different test tree configurations. Update some
13262 tescases accordingly.
13263 * gdb.arch/altivec-regs.exp: Ditto.
13264 * gdb.asm/asm-source.exp: Ditto.
13265 * gdb.base/advance.exp: Ditto.
13266 * gdb.base/display.exp: Ditto.
13267 * gdb.base/long_long.exp: Ditto.
13268 * gdb.base/mips_pro.exp: Ditto.
13269 * gdb.base/overlays.exp: Ditto.
13270 * gdb.base/relocate.exp: Ditto.
13271 * gdb.base/setshow.exp: Ditto.
13272 * gdb.base/step-line.exp: Ditto.
13273 * gdb.base/step-test.exp: Ditto.
13274 * gdb.base/until.exp: Ditto.
13275 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
13276
13277 2003-01-17 David Carlton <carlton@math.stanford.edu>
13278
13279 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
13280 corresponding to PR c++/945.
13281 Update copyright.
13282
13283 2003-01-17 David Carlton <carlton@math.stanford.edu>
13284
13285 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
13286 corresponding to PR c++/68.
13287
13288 2003-01-17 David Carlton <carlton@math.stanford.edu>
13289
13290 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
13291 (test_paddr_hairy_functions): Call print_addr_2_kfail for
13292 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
13293
13294 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13295
13296 * gdb.base/break.exp: Fix change of default location, because of
13297 removal of until tests.
13298 * gdb.base/help.exp: Update test for new 'until' help message.
13299 Add test for help on 'advance'.
13300 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
13301
13302 2003-01-15 Mark Kettenis <kettenis@gnu.org>
13303
13304 * gdb.base/default.exp: Adapt "info float" test for recent changes
13305 to that command. Add test for "info vector".
13306 * gdb.base/float.exp: New file. Add test for "info float" that
13307 resembles the old test in gdb.base/default.exp.
13308
13309 2003-01-15 David Carlton <carlton@math.stanford.edu>
13310
13311 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
13312
13313 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
13314
13315 * gdb.base/break.exp: Move the tests of until command from here...
13316 * gdb.base/until.exp: ... to here. New file. Add other tests.
13317 * gdb.base/advance.c: New file.
13318 * gdb.base/advance.exp: New file.
13319
13320 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
13321
13322 * gdb.base/args.c: New file.
13323 * gdb.base/args.exp: New file.
13324
13325 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13326
13327 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
13328
13329 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13330
13331 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
13332
13333 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
13334
13335 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
13336 dates.
13337
13338 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13339
13340 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
13341
13342 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13343
13344 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
13345 (ptype &*"foo").
13346 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
13347
13348 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13349
13350 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
13351 * gdb.mi/mi1-console.exp: Likewise.
13352
13353 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13354
13355 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
13356 * gdb.mi/mi1-console.exp: Likewise.
13357
13358 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
13359
13360 * gdb.c++/overload.exp: Remove some fixed XFAILs.
13361
13362 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13363
13364 * gdb.base/detach.exp: New test.
13365
13366 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
13367
13368 * Makefile.in (ALL_SUBDIRS): New variable.
13369 (subdirs, clean, distclean): Use it.
13370 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
13371 regenerating Makefile, since it is generated from the top level.
13372 * gdb.asm/Makefile.in: Likewise.
13373 * gdb.base/Makefile.in: Likewise.
13374 * gdb.c++/Makefile.in: Likewise.
13375 * gdb.disasm/Makefile.in: Likewise.
13376 * gdb.java/Makefile.in: Likewise.
13377 * gdb.mi/Makefile.in: Likewise.
13378 * gdb.threads/Makefile.in: Likewise.
13379 * gdb.trace/Makefile.in: Likewise.
13380
13381 2003-01-09 David Carlton <carlton@math.stanford.edu>
13382
13383 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
13384 Add copyright year 2003.
13385
13386 2003-01-06 Michael Chastain <mec@shout.net>
13387
13388 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
13389 When selecting a thread, 'line' and 'file' are optional.
13390 * gdb.mi/mi1-pthreads.exp: Likewise.
13391
13392 2003-01-06 Andreas Schwab <schwab@suse.de>
13393
13394 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
13395 failures.
13396
13397 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13398
13399 Fix PR gdb/844
13400 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
13401 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
13402
13403 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
13404 instead of calling gdb_suppress_entire_file.
13405 * gdb.threads/print-threads.exp: Likewise.
13406 * gdb.threads/schedlock.exp: Likewise.
13407
13408 * gdb.threads/killed.exp: Return instead of calling
13409 gdb_suppress_entire_file.
13410 * gdb.threads/linux-dp.exp: Likewise.
13411 * gdb.threads/pthreads.exp: Likewise.
13412
13413 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13414
13415 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
13416 stabs.
13417 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
13418 * gdb.base/whatis.exp: Always allow (void) after function names.
13419
13420 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
13421
13422 * gdb.c++/casts.exp: Correct regexp.
13423
13424 2003-01-04 Mark Kettenis <kettenis@gnu.org>
13425
13426 * configure.in: Call AC_CONFIG_HEADER. Don't call
13427 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
13428 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
13429 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
13430 aforementioned directories in the AC_OUPUT call.
13431 * config.hin: New file.
13432 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
13433 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
13434 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
13435 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
13436 pass -I$objdir instead of -I$objdir/$subdir in compilation.
13437 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
13438 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
13439 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
13440 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
13441 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
13442 gdb.threads/configure.in, gdb.threads/configure,
13443 gdb.threads/config.in, gdb.trace/configure.in,
13444 gdb.trace/configure: Removed.
13445
13446 2003-01-03 Michael Chastain <mec@shout.net>
13447
13448 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
13449 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
13450
13451 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
13452
13453 * gdb.base/store.exp: Fix regular expressions.
13454
13455 2002-12-28 Mark Kettenis <kettenis@gnu.org>
13456
13457 * configure.in: Rewrite.
13458 * configure: Regenerated.
13459
13460 2003-01-03 David Carlton <carlton@math.stanford.edu>
13461
13462 * gdb.base/psymtab.exp: New file.
13463 * gdb.base/psymtab1.c: Ditto.
13464 * gdb.base/psymtab2.c: Ditto.
13465
13466 2002-12-23 Adam Fedor <fedor@gnu.org>
13467
13468 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
13469
13470 2002-12-23 David Carlton <carlton@math.stanford.edu>
13471
13472 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
13473 and current_directory initialization.
13474
13475 2002-12-22 Jim Blandy <jimb@redhat.com>
13476
13477 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
13478 rather than as part of the output file name.
13479
13480 * gdb.base/attach.exp: There's no need to copy the test program to
13481 /tmp; that was only ever necessary on HP/UX, and this test is
13482 entirely disabled there anyway.
13483
13484 2002-12-21 Jim Blandy <jimb@redhat.com>
13485
13486 * gdb.c++/psmang.exp: Doc fix.
13487
13488 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
13489 test.
13490
13491 2002-12-20 David Carlton <carlton@math.stanford.edu>
13492
13493 * gdb.c++/annota2.exp: KFAIL annotate-quit.
13494
13495 2002-12-18 Michael Chastain <mec@shout.net>
13496
13497 * gdb.c++/annota2.exp: Add copyright year 2002.
13498
13499 2002-12-17 David Carlton <carlton@math.stanford.edu>
13500
13501 * gdb.c++/try_catch.cc: Add marker comments.
13502 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
13503 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
13504 * gdb.c++/m-static.cc: Ditto.
13505 * gdb.c++/m-static1.cc: Ditto.
13506 * gdb.c++/try_catch.cc: Ditto.
13507
13508 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
13509
13510 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
13511 to see whether we are using the new -environment-directory
13512 command which resets via -r or the old version of the command
13513 which may prompt the user. Part of fix for gdb/741.
13514
13515 2002-12-13 Andrew Cagney <ac131313@redhat.com>
13516
13517 * gdb.fortran/types.exp: Update obsolete comment.
13518 * gdb.fortran/exprs.exp: Ditto.
13519 * lib/gdb.exp: Delete obsolete code.
13520 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
13521 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
13522 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
13523 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
13524 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
13525 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
13526 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
13527 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
13528 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
13529 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
13530 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
13531 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
13532 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
13533 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
13534 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
13535 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
13536 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
13537 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
13538 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
13539 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
13540 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
13541 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
13542 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
13543 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
13544 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
13545 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
13546 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
13547 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
13548 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
13549 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
13550 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
13551 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
13552 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
13553 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
13554 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
13555 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
13556 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
13557
13558 2002-12-11 David Carlton <carlton@math.stanford.edu>
13559
13560 * gdb.c++/m-data.exp: Add test for members that shadow global
13561 variables: see PR gdb/804.
13562 * gdb.c++/m-data.cc: Ditto.
13563
13564 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
13565
13566 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
13567
13568 2002-12-06 David Carlton <carlton@math.stanford.edu>
13569
13570 * gdb.base/store.c: Don't declare functions static.
13571
13572 2002-12-04 Andrew Cagney <ac131313@redhat.com>
13573
13574 * gdb.base/store.exp, gdb.base/store.c: New files.
13575
13576 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13577
13578 * gdb.base/selftest.exp: Update for current gdb.
13579
13580 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13581
13582 * gdb.base/maint.exp: Only dump symbols from one source file
13583 or objfile.
13584
13585 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
13586
13587 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
13588 function call.
13589
13590 2002-11-25 Jim Blandy <jimb@redhat.com>
13591
13592 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
13593 function appearing in error message.
13594
13595 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
13596
13597 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
13598
13599 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
13600
13601 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
13602 for mi1 and current mi is in correct format. New mi startup message
13603 should be in mi console format. This is part of fix for PR gdb/604.
13604
13605 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13606
13607 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
13608 which explicitly prints the zero offset as "+0".
13609
13610 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
13611
13612 * gdb.threads/schedlock.c (args): Make unsigned.
13613
13614 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
13615
13616 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
13617 numbers. Allow "foo2|selected stack frame".
13618 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
13619 * gdb.asm/asmsrc2.s: Likewise.
13620 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
13621 comments.
13622 * gdb.asm/mips.inc: New file.
13623
13624 2002-10-18 Adam Fedor <fedor@gnu.org>
13625
13626 * gdb.base/default.exp: Update expected output to include 'ObjC'.
13627 * gdb.base/help.exp: Likewise.
13628
13629 2002-10-17 Kevin Buettner <kevinb@redhat.com>
13630
13631 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
13632 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
13633
13634 2002-10-02 Jim Blandy <jimb@redhat.com>
13635
13636 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
13637
13638 2002-10-01 Andrew Cagney <ac131313@redhat.com>
13639
13640 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
13641 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
13642 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
13643 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
13644 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
13645 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
13646 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
13647
13648 2002-09-29 Andrew Cagney <ac131313@redhat.com>
13649
13650 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
13651 * mi0-disassemble.exp, mi0-eval.exp: Delete.
13652 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
13653 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
13654 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
13655 * mi0-var-block.exp, mi0-var-child.exp: Delete.
13656 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
13657
13658 2002-09-27 Kevin Buettner <kevinb@redhat.com>
13659
13660 * gdb.base/annota1.exp (info break): Make directory components of
13661 path optional since not all compilers emit this debug information.
13662
13663 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
13664 step ends up stepping out of the function instead of stopping on
13665 the epilogue.
13666
13667 2002-09-26 Keith Seitz <keiths@redhat.com>
13668
13669 * lib/insight-support.exp (gdbtk_start): Figure out where
13670 the insight executable is based on where gdb is. Use this
13671 executable to start insight instead of gdb.
13672
13673 2002-09-25 Andrew Cagney <cagney@redhat.com>
13674
13675 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
13676
13677 2002-09-24 Andrew Cagney <ac131313@redhat.com>
13678
13679 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
13680 test_isolated_complaints.
13681 (test_empty_complaint): New function.
13682 (test_empty_complaints): New function. Check no output when no
13683 complaints.
13684
13685 2002-09-19 Jim Blandy <jimb@redhat.com>
13686
13687 * gdb.base/charset.exp, gdb.base/charset.c: New files.
13688
13689 2002-09-19 Andrew Cagney <ac131313@redhat.com>
13690
13691 * gdb.gdb/complaints.exp: New file.
13692
13693 2002-09-18 Andrew Cagney <ac131313@redhat.com>
13694
13695 * gdb.base/maint.exp: Check `help maint internal-warning'.
13696
13697 2002-09-18 David Carlton <carlton@math.stanford.edu>
13698
13699 * gdb.c++/m-static.exp: Remove breakpoints depending on line
13700 numbers, and replace them by a single breakpoint after the
13701 constructors are all finished.
13702 Add test 4.
13703 * gdb.c++/m-static.cc: Add test 4.
13704 * gdb.c++/m-static.h: New file.
13705 * gdb.c++/m-static1.cc: New file.
13706
13707 * gdb.c++/printmethod.exp: New file.
13708 * gdb.c++/printmethod.cc: New file.
13709
13710 * gdb.c++/pr-574.exp: New file.
13711 * gdb.c++/pr-574.cc: New file.
13712
13713 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13714
13715 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
13716 embedded targets which never actually exit.
13717
13718 2002-09-18 Fernando Nasser <fnasser@redhat.com>
13719
13720 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
13721 "don't step after run" as unresolved or unsupported, instead of xfail.
13722
13723 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13724
13725 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
13726 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
13727 Add newline to expected string in "step out of main (status wrapper)"
13728 case.
13729
13730 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
13731
13732 * lib/gdb.exp (rerun_to_main): Allow restarting application.
13733 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
13734
13735 2002-09-17 Tom Tromey <tromey@redhat.com>
13736
13737 * gdb.base/printcmds.exp (test_print_string_constants): Expect
13738 \000, not \0, in double-quoted string.
13739
13740 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
13741
13742 * gdb.base/commands.exp: Don't expect a "Program exited normally"
13743 string after running the commands execution on breakpoint tests.
13744
13745 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
13746
13747 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
13748
13749 2002-09-12 Joel Brobecker <brobecker@gnat.com>
13750
13751 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
13752
13753 2002-09-10 Keith Seitz <keiths@redhat.com>
13754
13755 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
13756 runto proc.
13757 (mi_run_to_main): Use mi_runto.
13758 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
13759
13760 2002-09-10 Keith Seitz <keiths@redhat.com>
13761
13762 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
13763 regexp for stopping at main. Could have multiple event notifications.
13764 Don't assume that main was declared with no parameters.
13765 (mi_next): Use mi_step_to.
13766 (mi_step): Use mi_next_to.
13767
13768 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
13769
13770 * gdb.base/default.exp: Fix expected string in `info float' test.
13771
13772 2002-09-09 Ben Elliston <bje@redhat.com>
13773
13774 * config/mips.exp: Update comments.
13775 * config/mips-idt.exp: Likewise.
13776 * config/nind.exp: Likewise.
13777 * config/slite.exp: Likewise.
13778 * config/sparclet.exp: Likewise.
13779 * config/udi.exp: Likewise.
13780 * config/vx.exp: Likewise.
13781 * config/vxworks29k.exp: Likewise.
13782
13783 2002-09-05 Jim Blandy <jimb@redhat.com>
13784
13785 * gdb.threads/killed.exp: Fix test failure message.
13786
13787 2002-09-04 Keith Seitz <keiths@redhat.com>
13788
13789 * lib/mi-support.exp: Update copyright.
13790 (mi_gdb_test): Increase the priority of the expected pattern
13791 so that it matches gdb_test.
13792
13793 2002-09-03 Keith Seitz <keiths@redhat.com>
13794
13795 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
13796 Use integer comparison instead of string comparison for testing
13797 whether binary was built.
13798
13799 2002-09-03 Jim Blandy <jimb@redhat.com>
13800
13801 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
13802
13803 2002-08-29 Jim Blandy <jimb@redhat.com>
13804
13805 * gdb.threads/pthreads.exp: Move the portable thread compilation
13806 code into a function in lib/gdb.exp, and call that from here.
13807 * lib/gdb.exp (gdb_compile_pthreads): New function.
13808
13809 2002-08-29 Keith Seitz <keiths@redhat.com>
13810
13811 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
13812 expect_out so that callers can get at it.
13813
13814 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
13815
13816 * gdb.threads/print-threads.c: New file.
13817 * gdb.threads/print-threads.exp: New file.
13818 * gdb.threads/schedlock.c: New file.
13819 * gdb.threads/schedlock.exp: New file.
13820
13821 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
13822
13823 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
13824 not altivec.c.
13825
13826 2002-08-17 Mark Kettenis <kettenis@gnu.org>
13827
13828 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
13829 targets. The problem should be fixed now.
13830
13831 2002-08-15 Mark Kettenis <kettenis@gnu.org>
13832
13833 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
13834 2002-07-24 change that removes final dots from error messages.
13835
13836 2002-08-13 Tom Tromey <tromey@redhat.com>
13837
13838 * gdb.base/readline.exp: New file.
13839
13840 2002-08-01 Andrew Cagney <ac131313@redhat.com>
13841
13842 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
13843 supress message.
13844
13845 2002-08-01 Andrew Cagney <cagney@redhat.com>
13846
13847 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
13848 CHILL_FOR_TARGET and CHILL_LIB.
13849 * configure.in (configdirs): Remove gdb.chill.
13850 * configure: Regenerate.
13851 * lib/gdb.exp: Obsolete references to chill.
13852 * gdb.fortran/types.exp: Ditto.
13853 * gdb.fortran/exprs.exp: Ditto.
13854
13855 2002-07-30 Kevin Buettner <kevinb@redhat.com>
13856
13857 * gdb.base/shlib-call.exp (additional_flags): Conditionally
13858 set Irix-specific compile and link flags.
13859
13860 2002-07-29 Kevin Buettner <kevinb@redhat.com>
13861
13862 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
13863 source files. The ``-o'' option doesn't work with the ``-E'' option
13864 when using the Irix compiler.
13865
13866 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
13867
13868 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
13869 Improve support for reusing an exec file. Copy exec file
13870 to target, and run gdbserver on the target instead of on the host.
13871
13872 2002-07-18 Jim Blandy <jimb@redhat.com>
13873
13874 * gdb.base/ending-run.exp: Don't expect to see the program end in
13875 some orderly fashion when we're running on a real stand-alone
13876 board.
13877
13878 * gdb.base/interrupt.exp: Correct logic for skipping tests on
13879 targets that don't support interrupts.
13880
13881 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
13882
13883 * gdb.base/attach.exp: Add patterns to match output from /proc-based
13884 systems.
13885 Move comments in expect statements to inside the actions, so that they
13886 don't get matched against.
13887
13888 2002-07-10 Mark Kettenis <kettenis@gnu.org>
13889
13890 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
13891 function when asleep" test.
13892
13893 2002-07-10 Andrew Cagney <ac131313@redhat.com>
13894
13895 * gdb.base/page.exp: Rewrite to handle problems with very long
13896 `info set' output. Update copyright.
13897
13898 2002-06-26 Andrew Cagney <ac131313@redhat.com>
13899
13900 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
13901 gdb.threads-hp.
13902 * gdb.hp/configure: Regenerate.
13903 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
13904 * gdb.hp/gdb.threads-hp/configure: Delete file.
13905 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
13906
13907 2002-06-22 Andrew Cagney <ac131313@redhat.com>
13908
13909 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
13910 setlocale, bindtextdomain and textdomain.
13911
13912 2002-06-11 Jim Blandy <jimb@redhat.com>
13913
13914 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
13915 preprocessor macro information is present.
13916
13917 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
13918 tests.
13919
13920 2002-06-06 Michael Snyder <msnyder@redhat.com>
13921
13922 * gdb.base/overlays.exp: Record addresses of overlay
13923 functions in TCL variables rather than in GDB variables,
13924 to avoid having GDB convert them to pointers (with loss
13925 of information).
13926
13927 * gdb.base/d10v.ld: Merge in several years worth of
13928 default linker script changes.
13929 * gdb.base/long_long.exp: Add check for sizeof (long double).
13930
13931 2002-06-06 Michal Ludvig <mludvig@suse.cz>
13932
13933 * gdb.asm/asm-source.exp: Add x86-64 target.
13934 * gdb.asm/x86_64.inc: New.
13935
13936 2002-05-30 Michael Chastain <mec@shout.net>
13937
13938 From Benjamin Kosnik <bkoz@redhat.com>:
13939 * gdb.c++/m-static.cc: New file.
13940 * gdb.c++/m-static.exp: New file.
13941
13942 2002-05-28 Michael Snyder <msnyder@redhat.com>
13943
13944 * gdb.base/call-ar-st.exp: Allow for reduced floating point
13945 precision.
13946
13947 2002-05-27 Michael Chastain <mec@shout.net>
13948
13949 From Benjamin Kosnik <bkoz@redhat.com>:
13950 * gdb.c++/m-data.cc: New file.
13951 * gdb.c++/m-data.exp: New file.
13952
13953 2002-05-27 Michael Chastain <mec@shout.net>
13954
13955 From Benjamin Kosnik <bkoz@redhat.com>:
13956 * gdb.c++/try_catch.cc: New file.
13957 * gdb.c++/try_catch.exp: New file.
13958
13959 2002-05-27 Michael Chastain <mec@shout.net>
13960
13961 * gdb.c++/local.exp: Accept more nested types in output.
13962
13963 2002-05-26 Michael Chastain <mec@shout.net>
13964
13965 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
13966
13967 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
13968
13969 * lib/gdb.exp (gdb_wrapper_init): Just because
13970 gdb_wrapper_file exists, this does not mean that the file
13971 should not be rebuilt. That is what gdb_wrapper_initialized
13972 is for.
13973 (default_gdb_init): Reset gdb_wrapper_initialized.
13974
13975 2002-05-23 Michael Snyder <msnyder@redhat.com>
13976
13977 * gdb.base/all-bin.exp: Revise previous patch by just reducing
13978 the precision of the floating point test results.
13979 * gdb.base/call-rt-st.exp: Ditto.
13980
13981 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
13982 * gdb.base/call-rt-st.exp: Ditto.
13983
13984 2002-05-19 Michael Chastain <mec@shout.net>
13985
13986 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
13987
13988 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
13989
13990 * configure.in (configdirs): Add gdb.arch.
13991 * configure: Regenerate.
13992
13993 2002-05-17 Jim Blandy <jimb@redhat.com>
13994
13995 * gdb.base/completion.exp: Recognize the more detailed error
13996 messages produced by the macro expander's lexical analyzer.
13997
13998 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
13999
14000 * gdb.arch/altivec-abi.c: New file.
14001 * gdb.arch/altivec-abi.exp: New file.
14002 * gdb.arch/altivec-regs.c: New file.
14003 * gdb.arch/altivec-regs.exp: New file.
14004
14005 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
14006
14007 * gdb.base/maint.exp (maint print type): Update for new type
14008 structure.
14009
14010 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
14011
14012 * gdb.arch: New directory.
14013 * gdb.arch/configure.in: New file.
14014 * gdb.arch/configure: New file.
14015 * gdb.arch/Makefile.in: New file.
14016
14017 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
14018
14019 * gdb.asm/asm-source.exp: Add v850 as supported target.
14020 * gdb.asm/v850.inc: New file.
14021
14022 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
14023
14024 * gdb.c++/annota2.exp (annotate-quit): Add comment.
14025
14026 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
14027
14028 * gdb.base/break.exp: Check 'break "marker2"'.
14029
14030 2002-05-10 Michael Snyder <msnyder@redhat.com>
14031
14032 * gdb.base/long_long.exp: Fix typo.
14033
14034 2002-05-10 Jim Blandy <jimb@redhat.com>
14035
14036 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
14037 a bug.
14038
14039 * gdb.base/printcmds.exp (test_integer_literals_rejected):
14040 Recognize more detailed error message produced by the macro
14041 expander's lexical analyzer.
14042 * lib/gdb.exp (test_print_reject): Same.
14043
14044 2002-05-09 Mark Kettenis <kettenis@gnu.org>
14045
14046 * gdb.c++/method.exp: Fix typo.
14047
14048 2002-05-08 Michael Snyder <msnyder@redhat.com>
14049
14050 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
14051 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
14052 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
14053 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
14054 Add iftarget clause for strongarm.
14055
14056 2002-05-06 Michael Snyder <msnyder@redhat.com>
14057
14058 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
14059 (gdb_continue_to_end): Accept output from status wrapper.
14060 * gdb.base/ending-run.exp: Add case for output from status wrapper.
14061 Clean up fail messages to match pass messages.
14062
14063 Enable the "needs_status_wrapper" testsuite feature.
14064 * lib/gdb.exp (gdb_wrapper_init): New procedure.
14065 (gdb_compile): Conditionally call gdb_wrapper_init.
14066 * gdb.base/a2-run.exp: Recognize output from status wrapper.
14067 * gdb.c++/method.exp: Recognize output from status wrapper.
14068
14069 2002-05-06 Ben Elliston <bje@redhat.com>
14070 From Graydon Hoare <graydon@redhat.com>
14071
14072 * config/sid.exp: Include support for "rawsid" protocol.
14073
14074 2002-05-03 Jim Blandy <jimb@redhat.com>
14075
14076 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
14077 * gdb.c++/hang3.C: New file.
14078
14079 2002-05-04 Andrew Cagney <ac131313@redhat.com>
14080
14081 * gdb.base/default.exp: Remove obsolete code.
14082 * gdb.c++/misc.exp: Ditto. Update copyright.
14083 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
14084 * gdb.base/whatis.exp: Ditto. Update copyright.
14085 * gdb.base/scope.exp: Ditto. Update copyright.
14086 * gdb.base/ptype.exp: Ditto. Update copyright.
14087 * gdb.base/printcmds.exp: Ditto. Update copyright.
14088 * gdb.base/opaque.exp: Ditto. Update copyright.
14089 * gdb.base/list.exp: Ditto.
14090 * gdb.base/funcargs.exp: Ditto. Update copyright.
14091 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
14092 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
14093 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
14094 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
14095 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
14096 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
14097
14098 2002-05-02 Michael Snyder <msnyder@redhat.com>
14099
14100 * gdb.base/watchpoint.exp: Add xscale target.
14101 * gdb.base/long_long.exp: Add xscale target.
14102 * gdb.base/default.exp: Add xscale target.
14103
14104 2002-05-01 Jim Blandy <jimb@redhat.com>
14105
14106 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
14107 gdb.c++/hang.exp: New test.
14108
14109 2002-05-01 Fred Fish <fnf@redhat.com>
14110
14111 * gdb.base/completion.exp: Handle completions of "./Make" for
14112 more than one completion possibility, as is the case when we
14113 build and test in the source tree.
14114
14115 2002-04-29 Anthony Green <green@redhat.com>
14116
14117 * gdb.java/jmisc1.exp: New file.
14118 * gdb.java/jmisc2.exp: New file.
14119
14120 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
14121
14122 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
14123
14124 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
14125
14126 * gdb.base/help.exp: Change 'help status' to allow for target
14127 dependent output differences.
14128
14129 2002-04-22 Michael Chastain <mec@shout.net>
14130
14131 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
14132
14133 2002-04-22 Michael Chastain <mec@shout.net>
14134
14135 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
14136
14137 2002-04-17 David S. Miller <davem@redhat.com>
14138
14139 * gdb.asm/sparc64.inc: New file.
14140 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
14141
14142 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
14143
14144 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
14145 instruction file directly into the build tree. Clean up at end of
14146 test.
14147
14148 2002-04-18 David S. Miller <davem@redhat.com>
14149
14150 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
14151 handle 64-bit platforms correctly.
14152 * gdb.base/maint.exp: Likewise.
14153
14154 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14155
14156 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
14157 ``-fpic'' when compiling files comprising a shared library, but
14158 it does need additional linker flags in order to find shared
14159 libraries at run time.
14160
14161 2002-04-18 Kevin Buettner <kevinb@redhat.com>
14162
14163 * gdb.base/cvexpr.c (use): New function.
14164 (main): Invoke use() on all global variables to prevent
14165 some linkers from deleting these otherwise unused symbols.
14166
14167 2002-04-17 Michael Chastain <mec@shout.net>
14168 From David S. Miller <davem@redhat.com>
14169
14170 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
14171 handle 64-bit platforms correctly.
14172
14173 2002-04-12 Michael Snyder <msnyder@redhat.com>
14174 From Jim Blandy <jimb@redhat.com>
14175 * gdb.base/foo.c (foox): Remove section attribute; the linker
14176 script can handle this instead.
14177 * gdb.base/bar.c (barx): Same.
14178 * gdb.base/baz.c (bazx): Same.
14179 * gdb.base/grbx.c (grbxx): Same.
14180
14181 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
14182 manager doesn't automatically unmap overlays unnecessarily.
14183
14184 2002-04-10 Martin M. Hunt <hunt@redhat.com>
14185
14186 * gdb.base/ending-run.exp: Fix pattern for Mips targets
14187 stepping out of main.
14188
14189 2002-04-09 Michael Chastain <mec@shout.net>
14190
14191 * gdb.c++/local.cc (main): Move call to marker1() inside nested
14192 scope so that the nested scope tests will make sense.
14193 * gdb.c++/local.exp: Write patterns that actually work with gcc
14194 (the HP patterns "were never known to work with gcc").
14195 Keep the old aCC patterns too.
14196
14197 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
14198
14199 * gdb.base/attach.exp: Correct target board test.
14200
14201 2002-04-08 Michael Chastain <mec@shout.net>
14202
14203 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
14204 in a const method. Add some xfail and fail cases for configurations
14205 that do not emit the "const ...".
14206
14207 2002-04-07 Michael Chastain <mec@shout.net>
14208
14209 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
14210 Accept "A * const" and "const A * const" as type of "this".
14211 Fix spelling of getFunky throughout. Make messages uniform.
14212
14213 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14214
14215 Work around for PR gdb/285:
14216 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
14217
14218 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
14219
14220 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
14221 instructions file at run time instead of configure time.
14222 Sometimes we run the test in a directory that is not the one we
14223 configured in.
14224 * gdb.asm/configure.in: Delete creation of symlink.
14225 * gdb.asm/configure: Regenerate.
14226
14227 2002-04-05 J. Brobecker <brobecker@gnat.com>
14228
14229 * gdb.gdb/xfullpath.exp: New test, to exercise the new
14230 xfullpath () function.
14231
14232 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14233
14234 * gdb.asm/Makefile.in: Correct dependencies.
14235
14236 * gdb.asm/powerpc.inc: New file.
14237 * gdb.asm/asm-source.exp: Add PowerPC.
14238 * gdb.asm/configure.in: Likewise.
14239 * gdb.asm/configure: Regenerated.
14240
14241 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
14242
14243 * gdb.base/relocate.exp: New file.
14244 * gdb.base/relocate.c: New file.
14245
14246 2002-04-04 Fred Fish <fnf@redhat.com>
14247
14248 * gdb.base/step-test.exp: Update comment regarding stopping in
14249 memcpy/bcopy calls inserted as part of the compiler runtime.
14250
14251 2002-04-04 Michael Snyder <msnyder@redhat.com>
14252
14253 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
14254
14255 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
14256
14257 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
14258 (gdb_expect): Remove $notransfer hack.
14259
14260 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
14261
14262 * gdb.c++/classes.exp ("calling method for small class"): Match
14263 updated register output.
14264
14265 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14266
14267 Fix PR gdb/452
14268 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
14269 when finished. Make gdb_file_cmd send "exec-file" when
14270 appropriate.
14271
14272 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
14273
14274 * gdb.base/attach.exp: Remove extra setup_xfail.
14275
14276 2002-03-26 Michael Snyder <msnyder@redhat.com>
14277
14278 * gdb.base/default.exp: Add tests for dump, append, and restore.
14279 * gdb.base/help.exp: Add tests for dump, append, and restore.
14280 * gdb.base/dump.exp: New file, test dump, append and restore.
14281 * gdb.base/dump.c: New file.
14282
14283 2002-03-27 Michael Snyder <msnyder@redhat.com>
14284
14285 * gdb.base/help.exp: Modify expect strings to reflect
14286 clean-ups in help messages.
14287
14288 2002-03-26 Fred Fish <fnf@redhat.com>
14289
14290 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
14291 have debugging info for those functions and the compiler uses them
14292 internally to copy structs around.
14293
14294 2002-03-26 Fred Fish <fnf@redhat.com>
14295
14296 * gdb.base/list.exp: Revert the change made yesterday and add note
14297 about why we don't list the default lines for remote targets.
14298
14299 2002-03-25 Michael Snyder <msnyder@redhat.com>
14300
14301 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
14302
14303 2002-03-25 Fred Fish <fnf@redhat.com>
14304
14305 * gdb.base/list.exp: This test works on remote targets so remove
14306 the short circuit for remote targets. Update copyright.
14307
14308 2002-03-25 Fred Fish <fnf@redhat.com>
14309
14310 * gdb.base/attach.exp: Fix logic error that was suppressing this
14311 test for all non hppa*-*-hpux* targets, instead of the hp target.
14312 Move comments closer to the suppression point. Also now need to
14313 check that we are running natively.
14314
14315 2002-03-22 Michael Snyder <msnyder@redhat.com>
14316
14317 * gdb.base/default.exp: Add test for gcore. Update copyright.
14318 * gdb.base/help.exp: Add test for gcore. Update copyright.
14319
14320 2002-03-06 Fred Fish <fnf@redhat.com>
14321
14322 * gdb.base/funcargs.c: Remove extraneous ';' character.
14323 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
14324
14325 2002-03-04 Michael Chastain <mec@shout.net>
14326
14327 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
14328 accommodate gcc v3 function signature.
14329 * gdb.mi/mi0-var-cmd-exp: Ditto.
14330
14331 2002-02-24 Andrew Cagney <ac131313@redhat.com>
14332
14333 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
14334 ``GNU/Linux'' or ``Linux kernel''
14335 * testsuite/gdb.threads/pthreads.c: Ditto.
14336
14337 2002-02-24 Michael Chastain <mec@shout.net>
14338
14339 * gdb.threads/pthreads.c (thread1): Add a return statement.
14340 (thread2): Likewise.
14341 (foo): Likewise.
14342
14343 2002-02-23 Michael Chastain <mec@shout.net>
14344
14345 * gdb.threads/linux-dp.c (philosopher): Add a return statement
14346 to placate gcc.
14347
14348 2002-02-23 Michael Chastain <mec@shout.net>
14349
14350 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
14351 test "ptype bint". The test passes on all my stabs configurations.
14352
14353 2002-02-21 Jim Blandy <jimb@redhat.com>
14354
14355 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
14356 filename at a time, and watch for the ones we want to see.
14357
14358 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
14359 types of pointers to prototyped functions.
14360
14361 2002-02-20 Andrew Cagney <ac131313@redhat.com>
14362
14363 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
14364 signed, unsigned and straight char.
14365 (padding_char, padding_short, padding_int, padding_long,
14366 padding_long_long, padding_float, padding_double,
14367 padding_long_double): New global variables.
14368 (fill, fill_structs): New functions.
14369
14370 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
14371 for correctly sized writes. Update copyright.
14372 (get_valueof): New procedure.
14373 (get_sizeof): Call get_valueof.
14374 (check_valueof): New procedure.
14375 (check_padding): New procedure.
14376
14377 2002-02-20 Michael Chastain <mec@shout.net>
14378
14379 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
14380 to setup_xfail. Document some of the remaining calls.
14381
14382 2002-02-18 Michael Chastain <mec@shout.net>
14383
14384 * gdb.c++/userdef.exp: Update copyright year.
14385
14386 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
14387
14388 * gdb.c++/userdef.exp: Test overloaded operators properly.
14389 Remove xfails.
14390
14391 2002-02-14 Michael Snyder <msnyder@redhat.com>
14392
14393 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
14394
14395 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
14396
14397 * gdb.base/a2-run.exp: Check for a remote target properly.
14398 * gdb.base/annota1.exp: Likewise.
14399 * gdb.base/list.exp: Likewise.
14400 * gdb.base/reread.exp: Likewise.
14401 * gdb.base/scope.exp: Likewise.
14402 * gdb.base/shlib-call.exp: Likewise.
14403 * gdb.base/term.exp: Likewise.
14404 * gdb.c++/annota2.exp: Likewise.
14405
14406 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
14407
14408 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
14409
14410 2002-02-10 Michael Chastain <mec@shout.net>
14411
14412 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
14413 (call_after_alloca): Ditto.
14414
14415 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
14416
14417 * gdb.base/ending-run.exp: Guard "cont" test with
14418 gdb_skip_stdio_test.
14419
14420 2002-02-06 Jim Blandy <jimb@redhat.com>
14421
14422 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
14423 from here...
14424 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
14425 To here. Disable this test on non-HP platforms. Add big comment.
14426
14427 2002-02-04 Michael Snyder <msnyder@redhat.com>
14428
14429 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
14430 other than d10v and m32r.
14431
14432 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
14433
14434 * gdb.base/default.exp: Rewrite test patterns to reduce time
14435 taken to match them.
14436
14437 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14438
14439 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
14440 Allow a start function above main.
14441 * gdb.threads/linux-dp.exp: Fix copyright date.
14442
14443 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14444
14445 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
14446 (check_philosopher_stack): Check for manager thread before checking
14447 for a just-starting thread.
14448
14449 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
14450
14451 From Neil Booth <neil@daikokuya.demon.co.uk>:
14452 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
14453 warnings.
14454
14455 2002-01-21 Fred Fish <fnf@redhat.com>
14456
14457 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
14458 not caller.
14459
14460 2002-01-21 Jim Blandy <jimb@redhat.com>
14461
14462 * gdb.base/reread.exp: Check that GDB properly re-reads the
14463 executable file when it changes while no inferior is running.
14464
14465 2002-01-21 Fred Fish <fnf@redhat.com>
14466
14467 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
14468 optionally accept the "shlib events" variation.
14469
14470 2002-01-21 Jim Blandy <jimb@redhat.com>
14471
14472 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
14473 call `fflush' after every `printf', so that the output is produced
14474 at predictable points, regardless of whatever buffering does (or
14475 doesn't) take place.
14476 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
14477 at different points.
14478
14479 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14480
14481 * gdb.c++/inherit.exp: Update copyright years.
14482 * gdb.c++/method.exp: Likewise.
14483
14484 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
14485
14486 * gdb.c++/classes.exp: Update for improved v3 support and skipping
14487 artificial methods/arguments.
14488 * gdb.c++/derivation.exp: Likewise.
14489 * gdb.c++/inherit.exp: Likewise.
14490 * gdb.c++/method.exp: Likewise.
14491 * gdb.c++/virtfunc.exp: Likewise.
14492
14493 2002-01-18 Andrew Cagney <ac131313@redhat.com>
14494
14495 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
14496 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
14497 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
14498 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
14499 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
14500 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
14501
14502 2002-01-17 Jim Blandy <jimb@redhat.com>
14503
14504 * gdb.asm/asm-source.exp (info symbol): Take another shot at
14505 anchoring the pattern matching the entry point symbol's name.
14506
14507 2002-01-17 Andrew Cagney <ac131313@redhat.com>
14508
14509 * gdb.base/maint.exp: Update ``maint internal-error'' to match
14510 continue/quit query. Update copyright.
14511
14512 2002-01-14 Michael Snyder <msnyder@redhat.com>
14513
14514 * gdb.base/gcore.exp: Remove extra debugging output.
14515
14516 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14517
14518 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
14519 for slightly dubious v2 mangled string.
14520
14521 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
14522
14523 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
14524
14525 2002-01-10 Jason Merrill <jason@redhat.com>
14526
14527 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
14528
14529 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
14530 constructors.
14531 * gdb.c++/derivation.exp: Likewise.
14532 * gdb.c++/templates.exp: Likewise.
14533 * gdb.c++/virtfunc.exp: Likewise.
14534
14535 2002-01-10 Michael Snyder <msnyder@redhat.com>
14536
14537 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
14538
14539 2002-01-08 Michael Snyder <msnyder@redhat.com>
14540
14541 * gdb.base/gcore.exp: New test for generate-core-file command.
14542 * gdb.base/gcore.c: Testcase for above.
14543 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
14544
14545 2002-01-08 Jason Merrill <jason@redhat.com>
14546
14547 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
14548
14549 2002-01-07 Fred Fish <fnf@redhat.com>
14550
14551 * gdb.c++/overload.exp: Remove unconditional xfails for:
14552 print foo_instance1.overloadargs(1)
14553 print foo_instance1.overloadargs(1, 2)
14554 print foo_instance1.overloadargs(1, 2, 3)
14555 print foo_instance1.overloadargs(1, 2, 3, 4)
14556 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
14557 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
14558 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
14559 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
14560 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
14561 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
14562 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
14563 print foo_instance1.overload1arg()
14564 print foo_instance1.overload1arg((char)arg2)
14565 print foo_instance1.overload1arg((signed char)arg3)
14566 print foo_instance1.overload1arg((unsigned char)arg4)
14567 print foo_instance1.overload1arg((int)arg7)
14568 print foo_instance1.overload1arg((unsigned int)arg8)
14569 print foo_instance1.overload1arg((float)arg11)
14570 print foo_instance1.overload1arg((double)arg12)
14571
14572 2002-01-07 Michael Snyder <msnyder@redhat.com>
14573
14574 * gdb.base/huge.exp: New test. Print a very large target data object.
14575 (skip_huge_test): New test variable. Define if you want to skip this
14576 test. The test reads an 8 megabyte data object from the target, so it
14577 might be very time consuming on remote targets with a slow connection.
14578 * gdb.base/huge.c: New file. Test case for above.
14579
14580 2002-01-07 Fred Fish <fnf@redhat.com>
14581
14582 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
14583 g_instance.bfoo, and g_instance.cfoo.
14584
14585 2002-01-07 Jeffrey A Law <law@redhat.com>
14586
14587 * gdb.base/break.c (multi_line_if_conditional): New function.
14588 (multi_ilne_while_conditional): Likewise.
14589 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
14590 IF or WHILE condition puts the breakpoint at the start of
14591 the condition.
14592
14593 * gdb.base/selftest.exp (backtrace through signal handler): Remove
14594 hppa*-*-hpux* expected failure.
14595 * gdb.base/structs.exp (do_function_calls): Similarly.
14596
14597 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
14598 watchpoints.
14599
14600 2002-01-06 Andrew Cagney <ac131313@redhat.com>
14601
14602 Fix PR gdb/66.
14603 * gdb.base/structs.exp: Replace skip for a29k with skip for
14604 gdb,cannot_call_functions.
14605 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
14606 * gdb.base/callfuncs.exp: Ditto.
14607 * gdb.base/call-rt-st.exp: Ditto.
14608 * gdb.base/call-strs.exp: Ditto.
14609 * gdb.base/callfwmall.exp: Ditto.
14610 * gdb.base/scope.exp: Obsolete xfail a29k.
14611 * gdb.c++/misc.exp: Ditto.
14612 * gdb.c++/cplusfuncs.exp: Ditto.
14613 * gdb.base/ptype.exp: Ditto.
14614 * gdb.base/printcmds.exp: Ditto.
14615 * gdb.base/opaque.exp: Ditto.
14616 * gdb.base/list.exp: Ditto.
14617 * gdb.base/funcargs.exp: Ditto.
14618 * gdb.base/default.exp: Ditto.
14619
14620 2002-01-04 Michael Snyder <msnyder@redhat.com>
14621
14622 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
14623 * gdb.base/maint.exp: Add tests for maint info sections options.
14624
14625 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
14626
14627 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
14628
14629 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
14630
14631 * gdb.asm/arm.inc: New file.
14632 * gdb.asm/asm-source.exp: Add arm targets.
14633 * gdb.asm/configure.in: Ditto.
14634 * gdb.asm/configure: Recreated from configure.in.
14635
14636 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
14637
14638 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
14639 with HP's compiler.
14640 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14641 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14642 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14643 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
14644
14645 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
14646 either HP's compilers or GCC.
14647
14648 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
14649 a SIGBUS or SIGSEGV.
14650
14651 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
14652
14653 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
14654 can be compiled with either HP's compiler or GCC.
14655
14656 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
14657 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
14658 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
14659
14660 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
14661 to match current gdb output. Update due to using auto-solib-limit
14662 for limiting instead of overloading auto-solib-add.
14663 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
14664 test program.
14665
14666 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
14667 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
14668 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14669 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14670 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14671 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14672 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
14673 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
14674 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
14675 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
14676 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
14677 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
14678 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
14679
14680 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
14681 a SIGTRAP to the inferior.
14682
14683 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
14684
14685 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
14686 Substitute call to target_link by call to gdb_compile.
14687
14688 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
14689
14690 * gdb.base/break.exp: Fix HP specific search string when testing
14691 backtracing in a called function.
14692
14693 * gdb.base/constvars.exp: Only set lang to C++ if we're
14694 compiling the test with HP's compilers.
14695 * gdb.base/volatile.exp: Similarly.
14696
14697 2001-12-19 Jim Blandy <jimb@redhat.com>
14698
14699 * gdb.base/printcmds.exp: Expect the null character to be printed
14700 as '\0', and the '\013' to be printed as '\v'.
14701 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
14702 * gdb.base/setvar.exp: Same.
14703
14704 2001-12-17 Jim Blandy <jimb@redhat.com>
14705
14706 * gdb.base/completion.exp: Rather than completing very long
14707 filenames, which can make the readline library produce output we
14708 don't recognize, cd to the directory first, and then complete
14709 using nice, short relative paths.
14710
14711 * gdb.base/completion.exp: On some systems, there is, in fact, a
14712 variable named `b' in scope, since GDB treats all static
14713 variables as being in scope. So use `no_var_named_this'
14714 instead of `b'.
14715
14716 * gdb.base/corefile.exp: Recognize the message saying that GDB
14717 can't find the core file's registers as a failure.
14718
14719 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
14720
14721 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
14722 test expect string more specific.
14723
14724 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
14725
14726 * gdb.asm/asm-source.exp: Add support for xstormy16.
14727 * gdb.asm/configure.in: Ditto.
14728 * gdb.asm/configure: Rebuild.
14729 * gdb.asm/xstormy16.inc: New file.
14730
14731 2001-12-10 Fred Fish <fnf@redhat.com>
14732
14733 * gdb.base/maint.exp: Update to match changes in type dumping code.
14734
14735 2001-12-10 Jim Blandy <jimb@redhat.com>
14736
14737 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
14738 matching the entry point symbol's name at the beginning of the
14739 line.
14740
14741 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14742
14743 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
14744 gdb.c++/inherit.exp, gdb.c++/method.exp,
14745 gdb.c++/namespace.exp, gdb.c++/templates.exp,
14746 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
14747 and class layout support.
14748
14749 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
14750
14751 * gdb.c++/classes.exp: Add test for static member function.
14752 * gdb.c++/misc.cc: Add class with static member function.
14753
14754 2001-12-07 Jim Blandy <jimb@redhat.com>
14755
14756 If GDB says it can't find the struct the function returned, report
14757 those tests as `unsupported'.
14758 * gdb.base/call-rt-st.exp (print_struct_call): New function.
14759 Rewrite subsequent tests to use it.
14760
14761 If GDB says it can't find the struct the function returned, report
14762 those tests as `unsupported'.
14763 * gdb.base/structs.exp (call_struct_func): New function.
14764 (do_function_calls): Use call_struct_func to call the functions
14765 returning structs.
14766
14767 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
14768 whether functions are prototyped or not, so we can't possibly pass
14769 arguments to t_float_values2 properly.
14770
14771 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
14772 value of `timeout' for targets other than the mips*tx39-*.
14773
14774 2001-12-06 Michael Snyder <msnyder@redhat.com>
14775
14776 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
14777 and detect whether the start symbol has a leading underscore.
14778
14779 2001-12-04 Jim Blandy <jimb@redhat.com>
14780
14781 * gdb.base/completion.exp: Clarify indentation.
14782
14783 2001-12-03 Jim Blandy <jimb@redhat.com>
14784
14785 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
14786 variables on the S/390, not `.word'.
14787
14788 2001-11-30 Jim Blandy <jimb@redhat.com>
14789
14790 Add assembly-source tests for s390-ibm-linux.
14791 * gdb.asm/s390.inc: New file.
14792 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
14793 the S/390 architecture.
14794 * gdb.asm/configure: Regenerated.
14795
14796 2001-11-30 Michael Snyder <msnyder@redhat.com>
14797
14798 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
14799 next, info source, info sources, info line, global and static
14800 variables, and static functions.
14801 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
14802 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
14803 * gdb.asm/asmsrc1.s: Add a static function and some variables.
14804 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
14805 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
14806 (gdbasm_leave): Restore frame pointer.
14807 (gdbasm_startup): Copy stack set-up from crt0.S.
14808
14809 2001-11-26 Fernando Nasser <fnasser@redhat.com>
14810
14811 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
14812 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
14813 to a local (non-static) variable. Copy tstruct.a to a static buffer
14814 and return a pointer to that buffer.
14815 * gdb.base/callfwmall.c (t_structs_a): Ditto.
14816
14817 2001-11-24 Mark Kettenis <kettenis@gnu.org>
14818
14819 * gdb.asm/configure.in: Fix recognition of ix86 target.
14820 * gdb.asm/configure: Regenerate.
14821
14822 2001-11-21 Michael Snyder <msnyder@redhat.com>
14823
14824 * gdb.asm/sparc.inc: New file.
14825 * gdb.asm/asm-source.exp: Recognize sparc target.
14826 * gdb.asm/configure.in: Recognize sparc target.
14827 * gdb.asm/configure: Regenerate.
14828
14829 2001-11-21 Michael Snyder <msnyder@redhat.com>
14830
14831 * gdb.asm/m32r.inc: New file.
14832 * gdb.asm/asm-source.exp: Recognize m32r target.
14833 * gdb.asm/configure.in: Recognize m32r target.
14834 * gdb.asm/configure: Regenerate.
14835
14836 2001-11-20 Michael Snyder <msnyder@redhat.com>
14837
14838 * gdb.asm/i386.inc: New file.
14839 * gdb.asm/asm-source.exp: Recognize ix86 target.
14840 * gdb.asm/configure.in: Recognize ix86 target.
14841 * gdb.asm/configure: Regenerate.
14842
14843 * gdb.c++/namespace.exp: Fix quotes in output messages.
14844
14845 2001-11-14 Michael Snyder <msnyder@redhat.com>
14846
14847 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
14848 qualifier in a type cast expression, to designate an address
14849 in the instruction space (Harvard architecture).
14850
14851 2001-11-13 Michael Snyder <msnyder@redhat.com>
14852
14853 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
14854 Tests for expressions using 'const' and 'volatile'.
14855
14856 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
14857
14858 * gdb.asm/asm-sources.exp: Allow defining linker flags.
14859
14860 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
14861
14862 * lib/mi-support.exp (mi_run_to_helper): Move comments
14863 outside of gdb_expect.
14864
14865 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
14866
14867 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
14868 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
14869 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
14870 mi0_run_to): New functions.
14871 * gdb.mi/mi-simplerun.exp: Use them.
14872 * gdb.mi/mi0-simplerun.exp: Likewise.
14873 * gdb.mi/mi-var-cmd.exp: Likewise.
14874 * gdb.mi/mi0-var-cmd.exp: Likewise.
14875
14876 2001-11-10 Andrew Cagney <ac131313@redhat.com>
14877
14878 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
14879 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
14880
14881 2001-11-09 Andrew Cagney <ac131313@redhat.com>
14882
14883 * gdb.base/restore.exp: Include $expected value in restored test
14884 message.
14885
14886 2001-11-09 Andrew Cagney <ac131313@redhat.com>
14887
14888 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
14889 implemented.
14890
14891 2001-11-08 Michael Snyder <msnyder@redhat.com>
14892
14893 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
14894 Add pass/fail message for stop at breakpoint in call dummy function.
14895
14896 2001-11-07 Michael Snyder <msnyder@redhat.com>
14897
14898 * gdb.c++/templates.exp (test_template_breakpoints):
14899 If we get an overload menu, but it does not match what
14900 we expect, we still need to issue the "cancel" command.
14901 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
14902 making the whitespace optional. Argument for "new" may be
14903 "unsigned" as well as "unsigned int/long".
14904 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
14905 making the whitespace optional. Also replace "(void) with
14906 "((void|)), making the keyword "void" optional.
14907 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
14908 making the whitespace optional. Also replace "(void) with
14909 "((void|)), making the keyword "void" optional.
14910 * gdb.base/callfuncs.c (t_float_values): This function must
14911 _not_ be prototyped, and the following function (t_float_values2)
14912 must be prototyped (if the compiler supports it), so that GDB
14913 can be tested against both cases. Usually one case involves
14914 promotion of float to double, while the other does not.
14915 * gdb.base/callfwmall.c: Ditto.
14916 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
14917 includes a stack frame for "start".
14918
14919 2001-11-05 Jim Blandy <jimb@redhat.com>
14920
14921 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
14922 pointers are 32 bits long, and that offsets of relocs are always
14923 stored in the data (REL-style), and not in the reloc entry itself
14924 (RELA-style).
14925 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
14926 stabs.
14927
14928 2001-11-01 Michael Snyder <msnyder@redhat.com>
14929
14930 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
14931 and regular expression operators by using quoting.
14932
14933 2001-10-31 Michael Snyder <msnyder@redhat.com>
14934
14935 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
14936 depending on what the symbol table contains.
14937 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
14938 the output of the ptype command. Similarly, accept both "const &"
14939 and "const&".
14940
14941 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
14942
14943 * gdb.base/miscexprs.c (main): Add usage of preprocessor
14944 symbol `STORAGE' to allow to choose the storage class of
14945 the local datastructures.
14946 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
14947 compiler directive.
14948
14949 2001-10-30 Michael Snyder <msnyder@redhat.com>
14950
14951 * gdb.base/jump.exp: Allow it to run for all targets.
14952
14953 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
14954
14955 * gdb.base/call-ar-st.c (print_double_array): Match for loop
14956 with new double_array size.
14957 (main): Change storage class of all local variables to static.
14958 Reduce size of double_array to 9.
14959 * gdb.base/call-ar-st.exp: Increase timeout value.
14960 Change expected output for double array to match new size in
14961 call-ar-st.c.
14962
14963 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
14964
14965 * gdb.base/ending-run.exp: Create identical output when passing
14966 `step to end of run' case. Add regular expression branch satisfying
14967 Stormy16 target.
14968
14969 2001-10-28 Mark Kettenis <kettenis@gnu.org>
14970
14971 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
14972 that we catch the expected failure under Linux/x86.
14973
14974 2001-10-29 Orjan Friberg <orjanf@axis.com>
14975
14976 * gdb.base/setvar.exp: Escape curly braces.
14977 * gdb.stabs/weird.exp: Ditto.
14978
14979 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
14980
14981 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
14982 * gdm.mi/mi0-hack-cli.exp: Likewise.
14983
14984 2001-10-25 Andrew Cagney <ac131313@redhat.com>
14985
14986 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
14987 messages.
14988
14989 2001-10-21 Andrew Cagney <ac131313@redhat.com>
14990
14991 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
14992 checking MI enabled.
14993
14994 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
14995
14996 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
14997
14998 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
14999
15000 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
15001 if gdb child process crashes, just signal an error.
15002
15003 2001-10-02 Jim Blandy <jimb@redhat.com>
15004
15005 * lib/gdb.exp (test_xfail_format): Simplify.
15006
15007 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
15008 front of the variable name `format'. Simplify `if'.
15009
15010 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15011
15012 * gdb.threads/pthreads.exp: Wait for output and delay
15013 before sending ^C.
15014
15015 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
15016
15017 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
15018 some incorrect output instead of timing out.
15019 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
15020
15021 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
15022
15023 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
15024 check to allow additional `int'.
15025
15026 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
15027
15028 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
15029 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
15030
15031 2001-09-27 Michael Snyder <msnyder@redhat.com>
15032
15033 * lib/gdb.exp (test_debug_format): New proc.
15034 (setup_xfail_format): Use new proc test_debug_format.
15035 * gdb.base/constvars.exp (local_compiler_xfail_check): New
15036 proc; use new service proc test_debug_format.
15037 Replace all other "gcc_compiled" tests with this test.
15038 * gdb.base/volatile.exp (local_compiler_xfail_check): New
15039 proc; use new service proc test_debug_format.
15040 Replace all other "gcc_compiled" tests with this test.
15041
15042 2001-09-27 Michael Snyder <msnyder@redhat.com>
15043
15044 * gdb.base/cvexpr.exp: New file.
15045 * gdb.base/cvexpr.c: New file
15046 Test for expressions using const and volatile keywords.
15047
15048 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
15049
15050 * gdb.base/constvars.exp: Check for different orders of keywords
15051 and additional "int" strings in output.
15052
15053 2001-09-22 Andrew Cagney <ac131313@redhat.com>
15054
15055 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
15056 responses from "help maint".
15057
15058 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
15059
15060 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
15061 to localhost:NNN instead of :NNN, in case Xvfb is listening
15062 only on TCP.
15063
15064 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
15065
15066 * gdb.base/recurse.exp: When checking leaving the watchpoint
15067 scope, recognize when gdb is in function's epilogue and pass.
15068
15069 2001-09-18 Keith Seitz <keiths@redhat.com>
15070
15071 * lib/insight-support.exp (_gdbtk_export_target_info): Add
15072 support for running tests against sid targets.
15073 (gdbtk_done): Ditto.
15074
15075 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
15076
15077 * gdb.base/ending-run.c (main): Set stdout buffersize
15078 to the same reasonable value for any target.
15079 * gdb.base/ending-run.exp: Add a regular expression
15080 to make testsuite happy on Sanyo Stormy16 target.
15081
15082 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
15083
15084 * gdb.base/display.c (do_loops): Add float variable `f'.
15085 Increment f in loop.
15086 * gdb.base/display.exp: Increment timeout by 60 seconds.
15087 Change float display test to use variable `f'.
15088
15089 2001-09-17 Jim Blandy <jimb@redhat.com>
15090
15091 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
15092 overflowing the limited breakpoint tables on some ROM monitors
15093 (like the ROM68K).
15094
15095 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
15096
15097 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
15098 the "-ac" (disable access control) flag.
15099
15100 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
15101
15102 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
15103 ints.
15104
15105 2001-08-30 Keith Seitz <keiths@redhat.com>
15106
15107 * lib/gdb.exp: Move all insight-related functionality into
15108 separate file.
15109 * lib/insight-support.exp: New file.
15110
15111 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
15112
15113 * config/sid.exp (sid_start): Never set sid verbosity; disable
15114 expect_background {} that consumed its stdout; tolerate </dev/null.
15115 Attempt to set endianness override in "sid" protocol mode. Cleanup.
15116
15117 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15118
15119 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
15120 CLI jump command to start it.
15121 (mi_run_to_main): Fail immediatly when unexpected output.
15122
15123 2001-08-18 Andrew Cagney <ac131313@redhat.com>
15124
15125 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
15126 beginning of function. Fix PR gdb/191.
15127
15128 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
15129
15130 * config/sid.exp (sid_start): Don't warn if we cannot figure out
15131 what to force sid endianness to.
15132
15133 2001-08-15 Keith Seitz <keiths@redhat.com>
15134
15135 * lib/gdb.exp (gdbtk_start): Don't set environment
15136 variables for TCL_LIBRARY and friends. Insight will
15137 now figure these out for itself.
15138
15139 2001-08-02 Michael Snyder <msnyder@redhat.com>
15140
15141 * gdb.base/completion.exp: Remove the symbol "a64l" from
15142 the expect string; this is target-specific, and not related
15143 to what is being tested.
15144
15145 2001-08-02 Dave Brolley <brolley@redhat.com>
15146
15147 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
15148
15149 2001-07-25 Michael Snyder <msnyder@redhat.com>
15150
15151 * gdb.base/consecutive.exp: New file. Test stepping over
15152 breakpoints on consecutive instructions.
15153 * gdb.base/consecutive.c: New file.
15154
15155 * gdb.base/call-rt-st.exp: Use double-backslash to quote
15156 curly braces in regular expressions.
15157
15158 2001-07-25 Michael Snyder <msnyder@redhat.com>
15159
15160 * gdb.base/ending-run.exp: Accept "Program exited normally" as
15161 legitimate output from stepping out of main.
15162
15163 2001-07-22 Keith Seitz <keiths@redhat.com>
15164
15165 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
15166 the empty string, do not run the tests.
15167
15168 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15169
15170 * gdb.base/long_long.exp: Detect size of pointer. Take into
15171 account 2-byte pointers when testing for p/a results.
15172
15173 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15174
15175 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
15176 and defined to 1K for m68hc11.
15177 (random_data): Reduce table to 1K for embedded platforms (68hc11).
15178 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
15179 (sizeof_random_data): New variable to tell the size of the data table;
15180 don't test past this size; always run to main.
15181
15182 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15183
15184 * gdb.base/return2.exp: return of long long and double fails for
15185 68HC11; don't execute these tests on that platform.
15186 * gdb.base/return.exp: Return of a double fails for 68hc11.
15187
15188 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15189
15190 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
15191 tests that print a float.
15192 * call-rt-st.exp: Likewise.
15193
15194 2001-07-12 Mark Kettenis <kettenis@gnu.org>
15195
15196 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
15197 running this test on Linux.
15198
15199 2001-06-24 Michael Chastain <chastain@redhat.com>
15200
15201 * gdb.base/arithmet.exp: Remove some tests to make all test names
15202 unique.
15203
15204 2001-07-03 Michael Snyder <msnyder@redhat.com>
15205
15206 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
15207 the output of the ptype command.
15208
15209 2001-07-02 Michael Snyder <msnyder@redhat.com>
15210
15211 * gdb.base/completion.exp: Don't assume that break.c is the only
15212 source file that may contain functions named "marker".
15213 * gdb.base/corefile.exp: Quote the curly braces in regexp.
15214
15215 2001-06-28 Andrew Cagney <ac131313@redhat.com>
15216
15217 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
15218 of files to delete.
15219
15220 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
15221 * gdb.disasm/h8300s.exp: New file.
15222 gdb.disasm/h8300s.s: Likewise.
15223
15224 2001-06-27 Andrew Cagney <ac131313@redhat.com>
15225
15226 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
15227 empty breakpoint tables.
15228
15229 2001-06-25 Andrew Cagney <ac131313@redhat.com>
15230
15231 * lib/mi-support.exp: Update args=... part of stop-reason
15232 patterns. Accept either a list or a tuple.
15233
15234 2001-06-23 Andrew Cagney <ac131313@redhat.com>
15235
15236 * lib/mi-support.exp: Remove local emacs variable defining
15237 change-log-default-name.
15238
15239 2001-06-22 Michael Chastain <chastain@redhat.com>
15240
15241 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
15242 This is operationally compatible with the previous version.
15243
15244 2001-06-13 Jim Blandy <jimb@redhat.com>
15245
15246 * lib/gdb.exp (gdb_test): Doc fix.
15247
15248 2001-06-10 Michael Chastain <chastain@redhat.com>
15249
15250 * gdb.base/exprs.exp: Remove a duplicate test.
15251
15252 2001-06-06 Jim Blandy <jimb@redhat.com>
15253
15254 * gdb.base/return2.exp (main): Use values to test float and double
15255 returns that are not NaN's, to avoid being confused by IEEE
15256 comparison rules.
15257
15258 2001-06-04 Michael Snyder <msnyder@redhat.com>
15259
15260 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
15261 non-zero if control_c fails. Terminate the test on failure,
15262 rather than wait for 12 more tests to time out.
15263
15264 2001-06-06 Jim Blandy <jimb@redhat.com>
15265
15266 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
15267 Don't forget to match the GDB prompt.
15268
15269 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
15270
15271 2001-06-04 Jim Blandy <jimb@redhat.com>
15272
15273 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
15274 command.
15275
15276 2001-05-31 Kevin Buettner <kevinb@redhat.com>
15277
15278 * gdb.base/annota1.exp (info break): Match four or more spaces
15279 after "Address".
15280
15281 2001-05-31 Michael Chastain <chastain@redhat.com>
15282
15283 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
15284 (dm_type_int_star): Likewise.
15285 (dm_type_long_star): Likewise.
15286 (dm_type_void_star): Likewise.
15287
15288 2001-05-29 Kevin Buettner <kevinb@redhat.com>
15289
15290 * gdb.base/completion.exp (INPUTRC): Set this environment variable
15291 to a known value in order to get consistent results regardless
15292 of the setting of INPUTRC or the presence or contents of .inputrc.
15293
15294 2001-05-24 Michael Snyder <msnyder@redhat.com>
15295
15296 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
15297 Don't require that the main thread and the manager thread are the
15298 first in the list.
15299
15300 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
15301 debugging. If test fails, issue an "unsupported" not a "fail".
15302
15303 2001-05-24 Jim Blandy <jimb@redhat.com>
15304
15305 Don't assume that short is shorter than int.
15306 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
15307 assume that shorts are smaller than ints. On a 16-bit machine,
15308 this isn't true.
15309 ("print unsigned char == (~0)"): Add test that verifies that ~0,
15310 an int, is not equal to ~0 stored in an unsigned char. This tests
15311 the same thing that the previous test meant to, but works on
15312 16-bit machines, too.
15313 ("print unsigned char != (~0)"): Same test, complemented.
15314
15315 2001-05-24 Michael Snyder <msnyder@redhat.com>
15316
15317 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
15318 test for (full_coverage == 0). This makes the test run faster,
15319 and prevents dejagnu getting out of step.
15320
15321 2001-05-23 Kevin Buettner <kevinb@redhat.com>
15322
15323 * gdb.base/finish.exp (finish_void): Revise pattern for
15324 stopping on the call statement to not permit stopping at
15325 the start of the instructions comprising the call sequence.
15326
15327 2001-05-19 Michael Chastain <chastain@redhat.com>
15328
15329 * gdb.base/callfuncs.exp: Make all test names unique.
15330 * gdb.base/commands.exp: Make all test names unique.
15331 * gdb.base/condbreak.exp: Make all test names unique.
15332 * gdb.base/dbx.exp: Make all test names unique.
15333 * gdb.base/default.exp: Make all test names unique.
15334 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
15335 and TIMEOUT messages to their corresponding PASS message.
15336 * gdb.base/ending-run.exp: Make all test names unique.
15337 * gdb.base/long_long.exp: Remove duplicate test.
15338
15339 2001-05-21 Kevin Buettner <kevinb@redhat.com>
15340
15341 * gdb.base/finish.exp (finish_void): Allow "finish" command to
15342 stop on the call statement as well as the statement after the
15343 call.
15344
15345 2001-05-21 Michael Snyder <msnyder@redhat.com>
15346
15347 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
15348
15349 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15350
15351 * gdb.base/completion.exp: Revamp test. Make it execute on all
15352 platforms.
15353
15354 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
15355
15356 * config/gdbserver.exp (gdb_load): Handle the case
15357 in which the arguments to gdbserver are given in the
15358 baseboard configuration file.
15359 Also handle the case in which the server needs to do a
15360 load.
15361
15362 2001-05-07 Keith Seitz <keiths@cygnus.com>
15363
15364 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
15365 set up the display for testing.
15366 (gdbtk_start): Convert all paths to paths that tcl will like.
15367 Export target information to environment.
15368 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
15369 necessary.
15370 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
15371 (to_tcl_path): New proc to convert a given pathname into
15372 a path acceptible as an argument to a tcl command.
15373 (_gdbtk_export_target_info): New proc to export target info
15374 into the environment for gdbtk testing.
15375 (gdbtk_done): New proc to signal end-of-test.
15376
15377 2001-05-06 Jim Blandy <jimb@redhat.com>
15378
15379 * restore.c: Make the code of caller0 correspond to its comment.
15380
15381 2001-05-03 Michael Snyder <msnyder@redhat.com>
15382
15383 * config/sid.exp (gdb_target_sid): Check for error messages.
15384 On error or timeout, don't make expect exit (which will terminate
15385 all subsequent tests); instead just make gdb exit.
15386 (gdb_load): Check for error messages. On error or timeout,
15387 return a negative value.
15388
15389 2001-04-24 Jim Blandy <jimb@redhat.com>
15390
15391 * gdb.c++/templates.exp: If we see the prompt for the overload
15392 list, but we haven't recognized any of the longer patterns,
15393 arrange for this test to fail, not hang.
15394
15395 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
15396 variations.
15397
15398 2001-04-22 Michael Chastain <chastain@redhat.com>
15399
15400 * gdb.c++/local.exp: Use the 'runto' library function.
15401 * gdb.c++/namespace.exp: Likewise.
15402 * gdb.c++/overload.exp: Likewise.
15403
15404 2001-03-26 Kevin Buettner <kevinb@redhat.com>
15405
15406 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
15407 * gdb.base/step-line.exp: New file. Test step/next in presence of
15408 #line directives.
15409 * gdb.base/step-line.c: New file. Test program for the above.
15410 * gdb.base/step-line.inp: New file. We pretend that this file has
15411 been transformed by some other tool into step-line.c.
15412
15413 2001-03-21 Jim Blandy <jimb@redhat.com>
15414
15415 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
15416 unmangled operator names.
15417
15418 2001-03-20 Jim Blandy <jimb@redhat.com>
15419
15420 * gdb.threads/linux-dp.exp: Recognize an additional message
15421 generated by GDB when it doesn't understand how to debug threads
15422 on the target system.
15423
15424 2001-03-19 Andrew Cagney <ac131313@redhat.com>
15425
15426 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
15427
15428 2001-03-12 Michael Chastain <chastain@redhat.com>
15429
15430 * gdb.c++/derivation.exp: Use the 'runto' library function.
15431
15432 2001-03-12 Michael Chastain <chastain@redhat.com>
15433
15434 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
15435
15436 2001-02-24 Michael Chastain <chastain@redhat.com>
15437
15438 * gdb.c++/ref-types.exp: Change handwritten code to library
15439 function 'runto'.
15440
15441 2001-03-16 Orjan Friberg <orjanf@axis.com>
15442
15443 * gdb.base/signals.exp: Set count to 0 explicitly.
15444
15445 2001-03-15 Mark Salter <msalter@redhat.com>
15446
15447 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
15448 (gdb_target_monitor): Add check of gdb_target_cmd return value.
15449 (gdb_load): Add support for additional target_info: gdb_download_size
15450 and gdb_load_timeout.
15451
15452 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
15453
15454 * gdb.base/annota1.exp: Move test of isnative to earlier in the
15455 file -- to prevent failing when the compile fails but we have no
15456 intention of running the tests anyway.
15457
15458 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
15459 tests if set.
15460
15461 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
15462 integers.
15463
15464 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
15465 * gdb.c++/namespace.exp: Ditto.
15466
15467 2001-03-07 Orjan Friberg <orjanf@axis.com>
15468
15469 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
15470 * gdb.base/pointers.exp: Relax pattern match of decimals.
15471
15472 2001-03-06 Kevin Buettner <kevinb@redhat.com>
15473
15474 * Makefile.in, config/abug.exp, config/cfdbug.exp,
15475 config/cpu32bug.exp, config/dve.exp, config/est.exp,
15476 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
15477 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
15478 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
15479 config/sh.exp, config/sid.exp, config/slite.exp,
15480 config/sparclet.exp, config/udi.exp, config/unknown.exp,
15481 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
15482 config/vxworks.exp, config/vxworks29k.exp,
15483 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
15484 gdb.base/all-bin.exp, gdb.base/annota1.exp,
15485 gdb.base/arithmet.exp, gdb.base/assign.exp,
15486 gdb.base/async.exp, gdb.base/attach.exp,
15487 gdb.base/bitfields.exp, gdb.base/bitops.exp,
15488 gdb.base/break.exp, gdb.base/call-ar-st.exp,
15489 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
15490 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
15491 gdb.base/commands.exp, gdb.base/completion.exp,
15492 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15493 gdb.base/constvars.exp, gdb.base/corefile.exp,
15494 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
15495 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
15496 gdb.base/ending-run.exp, gdb.base/environ.exp,
15497 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15498 gdb.base/finish.exp, gdb.base/foll-exec.exp,
15499 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
15500 gdb.base/funcargs.exp, gdb.base/help.exp,
15501 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
15502 gdb.base/logical.exp, gdb.base/long_long.exp,
15503 gdb.base/maint.exp, gdb.base/mips_pro.exp,
15504 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
15505 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
15506 gdb.base/pointers.exp, gdb.base/printcmds.exp,
15507 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
15508 gdb.base/regs.exp, gdb.base/relational.exp,
15509 gdb.base/remote.exp, gdb.base/reread.exp,
15510 gdb.base/restore.exp, gdb.base/return2.exp,
15511 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
15512 gdb.base/selftest.exp, gdb.base/setshow.exp,
15513 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
15514 gdb.base/sigall.exp, gdb.base/signals.exp,
15515 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
15516 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15517 gdb.base/step-test.exp, gdb.base/structs.c,
15518 gdb.base/structs.exp, gdb.base/structs2.exp,
15519 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
15520 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
15521 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
15522 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
15523 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
15524 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
15525 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
15526 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
15527 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
15528 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
15529 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
15530 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
15531 gdb.fortran/types.exp, gdb.java/jmisc.exp,
15532 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15533 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
15534 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15535 gdb.trace/circ.exp, gdb.trace/collection.exp,
15536 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15537 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15538 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
15539 gdb.trace/report.exp, gdb.trace/save-trace.exp,
15540 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15541 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15542 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
15543 notices.
15544
15545 2001-02-27 Michael Snyder <msnyder@cygnus.com>
15546
15547 * gdb.base/varargs.c (find_max_double): Fix printf format string:
15548 first arg is int not float.
15549
15550 2001-02-22 Michael Snyder <msnyder@cygnus.com>
15551
15552 * gdb.base/reread.exp: Unsupported for non-native targets;
15553 doesn't work for remote debugging.
15554
15555 2001-02-19 Fernando Nasser <fnasser@redhat.com>
15556
15557 From Drew Moseley <dmoseley@redhat.com>
15558 * gdb.base/ending-run.exp: Properly handle the BSP state when
15559 stepping past the end of main.
15560
15561 2001-02-19 John Moore <jmoore@redhat.com>
15562
15563 * gdb.base/commands.exp (infrun_breakpoint_command_test):
15564 Converted HPUX fix for non-expected items following multiple
15565 step commands into general solution for all platforms.
15566
15567 2001-02-18 Michael Chastain <chastain@redhat.com>
15568
15569 * gdb.c++/classes.exp (do_tests): Change runto statements
15570 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15571 statements demangler agnostic.
15572 * gdb.c++/virtfunc.exp (do_tests): Likewise.
15573 (gdb_virtfunc_restart): Likewise.
15574
15575 2001-02-14 Michael Chastain <chastain@redhat.com>
15576
15577 * gdb.c++/inherit.exp (do_tests): Change runto statements
15578 from "runto 'foo(void)'" to "runto 'foo'". This makes the
15579 statements demangler agnostic.
15580
15581 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
15582
15583 * gdb.threads/pthreads.exp: Unify pass/fail messages for
15584 ``continue to bkpt at common_routine in thread 2'' and ``stopped
15585 before calling common_routine 15 times'' tests.
15586
15587 2001-02-11 Michael Chastain <chastain@redhat.com>
15588
15589 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
15590 Helps the test script figure out which demangler is in use.
15591 (dm_type_foo_ref): Ditto.
15592 (dm_type_int_star): Ditto.
15593 (dm_type_long_star): Ditto.
15594 (dm_type_unsigned_int): Ditto.
15595 (dm_type_void): Ditto.
15596 (dm_type_void_star): Ditto.
15597 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
15598 Probe the gdb demangler and set variables to accommodate
15599 formatting differences.
15600 (info_func_regexp): New function. Same as info_func, but
15601 matches against a regexp.
15602 (info_func): Match against a literal string.
15603 (print_addr_2): New function. Match against a literal string,
15604 which can be different from the input to gdb.
15605 (print_addr): Simply call print_addr_2 with the same argument twice.
15606 (test_lookup_operator_functions): Use demangler formatting variables.
15607 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
15608 the tests in the same order as the C++ class declaration.
15609 (test_paddr_operator_functions): Ditto.
15610 (test_paddr_overloaded_functions): Ditto.
15611 (test_paddr_hairy_functions): Use demangler formatting variables.
15612 Add reference to gdb/19 for related tests.
15613 (do_tests): Call probe_demangler.
15614
15615 2001-01-30 Kevin Buettner <kevinb@redhat.com>
15616
15617 * gdb.c++/templates.cc (printf): Remove unused function definition.
15618
15619 2001-01-26 Felix Lee <flee@redhat.com>
15620
15621 * sid.exp (sid_exit): Pass host, not target, to remote_close.
15622
15623 2001-01-25 matthew green <mrg@redhat.com>
15624
15625 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
15626 up sid.
15627 (sid_exit): Call `remote_pop_conn' after GDB is gone.
15628
15629 2001-01-25 matthew green <mrg@redhat.com>
15630
15631 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
15632 Deprecate $sid_spawn_id.
15633 (sid_exit): Remove code necessary only for `spawn.'
15634
15635 2001-01-25 matthew green <mrg@redhat.com>
15636
15637 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
15638
15639 2001-01-28 Michael Chastain <chastain@redhat.com>
15640
15641 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
15642 to call when tests fail. It takes gdb out of the overloaded
15643 function choice menu back to the main prompt, so that the test
15644 program stays synchronized.
15645 (set_bp_overloaded): New proc to collect all the common
15646 code for setting a breakpoint on an overloaded name. Calls
15647 take_gdb_out_of_choice_menu when needed.
15648 (menu_overload1arg): New variable to collect the repeated
15649 instances of the expected menu for an overloaded name. Change
15650 the regular expression to handle changes in g++ type encoding:
15651 "void" can be either "void" or "", and "unsigned int" can be
15652 either "unsigned int" or "unsigned".
15653 (continue_to_bp_overloaded): Change regular expressions to handle
15654 changes in g++ type encoding.
15655 (no proc): Call take_gdb_out_of_choice_menu when needed.
15656 Remove redundant calls to "info break". Accept either "canceled"
15657 or "cancelled". Change regular expressions in "info break"
15658 calls to handle changes in g++ type encoding. Give all tests
15659 unique strings.
15660
15661 2001-01-17 Ben Elliston <bje@redhat.com>
15662
15663 * config/sid.exp: New file.
15664
15665 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
15666
15667 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
15668
15669 2000-12-21 Michael Snyder <msnyder@cygnus.com>
15670
15671 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
15672 Add a RE to accept a non-ascii char if one is ever presented.
15673
15674 2000-12-20 Fernando Nasser <fnasser@redhat.com>
15675
15676 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
15677
15678 2000-12-18 Michael Snyder <msnyder@cygnus.com>
15679
15680 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
15681 in regexp. One '\' does not suffice on Linux.
15682
15683 2000-12-09 Michael Chastain <chastain@redhat.com>
15684
15685 * gdb.base/break.exp (test_clear_command): Use a marker function
15686 rather than 'main' for the test function. Also move this
15687 test to an execution point where the marker function names are
15688 guaranteed to be bound to functions. (Executing tests after a
15689 'finish' from main runs into name conflicts with local names
15690 in __libc_start_main).
15691
15692 2000-12-07 Michael Snyder <msnyder@cygnus.com>
15693
15694 * gdb.base/finish.exp: New test for gdb's "finish" command.
15695 * gdb.base/return2.exp: New test for gdb's "return" command.
15696 * gdb.base/return2.c: New source file for above.
15697
15698 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15699
15700 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
15701 * gdb.base/miscexprs.exp: Ditto.
15702 * gdb.base/pointers.exp: Ditto.
15703 * gdb.c++/derivation.exp: Ditto.
15704 * gdb.c++/local.exp: Ditto.
15705 * gdb.c++/namespace.exp: Ditto.
15706 * gdb.c++/overload.exp: Ditto.
15707 * gdb.c++/ref-types.exp: Ditto.
15708
15709 2000-12-05 Michael Snyder <msnyder@cygnus.com>
15710
15711 * gdb.base/constvars.exp: Test result of "up" command.
15712 * gdb.base/miscexprs.exp: Ditto.
15713 * gdb.base/pointers.exp: Ditto.
15714 * gdb.base/scope.exp: Ditto.
15715 * gdb.c++/derivation.exp: Ditto.
15716 * gdb.c++/local.exp: Ditto.
15717 * gdb.c++/namespace.exp: Ditto.
15718 * gdb.c++/overload.exp: Ditto.
15719 * gdb.c++/ref-types.exp: Ditto.
15720
15721 2000-11-22 Michael Chastain <chastain@redhat.com>
15722
15723 * mips_pro.exp: Accept either "middle -> top -> main" or
15724 "middle -> main" in the backtrace, because gcc can optimize
15725 tail calls to jumps. Remove setup_xfail for the hppa case.
15726 Add a comment with the original warning messages from PR 3016,
15727 which was filed in 1993, to preserve them for posterity.
15728
15729 2000-11-17 Nick Duffek <nsd@redhat.com>
15730
15731 * lib/gdb.exp (gdb_test): Override timeout with board info.
15732
15733 2000-11-17 Nick Duffek <nsd@redhat.com>
15734
15735 * gdb.base/display.exp: Don't kill running stub. Add "again" to
15736 the second kill and detach messages.
15737
15738 2000-11-17 Nick Duffek <nsd@redhat.com>
15739
15740 * configure.in: Add AC_EXEEXT.
15741 * configure: Regenerate.
15742 * Makefile.in (just-check): Export EXEEXT.
15743 * lib/gdb.exp ($EXEEXT): Import from environment.
15744 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
15745 expect "maint dump-me" on Cygwin.
15746 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
15747 $EXEEXT.
15748
15749 2000-11-17 Nick Duffek <nsd@redhat.com>
15750
15751 * gdb.base/break.exp: Test backtrace and finish from called
15752 function on all platforms, not just HP-UX.
15753
15754 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15755
15756 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
15757 code from gdb_target_monitor, so it can be used independantly
15758 for gdbserver. Also comment out an unnecessary PUTS.
15759
15760 2000-11-03 Michael Snyder <msnyder@cygnus.com>
15761
15762 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
15763 * gdb.base/corefile.exp: Expect the message "Program is being
15764 debugged already" when we send the "corefile" command, since
15765 the preceeding gdb_load may have connected gdb to a remote target.
15766 * gdb.base/display.exp: Disable hardware watchpoints if new
15767 board info variable "no_hardware_watchpoints" is true.
15768 Replace single-letter commands with more readable ones.
15769 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
15770 if new board info variable "no_hardware_watchpoints" is true.
15771 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
15772 to see if stdio (printf) testing is possible.
15773 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
15774 board info variable "no_hardware_watchpoints" is true. Use new
15775 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
15776
15777 2000-11-13 Fernando Nasser <fnasser@redhat.com>
15778
15779 From Orjan Friberg <orjanf@axis.com>:
15780 * gdb.base/printcmds.exp: Escape curly braces followed by a number
15781 in array print pattern match.
15782
15783 2000-11-09 Fernando Nasser <fnasser@redhat.com>
15784
15785 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
15786 spelling "cancelled" to U.S. spelling "canceled" to match changes
15787 made to gdb.
15788 * gdb.c++/ovldbreak.exp: Ditto.
15789
15790 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
15791
15792 * gdb.base/callfuncs.c (main): Moved to end of file, call
15793 t_double_values to initialize the FPU before inferior calls are made.
15794 * gdb.base/callfuncs.exp: Test for register preservation after calling
15795 inferior functions. Add tests for continuining, finishing and
15796 returning from a stop in a call dummy.
15797
15798 2000-10-24 Michael Snyder <msnyder@cygnus.com>
15799
15800 * gdb.base/commands.exp: Break up long lines, and re-indent.
15801
15802 2000-10-19 Michael Snyder <msnyder@cygnus.com>
15803
15804 * config/gdbserver.exp: Rewritten from the ground up, to make it
15805 compatible with the current dejagnu tree, and to make it work with
15806 the new "gdbserver" in libremote.
15807
15808 2000-10-16 Michael Snyder <msnyder@cygnus.com>
15809
15810 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
15811 * gdb.base/varargs.exp: Skip entire test if no printf support.
15812 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
15813 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
15814
15815 2000-10-13 Michael Snyder <msnyder@cygnus.com>
15816
15817 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
15818 no floating point support.
15819 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
15820 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
15821 * gdb.base/call-rt-st.exp: Ditto.
15822 * gdb.base/call-strs.exp: Ditto.
15823
15824 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
15825
15826 * gdb.base/sizeof.c: include <stdio.h>.
15827
15828 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
15829 'finish', otherwise uncaptured gdb_prompt would potentially
15830 throw remaining test points out of sync.
15831
15832 2000-07-26 Scott Bambrough <scottb@netwinder.org>
15833
15834 * gdb.base/recurse.exp: Run tests for all targets.
15835 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
15836 gnu-oldld case on ARM.
15837 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
15838 for ARM targets.
15839
15840 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
15841
15842 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
15843 * gdb.java/configure: Rebuild.
15844
15845 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
15846
15847 * gdb.java/jv-exp.exp: New file.
15848
15849 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
15850
15851 * configure: Rebuilt.
15852 * configure.in (configdirs): Add gdb.java.
15853 * gdb.java/jmisc.java: New file.
15854 * gdb.java/jmisc.exp: New file.
15855 * gdb.java/Makefile.in: New file.
15856 * gdb.java/configure: Rebuilt.
15857 * gdb.java/configure.in: New file.
15858 * lib/java.exp: New file.
15859
15860 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15861
15862 * gdb.base/exprs.exp: Test casts to a pointer including over and
15863 underflow.
15864
15865 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
15866
15867 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
15868 and the compilers sizes.
15869
15870 2000-07-09 Nick Duffek <nsd@redhat.com>
15871
15872 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
15873 (use_methods): New function.
15874 (main): Call use_methods().
15875 * gdb.c++/classes.exp (test_method_param_class): New procedure.
15876 (do_tests): Call test_method_param_class.
15877
15878 2000-07-09 Nick Duffek <nsd@redhat.com>
15879
15880 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
15881 spelling.
15882 (test_enums): New procedure. Move enum tests from end of script
15883 to here. Set breakpoint on function name instead of line number.
15884 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
15885 (enums2): New marker function.
15886 (enums1): New function.
15887 (main): Call enums1(). Move enum tests to enums1().
15888
15889 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
15890
15891 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
15892 compile/link program. Update line numbers.
15893 * gdb.asm/d10v.inc: Define ``startup''.
15894 * gdb.asm/asmsrc1.s: Add definition of _start.
15895
15896 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
15897
15898 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
15899
15900 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15901
15902 * gdb.base/maint.exp: Add 'maint print architecture' item to output
15903 of 'help maint print' command.
15904
15905 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
15906
15907 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
15908 they use gdb_expect_list.
15909
15910 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
15911
15912 * gdb.base/commands.exp: Use ``set remote
15913 memory-read-packet-size'' instead of ``set endian big'' to test
15914 long commands.
15915
15916 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
15917
15918 * gdb.c++/templates.exp (do_tests): Make all of these work under
15919 g++, and stop skipping them.
15920
15921 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
15922 work under g++.
15923
15924 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
15925 initialization.
15926
15927 2000-06-02 Michael Snyder <msnyder@cygnus.com>
15928
15929 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
15930 the regular expression: accept an (almost) arbitrary sequence of
15931 "frames-invalid" and "breakpoints-invalid" messages both before
15932 and after the "starting" message.
15933
15934 2000-06-02 Michael Snyder <msnyder@cygnus.com>
15935
15936 * gdb.c++/local.exp: This test has never been known to work with g++.
15937
15938 2000-05-18 Michael Snyder <msnyder@cygnus.com>
15939
15940 * gdb.base/annota1.exp (annotate-signal-handler-caller):
15941 Relax the regular expression a little, make it pass on Solaris 8.
15942
15943 2000-05-12 Kevin Buettner <kevinb@redhat.com>
15944
15945 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
15946 a call, do not require that gdb stop on the line after the call.
15947 Instead, it is permissible for gdb to stop on the line of the
15948 call itself.
15949
15950 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
15951
15952 * gdb.base/break.exp (bp on small function, optimized file):
15953 Add a second pass pattern. The behavior differs here between stabs
15954 and dwarf for one-line functions. Stabs preserves two line symbols
15955 (one before the prologue and one after) with the same line number,
15956 but dwarf regards these as duplicates and discards one of them.
15957 Therefore the address after the prologue (where the breakpoint is)
15958 has no exactly matching line symbol, and GDB reports the breakpoint
15959 as if it were in the middle of a line rather than at the beginning.
15960
15961 2000-05-08 Michael Snyder <msnyder@cygnus.com>
15962
15963 * gdb.base/interrupt.exp: Make "pass" message say "send"
15964 rather than "send_gdb" (for consistancy).
15965
15966 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
15967
15968 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
15969 * gdb.c++/templates.cc: Properly check for GCC version number.
15970 * lib/compiler.cc: Likewise
15971
15972 2000-04-28 Michael Snyder <msnyder@cygnus.com>
15973
15974 * gdb.base/break.exp: When compiled with -O2 optimization,
15975 gdb may not stop at the first line of main, due to code motion.
15976
15977 2000-04-26 Michael Snyder <msnyder@cygnus.com>
15978
15979 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
15980 This test depends on parsing the printf output from the target.
15981 Since the sparclet stub doesn't do stdio, this will never work.
15982 * gdb.base/call-rt-st.exp: ditto.
15983 * gdb.base/call-strs: ditto.
15984
15985 2000-04-24 Michael Snyder <msnyder@cygnus.com>
15986
15987 * gdb.base/miscexprs.exp: make sizeof long array test portable.
15988
15989 * gdb.base/ending-run.exp: After connecting to a remote target,
15990 but before running, the target will appear to be in a random
15991 location. Specify both a file and a line for breakpoints.
15992 Also, the function that calls main may be called 'init'
15993 rather than 'start'.
15994
15995 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
15996
15997 * gdb.base/help.exp: Update output for add-symbol-file command.
15998
15999 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
16000
16001 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16002 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
16003
16004 2000-04-07 J.T. Conklin <jtc@redback.com>
16005
16006 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
16007
16008 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
16009
16010 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
16011
16012 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
16013 values that can be represented exactly.
16014 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
16015 above change, and to not check against the directory part of the source
16016 file name.
16017 (step into print_long_arg_list): Likewise.
16018 (print print_small_structs from print_long_arg_list): Likewise.
16019 (print print_long_arg_list): Likewise.
16020
16021 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16022
16023 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
16024
16025 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
16026
16027 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
16028
16029 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
16030
16031 * gdb.base/commands.exp (deprecated_command_test): Add test for
16032 deprecate with no arguments.
16033
16034 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
16035
16036 * gdb.base/break.exp: Add new test for setting breakpoints on
16037 optimized code so we can test breakpoints work even when function
16038 prologues may be optimized away
16039
16040 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
16041
16042 From David Whedon <dwhedon@gordian.com>
16043 * gdb.base/commands.exp : Added command deprecator tests.
16044
16045 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
16046
16047 * gdb.base/help.exp: Added test for new apropos command.
16048
16049 2000-03-21 Kevin Buettner <kevinb@redhat.com>
16050
16051 * gdb.base/pointers.c (usevar): New function.
16052 (main): Make sure that global variables v_int_pointer2, rptr,
16053 and y are all referenced someplace in the program by calling
16054 usevar() on them. [Some linkers delete symbols which are
16055 never referenced. The space remains, but there's no way to
16056 get a (symbolic) handle on the variable from the debugger.]
16057
16058 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16059
16060 * gdb.base/printcmds.c: Add typedeffed arrays.
16061
16062 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
16063 procedure to test arrays that are typedef'd.
16064
16065 2000-03-13 James Ingham <jingham@leda.cygnus.com>
16066
16067 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
16068 the library directories.
16069
16070 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
16071
16072 * configure.in (configdirs): Add sub directory gdb.mi.
16073 * configure: Re-generate.
16074
16075 * gdb.mi: New directory.
16076
16077 2000-02-25 Scott Bambrough <scottb@netwinder.org>
16078
16079 * gdb.base/long_long.exp: Correct test suite failure when printing
16080 a long long value as a double on ARM platforms.
16081
16082 2000-02-16 Jim Blandy <jimb@redhat.com>
16083
16084 * gdb.base/break.exp ("breakpoint line number"): Make sure the
16085 default source file is set properly before running this test.
16086
16087 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16088
16089 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
16090 gdbtk/library directory, not in gdbtcl2.
16091
16092 2000-02-04 Jim Blandy <jimb@redhat.com>
16093
16094 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
16095 backslash from regexp pattern.
16096
16097 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
16098 procedure. Use it to run all the "continue to bp overloaded"
16099 tests. Note that this changes the names of the tests slightly.
16100 If the breakpoint hit message includes a hex PC value, because
16101 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
16102 from the real source code, still consider that a pass.
16103
16104 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
16105 XFAIL here if the breakpoint message contains a hex address. Note
16106 similar change on 1999-11-02.
16107
16108 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
16109
16110 * gdb.base/ptype.exp: Establish a default source file before
16111 calling get_debug_format.
16112
16113 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
16114
16115 * gdb.base/watchpoint.exp: Remove duplication of test messages.
16116
16117 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16118
16119 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
16120 of successive stepi commands -- while in the prologue we should see
16121 the function entry bracket.
16122
16123 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
16124
16125 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
16126 reach __change_mode() when stepping through the end of main().
16127
16128 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
16129
16130 * gdb.base/default.exp: Fix expected pattern.
16131 * gdb.base/help.exp: Same.
16132
16133 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16134
16135 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
16136 Don't use xfail's because that affects only the following test.
16137
16138 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
16139 solaris or linux.
16140
16141 * gdb.base/selftest.exp: Update to reflect changes to main.c.
16142
16143 2000-01-07 Michael Snyder <msnyder@cygnus.com>
16144
16145 * gdb.base/display.exp: Some yacc parsers like to say
16146 "A syntax error" rather than "A parse error". Accept both.
16147
16148 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
16149
16150 * gdb.base/default.exp: Remove OS dependent string from "target
16151 remote" test.
16152 * gdb.base/help.exp: Same for "help target remote" test.
16153
16154 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16155
16156 From Jim Kingdon <kingdon@redhat.com>:
16157
16158 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
16159 prompt (cleanup rather than necessity, but still might keep output
16160 from spilling to next test).
16161
16162 2000-01-02 Fred Fish <fnf@cygnus.com>
16163
16164 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
16165 AIX, which defines them in <sys/types.h>.
16166
16167 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
16168
16169 * gdb.base/default.exp: Match arm* etc instead of arm in "info
16170 float" test.
16171
16172 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
16173
16174 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
16175
16176 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
16177 outermost frame disallowed".
16178
16179 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
16180
16181 * gdb.base/setvar.exp: New tests for setting the value of a struct
16182 with a constant list.
16183
16184 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16185
16186 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
16187 require the user to type a cast before setting the value of a struct.
16188
16189 1999-12-06 Jim Blandy <jimb@cygnus.com>
16190
16191 * gdb.base/default.exp: Expect the new 'info float' command on
16192 all i386 platforms.
16193
16194 * gdb.threads/linux-dp.exp: Expand our ability to recognize
16195 LinuxThreads libraries that don't support debugging.
16196
16197 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16198
16199 * gdb.base/remote.c: Fill the buffer with truely random data.
16200 Change the buffer type to ``unsigned char'' to simplify size
16201 arithmetic.
16202
16203 * gdb.base/remote.exp: Reduce download numbers by one. Typical
16204 stub only handles 400-1 byte packets. Verify that the download
16205 worked.
16206
16207 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
16208
16209 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
16210 tests, using UNRESOLVED for the untested cases. Also, does not wait
16211 for a timeout if the prompt was received before a recognizable pattern.
16212
16213 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
16214
16215 * lib/gdb.exp (gdb_expect_list): Fix spelling.
16216
16217 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16218
16219 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
16220 watchpoints.
16221
16222 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
16223
16224 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
16225
16226 * gdb.c++/local.exp: Be more flexible in recognizing local class
16227 name mangling. Don't allow horribly truncated method names.
16228 * gdb.c++/derivation.exp: Expect protected inheritance.
16229 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
16230 * gdb.c++/virtfunc.exp: Likewise.
16231 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
16232 when printing a nested enum.
16233
16234 1999-11-22 Jim Blandy <jimb@cygnus.com>
16235
16236 * gdb.base/step-test.exp: Properly await GDB's response to setting
16237 a breakpoint on the call to large_struct_by_value.
16238
16239 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
16240 just because we have debug info for the `start' function.
16241
16242 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
16243
16244 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
16245 "Unknown signal" messages, which indicate (on LinuxThreads) that
16246 GDB doesn't know how to debug threads on this system. This is
16247 better than hanging while philosopher 0 dumps chatter into gdb.log.
16248
16249 1999-11-18 Tom Tromey <tromey@cygnus.com>
16250
16251 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
16252
16253 1999-11-18 Fred Fish <fnf@cygnus.com>
16254
16255 * gdb.base/coremaker2.c: Add sample program for generating
16256 cores that is more self contained than coremaker.c. Eventually
16257 I'll add more code to this and tie it into the testsuite.
16258
16259 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
16260
16261 * gdb.base/dollar.exp: Remove, now in gdb.hp.
16262
16263 1999-11-10 Jimmy Guo <guo@cup.hp.com>
16264
16265 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
16266 from $srcdir/lib/.
16267 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
16268 and gdb.c++/.
16269
16270 * gdb.c++/derivation.exp: remove redundant get compiler info code.
16271
16272 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
16273 'continue with watch' test point.
16274
16275 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
16276
16277 Merged from p2linux-990323-branch:
16278
16279 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
16280
16281 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
16282
16283 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
16284 {limit,fixed}''. Test ``set download-write-size''.
16285
16286 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
16287
16288 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
16289 gdb_expect_list.
16290
16291 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
16292
16293 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
16294
16295 1999-11-03 Mark Salter <msalter@cygnus.com>
16296
16297 * gdb.base/break.exp: Fix "stub continue" pattern.
16298
16299 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
16300
16301 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
16302
16303 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
16304
16305 * gdb.base/display.exp ("finish"): Add timeout clause.
16306
16307 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
16308 plain prompt clause, so this doesn't have to time out in order to
16309 fail.
16310
16311 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
16312 breakpoint hit messages include an address.
16313
16314 * gdb.base/display.exp: Don't forget to escape parens in regular
16315 expressions. Unix regexp notatation sucks.
16316
16317 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16318
16319 * gdb.base/annota1.exp: Test for annotate-signalled: change output
16320 order for 'signalled' message.
16321
16322 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
16323
16324 From Jimmy Guo <guo@cup.hp.com>:
16325 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
16326 * gdb.base/annota1.c: Add code for tests to work with.
16327
16328 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
16329
16330 * gdb.base/remote.exp: New test for remote downloading settings.
16331 * gdb.base/remote.c: New file with large .data.
16332
16333 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
16334
16335 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
16336 for LinuxThreads support, merged from the Code Fusion branch.
16337
16338 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
16339
16340 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
16341 containing exp_continue into a while within an expect. Don't
16342 attempt a start more than three times. Check return value from
16343 gdb_load.
16344
16345 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
16346
16347 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
16348 a pass case.
16349
16350 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
16351
16352 * gdb.base/break.c (main): Added a statement that we can step
16353 off of.
16354 * gdb.base/break.exp: Added tests for setting a breakpoint
16355 at an offset and stepping onto a breakpoint.
16356
16357 1999-10-01 Fred Fish <fnf@cygnus.com>
16358
16359 * gdb.base/help.exp (help add-symbol-file): Update to match current
16360 gdb output.
16361
16362 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
16363
16364 * gdb.base/break.exp: Code locations are in hex, don't forget!
16365 (For HP-UX.)
16366
16367 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
16368
16369 * condbreak.exp: Use break.c as test program.
16370 * condbreak.c: Remove, redundant with break.c.
16371
16372 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
16373
16374 * config/monitor.exp (gdb_target_monitor): Disable X- and
16375 Z-packets if the target needs it.
16376
16377 1999-09-13 James Ingham <jingham@leda.cygnus.com>
16378
16379 * gdb.c++/overload.exp: Added tests for listing overloaded
16380 functions with function pointers in the arg, explicitly calling
16381 out the version you want.
16382
16383 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
16384
16385 * long_long.exp: Add variations of test cases that work for
16386 targets with 16-bit ints and 32-bit doubles.
16387
16388 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
16389
16390 * break.c (main): Compare a possibly-uninitialized argc with an
16391 unlikely value that fits in 16 bits.
16392
16393 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
16394
16395 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
16396 0xfeeb, don't want negative numbers if ints are 16 bits.
16397
16398 * lib/gdb.exp (skip_cplus_tests): New proc.
16399 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
16400 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
16401 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
16402 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
16403 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
16404 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
16405 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
16406 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
16407
16408 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
16409
16410 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
16411
16412 * gdb.base/corefile.exp (up): Allow a parameter to appear
16413 in the frame that we're going up to.
16414
16415 From Jim Blandy <jimb@cygnus.com>:
16416
16417 * gdb.base/default.exp (info float): Expect some output now.
16418
16419 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
16420 returning floating-point values to fail on the x86.
16421 * gdb.base/callfwmall.exp (do_function_calls): Same.
16422
16423 * gdb.base/list.exp (test_listsize): Correct expectations for
16424 listing line 1 with listsize 2. Also, listing a single line
16425 works now, as does listing three lines. [Kevin's note: There
16426 were a number of other cases fixed too where the expectations
16427 differed...]
16428
16429 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
16430
16431 * gdb.base/selftest.exp: Add case for when version prints as
16432 constant string instead of char pointer.
16433
16434 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
16435
16436 * gdb.base/ending-run.exp: Add Solaris case for what happens when
16437 stepping out of main.
16438
16439 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
16440 G++ used.
16441
16442 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
16443 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
16444
16445 * gdb.c++/ovldbreak.exp: Update match string in test that
16446 includes a warning of multiple breakpoints.
16447
16448 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
16449
16450 * gdb.base/display.exp: Improve precision of step-after-finish
16451 added yesterday.
16452
16453 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
16454 test.
16455
16456 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
16457 configs when using G++, not just hppa*.
16458
16459 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16460
16461 * gdb.base/async.c: New file.
16462 * gdb.base/async.exp: New file.
16463
16464 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
16465
16466 * gdb.base/break.exp: Tweak PA specific tests to properly handle
16467 PA64.
16468
16469 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
16470
16471 * gdb.base/display.exp: "finish" can leave us mid-line on many
16472 targets, deal with it. Add a small constant to main, instead of
16473 1000 since main+1000 may not be a valid address in the target.
16474
16475 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
16476 on hpux11.
16477
16478 * gdb.base/attach.exp: Handle another hpux11 error message variant
16479 when attaching to a process that does not exist.
16480
16481 1999-08-19 J.T. Conklin <jtc@redback.com>
16482
16483 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
16484 characters in 'continue to 1241' test.
16485
16486 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
16487
16488 * gdb.base/call-ar-st.exp: Add a shorter match case for the
16489 stop in print_long_arg_list, define and use a whitespace
16490 variable in print_small_structs test, add an XFAIL for Solaris.
16491 * gdb.base/dbx.exp: XFAIL func commands until somebody is
16492 interested enough to fix.
16493
16494 1999-08-13 Keith Seitz <keiths@cygnus.com>
16495
16496 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
16497 (dbx_gdb_load): Remove. Use gdb_load instead, since that
16498 proc knows about targets other than the natives.
16499 (test_assign): Use "gdb_run_cmd" to "run" the target.
16500 Check that we've actually hit the breakpoint at main.
16501 When we attempt to assign a value to a local variable, check
16502 that the variable is in the current scope, i.e., don't use
16503 a test with an empty result.
16504
16505 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
16506
16507 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
16508 command.
16509
16510 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
16511
16512 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16513 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
16514 gdb.compat, gdb.threads-hp.
16515 gdb.hp/configure, gdb.hp/configure.in: New files.
16516 gdb.hp/Makefile.in: Recurse into new subdirs.
16517 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
16518 gdb.hp/gdb.objdbg: New directory, tests for debugging info
16519 in object files.
16520 gdb.hp/tools: New directory, aux tools for HP-specific tests.
16521
16522 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
16523
16524 * gdb.base/display.exp: Help expect by putting a newline in the
16525 funky printf, remove a bogus p/a test.
16526
16527 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16528
16529 * gdb.base/display.exp: Make sure that when we say 'run', we are
16530 connected to the target. This is necessary when running not
16531 natively.
16532
16533 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
16534
16535 * gdb.base/step-test.exp: Removed some extraneous messages.
16536
16537 * gdb.base/long_long.exp: Don't run memory examination tests
16538 on little-endian targets (they will need a different set of
16539 results to match).
16540
16541 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
16542
16543 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
16544 until somebody decides to fix GDB.
16545
16546 * gdb.base/long_long.c: Stop compiler complaint by specifying long
16547 constant as "ULL".
16548 * gdb.base/long_long.exp: Loosen x/c test, add partial result
16549 matches for a couple x/2 commands.
16550
16551 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
16552
16553 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
16554 by merging in ref-types2 tests.
16555 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
16556
16557 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16558 * gdb.c++/Makefile.in: Add standard actions.
16559 (EXECUTABLES): Rename from PROGS, update list.
16560 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
16561 from gdb.hp.
16562 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
16563 foo and bar locals.
16564 * gdb.c++/anon-union.exp: Fix tests to match.
16565 * gdb.c++/classes.exp: Run if HP compiler used, add extra
16566 expect matches to handle output variations.
16567 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
16568 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
16569 output, add HP alternatives for new and delete prints.
16570 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
16571 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
16572 * gdb.c++/demangle.exp: Use $style when reporting failure.
16573 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
16574 * gdb.c++/inherit.exp: Run if HP compiler used, add some
16575 match alternatives.
16576 * gdb.c++/local.exp: Add match alternatives or xfails for HP
16577 compilers.
16578 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
16579 * gdb.c++/method.exp: Add match alternatives.
16580 * gdb.c++/misc.cc: Add bool types.
16581 * gdb.c++/misc.exp: Add tests for bool types.
16582 * gdb.c++/overload.exp: Add xfails.
16583 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
16584 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
16585 add some more template parameter tests (only for HP currently).
16586 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
16587 * gdb.c++/virtfunc.cc: Add return type and value for main.
16588 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
16589 match alternatives.
16590
16591 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16592
16593 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
16594
16595 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
16596
16597 * gdb.base/signals.exp: Don't expect getting a backtrace from
16598 within a signal handler to fail on Linux.
16599
16600 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
16601
16602 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16603 * lib/gdb.exp: Remove some gratuitious semicolons.
16604 (delete_breakpoints): Increase timeout.
16605 (gdb_expect): Add -notransfer option.
16606 (gdb_test): Use -notransfer option.
16607 (get_compiler_info): Add f77 case.
16608 (get_compiler): New proc, split out from gdb_preprocess, add f77
16609 case.
16610 (gdb_preprocess): Call get_compiler.
16611
16612 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
16613 * gdb.base/attach.exp, gdb.base/display.exp,
16614 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
16615 gdb.base/long_long.exp, gdb.base/printcmds.exp,
16616 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
16617 third arg to gdb_test.
16618 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
16619 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
16620 HP-UX xfails, add others.
16621 * gdb.base/completion.exp: Reflect name change of self-test.
16622 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
16623 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
16624 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
16625 HP failure number.
16626 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
16627 useless HP-UX 10.30 references.
16628 * gdb.base/maint.exp: Loosen matches.
16629 * gdb.base/pointers.c (main): Declare more_code.
16630 * gdb.base/pointers.exp: Match on output of a `next'.
16631 * gdb.base/structs.c: Add prototypes.
16632 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
16633 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
16634
16635 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16636
16637 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
16638 command.
16639
16640 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16641
16642 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
16643 Fix run to main failures. Watchpoint can be hardware watchpoint.
16644
16645 * gdb.base/annota1.exp: Clean up some more, in case printf has
16646 debug info. Deal with lack of signal hanlder info in stack.
16647
16648 From Jim Kingdon <kingdon@redhat.com>:
16649 * gdb.base/annota1.exp: If printf has debug info, deal with it.
16650
16651 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
16652
16653 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
16654 gdb.base/foll-vfork.exp: Don't run for crosses.
16655
16656 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
16657
16658 * gdb.base/configure.in: Check for gdbvars.exp instead of
16659 a1-selftest.exp.
16660 * gdb.base/configure: Re-generate.
16661
16662 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
16663
16664 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
16665 in trying to run first and name is too long.
16666
16667 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
16668 pointers2.c and pointers2.exp, respectively.
16669 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
16670 doschk happier.
16671
16672 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
16673
16674 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
16675 callfuncs2.c and callfuncs2.exp.
16676
16677 * gdb.base/list.exp: Remove mistaken xfails.
16678 * gdb.base/list0.h: Add optional prototypes.
16679
16680 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
16681
16682 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
16683 calling malloc.
16684 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
16685 * ptype.exp: Move test for get_debug_format to before its first
16686 use.
16687
16688 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16689
16690 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
16691 * gdb.base/annota2.cc, annota2.exp: Move from here.
16692 * gdb.c++/annota2.cc, annota2.exp: To here.
16693 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
16694
16695 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
16696
16697 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
16698 a consistent format.
16699
16700 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
16701
16702 From Jimmy Guo <guo@cup.hp.com> and others at HP:
16703 * lib/gdb.exp (get_compiler_info): Add detection for assorted
16704 HP compilers, also set the globals $true and $false.
16705
16706 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
16707 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
16708 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
16709 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
16710 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
16711 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
16712 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
16713 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
16714 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
16715 whatis.c} Add C++ compatible function definitions and return
16716 types, add includes for library functions.
16717 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
16718 * gdb.base/step-test.c (myglob): Rename from glob.
16719 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
16720 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
16721 files, move here from gdb.hp.
16722 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
16723 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
16724 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
16725 Adjust line numbers in regexps.
16726
16727 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
16728 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
16729 instead of 0/1.
16730
16731 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
16732 foll-vfork.exp: New files, move here from gdb.hp.
16733 * gdb.base/page.exp: New file, test of pagination command.
16734
16735 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
16736 recursion test.
16737 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
16738
16739 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
16740 gdb.base/solib.exp: Fix compiler invocation process.
16741
16742 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
16743 HP-UX 11, turn off overload resolution explicitly.
16744 * gdb.base/commands.exp: Set argument list explicitly, add
16745 watchpoint test.
16746 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
16747 them work.
16748 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
16749 expressions properly.
16750 * gdb.base/corefile.exp: Loosen the match slightly.
16751 * gdb.base/default.exp: Allow "Error accessing memory" message
16752 also.
16753 * gdb.base/display.exp: Skip over x/0 j if PA64.
16754 * gdb.base/funcargs.exp: Add xfails for HP-UX.
16755 * gdb.base/interrupt.exp: Ditto.
16756 * gdb.base/langs.exp: Add symbolic matches governed by compiler
16757 in use.
16758 * gdb.base/list.exp: Add xfails for HP-UX.
16759 * gdb.base/long_long.exp: Refine some of the numeric matches.
16760 * gdb.base/mips_pro.exp: Xfail on HP-UX.
16761 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
16762 * gdb.base/nodebug.exp: Succeed on more varieties of output.
16763 * gdb.base/opaque.exp: Remove some HP-UX xfails.
16764 * gdb.base/ptype.exp: Succeed on more varieties of output.
16765 * gdb.base/scope.exp: Add xfails for HP-UX.
16766 * gdb.base/sect-cmd.exp: Add more cases.
16767 * gdb.base/setvar.exp: Add xfails for HP-UX.
16768 * gdb.base/shlib-call.exp: Loosen some matches slightly.
16769 * gdb.base/signals.exp: Match on void symbolically.
16770 * gdb.base/step-test.exp: Add case for PA64.
16771 * gdb.base/term.exp: Add exit and restart.
16772 * gdb.base/twice.exp: Clean up after self.
16773 * gdb.base/varargs.exp: Disable overload resolution explicitly.
16774 * gdb.base/whatis.exp: Allow more ways to pass tests.
16775
16776 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
16777 no longer useful.
16778
16779 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
16780
16781 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
16782 list of patterns.
16783 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
16784 print_double_array(double_array)", "continuing to breakpoint
16785 1018", "print print_double_array(array_d)" and "continuing to
16786 1034" tests.
16787
16788 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
16789
16790 * Makefile.in: Add empty html and install-html targets.
16791
16792 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
16793
16794 * config/mt-*: Remove, these haven't been used since 1996.
16795
16796 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
16797
16798 * gdb.base/call-strs.c, gdb.base/ending-run.c,
16799 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
16800 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
16801
16802 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
16803
16804 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
16805 simpler match case for the ptype of the big class.
16806
16807 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16808
16809 * gdb.exp: Fix test for gdb_prompt existence.
16810
16811 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16812
16813 * gdb.exp (gdb_test): Add fail after calls to perror.
16814
16815 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16816
16817 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
16818
16819 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
16820
16821 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
16822
16823 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
16824
16825 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
16826 malloc() is linked in.
16827
16828 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
16829
16830 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
16831 step at end.
16832
16833 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
16834
16835 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
16836
16837 * gdb.java/jv-print.exp: New file. (Our first Java test!)
16838
16839 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
16840
16841 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
16842 * gdb.base/mips_pro.exp: Likewise.
16843
16844 1999-06-02 Keith Seitz <keiths@cygnus.com>
16845
16846 * gdb.c++/templates.cc: Change all "new" operators to throw
16847 an exception.
16848 * gdb.c++/cplusfuncs.cc: Likewise.
16849
16850 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
16851
16852 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
16853
16854 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
16855 * gdb.base/ending-run.exp: When stepping out of main, accept a
16856 step into an arbitrary assembler file.
16857
16858 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16859
16860 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
16861 "breakpoint-invalid" to be printed.
16862 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
16863 number of "frames-invalid" and "breakpoint-invalid" to be printed.
16864 * gdb.base/annota2.cc: Initialize a.x to 0.
16865
16866 1999-05-17 Keith Seitz <keiths@cygnus.com>
16867
16868 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
16869 when "skip_float_tests" set.
16870 Ditto for "print print_double_array(array_d)", "print print_small_structs",
16871 "print print_ten_doubles", and "step into print_long_arg_list".
16872 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
16873 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
16874 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
16875 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
16876 "skip_float_tests" is set.
16877 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
16878 when "skip_float_tests" set.
16879
16880 1999-05-06 Keith Seitz <keiths@cygnus.com>
16881
16882 * gdb.base/annota2.cc: Include stdio.h.
16883
16884 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
16885
16886 * gdb.base/crossload.exp: Remove, this has been disabled ever
16887 since BFD stopped including all targets, and cross-GDB gets
16888 plenty of testing anyway.
16889 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
16890 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
16891 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
16892 * gdb.base/README: Remove, was doc for this.
16893 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
16894 needed.
16895
16896 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16897
16898 * gdb.base/call-ar-st.exp: Fix one regular expression in test
16899 output.
16900
16901 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
16902 * gdb.base/annota2.exp: New file. More annotation tests.
16903 * gdb.base/annota1.c: New file. Source file for annota1.exp.
16904 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
16905
16906 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
16907
16908 * config/cfdbug.exp: New file.
16909
16910 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
16911
16912 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
16913 Marcus Daniel's and Dale Hawkins's demangler crashes.
16914
16915 * gdb.c++/demangle.exp (test_gnu_style_demangling,
16916 test_lucid_style_demangling, test_arm_style_demangling,
16917 test_hp_style_demangling): Try Tom Tromey's core-dumping
16918 identifier under each demangling style.
16919
16920 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
16921
16922 * gdb.c++/demangle.exp: Include the current demangling style
16923 in all test names.
16924 (current_demangling_style): New global variable.
16925 (set_demangling_style, test_demangling_core, test_demangling,
16926 test_demangling_exact): New functions.
16927 (test_gnu_style_demangling, test_lucid_style_demangling,
16928 test_arm_style_demangling, test_hp_style_demangling): Use those,
16929 instead of calling gdb_test and gdb_test_exact directly.
16930 (catch_demangling_errors): New function, which reports errors
16931 signalled by the demangling test functions in an orderly way.
16932 (do_tests): Use catch_demangling_errors.
16933
16934 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
16935
16936 * gdb.base/signals.exp (test_handle_all_print): Use () for
16937 grouping in expressions, not {}.
16938
16939 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
16940 initialized yet.
16941
16942 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
16943
16944 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
16945 are listed.
16946
16947 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
16948
16949 * gdb.stabs/weird.exp: Test for CC being defined before
16950 looking at its value.
16951
16952 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
16953
16954 * gdb.base/call-ar-st.exp: Remove stray '#'.
16955 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
16956 "short int" and "long int".
16957 * gdb.c++/overload.cc: Cast the string added in the previous
16958 change, to mollify finicky HP compiler.
16959 * gdb.hp/reg-test.exp (testfile): Fix file name.
16960 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
16961
16962 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
16963 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
16964 alternate form of enum ptype.
16965
16966 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
16967
16968 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
16969 * gdb.hp/*.exp: Change all to run compiler probe only after
16970 passing skip_hp_tests, so as not to waste time on guaranteed
16971 failure.
16972
16973 * gdb.c++/overload.cc: Pass string instead of char addr, always
16974 init ccpfoo.
16975 * gdb.c++/templates.cc: Fix syntax error.
16976
16977 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
16978
16979 * gdb.base/commands.exp: Add test for correct position of '>'
16980 when issuing the 'commands' command after a 'while' or 'if'
16981 command.
16982
16983 1999-03-18 James Ingham <jingham@cygnus.com>
16984
16985 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
16986
16987 * gdb.c++/method.exp: It was testing an uninitialized int on the
16988 stack and assuming it was positive.
16989
16990 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
16991
16992 * gdb.base/step-test.exp: Catch a case where finish is broken and
16993 keep it from killing the rest of the tests.
16994 Use gdb_continue_to_end.
16995
16996 * gdb.base/sigall.exp: use gdb_continue_to_end.
16997
16998 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
16999
17000 * gdb.base/display.exp: use runto_main, not run.
17001
17002 * gdb.base/default.exp: Check for the current error message in the
17003 r abbreviation test.
17004 Add strongarm to the targets that know info float.
17005
17006 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
17007 run which doesn't work with monitors.
17008
17009 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
17010
17011 * gdb.base/break.exp: use the gdb_continue_to_end proc.
17012
17013 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
17014 program. Traps the case (in Cygmon) when the program never really
17015 exits. Same as Mark's continue_to_exit, but I had put it in a lot
17016 more places, so I used my name. Sorry Mark...
17017
17018 * config/monitor.exp (gdb_target_monitor): added another
17019 target_info parameter: remotebinarydownload. This will set the
17020 remotebinarydownload flag if this is causing some boards trouble.
17021
17022 1999-03-18 Mark Salter <msalter@cygnus.com>
17023
17024 * lib/gdb.exp (continue_to_exit): New function.
17025
17026 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
17027 * gdb.base/ending-run.exp: Ditto.
17028 * gdb.base/step-test.exp: Ditto.
17029
17030 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
17031
17032 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
17033 (suggested by Art Haas <ahaas@neosoft.com>).
17034
17035 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
17036
17037 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
17038
17039 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
17040
17041 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
17042 descriptions of types (short unsigned int vs unsigned short, etc).
17043
17044 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
17045
17046 * gdb.base/call-strs.exp: Don't assume that `step' will step over
17047 a call to strlen; sometimes we do have sources.
17048
17049 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17050
17051 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
17052 character, so GDB won't print garbage after its end.
17053
17054 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
17055 breakpoint there instead. Sometimes GCC emits memcpy to handle
17056 the large structures being passed by value, so we step into that
17057 instead of sum_array_print, which obscures what we're really testing.
17058 * gdb.base/step-test.exp: However, we do want a test that notices
17059 the bizarre steps into memcpy, so do that here. Add check for
17060 stepping into function calls that pass large structures by value.
17061 ("Is that a noun clause, or are you just happy to see me?")
17062 Remove all references to specific line numbers.
17063 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
17064 New type and function.
17065 (main): Call large_struct_by_value, passing it a large struct by value.
17066 * lib/gdb.exp (gdb_get_line_number): New function.
17067
17068 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
17069 more portable.
17070
17071 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
17072
17073 * lib/gdb.exp: Doc fixes.
17074
17075 1999-03-05 Nick Clifton <nickc@cygnus.com>
17076
17077 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
17078
17079 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
17080
17081 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
17082 commands. They're not germane to this test, and they don't work
17083 that way on remote targets.
17084
17085 1999-03-01 James Ingham <jingham@cygnus.com>
17086
17087 * Changelog entries merged over from gdb development branch.
17088
17089 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
17090
17091 * lib/gdb.exp (gdbtk_analyze_results): Generic function
17092 for outputting results of test run.
17093
17094 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
17095
17096 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
17097
17098 1999-02-25 Felix Lee <flee@cygnus.com>
17099
17100 * lib/gdb.exp (debug_format): initialize
17101
17102 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
17103
17104 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
17105 * gdb.base/call-rt-st.c: Ditto.
17106
17107 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
17108
17109 * gdb.threads/pthreads.exp (horiz): New variable.
17110 (test_startup): Fix regexps that capture thread numbers.
17111
17112 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
17113
17114 * gdb.base/smoke.exp: Disambiguate two test case names (both
17115 called ``print'').
17116
17117 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17118
17119 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
17120 compilation.
17121
17122 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17123
17124 * gdb.base/miscexprs.exp: Change patterns to match GDB's
17125 actual output formatting.
17126 * gdb.base/smoke.exp: GDB removes leading 0's.
17127 * gdb.base/volatile.exp: Don't check type of remuneration;
17128 that variable is no longer defined in constvars.c.
17129 * gdb.base/step-test.c (main): Exit with explicit exit code.
17130 * gdb.base/step-test.exp: Remove two nexti checks--they are
17131 not portable.
17132
17133 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
17134
17135 * gdb.base/help.exp ("help delete display"): Fix test to match
17136 gdb's output.
17137
17138 * gdb.base/long_long.c (known_types): Initialize values to zero.
17139 * gdb.base/long_long.exp: Step one more line
17140 so 'dec' is initialized in "get to known place". GDB removes
17141 leading zeros. Explicitly ask for hex formatting. Use
17142 unique test case names.
17143
17144 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17145
17146 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
17147
17148 * gdb.c++/method.exp: Add missing close brace.
17149
17150 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
17151
17152 * gdb.base/maint.exp: Use 'set height 0' to disable page
17153 prompting, not 'set height 400'.
17154
17155 Fix a bunch of timeouts.
17156 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
17157 four separate tests, so expect doesn't take forever to match a ton
17158 of text against a regexp with lots of .* forms.
17159 ("maint print psymbols", "maint print symbols"): Make some of
17160 these greps more selective, so that expect doesn't try to wade
17161 through huge piles of output and time out.
17162
17163 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
17164
17165 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
17166 tests: one which doesn't expect shlib events to be reported, and
17167 another which does, but is XFAIL for all platforms other than
17168 HP/UX.
17169
17170 * gdb.base/break.exp: Teach the test suite that the `catch
17171 fork', `catch vfork', and `catch exec' commands produce error
17172 messages on platforms that don't provide these features.
17173
17174 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
17175
17176 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
17177 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
17178 (shortening names from solib_threshold.exp etc), won't run on
17179 anything but HP-UX for the foreseeable future.
17180 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
17181 reflect move.
17182
17183 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
17184
17185 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
17186 gdb.trace/Makefile.in (clean): Remove all test executables.
17187
17188 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
17189
17190 * gdb.base/shlib-call.exp: add test cases to verify that gdb
17191 successfully re-sets breakpoints in shared libraries.
17192 * gdb.base/shmain.c (main): return 0, don't fall off the end.
17193
17194 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
17195
17196 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
17197 and compiled w/o GCC.
17198
17199 * gdb.hp/watch-cmd.exp: ditto.
17200
17201 * gdb.hp/watch-hp.exp: ditto.
17202
17203 * gdb.hp/xdb1.exp: ditto.
17204
17205 * gdb.hp/xdb2.exp: ditto.
17206
17207 * gdb.hp/dbx.exp: ditto.
17208
17209 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
17210
17211 * constvars.c: Remove C++-isms.
17212 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
17213 with GCC.
17214
17215 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
17216
17217 The following changes are part of the HP merge.
17218
17219 * gdb.base/break.exp: new tests to verify that catchpoints for
17220 fork, vfork, and exec don't trigger inappropriately.
17221
17222 * gdb.base/opaque.exp: compile one file at a time, then link.
17223
17224 * gdb.base/signals.exp: be more restrictive about which hppa
17225 systems receive a setup_xfail. new tests.
17226
17227 * gdb.base/solib_threshold.build: new file.
17228 * gdb.base/solib_threshold.exp: new file.
17229 * gdb.base/solib_threshold.link_opts: new file.
17230 * gdb.base/solib_threshold.mk: new file.
17231 * gdb.base/gen_solib_threshold.c: new file.
17232
17233 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
17234 tests. New tests for enums inside classes.
17235
17236 * gdb.c++/compiler.cc: indicate support of template debugging.
17237
17238 * gdb.c++/demangle.exp: run hp style demangling tests.
17239
17240 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
17241 tests.
17242
17243 * gdb.c++/misc.cc: changes to support new tests.
17244
17245 * gdb.c++/templates.cc: changes to support HP's compiler; changes
17246 to support new tests.
17247
17248 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
17249 gcc, then skip these tests.
17250
17251 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
17252
17253 The following files are part of the HP merge; some had longer
17254 names at HP, but have been renamed to be no more than 14
17255 characters in length.
17256
17257 * gdb.hp/ambiguous.cc: new file.
17258 * gdb.hp/ambiguous.exp: new file.
17259 * gdb.hp/attach.exp: new file.
17260 * gdb.hp/attach2.exp: new file.
17261 * gdb.hp/classes-hp.exp: new file.
17262 * gdb.hp/ctti.exp: new file.
17263 * gdb.hp/ctti-add.cc: new file.
17264 * gdb.hp/ctti-add1.cc: new file.
17265 * gdb.hp/ctti-add2.cc: new file.
17266 * gdb.hp/ctti-add3.cc: new file.
17267 * gdb.hp/dbx.exp: new file.
17268 * gdb.hp/exception.cc: new file.
17269 * gdb.hp/exception.exp: new file.
17270 * gdb.hp/foll-exec.c: new file.
17271 * gdb.hp/foll-exec.exp: new file.
17272 * gdb.hp/foll-fork.c: new file.
17273 * gdb.hp/foll-fork.exp: new file.
17274 * gdb.hp/foll-vfork.c: new file.
17275 * gdb.hp/foll-vfork.exp: new file.
17276 * gdb.hp/inherit-hp.exp: new file.
17277 * gdb.hp/more-steps.exp: new file.
17278 * gdb.hp/namespace.cc: new file.
17279 * gdb.hp/namespace.exp: new file.
17280 * gdb.hp/optimize.exp: new file.
17281 * gdb.hp/pxdb.c: new file.
17282 * gdb.hp/pxdb.exp: new file.
17283 * gdb.hp/quicksort.exp: new file.
17284 * gdb.hp/reg-test.exp: new file.
17285 * gdb.hp/reg-test.s: new file.
17286 * gdb.hp/sized-enum.c: new file.
17287 * gdb.hp/sized-enum.exp: new file.
17288 * gdb.hp/start-stop.exp: new file.
17289 * gdb.hp/templ-hp.cc: new file.
17290 * gdb.hp/templ-hp.exp: new file.
17291 * gdb.hp/thr-lib.c: new file.
17292 * gdb.hp/thr-lib.exp: new file.
17293 * gdb.hp/thr-lib.h: new file.
17294 * gdb.hp/thr-liblib.c: new file.
17295 * gdb.hp/virtfun-hp.c: new file.
17296 * gdb.hp/virtfun-hp.exp: new file.
17297 * gdb.hp/watch-cmd.exp: new file.
17298 * gdb.hp/watch-hp.exp: new file.
17299 * gdb.hp/xdb1.exp: new file.
17300 * gdb.hp/xdb2.exp: new file.
17301 * gdb.hp/xdb3.exp: new file.
17302
17303 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
17304
17305 The following files are part of the HP merge; some had longer
17306 names at HP, but have been renamed to be no more than 14
17307 characters in length.
17308
17309 * gdb.base/ss.h: new file.
17310 * gdb.base/call-ar-st.c: new file.
17311 * gdb.base/call-ar-st.exp: new file.
17312 * gdb.base/call-rt-st.c: new file.
17313 * gdb.base/call-rt-st-exp: new file.
17314 * gdb.base/call-strs.exp: new file.
17315 * gdb.base/ena-dis-br.exp: new file.
17316 * gdb.base/environ.exp: new file.
17317 * gdb.base/long_long.exp: new file.
17318 * gdb.base/sect-cmd.exp: new file.
17319 * gdb.base/shlib-cl2.exp: new file.
17320 * gdb.base/smoke.exp: new file.
17321 * gdb.base/so-impl-ld.c: new file.
17322 * gdb.base/so-impl-ld.exp: new file.
17323 * gdb.base/so-indr-cl.c: new file.
17324 * gdb.base/so-indr-cl.exp: new file.
17325 * gdb.base/varargs.exp: new file.
17326 * gdb.base/volatile.exp: new file.
17327 * gdb.base/whatis-exp.exp: new file.
17328 * gdb.base/display.exp: new file.
17329 * gdb.c++/derivation.exp: new file.
17330 * gdb.c++/local.exp: new file.
17331 * gdb.c++/member-ptr.exp: new file.
17332 * gdb.c++/overload.exp: new file.
17333 * gdb.c++/ovldbreak.exp: new file.
17334 * gdb.c++/ref-types.exp: new file.
17335 * gdb.c++/ref-types2.exp: new file.
17336 * gdb.c++/userdef.exp: new file.
17337
17338 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
17339
17340 * gdb.base/default.exp: Reflect wording change in remote.c.
17341
17342 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
17343
17344 * gdb.base/help.exp: Update to reflect current text.
17345
17346 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
17347
17348 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
17349 they're stack variables and contain garbage.
17350 * gdb.c++/anon-union.exp: new file.
17351
17352 The following changes were made by David Taylor
17353 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17354 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17355 in changes by HP.
17356
17357 * gdb.base/bitops.exp: new file.
17358 * gdb.base/default.exp: change expected messages for catch and
17359 info catch tests to reflect HP merge changes.
17360 * gdb.base/enable-disable-break.exp
17361 * gdb.base/ending-run.c: new file.
17362 * gdb.base/long_long.c: new file.
17363 * gdb.base/maint.exp: new file.
17364 * gdb.base/pointers2.exp: new file.
17365 * gdb.base/shlib-call2.exp: new file.
17366 * gdb.base/solib.exp: new file.
17367 * gdb.base/step-test.c: new file.
17368 * gdb.c++/anon-union.cc: new file.
17369 * gdb.c++/local.cc: new file.
17370 * gdb.c++/member-pointer.cc: new file.
17371 * gdb.c++/method.cc: new file.
17372 * gdb.c++/ref-types.cc: new file.
17373 * gdb.c++/ref-types2.cc: new file.
17374 * gdb.c++/userdef.cc: new file.
17375
17376 * gdb.base/scope.exp: compile one file at a time, then link.
17377 * gdb.base/langs.exp: ditto.
17378 * gdb.base/list.exp: ditto.
17379
17380 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
17381
17382 The following changes were made by David Taylor
17383 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
17384 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
17385 in changes by HP.
17386
17387 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
17388 skip tests. When compiling pass c++ flag to gdb_compile.
17389 * gdb.c++/
17390
17391 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
17392 test for on hppa*-*-hpux*; use args to see if c++ was specified.
17393 (skip_hp_tests): new function.
17394 (gdb_preprocess): new function.
17395
17396 * configure.in (hpdir): decide whether to configure gdb.hp.
17397 * configure: regenerated.
17398
17399 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
17400 to delete on clean.
17401 (EXECUTABLES): update to reflect new additions.
17402 * gdb.base/commands.exp: update message expected.
17403 * gdb.base/default.exp: add copyright notice.
17404 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
17405 * gdb.base/help.exp: update messages to reflect current text.
17406 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
17407 targets for recurse tests.
17408 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
17409 skip this file.
17410
17411 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
17412 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
17413 compilation.
17414 * gdb.c++/misc.exp: ditto.
17415 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
17416 run the tests. tell gdb_compile that it's a c++ compilation.
17417
17418 * gdb.threads/pthreads.exp: fix typo in message.
17419
17420 * gdb.base/all-bin.exp: new file.
17421 * gdb.base/arithmet.exp: new file.
17422 * gdb.base/assign.exp: new file.
17423 * gdb.base/completion.exp: new file.
17424 * gdb.base/cond-expr.exp: new file.
17425 * gdb.base/condbreak.exp: new file.
17426 * gdb.base/define.exp: new file.
17427 * gdb.base/dollar.exp: new file.
17428 * gdb.base/environment.exp: new file.
17429 * gdb.base/eval-skip.exp: new file.
17430 * gdb.base/jump.exp: new file.
17431 * gdb.base/logical.exp: new file.
17432 * gdb.base/pointers.exp: new file.
17433 * gdb.base/relational.exp: new file.
17434 * gdb.base/section_command.exp: new file.
17435 * gdb.base/whatis-expr.exp: new file.
17436
17437 * gdb.base/all-types.c: new file.
17438 * gdb.base/call-array-struct.c: new file.
17439 * gdb.base/call-return-struct.c: new file.
17440 * gdb.base/call-strings.c: new file.
17441 * gdb.base/callfuncs2.c: new file.
17442 * gdb.base/condbreak.c: new file.
17443 * gdb.base/constvars.c: new file.
17444 * gdb.base/display.c: new file.
17445 * gdb.base/int-type.c: new file.
17446 * gdb.base/jump.c: new file.
17447 * gdb.base/miscexprs.c: new file.
17448 * gdb.base/pointers.c: new file.
17449 * gdb.base/pointers2.c: new file.
17450 * gdb.base/shmain.c: new file.
17451 * gdb.base/shr1.c: new file.
17452 * gdb.base/shr2.c: new file.
17453 * gdb.base/solib.c: new file.
17454 * gdb.base/solib1.c: new file.
17455 * gdb.base/solib2.c: new file.
17456 * gdb.base/varargs.c: new file.
17457 * gdb.c++/derivation.cc: new file.
17458 * gdb.c++/overload.cc: new file.
17459 * gdb.c++/ovldbreak.cc: new file.
17460 * gdb.hp/attach.c: new file.
17461 * gdb.hp/attach2.c: new file.
17462 * gdb.hp/average.c: new file.
17463 * gdb.hp/compiler.c: new file.
17464 * gdb.hp/compiler.cc: new file.
17465 * gdb.hp/execd-program.c: new file.
17466 * gdb.hp/follow-exec.c: new file.
17467 * gdb.hp/follow-fork.c: new file.
17468 * gdb.hp/follow-vfork-and-exec.c: new file.
17469 * gdb.hp/misc-hp.cc: new file.
17470 * gdb.hp/more-steps.c: new file.
17471 * gdb.hp/optimize.c: new file.
17472 * gdb.hp/quicksort.c: new file.
17473 * gdb.hp/run-hp.c: new file.
17474 * gdb.hp/start-stop.c: new file.
17475 * gdb.hp/sum.c: new file.
17476 * gdb.hp/templates-hp.cc: new file.
17477 * gdb.hp/thread-local-in-lib.c: new file.
17478 * gdb.hp/thread-local-in-lib.h: new file.
17479 * gdb.hp/thread-local-in-lib.lib.c: new file.
17480 * gdb.hp/vforked-program.c: new file.
17481 * gdb.hp/virtfunc-hp.cc: new file.
17482 * gdb.hp/watchpoint-hp.c: new file.
17483 * gdb.hp/xdb.c: new file.
17484 * gdb.hp/xdb0.c: new file.
17485 * gdb.hp/xdb0.h: new file.
17486 * gdb.hp/xdb1.c: new file.
17487
17488 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
17489
17490 The following change was made by Edith Epstein
17491 <eepstein@cygnus.com> as part of a project to merge in changes
17492 originally made by HP; HP did not create ChangeLog entries.
17493
17494 * gdb.c++/demangle.exp: changed the expected output for some
17495 ARM-style mangling -- removed second reference to datatype.
17496 For example, maint demangle __dt__11T1__pt__2_cFv
17497 T1<char>::~T1<char>(void)
17498 becomes,
17499 maint demangle __dt__11T1__pt__2_cFv
17500 T1<char>::~T1(void)
17501
17502 (test_hp_style_demangling): new hp specific demangling test cases.
17503
17504 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
17505
17506 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
17507 * gdb.trace/backtrace.exp: Likewise.
17508 * gdb.trace/circ.exp: Likewise.
17509 * gdb.trace/collection.exp: Likewise.
17510 * gdb.trace/deltrace.exp: Likewise.
17511 * gdb.trace/infotrace.exp: Likewise.
17512 * gdb.trace/limits.exp: Likewise.
17513 * gdb.trace/packetlen.exp: Likewise.
17514 * gdb.trace/passc-dyn.exp: Likewise.
17515 * gdb.trace/passcount.exp: Likewise.
17516 * gdb.trace/report.exp: Likewise.
17517 * gdb.trace/save-trace.exp: Likewise.
17518 * gdb.trace/tfind.exp: Likewise.
17519 * gdb.trace/tracecmd.exp: Likewise.
17520 * gdb.trace/while-dyn.exp: Likewise.
17521 * gdb.trace/while-stepping.exp: Likewise.
17522
17523 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
17524
17525 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
17526
17527 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
17528
17529 From Brendan Kehoe:
17530 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
17531 int return types.
17532
17533 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
17534
17535 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
17536 remote dos host testing right.
17537
17538 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
17539
17540 * gdb.base/corefile.exp: remove some xfails.
17541
17542 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
17543
17544 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
17545 have different timestamps.
17546
17547 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
17548
17549 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
17550 gdb.base/default.exp: Replace "exec" with "executable".
17551
17552 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
17553
17554 * gdb.base/default.exp: Change else if to elseif from previous
17555 delta.
17556
17557 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
17558
17559 * gdb.base/default.exp: Add brace missing from previous delta.
17560
17561 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
17562
17563 * gdb.base/default.exp: Support test for info float for all
17564 varieties of arm toolchain.
17565
17566 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
17567
17568 * gdb.trace/*.exp: remove "remote_download" command.
17569
17570 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
17571
17572 * gdb.trace/*.exp: remove -gdwarf from compile.
17573
17574 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
17575
17576 * gdb.trace/configure.in(AC_INIT): typo
17577 * gdb.trace/configure: regenerated
17578
17579 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
17580
17581 * config/m68k-emc.exp: New file.
17582 * lib/<emc-support.exp trace-support.exp}: New files.
17583 * configure.in: add new test directory gdb.trace.
17584 * gdb.trace/{configure configure.in Makefile.in}: New files.
17585 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
17586 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
17587 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
17588 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
17589 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
17590 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
17591 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
17592
17593 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
17594
17595 * gdb.c++/classes.exp: Change all regular expressions to match
17596 arbitrary combinations of newline/carriage-return, so that they
17597 will work equally well on Unix and Windows.
17598 * gdb.c++/inherit.exp: ditto.
17599 * gdb.c++/virtfunc.exp: ditto.
17600
17601 1998-08-11 Dawn Perchik <dawn@cygnus.com>
17602
17603 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
17604
17605 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
17606
17607 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
17608 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
17609 to use a0-a3/d0-d3 as needed.
17610
17611 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
17612
17613 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
17614 * gdb.disasm/am33.exp: Corresponding changes.
17615
17616 1998-07-11 Felix Lee <flee@cygnus.com>
17617
17618 * gdb.base/callfuncs.exp: add cmp10 test.
17619 * gdb.base/callfuncs.c (cmp10): new function.
17620
17621 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
17622
17623 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
17624 into two parts to get around a synchronization problem in expect.
17625
17626 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
17627
17628 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
17629
17630 * configure.in: Add options for gdbtk testsuite.
17631
17632 * configure: Regenerate.
17633
17634 * gdb.gdbtk: New directory to hold gdbtk tests.
17635
17636 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17637
17638 * gdb.fortran/types.exp: Escape brackets in expect patterns
17639 for test_float_literal_types_accepted tests.
17640 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
17641 before run test.
17642
17643 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
17644
17645 * am33.exp: Just compile, do not link the testcase.
17646 * am33.s: Add ".am33" pseudoop to force am33 mode.
17647
17648 1998-06-25 Felix Lee <flee@cygnus.com>
17649
17650 * gdb.base/setshow.exp: make sure $pc is sane.
17651
17652 * gdb.stabs/weird.exp: split expect patterns properly.
17653
17654 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
17655
17656 * gdb.disasm/am33.s: New disassembler testfile for the am33.
17657 * gdb.disasm/am33.exp: Run it.
17658
17659 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
17660
17661 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
17662 match processing (and eliminate spurious timeouts when running).
17663
17664 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
17665
17666 * gdb.base/signals.exp (test_handle_all_print): put back Mach
17667 exception test, but conditionalize it on target [mach | gnu].
17668
17669 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
17670
17671 * gdb.base/overlays.exp: fixup compile line for linker script.
17672
17673 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
17674
17675 * gdb.fortran/types.exp: don't guess at float size.
17676
17677 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
17678
17679 * gdb.base/exprs.exp: delete test that depends on int size.
17680
17681 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
17682
17683 * config/sim.exp: Removed checks for target triplets.
17684 (gdb_target_sim): Use gdb,target_sim_options.
17685
17686 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
17687
17688 * gdb.base/reread.exp: New file.
17689 * gdb.base/reread1.c: New file.
17690 * gdb.base/reread2.c: New file.
17691
17692 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
17693
17694 * config/sim.exp: Use 'target sim -sparclite' when running
17695 SPARClite programs.
17696
17697 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
17698
17699 * gdb.base/structs2.exp: New file.
17700 * gdb.base/structs2.c: New file.
17701
17702 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
17703
17704 * gdb.asm/common.inc: New file.
17705 * gdb.asm/d10v.inc: New file.
17706 * asm-source.exp: Pass -I's to gas to find .inc files.
17707 Update line numbers in expected output.
17708 * asmsrc1.s: Rewrite.
17709 * asmsrc2.s: Rewrite.
17710 * configure.in: Create arch.inc symlink.
17711 * configure: Regenerate.
17712 * Makefile.in (distclean): Delete arch.inc.
17713
17714 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
17715
17716 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
17717 (t_enum_value2): ditto
17718 (t_enum_value3): ditto
17719 (main): ditto
17720 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
17721
17722 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
17723 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
17724 change.
17725 Use gdb_test instead of send_gdb/gdb_expect sequences.
17726
17727 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
17728
17729 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
17730 not void.
17731
17732 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
17733
17734 * gdb.base/branches.c: Code with lots of loops and
17735 subroutines. Used to test gdbs ability to single step through PC
17736 changes, especially to test mips-tdep.c:mips_next_pc
17737
17738 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
17739
17740 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
17741 more rigorous EGCS C++ error checking.
17742
17743 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17744
17745 * gdb.base/help.exp: Clean up `help set args' and `help show args'
17746 tests.
17747 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
17748 function when asleep.
17749 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
17750 for i*86 Linux and SVR4 signal handling problems.
17751 Remove linux xfail for `next to handler in signals_tests_1', fixed
17752 by recent infrun.c change.
17753 Limit backtrace to 10 frames to avoid timeout problems with infinite
17754 stack backtraces.
17755 Adjust expect pattern in `handle all print' test to match Apr 28 1997
17756 target.[ch] change.
17757
17758 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
17759
17760 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
17761 for a newline from gdb before continuing.
17762 (default_gdb_exit): Just look for y or n.
17763 (gdb_test): Detect abnormal exit from GDB running on DOS; if
17764 it does, fail the rests of the tests in the file.
17765
17766 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
17767
17768 * config/cygmon.exp: New file.
17769
17770 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
17771
17772 * gdb.base/list.exp: Fix problem with "list default lines around
17773 main" test on remote targets.
17774
17775 * gdb.base/scope.exp: Fix problem with filelocal_bss before
17776 run test on remote targets.
17777
17778 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
17779
17780 * gdb.asm: New directory.
17781 * configure.in: Configure it.
17782 * configure: Regenerate.
17783 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
17784 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
17785
17786 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
17787
17788 * config/mn10300-eval.exp: New file to support MN10300 eval board.
17789
17790 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
17791
17792 * gdb.base/overlays (several files): Merge the two overlay
17793 managers into one. Change variables (foox, barx, bazx, grbxx)
17794 back into ints but force them to load in their proper sections.
17795
17796 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
17797
17798 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
17799 on-chip insn memory and IMAP1 to upper 128k.
17800 (D10VCopy): Handle memory regions crossing 16k boundaries.
17801 (D10VCopy): Transfer data in 32 bit chunks.
17802
17803 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
17804
17805 * gdb.base/overlays.c (main): Exit normally when result is
17806 correct.
17807
17808 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
17809 map. Include space for printf in .text segment.
17810
17811 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
17812 updated d10v memory VMA/LMA map.
17813 (D10VCopy): Call D10VTranslate.
17814
17815 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
17816
17817 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
17818
17819 * gdb.base/bar.c (barx, bar): Change variable to small array so
17820 that it won't be put into the .sdata - small data -
17821 section. Update reference.
17822 * gdb.base/baz.c (bazx, baz): Ditto.
17823 * gdb.base/foo.c (foox, foo): Ditto.
17824 * gdb.base/grbx.c (grbxx, grbx): Ditto.
17825
17826 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
17827 to be arrays.
17828
17829 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
17830
17831 * gdb.base/overlays.exp: fix up and get working again.
17832 Add tests for backtraces from an overlay function.
17833
17834 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
17835
17836 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
17837 "calling function with watchpoint enabled".
17838
17839 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
17840
17841 * gdb.base/break.exp (test_next_with_recursion): Remove
17842 gdb_suppress_tests for d10v-*-*.
17843 * lib/gdb.exp (gdb_suppress_tests): Disable this function
17844 pending review of whether it is useful or not.
17845
17846 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
17847
17848 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
17849
17850 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
17851
17852 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
17853 * config/dve.exp: New file to support Densan boards.
17854
17855 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
17856
17857 * gdb.base/interrupt.exp: Document problem of simulators, signals,
17858 reads and BSD.
17859
17860 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
17861
17862 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
17863 response.
17864
17865 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
17866
17867 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
17868
17869 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
17870 test.
17871
17872 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
17873 target_sizeof_long and target_bigendian_p.
17874 (structs_by_value, structs_by_reference): Check values according
17875 to targets word size and endianess.
17876
17877 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
17878
17879 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
17880 output.
17881
17882 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
17883
17884 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
17885 Update test of set args help to match source change.
17886
17887 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
17888
17889 * gdb.base/default.exp: Expect help system output to be in
17890 alphabetical order.
17891 * gdb.base/help.exp: Ditto.
17892
17893 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
17894
17895 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
17896 "i*86-pc-linux-gnu*".
17897 * gdb.base/interrupt.exp: Ditto.
17898 * gdb.base/corefile.exp: Ditto.
17899
17900 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
17901 define vxworks when building the testcase.
17902
17903 * gdb.base/ptype.exp: Fix testnames to be unique.
17904 * gdb.base/radix.exp: Ditto.
17905 * gdb.base/term.exp: Ditto.
17906 * gdb.base/whatis.exp: Ditto.
17907 * gdb.c++/classes.exp: Ditto.
17908
17909 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
17910
17911 * gdb.base/callfuncs.exp: Fix indentation.
17912
17913 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
17914 suppress_flag has been set.
17915 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
17916 target feature.
17917
17918 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
17919
17920 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
17921 the testcase.
17922
17923 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
17924 set_debug_traps() and breakpoint().
17925 * gdb.c++/misc.cc (main): Ditto.
17926 * gdb.c++/templates.cc (main): Ditto.
17927 * gdb.c++/virtfunc.cc (main): Ditto.
17928
17929 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
17930
17931 * lib/gdb.exp(gdb_step_for_stub): New function.
17932 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
17933 exists, reload the executable and do a "continue" instead of
17934 doing a jump.
17935 (runto_main): Use gdb_step_for_stub.
17936
17937 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
17938 tests to have unique names.
17939 * gdb.base/callfuncs.exp: Ditto.
17940 * gdb.base/commands.exp: Ditto.
17941 * gdb.base/default.exp: Ditto.
17942 * gdb.base/help.exp: Ditto.
17943 * gdb.base/list.exp: Ditto.
17944 * gdb.base/opaque.exp: Ditto.
17945 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
17946 similar tests.
17947
17948 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
17949 * gdb.c++/cplusfuncs.cc: Ditto.
17950 * gdb.c++/virtfunc.cc: Ditto.
17951
17952 * config/monitor.exp: Keep track of the last file we saw, rather
17953 than trying to get the info from gdb.
17954
17955 * gdb.fortran/types.exp: Move comment to previous line.
17956
17957 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
17958
17959 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
17960 target mode.
17961
17962 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
17963
17964 From Bob Manson:
17965 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
17966 string from GDB when it connects.
17967
17968 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
17969
17970 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
17971
17972 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
17973 if we can't get a debug format from GDB (we may be testing an
17974 older GDB). Use a 10 second timeout when checking for the format.
17975
17976 * gdb.stabs/weird.exp: Fix quoting.
17977
17978 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
17979
17980 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
17981
17982 * config/arm-ice.exp: New file.
17983
17984 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
17985
17986 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
17987 until it has been modified to work with the new testsuite.
17988
17989 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
17990 testcase won't compile, cause all of the testcases in the file to
17991 fail instead.
17992
17993 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
17994 (gdb_clear_suppressed): New procedure.
17995 (gdb_stop_suppressing_tests): Only clear suppress_flag if
17996 it contains a positive value.
17997
17998 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
17999
18000 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
18001
18002 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
18003
18004 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
18005
18006 * lib/gdb.exp (setup_xfail_format): New function.
18007 (get_debug_format): New function to get debug format.
18008 (debug_format): New global variable to hold last value set
18009 by get_debug_format.
18010 * gdb.base/list.exp: Call get_debug_format and expect some
18011 tests to fail for DWARF 1 and COFF formats.
18012 * gdb.c++/ptype.exp: Ditto.
18013 * gdb.c++/classes.exp: Ditto.
18014 * gdb.c++/cplusfuncs.exp: Ditto.
18015 * gdb.c++/inherit.exp: Ditto.
18016 * gdb.c++/templates.exp: Ditto.
18017 * gdb.c++/virtfunc.exp: Ditto.
18018
18019 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
18020
18021 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
18022 host doesn't have a currently-open connection.
18023
18024 * config/sparclet.exp: Cleanups and fixes to make it generic for
18025 any gdb stub target. Handle cases where gdb doesn't respond when
18026 interrupted in a sane fashion.
18027
18028 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
18029 same thing in a totally different way.
18030
18031 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
18032 setting "timeout".
18033 (gdb_start): We set the global gdb_prompt variable in
18034 default_gdb_init now.
18035
18036 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
18037
18038 * gdb.base/printcmds.exp: Fix "check for floating addition"
18039 regexp to accept results within approx +/- .01 of exact value.
18040 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
18041
18042 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
18043
18044 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
18045 properly.
18046 (gdb_expect): Add optional timeout parameter, and add timeout
18047 value to various calls.
18048 (gdb_suppress_tests): Only give one warning message per group.
18049
18050 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
18051
18052 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
18053 global variables. Handle getting a value for $timeout more
18054 gracefully.
18055
18056 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18057
18058 * lib/gdb.exp: Close connection to remote host if gdb doesn't
18059 initialize.
18060 (default_gdb_init): New procedure; allow gdb_init to be overridden
18061 by a target configuration file.
18062 (gdb_expect): Pass the timeout to remote_expect.
18063
18064 * config/monitor.exp(gdb_load): Fix typo in regexp.
18065
18066 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
18067
18068 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
18069
18070 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
18071
18072 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
18073 here. Call gdb_target_exec before rebooting the target, to make
18074 sure the connection to the target is closed.
18075 (gdb_load): Pass the name of the executable to gdb_target_monitor.
18076 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
18077 Also detect "Timeout reading from remote" error.
18078
18079 * config/gdbserver.exp: Pass the executable being loaded to
18080 gdb_target_monitor. Don't call gdb_file_cmd here; let
18081 gdb_target_monitor do it.
18082
18083 * gdb.disasm/hppa.exp: Don't use exec_output.
18084
18085 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
18086
18087 * gdb.base/list.exp: If we're debugging a non-native target,
18088 try to set the pc register to point to the start of the
18089 program before doing the first list command.
18090
18091 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
18092 test_calls after restarting.
18093
18094 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
18095 reloading.
18096
18097 * gdb.base/watchpoint.exp: Fix typo.
18098
18099 * gdb.base/setshow.exp: Check for use_gdb_stub.
18100
18101 * gdb.base/break.exp: Fix continue until exit test for the gdb
18102 stub case.
18103 * gdb.base/langs.exp: Ditto.
18104
18105 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
18106 gdb_load_offset. If we weren't given a file to load, figure out
18107 what the current file is and use it.
18108
18109 * config/i386-bozo.exp: New file.
18110
18111 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
18112
18113 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
18114 feature.
18115
18116 * config/proelf.exp: New entry.
18117
18118 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
18119
18120 * lib/gdb.exp: Remove spurious .* patterns at the beginning
18121 of regexps.
18122
18123 * gdb.base/watchpoint.exp: Don't run the test_stepping
18124 tests if gdb can't call functions on the target.
18125
18126 * gdb.base/setshow.exp: Don't run the set prompt tests if
18127 the board has gdb_prompt set.
18128
18129 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
18130
18131 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
18132 * gdb.base/commands.exp: Likewise.
18133 * gdb.base/setshow.exp: Likewise.
18134
18135 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
18136
18137 * config/monitor.exp(gdb_start): Look for gdb_prompt target
18138 feature.
18139
18140 * config/i960.exp: New file.
18141
18142 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
18143
18144 * gdb.base/funcargs.exp: Check for gdb,short_int target
18145 feature instead of looking for explicit target triplets.
18146
18147 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
18148
18149 * gdb.base/printcmds.exp: add a couple more tests a la
18150 "p 123DEADBEEF", to check parse_number.
18151 * top.c: change "to enable to enable" to "to enable" in a couple
18152 of help strings.
18153
18154 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
18155
18156 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
18157 on the mn10300.
18158
18159 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
18160
18161 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
18162 where the test executable is run with explicit args.
18163 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
18164
18165 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
18166
18167 * gdb.base/run.c: Use FAKEARGV to build test executable that
18168 does not require a command line arg, since most simulators
18169 don't currently support passing such an arg into the simulated
18170 program.
18171 * gdb.base/commands.exp: Change tests to insert the proper
18172 value as the arg to the first recursive factorial call. Change
18173 compilation line to define FAKEARGV at compile time.
18174
18175 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
18176
18177 * gdb.base/recurse.exp: Enable these tests for the mn10300.
18178 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
18179 function with watchpoint enabled" test.
18180
18181 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
18182
18183 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
18184 Don't call gdb_test when the command doesn't return to a gdb prompt.
18185
18186 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
18187 "Tests restarted" messages.
18188
18189 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
18190
18191 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
18192
18193 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
18194
18195 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
18196 for INFO SYMBOL; add help tests for OVERLAY commands.
18197 * gdb.base/default.exp: add tests for INFO SYMBOL command;
18198 add tests for OVERLAY commands
18199 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
18200 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
18201 * gdb.base/sigall.c: add usestubs code frag
18202 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
18203
18204 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
18205
18206 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
18207 failures.
18208 (gdb_stop_suppressing_tests): Note that tests have restarted.
18209
18210 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
18211
18212 * config/h8300.exp: New file.
18213
18214 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
18215
18216 * gdb.base/setshow.exp: Check for the existence of a
18217 feature, not its value.
18218
18219 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
18220
18221 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
18222
18223 * gdb.base/scope.exp: It's now init0(), not init().
18224
18225 * gdb.base/scope0.c: For now, change init() to be init0().
18226
18227 * config/monitor.exp: Use gdb_serial in preference to serial
18228 or netport.
18229
18230 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
18231 and it's not already set.
18232
18233 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
18234
18235 * gdb.base/setshow.exp: Only test the run command if the target
18236 isn't using a stub and if it supports argument passing.
18237
18238 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
18239
18240 * config/udi.exp(gdb_start): Make sure UDICONF is set
18241 properly before starting gdb.
18242
18243 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
18244
18245 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
18246 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
18247 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
18248
18249 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
18250
18251 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
18252 specialized code to reboot the board, use remote_reboot instead.
18253
18254 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
18255
18256 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
18257
18258 * config/monitor.exp: Make sure we disconnect from the target.
18259 Also, try a reboot/reload cycle instead of failing if the
18260 load fails.
18261
18262 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
18263
18264 * gdb.base/default.exp: Don't set match_max.
18265 * gdb.base/help.exp: Ditto.
18266 * gdb.base/list.exp: Ditto.
18267 * gdb.base/signals.exp: Ditto.
18268
18269 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
18270 set, use remote_ld to download the testcase instead of
18271 the GDB loader.
18272
18273 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
18274
18275 * config/vr5000.exp: New file.
18276
18277 * config/monitor.exp(gdb_target_monitor): Add pattern for
18278 "Ending remote" to detect errors in connecting.
18279
18280 * gdb.base/setshow.exp: Add .* within auto language test.
18281
18282 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
18283 target feature.
18284
18285 * config/monitor.exp(gdb_load): Check for a failure when loading,
18286 and reboot the board if necessary.
18287
18288 * gdb.base/setvar.exp(test_set): Handle multiple prints within
18289 a set of tests. Remove print.* from the patterns being checked.
18290
18291 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
18292
18293 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
18294 refer to gdb_spawn_id.
18295
18296 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
18297 longer used.
18298 * config/sparclet.exp: Ditto.
18299 * config/sparclet-old.exp: Ditto.
18300 * config/slite.exp: Ditto.
18301 * config/sim.exp: Ditto.
18302 * gdb.base/funcargs.exp: Ditto.
18303
18304 * lib/gdb.exp:Remove references to gdb_spawn_id.
18305 (gdb_expect): Move to remote.exp.
18306
18307 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
18308
18309 * config/monitor.exp: Detect the "Couldn't establish connection"
18310 message from GDB.
18311
18312 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
18313
18314 * gdb.base/bitfields.exp: Use runto instead of explicit
18315 gdb_run_cmd/gdb_expect sequences.
18316
18317 * gdb.base/break.exp(text_next_with_recursion): Add match for
18318 gdb_expect call.
18319
18320 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
18321 We also need to handle the "A program is being debugged already"
18322 prompt from gdb. Use gdb_test to set the baud rate.
18323
18324 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
18325 to 20000. Really. I mean it.
18326
18327 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
18328
18329 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
18330 fails. If suppress_flag is set, skip perror message about not
18331 being able to send to GDB.
18332 (send_gdb): If suppress_flag is set, don't try to send commands to
18333 GDB.
18334 (gdb_expect): If suppress_flag is set, always fail immediately.
18335 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
18336 (gdb_init): Call gdb_stop_suppressing_tests.
18337 (default_gdb_exit): Ditto.
18338 (default_gdb_start): Ditto.
18339
18340 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
18341 gdb_stop_suppressing_tests as appropriate.
18342 * gdb.base/break.exp: Ditto.
18343 * gdb.base/callfuncs.exp: Ditto.
18344 * gdb.base/commands.exp: Ditto.
18345 * gdb.base/exprs.exp: Ditto.
18346 * gdb.base/funcargs.exp: Ditto.
18347 * gdb.base/list.exp: Ditto.
18348 * gdb.base/recurse.exp: Ditto.
18349 * gdb.base/scope.exp: Ditto.
18350 * gdb.base/structs.exp: Ditto.
18351 * gdb.c++/inherit.exp: Ditto.
18352
18353 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
18354
18355 * config/vr4300.exp: New file.
18356
18357 * gdb.*/*.exp: Call gdb_expect instead of expect.
18358
18359 * lib/gdb.exp(gdb_expect): New function.
18360
18361 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
18362
18363 * lib/gdb.exp(gdb_init): New function.
18364
18365 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
18366 for each individual variable set.
18367
18368 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
18369 name.
18370
18371 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
18372
18373 * gdb.base/scope.exp: Use gdb_test.
18374
18375 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
18376 aborting; the testsuite driver will do that for us (see
18377 gdb_finish). Also, use gdb_test in a few more places.
18378
18379 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
18380
18381 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
18382
18383 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
18384
18385 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
18386 and "add_tests" are not at the same address.
18387
18388 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
18389
18390 * gdb.base/ptype.exp: Use gdb_test.
18391
18392 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
18393
18394 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
18395 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
18396 left in. No longer expect them to fail.
18397
18398 * gdb.stabs/*.mt; Deleted, no longer used.
18399 * gdb.stabs/configure.in: Remove references to target makefile
18400 frags.
18401 * gdb.stabs/configure: Rebuilt.
18402
18403 * gdb.disasm/*.mt: Deleted, no longer used.
18404 * gdb.disasm/configure.in: Remove references to target makefile
18405 frags. Use "sh3.s" as the unique filename for this directory.
18406 * gdb.disasm/configure: Rebuilt.
18407
18408 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
18409 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
18410 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
18411
18412 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
18413
18414 * config/udi.exp: Use mondfe,name instead of remote_host.
18415
18416 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
18417
18418 * gdb.base/watchpoint.exp: Don't expect a failure when calling
18419 a function with a watchpoint enabled on the mn10200.
18420
18421 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
18422 before trying to create it!
18423
18424 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
18425
18426 * config/vx.exp: Use hostname instead of netport.
18427
18428 * config/vxworks.exp: New file.
18429
18430 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
18431
18432 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
18433 gdb before assuming everything worked. Send a ^C if a timeout
18434 occurs.
18435
18436 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
18437 $gdb_spawn_id directly.
18438 (gdb_run_cmd): Try _start as well as start. Use the target feature
18439 gdb,start_symbol as the symbol to start from when jumping.
18440
18441 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
18442
18443 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
18444 redundant) test.
18445
18446 * gdb.base/recurse.exp: Relax final value test for 'b' so that
18447 it doesn't lose for 16bit integer systems.
18448
18449 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
18450
18451 * gdb.fortran/types.exp: If the target doesn't support "double"
18452 data types, then expect "real" types to only be 4 bytes.
18453
18454 * gdb.c++/virtfunc.exp: Expect failure for virtual function
18455 call tests if the target doesn't support inferior function calls.
18456
18457 * gdb.base/printcmds.exp: Allow minor deviation in FP values
18458 in printf tests.
18459
18460 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
18461
18462 * gdb.base/help.exp: Disable "help set", "help show", and
18463 "help support". Simplify regexp for "help stack".
18464
18465 * gdb.base/default.exp: Set match_max to 5000 and the timeout
18466 to 60 seconds. Temporarily set match_max to 15000 around the
18467 "info copying" test.
18468
18469 * gdb.base/nodebug.exp: Don't try to do an inferior function
18470 call if the target doesn't support them.
18471 * gdb.base/printcmds.exp: Likewise.
18472 * gdb.base/setvar.exp: Likewise.
18473 * gdb.base/structs.exp: Likewise.
18474 * gdb.c++/templates.exp: Likewise.
18475 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
18476
18477 * gdb.base/recurse.exp: Enable for the mn10200.
18478
18479 * configure.in: Do configure gdb.stabs directory for *-*-elf
18480 targets.
18481 * configure: Rebuilt.
18482
18483 * gdb.base/break.exp: Check for gdb,noresults before testing
18484 exit status and/or results from the target.
18485 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
18486 * lib/gdb.exp: Remove old (now bogus) initialization of
18487 noinferior, noargs, noresults and nosignals.
18488
18489 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
18490
18491 * config/sh.exp: New file.
18492
18493 * config/slite.exp: Try to connect multiple times to the board
18494 before rebooting. Only send a "monitor run" if need_monitor_run
18495 is set.
18496
18497 * gdb.base/break.exp: Don't do the "stub continue" test if
18498 the target has gdb_stub set.
18499
18500 * gdb.base/callfuncs.exp: Increase the timeout.
18501
18502 * gdb.base/interrupt.exp: Don't even try to compile the testcase
18503 if the target has gdb,noinferiorio set.
18504
18505 * gdb.base/list.exp: Increase match_max to 10000 characters.
18506
18507 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
18508
18509 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
18510 target.
18511
18512 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
18513
18514 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
18515
18516 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
18517 trying to delete the copy of gdb. Catch the file delete so we
18518 don't die if the delete fails; also, the file should be copied to
18519 the host, not to the build.
18520
18521 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
18522
18523 * lib/gdb.exp(gdb_test): Surround the result pattern with
18524 parenthesis in case it contains multiple regexps separated
18525 with |.
18526
18527 * gdb.base/watchpoint.exp: Use gdb_test.
18528 * gdb.base/default.exp: Ditto.
18529
18530 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
18531
18532 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
18533
18534 * gdb.base/scope.exp: Use gdb_test.
18535 * gdb.c++/classes.exp: Ditto.
18536 * gdb.c++/inherit.exp: Ditto.
18537
18538 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
18539
18540 * gdb.base/crossload.exp: Don't use execute_anywhere, use
18541 remote_exec instead.
18542 * gdb.base/corefile.exp: Don't be ridiculous.
18543 * gdb.base/*.c: Add missing stub invocations.
18544
18545 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
18546
18547 * config/slite.exp: Miscellaneous fixes.
18548
18549 * lib/gdb.exp: Fix runto.
18550
18551 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
18552 the target.
18553
18554 * gdb.base/watchpoint.exp: Fix regexp.
18555
18556 * lib/gdb.exp(default_gdb_exit): Add a catch to the
18557 close and wait commands, as the descriptor may now be
18558 invalid. Always call "remote_close host".
18559
18560 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
18561
18562 Major rewrite for testsuite revision.
18563
18564 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
18565 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
18566 instead of relying on spawn_id to always contain a valid
18567 spawn id.
18568 (get_compiler_info): New procedure to build the ${binfile}.ci
18569 file, instead of replicating this in N different places.
18570 (gdb_compile): New procedure.
18571
18572 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
18573 appropriate arguments) instead of compile. Use gdb_test in a lot
18574 more places. Use send_gdb instead of send. Always run gdb_start
18575 at the start of a testcase, as this is no longer done magically.
18576
18577 config/*-gdb.exp: Rename without the -gdb suffix.
18578
18579 config/mips.exp: Use remote_close instead of exit_remote_shell.
18580 config/monitor.exp: Use target_info instead of looking at
18581 baud, timeout, etc.
18582 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
18583
18584 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18585
18586 * gdb.c++/templates.exp (test_ptype_of_templates),
18587 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
18588 Update expect patterns for destructors and assignment operators
18589 to match corresponding c-typeprint.c changes.
18590 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
18591 to destructor breakpoint test, GDB should be able to set the
18592 destructor breakpoint without specifying arguments.
18593
18594 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
18595
18596 * gdb.threads/pthreads.exp: Change result for failure to compile due
18597 to lack of pthreads runtime support from an error to simply an
18598 unsupported test, per dejagnu standards.
18599
18600 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18601
18602 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
18603 where GDB exits to reduce pattern match time.
18604 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
18605
18606 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
18607
18608 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
18609
18610 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
18611 * gdb.base/default.exp: ditto.
18612 * gdb.base/nodebug.exp: ditto.
18613 * gdb.base/printcmds.exp: ditto.
18614 * gdb.base/ptype.exp: ditto.
18615 * gdb.base/setvar.exp: ditto.
18616 * gdb.base/structs.exp: ditto.
18617 * gdb.base/setshow.c: Guard against uninitialized values of argc.
18618
18619 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
18620
18621 * configure, */configure: Rebuild with autoconf 2.12.
18622
18623 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
18624
18625 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
18626 use new i*86-pc-linux*-gnu quads.
18627 * gdb.base/corefile.exp: Ditto.
18628 * gdb.base/signals.exp: Ditto.
18629 * gdb.base/sigall.exp: Ditto.
18630 * gdb.base/interrupt.exp: Ditto.
18631
18632 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
18633 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
18634 RedHat 4.0.
18635
18636 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
18637 linux. This allows the test case to at least compile on latest
18638 linux, but still not run due to missing the threads runtime library.
18639
18640 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18641
18642 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
18643 directory to search gdb directory. Accept and step over conditional
18644 stack alignment code. Consume $prompt in failure cases.
18645 Reset timeout to $oldtimeout instead of some arbitrary value.
18646 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
18647 timeout problems with infinite stack backtraces.
18648 * gdb.base/ptype.exp (ptype struct link, union tu_link):
18649 Accept function parameters for linkfunc member.
18650
18651 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
18652
18653 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
18654 (CXXFLAGS): Remove, unreferenced.
18655 (B_OPTIONS): Add for -B options and add code to initialize with
18656 previous -B options and also add -B option to pick up cross compiled
18657 runtime.
18658 (TARGET_INCLUDES): Add for -I options and add code to initialize when
18659 doing cross compiles.
18660 (target_alias): Declare global.
18661 (xgcc): Set variable to full path of gcc in build tree. Use findfile
18662 to verify that gcc exists in build tree, and if so set CC to that
18663 gcc and to use B_OPTIONS and TARGET_INCLUDES.
18664
18665 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
18666
18667 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
18668 ptype test for anonymous union. Fixup testcase to match
18669 current gcc debug output.
18670
18671 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
18672
18673 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
18674 force argument to an unsigned long type.
18675
18676 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
18677
18678 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
18679 tests and anonymous union print/ptype tests.
18680 * gdb.base/list.exp (test_forward-search): Increase timeout by
18681 5 minutes for the "search extremely long line" case.
18682 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
18683 completely optional and that the pass/fail messages use the command as
18684 the message if that third arg is a null string.
18685 (gdb_test_exact): Arrange that a null string pattern means match a
18686 null string output rather than any output, which might include random
18687 errors.
18688 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
18689 backtrace test.
18690 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
18691 always failing and failure is now exposed by gdb.exp changes.
18692
18693 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
18694
18695 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
18696 weren't being noted.
18697
18698 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18699
18700 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
18701 * gdb.stabs/weird.exp: Remove v_comb xfails.
18702
18703 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
18704
18705 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
18706 list.exp scope.exp watchpoint.exp]
18707 Make all timeout error msgs explicitly say "(timeout)".
18708
18709 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
18710
18711 * config/monitor.exp: Increase download timeout to 1000 seconds.
18712
18713 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
18714
18715 * config/m32r.exp: Increase timeout to 120 seconds.
18716
18717 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
18718
18719 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
18720 and accept older ordering as obsolescent gcc or gdb.
18721 * gdb.c++/templates.exp: Ditto.
18722 * gdb.c++/virtfunc.exp: Ditto.
18723
18724 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
18725
18726 * gdb.base/coremaker.c: Add code to mmap some data so we
18727 can check that it ends up in the core file.
18728 * gdb.base/corefile.exp: Add test to read mmapped data
18729 from core file.
18730
18731 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
18732
18733 * config/m32r.exp: New file.
18734
18735 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
18736
18737 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
18738 that cflags can contains -gstabs, and work correctly for other tests.
18739
18740 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
18741
18742 * gdb.base/setshow.exp: New file, tests show and set.
18743 * gdb.base/setshow.c: New file, tests show and set.
18744 * gdb.base/help.exp: Add test for help set|show annotate.
18745 * gdb.base/default.exp: Add test for set|show annotate.
18746
18747 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
18748
18749 * testsuite/gdb.base/break.exp: Make backtrace from factorial
18750 errors unique.
18751 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
18752 explicitly.
18753
18754 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
18755
18756 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
18757 and width commands. This is done elsewhere.
18758 * (gdb_start): Don't call gdb_start_sim here. That's already
18759 done in gdb_load. This fixes lots of failures in default.exp.
18760
18761 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
18762
18763 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
18764 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
18765 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
18766 in the same we we treat other failures (since it may be an expected
18767 condition), rather than as an error.
18768 * gdb.base/signals.exp (test_handle_all_print): Revert back to
18769 old test format.
18770
18771 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
18772
18773 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
18774 (distclean maintainer-clean realclean): No need to remove files
18775 twice. Nuke the duplicates.
18776 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
18777 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
18778 Remove config.h along with other config files.
18779
18780 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
18781
18782 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
18783 "p func1 ()" and note that rests of tests are skipped.
18784 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
18785 setup_xfails for "print func2::coremaker_local".
18786 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
18787 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
18788 affected by the previous run test.
18789 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
18790 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
18791 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
18792 "pass int powerset tuple" and "pass modeless int powerset tuple".
18793 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
18794 "real write 4" and "real write 8".
18795 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
18796 setup_xfails for "print vs1 after tuple assign 2",
18797 "print \$i after tuple assign 2", and
18798 "print vs2 after tuple assign 2".
18799 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
18800 meaningful error message and return -1 so the caller can
18801 suppress further tests and avoid a cascade of errors.
18802
18803 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
18804
18805 * gdb.base/a1-selftest.exp: Tweak tests to account for new
18806 format for printing version.
18807 * gdb.base/default.exp: Ditto.
18808 * gdb.base/interrupt.exp: Fix problem with cascade of
18809 errors if child process dies while calling a function.
18810
18811 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
18812
18813 * Makefile.in (VPATH): Add
18814 * Makefile.in (Makefile, config.status): Fix rules so things get
18815 remade when necessary.
18816
18817 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
18818
18819 * Makefile.in (just-check): Add path to sibling expect dir
18820 to environment variable specified by RPATH_ENVVAR.
18821
18822 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
18823
18824 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
18825 (just-check): Add shared library paths for libstdc++, tk,
18826 tcl, bfd, and opcodes to the environment variable specified
18827 in RPATH_ENVVAR.
18828 * configure.in: Add support to recognize --enable-shared flag
18829 and generate correct value for RPATH_ENVVAR.
18830 * configure: Regenerated with autoconf.
18831
18832 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
18833
18834 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
18835 include all osf versions.
18836 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
18837 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
18838 when target is linux. When failing to build pthreads test
18839 executable, give more meaningful message.
18840 * gdb.threads/pthreads.c: Hpux also uses old definition of second
18841 arg for pthread_create.
18842
18843 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
18844
18845 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
18846 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
18847 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
18848 and -lpthreads (everybody else).
18849 (test_startup): Fail gracefully if threads are not supported.
18850 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
18851 "p/c array_index("abcdef",2)" when not gcc compiled.
18852 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
18853 "print func2::coremaker_local" when not gcc compiled.
18854 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
18855 "ptype on opaque struct tagname (statically)",
18856 "ptype on opaque struct tagname (dynamically) 1", and
18857 "ptype on opaque struct tagname (dynamically) 2"
18858 for not compiled with gcc.
18859 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
18860 backtrace when compiled with gcc.
18861 * lib/gdb.exp (runto_main): Return result of "runto main" rather
18862 than always return success.
18863
18864 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
18865
18866 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
18867
18868 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
18869
18870 * gdb.base/structs.exp: Undo last change.
18871
18872 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
18873
18874 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
18875 encapsulate all the steps/nexts done during self test, starting
18876 at main, and makes them less sensitive to optimization issues.
18877 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
18878 signal handler" test.
18879 * gdb.threads/pthreads.exp: Only run this for native configs.
18880 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
18881 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
18882 tests.
18883 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
18884 for "runto test_calls(void)" test.
18885
18886 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
18887
18888 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
18889 and don't expect address info in breakpoint confirmations.
18890
18891 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
18892
18893 * gdb.base/list.exp (test_forward_search): Increase timeout
18894 temporarily by 60 seconds for searching extremely long line,
18895 and then reset to old value when done. Increase expect input
18896 buffer to 10000.
18897
18898 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
18899
18900 * gdb.base/list.exp (test_forward_search): Fix to handle very
18901 long source line without overflowing expect's input buffer.
18902
18903 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
18904
18905 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
18906 "buffer_full".
18907
18908 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
18909 "buffer_full".
18910
18911 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
18912 "buffer_full".
18913
18914 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
18915 "buffer_full".
18916
18917 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
18918
18919 * configure.in (configdirs): Add gdb.threads.
18920 * configure: Regenerated with autoconf.
18921 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
18922 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
18923 * gdb.threads/configure: New, generated with autoconf.
18924
18925 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
18926
18927 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
18928
18929 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
18930
18931 * gdb.base/signals.exp (test_handle_all_print): Test separately for
18932 each signal's status in the output of "handle all print".
18933 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
18934 the \r\n sequence that immediately precedes the gdb prompt.
18935 * gdb.base/a1-selftest.exp: Save original timeout and restore
18936 after test.
18937
18938 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
18939
18940 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
18941 symbol.
18942
18943 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18944
18945 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
18946
18947 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
18948
18949 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
18950 timeout by 60 seconds.
18951
18952 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
18953
18954 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
18955 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
18956 error return.
18957
18958 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
18959
18960 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
18961 gdb initialization, also report how long dejagnu waited. Restore
18962 old timeout before doing error return. Temporarily increase timeout
18963 by 3 minutes to allow for slow startups over heavy NFS use.
18964
18965 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
18966
18967 * lib/gdb.exp: Report timeout value for verbosity level 2.
18968 * config/gdbserver.exp: Ditto.
18969 * config/hppro.exp: Ditto.
18970 * config/mips-gdb.exp: Ditto.
18971 * config/monitor.exp: Ditto.
18972 * config/netware.exp: Ditto.
18973 * config/sim-gdb.exp: Ditto.
18974 * config/slite-gdb.exp: Ditto.
18975 * config/udi-gdb.exp: Ditto.
18976 * config/unix-gdb.exp: Ditto.
18977 * config/vx-gdb.exp: Ditto.
18978 * gdb.base/a1-selftest.exp: Ditto.
18979 * gdb.base/a2-run.exp: Ditto.
18980 * gdb.base/break.exp: Ditto.
18981 * gdb.base/corefile.exp: Ditto.
18982 * gdb.base/list.exp: Ditto.
18983 * gdb.base/recurse.exp: Ditto.
18984 * gdb.base/scope.exp: Ditto.
18985 * gdb.base/signals.exp: Ditto.
18986
18987 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18988
18989 * gdb.threads/Makefile.in (docdir): Removed.
18990
18991 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18992
18993 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
18994 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
18995 @srcdir@.
18996 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
18997 autoconf 2.5 or higher.
18998 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
18999
19000 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
19001
19002 * configure: Regenerated.
19003 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
19004 avoid name clashes with SunOS headers.
19005
19006 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
19007
19008 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
19009
19010 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
19011
19012 * gdb.base/callfuncs.exp: Finish last change -- make sure the
19013 prototype information ends up in the compiler info file.
19014
19015 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
19016
19017 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
19018 attempting to regenerate it. Eliminate use of a temporary file
19019 and just generate the info file directly. Source it immediately,
19020 for consistency of use.
19021 * gdb.base/corefile.exp: Ditto
19022 * gdb.base/exprs.exp: Ditto.
19023 * gdb.base/funcargs.exp: Ditto.
19024 * gdb.base/langs.exp: Ditto.
19025 * gdb.base/list.exp: Ditto.
19026 * gdb.base/mips_pro.exp: Ditto.
19027 * gdb.base/nodebug.exp: Ditto.
19028 * gdb.base/opaque.exp: Ditto.
19029 * gdb.base/ptype.exp: Ditto.
19030 * gdb.base/scope.exp: Ditto.
19031 * gdb.base/setvar.exp: Ditto.
19032 * gdb.base/signals.exp: Ditto.
19033 * gdb.base/whatis.exp: Ditto.
19034 * gdb.c++/templates.exp: Ditto.
19035 * gdb.c++/virtfunc.exp: Ditto.
19036 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
19037 whether or not to add -lstdc++ to the compile command line args.
19038
19039 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19040
19041 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
19042 it got fixed by the recent lookup_minimal_symbol_by_pc change.
19043 Increase timeout, a lot of single stepping might be needed if the
19044 target has no hardware watchpoints.
19045
19046 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
19047
19048 * gdb.base/break.exp: Ignore compiler warnings when compiling
19049 break.c.
19050 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
19051 * gdb.base/default.exp: Add h8300 xfails. Handle messages
19052 from remote-sim.
19053 * gdb.base/exprs.exp: Add h8300 xfails.
19054 * gdb.base/funcargs.exp: Likewise.
19055 * gdb.base/nodebug.exp: Likewise.
19056 * gdb.base/printcmds.exp: Likewise.
19057 * gdb.base/ptype.exp: Likewise.
19058 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
19059 h8300 xfails.
19060 * gdb.base/return.exp: Handle float/double precision problems
19061 on the h8300.
19062 * gdb.base/funcargs.c: Explicitly make last constant argument to
19063 call_after_alloca_subr an unsigned long type.
19064 * gdb.base/return.c: Include stdio.h.
19065
19066 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
19067
19068 * config/abug.exp: New file for the older Motorola Bug monitor
19069 that runs on the mvme13x series VME boards.
19070 * config/monitor.exp: Use the new config array for target settings
19071 if they exist.
19072
19073 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
19074
19075 * sim-gdb.exp: Make the SH simulator allocate less space when
19076 it is targeted.
19077
19078 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
19079
19080 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
19081 test.
19082
19083 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
19084
19085 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
19086 "rs6000-*-*" for "list function in include file" when gcc compiled.
19087 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
19088 for "p ctable1[120]".
19089 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
19090 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
19091 Remove setup_xfail for "rs6000-*-*" for
19092 "print 'scope0.c'::filelocal before run".
19093 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
19094 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
19095 since some compilers don't allow both options to be given
19096 on the same command line. Create object file and move it.
19097
19098 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
19099
19100 * gdb.base/corefile.exp: Always regenerate the core file, since
19101 we always regenerate the coremaker program. Detect special case
19102 where registers cannot be read from core file.
19103
19104 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
19105
19106 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
19107 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
19108 * gdb.c++/templates.exp: Only match on basename of file since
19109 some formats like xcoff don't encode directory information.
19110 * gdb.stabs/weird.exp: Use the right sed script for powerpc
19111 and rs6000 AIX xcoff targets.
19112 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
19113 * configure: Regenerate.
19114 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
19115 here, rather than in distclean.
19116
19117 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
19118
19119 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
19120 defined, and use it to compile the test case with -O2. The
19121 native compilation still uses no optimization.
19122 * gdb.base/mips_pro.c: Remove inline assembly code since
19123 it is compiled PIC by default, which results in assembler
19124 warnings that make the testsuite think the compilation
19125 was unsuccessful.
19126
19127 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
19128
19129 * gdb.c++/misc.exp: Add note to message for
19130 "print s.a for foo struct" that this is a known gcc 2.7.2
19131 and earlier bug.
19132
19133 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
19134
19135 * gdb.base/break.exp: Fix pattern for matching "Delete all
19136 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
19137 setup_xfail for deleting all breakpoints test. Fix various
19138 timeout messages to include "(timeout)".
19139 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
19140 for "p t_float_values2(3.14159,float_val2)".
19141 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
19142 for "continue to call2g" when gcc compiled.
19143 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
19144 "up to foo in langs.exp", "show language at foo in langs.exp",
19145 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
19146 and "show language at fsub in langs.exp".
19147 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
19148 "list line 1 in include file", "list message for lines past EOF",
19149 "list function in include file", "list list0.h:foo", and
19150 "list filename:function; nonexistant function".
19151 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
19152 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
19153 and "ptype t_char_array" to be for native cc only.
19154
19155 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
19156
19157 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
19158 setup_xfail for "print coremaker_bss", "print coremaker_ro",
19159 "print func2::coremaker_local", and "backtrace in corefile.exp".
19160
19161 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
19162
19163 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
19164 "bt in signals.exp". This problem only appears when running
19165 the testsuite, and then only intermittently.
19166
19167 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
19168
19169 * gdb.base/return.exp (return_tests): Differentiate between
19170 two tests of continuing.
19171
19172 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
19173
19174 * */Makefile.in (maintainer-clean): Remove config.log.
19175 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
19176 * gdb.c++/Makefile.in (PROGS): Add inherit.
19177 (clean): Remove *.ci.
19178
19179 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
19180
19181 * gdb.c++/misc.cc: Add test code from Mike Stump.
19182 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
19183
19184 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
19185
19186 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
19187 to "alpha-*-osf2*" and add comment.
19188 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
19189 setup_xfail for "step over execarg initialization" and
19190 "step over corearg initialization".
19191 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
19192 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
19193 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
19194 gcc compiled for "print coremaker_bss", "print coremaker_ro",
19195 "print func2::coremaker_local", and "backtrace in corefile.exp".
19196 * gdb.base/signals.exp: Build and source signals.ci.
19197 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
19198 to be for gcc only.
19199 * lib/gdb.exp: Move verbose statements outside conditionals.
19200
19201 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19202
19203 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
19204 Feb 3 procfs.c change.
19205
19206 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
19207
19208 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
19209
19210 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
19211
19212 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
19213 from dejagnu's apparent default of 10 seconds, which gives random
19214 results when running the tests over NFS on moderately loaded systems.
19215 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
19216
19217 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
19218
19219 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
19220 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
19221 result reports.
19222
19223 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
19224
19225 * configure.in (CY_AC_PATH_TCLH): Remove.
19226 * configure: Regenerate.
19227
19228 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
19229
19230 * gdb.c++/Makefile.in (clean): Add missing '{'.
19231
19232 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
19233
19234 * lib/gdb.exp: Provide a default value for noinferior.
19235
19236 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
19237 Load libgloss.exp.
19238
19239 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
19240
19241 * gdb.disasm/hppa.exp: Compile directly into an executable, use
19242 the executable, not the .o to run the tests from.
19243
19244 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
19245
19246 * gdb.base/break.exp: Don't test for program exit or exit status
19247 if $noresults if nonzero.
19248 * gdb.base/langs.exp: Likewise.
19249 * gdb.base/watchpoint.exp: Likewise.
19250
19251 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
19252 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
19253 trying to compile the testcase.
19254
19255 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
19256
19257 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
19258 * gdb.base/signals.exp (continue to handler): Likewise.
19259
19260 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
19261
19262 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
19263
19264 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
19265
19266 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
19267
19268 * gdb.base/corefile.exp: Recognize "not found" as failure
19269 when trying to determine if a core file was generated.
19270 If no core file was generate the first time, try again without
19271 the ulimit -c to work around braindamaged shells.
19272
19273 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
19274
19275 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
19276 [] tests with "test" and enclose string in quotes.
19277 * gdb.stabs/configure: Rebuild
19278
19279 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
19280
19281 Changes in sync with expect:
19282 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
19283 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
19284 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
19285 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
19286 argument to AC_REQUIRE.
19287 * configure: Regenerated.
19288
19289 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
19290
19291 * gdb.base/corefile.exp: When generating a core, discard any
19292 error messages about ulimit not found and the "core dumped"
19293 message from the shell that runs the coredumper.
19294
19295 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
19296
19297 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
19298
19299 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
19300 which sed script to run. Expect failure for v_comb test
19301 on PA targets too.
19302
19303 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
19304
19305 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
19306 "print func2::coremaker_local" and for "backtrace in corefile.exp"
19307
19308 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
19309
19310 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
19311 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
19312 "sparc-sun-solaris*" xfails for "p v_comb".
19313 * lib/gdb.exp (default_gdb_start): Fix typo.
19314 * gdb.base/corefile.exp: Allow "Core was generated by ..."
19315 messages to not include the full program name that caused
19316 the core dump since some systems (such as solaris) apparently
19317 truncate this path to about 80 characters.
19318 When generating a core file first try increasing the core file
19319 size limit to unlimited since some systems may default it to
19320 zero, and it is harmless to try it. Move the test for failing
19321 to generate a core file to where it will actually get executed.
19322 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
19323 new gdb result from g++ debug info improvements and make old
19324 pattern obsolescent. Also account for size_t differences
19325 (may be int or long).
19326 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
19327 initialization before function call is placed in the delay slot
19328 and thus appears to be skipped over by commands such as "next".
19329
19330 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
19331
19332 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
19333
19334 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
19335
19336 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
19337 input source file; fix code to compile test to deal with this
19338 convention.
19339 * gdb.c++/*.exp: Likewise.
19340
19341 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
19342
19343 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
19344 "bt in signals.exp".
19345
19346 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
19347
19348 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
19349 "step over execarg initialization" and
19350 "step over corearg initialization".
19351
19352 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
19353
19354 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
19355 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
19356
19357 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
19358
19359 From Rob Savoye (rob@poseidon.cygnus.com)
19360 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
19361 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
19362 configure.in}, gdb.disasm/{Makefile.in, configure.in},
19363 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
19364 configure.in}: Major reworking for autoconfig.
19365 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
19366 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
19367 New files.
19368 * config/unix-gdb.exp: Make GDB global.
19369 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
19370 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
19371 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
19372 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
19373 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
19374 term.exp, twice.exp, watchpoint.exp, whatis.exp},
19375 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
19376 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
19377 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
19378 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
19379 pr-8136.exp, result.exp, string.exp, tuples.exp},
19380 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
19381 to returns as necessary, arrange for test to compile own testcase
19382 executable.
19383 * lib/gdb.exp: Changes for testsuite to compile own test cases.
19384
19385 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
19386
19387 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
19388 clear_xfail at end of test which might not call either pass or fail.
19389 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
19390 "backtrace through signal handler".
19391
19392 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19393
19394 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
19395 continuing from a job control stop signal.
19396 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
19397
19398 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
19399
19400 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
19401 * gdb.base/corefile.exp: Likewise.
19402 * gdb.base/funcargs.exp: Likewise.
19403
19404 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
19405
19406 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
19407 * config/monitor.exp: Add support for setting baud rate.
19408
19409 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
19410
19411 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
19412 i*86-*-linux* xfails for "backtrace through signal handler".
19413 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
19414 "print func2::coremaker_local".
19415 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
19416 alpha-dec-osf2* xfail for
19417 "delete all breakpoints when none".
19418
19419 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
19420
19421 * gdb.base/break.exp: Change test that deletes all breakpoints
19422 when no user breakpoints are installed. A post 4.15 change
19423 causes gdb to no longer prompt in this case.
19424
19425 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
19426
19427 * gdb.base/return.exp (return_tests): Change xfail for test
19428 "correct value returned double test" to stop xfailing at
19429 Solaris 2.5. Apparently the bug has been fixed.
19430
19431 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
19432
19433 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
19434 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
19435
19436 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
19437
19438 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
19439 * gdb.disasm/hppa.s: Corresponding changes.
19440
19441 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
19442
19443 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
19444 makefile fragment.
19445 * config/mt-hpux: Deleted.
19446
19447 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
19448
19449 * Many files: When warning about suppressed tests due to a
19450 nonexistant test binary, avoid incrementing the warning count.
19451
19452 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
19453
19454 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
19455
19456 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19457
19458 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
19459 "sparc-*-solaris2*".
19460
19461 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19462
19463 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
19464 Add global and local variables and initialize them.
19465 * gdb.base/corefile.exp: Test correct mapping of corefile sections
19466 by printing variables. Remove rs6000 and powerpc xfails, BFD now
19467 extracts the file name and terminating signal from the core file.
19468 * TODO: Remove note about tests for correct mapping of corefile.
19469 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
19470 from optimizing it away.
19471 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
19472 handles common blocks.
19473
19474 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
19475
19476 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
19477 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
19478
19479 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
19480
19481 * Makefile.in (maintainer-clean): New target, synonym for
19482 realclean.
19483 * gdb.base/Makefile.in (maintainer-clean): Likewise.
19484 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
19485 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
19486 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
19487 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
19488 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
19489
19490 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
19491
19492 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
19493 xfails when not gcc compiled for "print foo::funclocal".
19494 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
19495 "print foo::funclocal at foo",
19496 "print 'scope1.c'::foo::funclocal at foo",
19497 "print foo::funclocal_bss at foo",
19498 "print 'scope1.c'::foo::funclocal_bss at foo",
19499 "print foo::funclocal_ro at foo",
19500 "print 'scope1.c'::foo::funclocal_ro at foo",
19501 "print bar::funclocal at foo" and
19502 "print 'scope1.c'::bar::funclocal at foo".
19503 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
19504 gcc compiled for "print foo::funclocal at bar".
19505 Expand all messages to ensure that they identify that
19506 the test is at bar().
19507 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
19508 gcc compiled for:
19509 "ptype on opaque struct pointer (statically)",
19510 "ptype on opaque struct tagname (statically)",
19511 "ptype on opaque struct pointer (dynamically) 1",
19512 "ptype on opaque struct tagname (dynamically) 1",
19513 "ptype on opaque struct pointer (dynamically) 2" and
19514 "ptype on opaque struct tagname (dynamically) 2
19515 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
19516 gcc compiled for:
19517 "p datalocal"
19518 "whatis datalocal",
19519 "ptype datalocal",
19520 "p bsslocal",
19521 "whatis bsslocal", and
19522 "ptype bsslocal".
19523 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
19524 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
19525 when not gcc compiled.
19526 * gdb.base/funcargs.exp (float_and_integral_args): Add
19527 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
19528 compiled.
19529 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
19530 "backtrace from call6a" when not gcc compiled.
19531 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
19532 "backtrace from call7a" when not gcc compiled.
19533 * gdb.base/callfuncs.exp (do_function_calls):
19534 Add "hppa*-*-hpux*" xfail when not gcc compiled for
19535 "p t_char_array_values(char_array_val2,char_array_val1)",
19536 "p t_char_array_values(char_array_val1,char_array_val2)",
19537 "p t_char_array_values("carray 1","carray 2")",
19538 "p t_char_array_values("carray 1",char_array_val2)",
19539 "p t_char_array_values(char_array_val1,"carray 2")",
19540 "p sum_args(1,{2})",
19541 "p sum_args(2,{2,3})",
19542 "p sum_args(3,{2,3,4})",
19543 "p sum_args(4,{2,3,4,5})"
19544 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
19545 "backtrace in corefile.exp" when not gcc compiled.
19546
19547 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19548
19549 * gdb.base/signals.exp: Rewrite `handle all print' test as
19550 a procedure. Accept blanks or TABs as whitespace, increase
19551 timeout and expect input buffer size for the large output
19552 from the command. Remove "i*86-*-bsdi2.0" xfail.
19553
19554 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19555
19556 * gdb.base/setvar.exp: Add new testcases for truncation when
19557 assigning invalid values to bitfields.
19558
19559 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
19560
19561 * gdb.base/callfuncs.exp (do_function_calls): Remove
19562 mips-sgi-irix* xfail for
19563 "call inferior func with struct - returns char *"
19564 and fix test so that an optional (unsigned char *) cast is
19565 accepted in the result.
19566
19567 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
19568
19569 * gdb.base/funcargs.exp (float_and_integral_args): Remove
19570 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19571 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
19572 * gdb.base/signals.exp: Remove duplicate "handle all print" test
19573 that accidentally got checked in.
19574
19575 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
19576
19577 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
19578 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
19579 compiled test.
19580 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
19581 Add mips-sgi-irix5* xfail for not gcc compiled.
19582 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
19583 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
19584 "p top", "whatis top", "p middle", and "whatis middle".
19585 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
19586 "whatis signed char" for not gcc compiled.
19587 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
19588 "set variable signed char=-1 (-1)" and
19589 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
19590 * gdb.base/funcargs.exp (float_and_integral_args):
19591 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
19592 Add mips-sgi-irix* xfail when not gcc compiled for
19593 "continue to call2b".
19594 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
19595 "continue to call2g".
19596 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
19597 "backtrace from call6a"
19598 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
19599 "backtrace from call7k".
19600 Add mips-sgi-irix5* xfail when not gcc compiled for
19601 "backtrace from call7a".
19602 (localvars_after_alloca): Fix gdb_test cmds for
19603 "print * after runto ...".
19604 Remove rs6000-*-* xfails for
19605 "print i after runto localvars_after_alloca" and
19606 "print l after runto localvars_after_alloca"
19607 for all compilers.
19608 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
19609 when not compiled with gcc, for:
19610 "print signed char == (minus)",
19611 "print signed char != (minus)",
19612 "print signed char < (minus)",
19613 "print signed char > (minus)".
19614 * gdb.base/callfuncs.exp (do_function_calls):
19615 Add mips-sgi-irix* xfail, when compiled with native compiler, for
19616 "call inferior func with struct - returns char *".
19617 * gdb.base/return.exp (return_tests): Change xfail for
19618 "correct value returned double test" to include Solaris 2.4.
19619 * gdb.base/funcargs.exp (float_and_integral_args):
19620 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
19621
19622 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19623
19624 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
19625 enumeration bitfields if compiling with GNU C.
19626 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
19627 to empty' prompt.
19628
19629 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
19630
19631 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
19632 test for PRO targets.
19633
19634 * gdb.base/funcargs.exp: Avoid ever setting more than 8
19635 breakpoints in the inferior at any given time by making
19636 two groups of breakpoints for call2*, call6* and call7*
19637 tests.
19638
19639 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19640
19641 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
19642 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
19643 from optimizing it away.
19644 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
19645 "call inferior func with struct".
19646
19647 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
19648
19649 * configure.in: Only configure gdb.chill for particular targets.
19650
19651 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
19652
19653 * gdb.base/Makefile.in: Add action to .c.o transformation
19654 rule that generates a .ci file for each .o file and remove
19655 explicit .c.o rules except for callfuncs.o.
19656 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
19657 generates a .ci file for each .o file and remove explicit
19658 .cc.o rules.
19659 (clean): Remove *.tmp *.ci files.
19660 (EXECUTABLES): Remove templ-info.exp.
19661 * gdb.base/compiler.c: New file.
19662 * gdb.c++/compiler.cc: New file
19663 * gdb.base/scope.exp: Source gdb.base/scope.ci.
19664 Change rs6000-*-* xfail for
19665 "print 'scope0.c'::filelocal_ro" and
19666 "print 'scope1.c'::filelocal" and
19667 "print 'scope1.c'::filelocal_bss" and
19668 "print 'scope1.c'::filelocal_ro" and
19669 "print 'scope1.c'::foo::funclocal" and
19670 "print 'scope1.c'::foo::funclocal_ro" and
19671 "print 'scope1.c'::bar::funclocal" and
19672 "print 'scope0.c'::filelocal_ro" and
19673 "print 'scope1.c'::filelocal at foo" and
19674 "print 'scope1.c'::filelocal_bss at foo" and
19675 "print 'scope1.c'::filelocal_ro at foo" and
19676 "print 'scope1.c'::foo::funclocal at foo" and
19677 "print 'scope1.c'::foo::funclocal_bss at foo" and
19678 "print 'scope1.c'::foo::funclocal_ro at foo" and
19679 "print 'scope1.c'::bar::funclocal at foo" and
19680 "print 'scope0.c'::filelocal_ro" and
19681 "print 'scope1.c'::filelocal" and
19682 "print 'scope1.c'::filelocal_bss" and
19683 "print 'scope1.c'::filelocal_ro" and
19684 "print 'scope1.c'::foo::funclocal" and
19685 "print 'scope1.c'::foo::funclocal_bss" and
19686 "print 'scope1.c'::foo::funclocal_ro" and
19687 "print 'scope1.c'::bar::funclocal" and
19688 "print 'scope1.c'::bar::funclocal_bss"
19689 to only be xfail'd when not compiled with gcc.
19690 Add rs6000-*-* xfail for
19691 "print 'scope0.c'::filelocal_bss before run"
19692 when compiled with gcc.
19693 (test_at_main): Add rs6000-*-* xfail for
19694 "print filelocal_ro in test_at_main"
19695 when compiled with gcc.
19696 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
19697 Add rs6000-*-aix* xfail for
19698 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
19699 "ptype t_char_array", not compiled with gcc.
19700 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
19701 xfail for "list foo (in include file)" when gcc compiled.
19702 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
19703 (integral_args): Add rs6000-*-* xfail for
19704 "run to call0a" if not compiled with gcc.
19705 (unsigned_integral_args): Add rs6000-*-* xfail for
19706 "run to call1a" if not compiled with gcc.
19707 (float_and_integral_args): Add rs6000-*-* xfail for
19708 "run to call2a" if not compiled with gcc and for
19709 "continue to call2b" for any compiler.
19710 Add rs6000-*-* xfail to
19711 "print f1 after run to call2a" for gcc compiled.
19712 (discard_and_shuffle): Add rs6000-*-* xfail for
19713 "run to call6a".
19714 (shuffle_round_robin): Add rs6000-*-* xfail for
19715 "backtrace from call7a" if not compiled with gcc.
19716 Add rs6000-*-* xfail for
19717 "backtrace from call7b" if compiled with gcc.
19718 (call_after_alloca): Add rs6000-*-* xfail for
19719 "print c in call_after_alloca" and
19720 "print s in call_after_alloca" and
19721 "backtrace from call_after_alloca_subr"
19722 if not compiled with gcc.
19723 (localvars_in_indirect_call): Add rs6000-*-* xfail for
19724 "print c in localvars_in_indirect_call" and
19725 "print c in localvars_in_indirect_call" and
19726 "backtrace in indirectly called function" and
19727 "stepping into indirectly called function"
19728 if not compiled with gcc.
19729 (localvars_after_alloca): Add rs6000-*-* xfail for
19730 "print c after runto localvars_after_alloca" and
19731 "print s after runto localvars_after_alloca" and
19732 "print i after runto localvars_after_alloca" and
19733 "print l after runto localvars_after_alloca"
19734 for all compilers.
19735 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
19736 than whatis-info.exp.
19737 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
19738 than opaque-info.exp.
19739 Setup rs6000-*-* xfail for
19740 "ptype on opaque struct pointer (statically)" and
19741 "ptype on opaque struct pointer (dynamically)" when
19742 not compiled with gcc.
19743 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
19744 rather than callf-info.exp.
19745 (do_function_calls): Add clear_xfail for rs6000-*-* for
19746 "p t_float_values2(3.14159,float_val2)". Seems to work
19747 fine there, both with xlc and gcc. Need to find out what
19748 it is doing right and fix other platforms.
19749 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
19750 "call inferior func with struct - returns int",
19751 "call inferior func with struct - returns long",
19752 "call inferior func with struct - returns float",
19753 "call inferior func with struct - returns double",
19754 "call inferior func with struct - returns char *",
19755 but only if not gcc compiled (presumes xlc compiled).
19756 Change rs6000-*-* xfails for
19757 "call inferior func with struct - returns char" and
19758 " call inferior func with struct - returns short" to only
19759 xfail if not using gcc.
19760 (clean mostlyclean): Remove *.ci and *.tmp files.
19761 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
19762 than templ-info.exp.
19763 * gdb.base/langs.exp: Source gdb.base/langs.ci.
19764 Add rs6000-*-* xfail for "up to foo in langs.exp"
19765 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
19766 when not gcc compiled.
19767
19768 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19769
19770 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
19771 * gdb.base/corefile.exp: Likewise.
19772 * gdb.base/list.exp: Likewise.
19773 * gdb.base/scope.exp: Likewise.
19774 * gdb.base/siganls.exp: Likewise.
19775
19776 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
19777 compiler output.
19778 * gdb.base/whatis.exp: Likewise.
19779
19780 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
19781
19782 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
19783 failure (opcode table has been fixed to match reality).
19784
19785 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
19786
19787 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
19788 "call inferior func with struct - returns char",
19789 "call inferior func with struct - returns short"
19790
19791 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
19792 "print 'scope0.c'::filelocal at main",
19793 "print 'scope0.c'::filelocal_bss in test_at_main",
19794 "print 'scope0.c'::filelocal at foo",
19795 "print 'scope0.c'::filelocal_bss in test_at_foo",
19796 "print 'scope0.c'::filelocal at bar",
19797 "print 'scope0.c'::filelocal_bss in test_at_bar"
19798
19799 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
19800 in source file 1". This bug seems to have been fixed with both
19801 gcc and native cc (was native assembler bug?).
19802
19803 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
19804
19805 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
19806 "backtrace through signal handler" to "i*86-*-sysv4*".
19807 * gdb.base/signals.exp: Add xfail for "'next' behaved as
19808 continue" case. Add "known SVR4 bug" to fail message.
19809 Add "i*86-*-bsdi2.0" xfail for "handle all print".
19810 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
19811 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
19812 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
19813 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
19814 "up to foo in langs.exp", "show language at foo in
19815 langs.exp", "up to cppsub_ in langs.exp", "show
19816 language at cppsub_ in langs.exp", "up to fsub in
19817 langs.exp", and "show language at fsub in langs.exp".
19818 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
19819 "bactrace in corefile.exp".
19820 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
19821 "call inferior function with struct - returns float" and
19822 "call inferior function with struct - returns double".
19823
19824 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
19825
19826 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
19827 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
19828 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
19829 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
19830
19831 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
19832
19833 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
19834 (or overriden) "CHILL" macro rather then bare "gcc".
19835 Also look for ../../gcc/xgcc since that is what we will
19836 actually need, not "Makefile". Remove following assignment
19837 of CHILL to CHILL_FOR_TARGET because that results in
19838 recursive definition.
19839
19840 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
19841
19842 * gdb.base/corefile.exp: Change xfail for backtrace in
19843 corefile.exp from linuxaout to all linux.
19844 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
19845 cases where we miss the breakpoint at the signal handler
19846 for some reason. Setup xfail for linuxoldld/linuxaout and
19847 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
19848 hitting SIGURG breakpoint.
19849 * gdb.base/signals.exp: Setup xfail for "next" acting like
19850 continue to add linuxoldld. Setup xfail for all linux for
19851 "next to handler in signals_tests_1", "backtrace in
19852 signals_tests_1", "continue to func1", "pass SIGUSR1",
19853 and continue to handler".
19854
19855 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
19856
19857 * Update all FSF addresses except those in COPYING* files.
19858
19859 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
19860
19861 * gdb.base/a2-run.exp: Change messages to be more explicit about
19862 the status of args, and quote binfile in results.
19863
19864 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
19865
19866 * gdb.base/callfuncs.exp: Add tests for passing structs to
19867 inferior functions and return various types.
19868 * gdb.base/callfuncs.c: Add functions to receive a struct
19869 and return a member of the struct, in various types.
19870
19871 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19872
19873 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
19874
19875 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19876
19877 * config/vxworks29k.exp: New file, sources vxworks.exp.
19878
19879 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19880
19881 * config/gdbremote.exp: New file. Testing framework using
19882 gdbserver.
19883
19884 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
19885
19886 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
19887 "call function when asleep" and "send end of file".
19888 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
19889 for "backtrace in corefile.exp".
19890 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
19891 for "backtrace through signal handler".
19892 * gdb.base/corefile.exp: Make sure we actually generate a core file
19893 before trying the core tests. Some systems allow the user to suppress
19894 generation of core files and default to that (linux for example).
19895 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
19896 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
19897
19898 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19899
19900 * gdb.threads: New directory with some crude multi-threaded
19901 gdb tests (step.exp and step2.exp).
19902 * config/mt-lynx (STEP_EXECUTABLE): Define.
19903 (THREADFLAGS): Define.
19904
19905 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
19906
19907 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
19908
19909 * gdb.base/signals.exp: Disable whole file for lynx until
19910 further notice.
19911
19912 * gdb.base/signals.exp: xfail test where "next" acts like
19913 "continue" for lynx.
19914
19915 * gdb.base/interrupt.exp: xfail test for calling function while
19916 inferior is asleep for lynx.
19917
19918 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
19919 than one cr-lf after each command.
19920
19921 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19922
19923 * configure.in: Reinstate setting of stabsdirs variable, fix
19924 typo in setting up configdirs for native builds.
19925
19926 * gdb.base/return.exp: Fix typo in return double test.
19927 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
19928 compiler from optimizing them away.
19929
19930 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
19931
19932 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
19933 sequences to be echo'd by gdb when using gdb_test.
19934 * gdb.chill/chexp.exp: Likewise.
19935 * gdb.fortran/exprs.exp: Likewise
19936
19937 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19938
19939 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
19940 after the inferior gdb has started.
19941
19942 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
19943 after each command.
19944 * gdb.base/funcargs.exp: Likewise.
19945 * gdb.base/gdbvars.exp: Likewise.
19946 * gdb.base/interrupt.exp: Likewise.
19947 * gdb.base/list.exp: Likewise.
19948 * gdb.base/watchpoint.exp: Likewise.
19949 * gdb.c++/demangle.exp: Likewise.
19950 * gdb.c++/inherit.exp: Likewise.
19951 * gdb.chill/chexp.exp: Likewise.
19952 * gdb.fortran/exprs.exp: Likewise.
19953
19954 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
19955 test if we can't handle IO to/from the inferior.
19956
19957 * gdb.c++/misc.exp: Always check for a program already being
19958 started after sending a "run" command to gdb.
19959
19960 * gdb.base/twice.exp: Start with a fresh gdb.
19961
19962 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
19963 only depend on gdb's expression code, not the chill runtime.
19964
19965 * gdb.base/return.c: Put return values into variables so we
19966 can have gdb print them rather than depending on the program
19967 to print them.
19968 * gdb.base/return.exp: Corresponding changes.
19969
19970 * lib/gdb.exp: Provide default value for noinferiorio.
19971 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
19972 the inferior.
19973
19974 * gdb.base/break.exp: Always check for a program already being
19975 started after sending a "run" command to gdb.
19976 (text_next_with_recursion): Don't check the output from the
19977 program's printf statement. Instead just make sure the program
19978 exited.
19979
19980 * gdb.base/commands.exp: Protect tests which need arguments with
19981 $noargs conditionals.
19982
19983 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19984
19985 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
19986 of structure member arrays to match gdb/valops.c:value_addr change.
19987
19988 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
19989
19990 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
19991 cases.
19992
19993 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
19994
19995 * configure.in (configdirs): Remove gdb.chill from default list
19996 of subdirs and then add it back in only if doing a native build.
19997 The current chill compiler does not yet work in any cross build.
19998 * Revert all signal changes from Jul 6.
19999 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
20000 for sh-hms targets, allowing these tests to link, with no other
20001 changes. Testing is suppressed by setting "nosignals" in site.exp.
20002
20003 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
20004
20005 * configure.in (signaldirs): Define and add to configdirs for all
20006 targets except some specific ones that are known to not support signals.
20007 Also clean up formatting.
20008 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
20009 (signals, sigall): Remove rules to build.
20010 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
20011 Moved to new gdb.signals directory.
20012 * gdb.signals: New test directory.
20013 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
20014 signals.c signals.exp}: New or moved files.
20015
20016 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
20017
20018 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
20019
20020 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
20021
20022 * gdb.base/return.exp: Xfail `return double' test failure
20023 on at least Solaris 2.3 and handle future/past versions on
20024 a case by case basis as appropriate. Also update message
20025 to include i*86 failures.
20026
20027 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20028
20029 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
20030
20031 * lib/gdb.exp: Fix comment which erroneously identified
20032 gdb_file_cmd as gdb_load (the 19 May change was in fact to
20033 gdb_file_cmd not gdb_load).
20034 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
20035
20036 * gdb.base/setvar.exp: Make test names consistent between pass and
20037 fail cases. Use gdb_test more.
20038
20039 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20040
20041 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
20042
20043 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20044
20045 * gdb.base/help.exp: Fix expected help string for `show commands'.
20046
20047 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
20048
20049 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
20050
20051 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
20052 of a text section.
20053
20054 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
20055
20056 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
20057 that loop eventually terminates. Fix Connection refused logic so
20058 that testsuite will expire nicely.
20059
20060 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
20061
20062 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
20063 config/rom68k.exp: New tcl glue for the appropriate monitors.
20064 These all just end up calling monitor.exp.
20065 * config/monitor.exp (gdb_target_monitor): Handle `Connection
20066 refused' by retrying. Cleanup some timeout issues.
20067 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
20068 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
20069 callers don't have to set/restore global timeout variable.
20070
20071 * The following set of changes centralizes management of the global
20072 timeout variable. This way, it can be set in one target dependent
20073 place instead of dozens of places scattered throughout the test suite.
20074 If you need to lengthen a timeout, then you should either set timeout
20075 in one of the config/{target}.exp files, or multiply it by a factor.
20076 Setting it to an absolute value is always going to lose for some
20077 targets.
20078 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
20079 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
20080 * gdb.base/funcargs.exp: Don't set timeout.
20081 * gdb.base/list.exp (test_forward_search): Only use local timeout.
20082 * gdb.base/printcmds.exp (test_print_string_constants
20083 test_print_array_constants): Don't set timeout.
20084 * gdb.base/ptype.exp: Don't set timeout.
20085 * gdb.base/recurse.exp: Don't set timeout.
20086 * gdb.base/return.exp: Don't set timeout.
20087 * gdb.base/watchpoint.exp: Don't set timeout.
20088 * gdb.c++/classes.exp (do_tests): Don't set timeout.
20089 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
20090
20091 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
20092
20093 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
20094
20095 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20096
20097 * lib/gdb.exp: Disable chill tests for irix5.
20098
20099 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20100
20101 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
20102 each test pass or fail.
20103
20104 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20105
20106 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
20107 xlc not gcc.
20108
20109 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
20110
20111 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
20112
20113 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
20114
20115 * config/est.exp: Fix copyright and comments. Remove dead code.
20116 Use targetname, serialport and baud variables instead of fixed
20117 constants.
20118 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
20119 * config/cpu32bug.exp: New file to support cpu32bug monitors.
20120
20121 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20122
20123 * gdb.base/watchpoint.exp: Don't run
20124 test_watchpoint_triggered_in_syscall for sunos.
20125
20126 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20127
20128 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
20129 they don't seem to exist. Do include stdio.h.
20130
20131 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20132
20133 * gdb.base/a1-selftest.exp: Add alpha xfail.
20134
20135 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20136
20137 * gdb.base/watchpoint.c (main): Prompt before calling read().
20138 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
20139 Revise accordingly. Remove cruft about sending "123" several
20140 times, until it gets noticed. Clean up the "print buf[0]" stuff
20141 so that it passes or fails, and waits for prompts in the usual way.
20142
20143 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20144
20145 * gdb.base/recurse.exp: Fix comment.
20146
20147 * TODO: Remove item about printing variables in nodebug.exp. Add
20148 item about enabling tests which are only run on some targets.
20149
20150 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
20151 fail, make test names unique, use new gdb_test convention
20152 regarding pattern, use gdb_test more, etc.).
20153
20154 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
20155 fail, make test names unique, etc.).
20156
20157 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20158
20159 * gdb.base/nodebug.c: Change return type of top and middle to
20160 short.
20161 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
20162 are fixed by the recent mdebugread.c changes. Allow `short ()'
20163 as type for top and middle.
20164
20165 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20166
20167 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
20168 nearly as I can tell, the whole thing was an accident in Stu's
20169 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
20170 to replace a send/expect pair with gdb_test, but ended up only
20171 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
20172 of 30 Mar 1995 took care of it, but left this vestigial comment
20173 which I am now nuking.
20174
20175 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20176
20177 * gdb.base/break.exp: Look for different line number for
20178 breakpoint at main depending on usestubs.
20179
20180 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20181
20182 * gdb.base/list.exp: Adjust some alternate expect patterns to
20183 match recent list0.c change. Add alternate expect pattern for
20184 output from `list default lines around main' for optimizing
20185 compilers.
20186
20187 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20188
20189 * lib/gdb.exp: If nosignals is not set, set it to 0.
20190
20191 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
20192
20193 * config/slite-gdb.exp: Responds to load symbol table prompt.
20194 * gdb.base/break.exp: Adjust line number, fix rerun.
20195 * gdb.base/langs0.c: Add #ifdef usestubs.
20196
20197 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
20198
20199 * gdb.base/list.exp: Adjust line contents after adding new lines in
20200 list0.c. Also fix a syntax error.
20201
20202 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
20203 * gdb.base/break.exp: ditto.
20204 * gdb.base/list.exp: ditto.
20205 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
20206 * gdb.base/run.c: ditto.
20207 * gdb.base/list0.c: ditto.
20208 * gdb.base/funcargs.c: ditto.
20209
20210 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
20211
20212 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
20213 $targetname, $serialport and $baud instead of hardwired variables.
20214 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
20215 target doesn't support signals.
20216
20217 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
20218
20219 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
20220
20221 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20222
20223 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
20224 Don't rely on the value of an auto variable before it has been
20225 initialized. Use gdb_test more.
20226
20227 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20228
20229 * lib/gdb.exp (default_gdb_version): A version number must start
20230 with a digit, but other than that contains all characters up to
20231 the first whitespace character.
20232
20233 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20234
20235 * gdb.base/commands.exp (breakpoint_command_test): New tests.
20236
20237 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20238
20239 * gdb.c++/*.exp: Warn if executable does not exist. The original
20240 reason for skipping the warning was that configure.in sometimes
20241 intentionally skipped building the executables but the tcl code
20242 had no way of knowing. That (a) was always bogus with respect to
20243 error handling, (b) is no longer true (right now there is no way
20244 to skip C++ tests).
20245
20246 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
20247
20248 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20249
20250 * gdb.base/list.exp: Add expect patterns for output from
20251 SunPRO compiled executables.
20252 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
20253 types.
20254
20255 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20256
20257 * gdb.base/break.exp (test_next_with_recursion): Accept any line
20258 number (we are already testing that the correct source line text
20259 gets printed).
20260
20261 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
20262 that is what is intended, but something needed to be done to get
20263 sunos4 native working again.
20264
20265 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
20266
20267 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
20268 apparently went with a (very) old xfail.
20269
20270 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
20271
20272 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
20273 runto_main is a proc in gdb.exp that will do 'step' for target use
20274 stubs.
20275 * gdb.base/exprs.exp: ditto.
20276 * gdb.base/interrupt.exp: ditto.
20277 * gdb.base/opaque.exp: ditto.
20278 * gdb.base/printcmds.exp: ditto.
20279 * gdb.base/ptype.exp: ditto.
20280 * gdb.base/scope.exp: ditto.
20281 * gdb.base/setvar.exp: ditto.
20282 * gdb.base/signals.exp: ditto.
20283 * gdb.base/twice.exp: ditto.
20284 * gdb.c++/classes.exp: ditto.
20285 * gdb.c++/inherit.exp: ditto.
20286 * gdb.c++/templates.exp: ditto.
20287 * gdb.base/break.exp: no run and hit main for stubs. Change line
20288 numbers for breakpoints and info breakpoint.
20289 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
20290 breakpoint().
20291 * gdb.base/callfuncs.c: ditto.
20292 * gdb.base/exprs: ditto.
20293 * gdb.base/interrupt.c: ditto.
20294 * gdb.base/opaque0.c: ditto.
20295 * gdb.base/printcmds.c: ditto.
20296 * gdb.base/ptype.c: ditto.
20297 * gdb.base/scope0.c: ditto.
20298 * gdb.base/setvar.c: ditto.
20299 * gdb.base/signals.c: ditto.
20300 * gdb.base/twice.c: ditto.
20301 * gdb.c++/misc.cc: ditto.
20302 * gdb.c++/templates.cc: ditto.
20303
20304 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20305
20306 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
20307
20308 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
20309 somewhere between `read' and `main.c'. I'm pretty sure the
20310 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
20311 and it isn't particularly useful.
20312
20313 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
20314
20315 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20316
20317 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
20318
20319 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
20320
20321 * config/mt-slite: add LIBS and -nostdlib.
20322 * config/slite-gdb.exp: add this new file to support sparclite target.
20323
20324 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
20325
20326 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
20327
20328 * gdb.base/a2-run.exp: Change argument to istarget from
20329 "*-*-vxworks" to "*-*-vxworks*".
20330 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
20331
20332 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
20333
20334 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
20335 will not runto main but do a 'step' to step out of breakpoint().
20336 * config/mt-slite: add -Dusestubs.
20337
20338 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20339
20340 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
20341 instead of just @.
20342
20343 * gdb.base/signals.exp: Add test for "handle all print".
20344 * TODO: Remove "handle all print". Also remove item about
20345 checking copyright date (I don't like the idea of a spurious FAIL
20346 based on when we run the tests).
20347
20348 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
20349 for SunOS4 (reason for failure not investigated). Remove
20350 redundant test for $binfile.
20351
20352 * gdb.base/nodebug.c (array_index): Call malloc.
20353
20354 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
20355
20356 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
20357
20358 * gdb.base/recurse.exp: Update gdb_test invocation to use new
20359 conventions and slightly simplify the matching regexp.
20360
20361 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20362
20363 * gdb.base/break.exp: Update gdb_test invocation to use new
20364 convention.
20365
20366 * lib/gdb.exp: If noargs is not set, set it to 0.
20367
20368 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
20369 tests unique.
20370
20371 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
20372
20373 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20374
20375 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
20376 one argument of type "<non-float parameter>".
20377
20378 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
20379
20380 * config/rom68k.exp: New file to support Motorola IDP board.
20381 * gdb.base/a2-run.exp: Skip this file if noargs is set.
20382 * gdb.base/break.c: Change things around so that this program
20383 doesn't depend upon args. This is necessary to make remote
20384 targets work (in general, they can't take args).
20385 * gdb.base/break.exp: Don't try to send args to program. Don't
20386 expect output. Also, replace lots of code with gdb_test.
20387
20388 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20389
20390 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
20391 printing of '\'' (which is what the comment says we are testing,
20392 even though we were not), not '''.
20393 (test_integer_literals_rejected): Test that printing ''' is an error.
20394
20395 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20396 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
20397 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
20398 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
20399 Use gdb_test not test_print_accept.
20400 * lib/gdb.exp: Remove test_print_accept.
20401
20402 * gdb.base/signals.exp (signal_tests_1): Make pass message
20403 consistent with fail message.
20404
20405 * gdb.base/whatis.exp: Remove xfails for printing char vs.
20406 unsigned char; the bug (PR 1821) is fixed.
20407
20408 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
20409
20410 * gdb.base/scope.exp (test_at_localscopes): Call pass for
20411 successful tests--makes xfailing them work right.
20412
20413 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20414
20415 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
20416 only \r\n, not .*. The test can pass .* as the last thing in
20417 $pattern if that is what it wants. In addition to providing this
20418 flexibility, this change should speed up pattern matching in cases
20419 where the pattern already ended with .* (there were a number of
20420 them). This change also helps catch bad patterns--in the old
20421 scheme the typo "char \*" instead of "char \\*" would pass. Now
20422 it is caught.
20423 * Many .exp files: Update callers.
20424
20425 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
20426 clearer and does not spuriously match multiple ('s. Likewise for
20427 ) and *.
20428
20429 * gdb.base/nodebug.exp: Test ability to call a function and pass
20430 it a string (even with no debugging info).
20431
20432 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
20433 "p '\'", which is the same as "p ''" once tcl gets done with
20434 quoting, to "p '\\'", which I suspect is what is intended (one
20435 backslash gets sent to GDB).
20436
20437 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
20438
20439 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20440
20441 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
20442 1817) was fixed literally years ago.
20443
20444 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20445
20446 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
20447 test, it causes stepping out of call_after_alloca_subr with
20448 optimizing compilers.
20449 (localvars_in_indirect_call): Consume GDB prompt if `finish'
20450 fails.
20451
20452 * gdb.c++/templates.exp: Source templ-info.exp only if
20453 the templates executable exists.
20454
20455 * gdb.c++/misc.cc (class Contains_static_instance,
20456 class Contains_nested_static_instance),
20457 gdb.c++/classes.exp (test_static_members): Test printing of
20458 a class that contains a static instance of the class.
20459
20460 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20461
20462 * gdb.base/langs2.c (cppsub_): Don't prototype.
20463 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
20464 only, I believe).
20465
20466 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20467
20468 * lib/gdb.exp (skip_chill_tests): New procedure.
20469
20470 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
20471
20472 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
20473
20474 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
20475 each expect pattern. Cuts runtime from 12 to about 4 seconds.
20476
20477 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20478
20479 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
20480
20481 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
20482 disassemble 8, not 16, instructions for part 4.
20483
20484 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
20485 support the latter anymore.
20486
20487 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
20488 -DNO_PROTOTYPES.
20489 * gdb.base/callfuncs.c: Control use of prototypes based on
20490 NO_PROTOTYPES, not __STDC__.
20491 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
20492 t_float_values2 tests if prototypes in use.
20493
20494 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
20495 t_double_values): When checking differences against DELTA, check
20496 that difference is within the range (-DELTA,DELTA), not just
20497 (-infinity,DELTA).
20498
20499 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
20500
20501 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
20502 'file' command firts, then 'target', then 'load', this is due to gdb
20503 target set up.
20504 * config/mips-gdb.exp: Fix a couple regular exp bugs.
20505
20506 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
20507
20508 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
20509 FP load/store variants.
20510 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
20511
20512 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20513
20514 * gdb.base/term.exp: Do not give a warning if not native, it is
20515 not an abnormal condition.
20516
20517 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
20518
20519 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
20520 t_char_array".
20521
20522 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
20523
20524 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
20525 are getting the version number.
20526
20527 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
20528 if not native, it is not an abnormal condition.
20529
20530 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20531
20532 * lib/gdb.exp: Just use "file exists", rather than undocumented
20533 dejagnu procedure "findfile".
20534
20535 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20536
20537 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
20538 (LDFLAGS): Set to -Xlinker -Ur.
20539
20540 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
20541 Removed, these values are set by lib/gdb.exp.
20542
20543 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
20544
20545 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
20546
20547 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
20548 of replicating gdb startup code.
20549
20550 * config/mt-vxworks (LDFLAGS): Set to -r.
20551 (CFLAGS_FOR_TARGET): Removed.
20552
20553 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
20554 (gdb) and gdb for vxworks uses (vxgdb).
20555
20556 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
20557 executable is not in the tree and host != target, use sed and
20558 program_transform_name to determine the gdb name used by the
20559 target.
20560
20561 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
20562 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
20563
20564 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20565
20566 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
20567 floats, chars, and shorts where there are ANSI-style function
20568 definitions.
20569
20570 * gdb.base/langs.exp, gdb.base/langs*: New test.
20571 * gdb.base/Makefile.in: Build it.
20572 * TODO: Remove item about checking that C names don't get C++
20573 demangling applied; this test tests it.
20574
20575 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20576
20577 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
20578 went with the const70 xfail. The xfail went away a year ago.
20579
20580 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
20581
20582 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
20583 for hp300.
20584
20585 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
20586
20587 * gdb.base/a1-selftest.exp: Don't run on hp300.
20588
20589 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20590
20591 * Makefile.in (site.exp): Set host_alias and target_alias as well
20592 as host_triplet and target_triplet.
20593
20594 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20595
20596 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
20597
20598 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
20599 places as other ecoff systems).
20600
20601 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
20602 ultrix.
20603
20604 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20605
20606 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
20607 remove them.
20608 * gdb.base/nodebug.exp: Accept "function" in addition to "text
20609 variable and "variable" in addition to "data variable".
20610 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
20611
20612 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
20613 2.
20614 * gdb.base/list1.c (long_line): Add additional statement at start
20615 of function.
20616 * gdb.base/list.exp (test_forward_search): Update line number to
20617 reflect new statement.
20618
20619 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20620
20621 * gdb.base/signals.exp: Reinitialize searched source directories
20622 after gdb_start call.
20623
20624 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
20625
20626 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
20627 * gdb.stabs/Makefile.in: Likewise.
20628
20629 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
20630 change. Instead split the tests into smaller pieces.
20631 * gdb.disasm/hppa.s: Corresponding changes.
20632
20633 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20634
20635 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20636 Quote ^C when passing it to stty. For some shells ^ is a pipe.
20637
20638 * gdb.base/funcargs.exp: Modify many tests so that every test
20639 either passes or fails. Make some test names unique.
20640
20641 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20642
20643 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
20644 Call stty to set interrupt character.
20645
20646 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
20647 for HP assembler versus GNU assembler based on actual behavior of
20648 $(CC), rather than assuming that $(AS) is always the GNU assembler.
20649
20650 * TODO: Suggest a few more stepping tests.
20651
20652 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
20653
20654 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
20655 restart GDB for h8300 after a continue.
20656 (return): Add pattern to match a29k-udi behavior.
20657 * gdb.base/nodebug.exp: Remove obsolete comment.
20658 * gdb.base/regs.exp: New file, testing of register displays.
20659 * gdb.base/return.exp: Fix typo in reference to $objdir.
20660 * gdb.base/whatis.exp: Always start with a fresh GDB.
20661
20662 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20663
20664 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
20665 higher, these tests generate a lot of output.
20666
20667 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20668
20669 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
20670 code following the catch silently ignored some errors; without the
20671 catch they should be thrown like any other tcl error. Also, the
20672 catch used "" instead of {} which meant all the callers who wanted
20673 to include one of the characters "[]$ had to quote it an extra time.
20674 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
20675 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
20676 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
20677 Remove extra quoting.
20678
20679 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
20680
20681 * gdb.base/commands.exp: Make test names unique; every test either
20682 passes or fails. Update some comments.
20683
20684 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
20685
20686 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20687
20688 The following fixes a FAIL caused by the fact that the alpha stabs
20689 configuration didn't use the ".if alpha" code in weird.def.
20690 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
20691 bit pointer, so the 32 bit version works even on the alpha.
20692 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
20693 Remove the stuff which allowed us to have separate versions for
20694 alpha and everything else.
20695
20696 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
20697 regexp which "info func operator\[\](" is supposed to match. Fix
20698 string to send to GDB. Note that GDB still doesn't work right. Add a
20699 new test for "info func .perator\[\](" which GDB does handle correctly.
20700
20701 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
20702
20703 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20704
20705 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
20706 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
20707 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
20708 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
20709 it makes the tests harder to understand and confuses test-o-matic.
20710 The preferred style is that each test provides a PASS or a FAIL,
20711 and has a unique message (e.g. "continue #54" not just "continue")
20712 which is the same for the pass and the fail.
20713 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
20714 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
20715 to lib/gdb.exp.
20716 * gdb.base/printcmds.exp: Use test_print_accept. Remove
20717 prt_accept which was basically the same thing. Likewise for
20718 test_print_reject and prt_reject.
20719 * lib/gdb.exp (test_print_reject): Add some more error message
20720 patterns to match from the former printcmds.exp (prt_reject).
20721 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
20722 One defect of the passcount stuff is that some of it failed to
20723 report XPASS where appropriate.
20724 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
20725 stuff before and after arg in expected pattern.
20726 (test_paddr_operator_functions): Re-do test without print_addr_of;
20727 this is the only test which seems to want extra stuff there.
20728
20729 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20730
20731 * gdb.base/nodebug.exp: Update new tests to reflect improved
20732 wording of gdb output.
20733
20734 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
20735 and "ptype" work on variables in files compiled without -g.
20736 Replaces commented out "maint print msymbol" tests.
20737
20738 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20739
20740 * gdb.base/setvar.c (dummy): Call malloc.
20741
20742 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
20743 losing with the irix4 sed.
20744
20745 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
20746 ALRM" on irix4.
20747
20748 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20749
20750 * TODO: Remove items about corefile.exp testing new exec-file and
20751 backtrace; both are now done. Add items about printing enums.
20752
20753 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20754
20755 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
20756 "get signal $thissig" test fails.
20757
20758 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
20759
20760 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20761
20762 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
20763 compiler warning with dec alpha compiler.
20764
20765 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
20766 extra \n from gdb_test call (this explains why the prompt test
20767 that I removed yesterday was there).
20768 (user_defined_command_test): Remove extra \n and prompt test.
20769
20770 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
20771 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
20772 doesn't exist.
20773 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
20774 Also remove alpha workaround, which turns out to be because
20775 SIGABRT == SIGLOST.
20776
20777 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
20778
20779 * gdb.base/help.exp: Don't test "help show".
20780
20781 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20782
20783 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
20784 "set print address" is on.
20785 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
20786 pass prompt to gdb_test; gdb_test already looks for the prompt.
20787
20788 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
20789
20790 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
20791 was a vestige of the manual TESTSTRATEGY, and the purpose of it
20792 was to make sure that gdb can read a core file. But (a) the "read
20793 the corefile" part didn't make it to a1-selftest.exp, we just
20794 delete the corefile after creating it, and (b) we test reading
20795 corefiles in corefile.exp anyway. Also, this test left around a
20796 xgdb process on Solaris.
20797
20798 * gdb.base/corefile.exp: Also test backtrace.
20799
20800 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
20801
20802 * gdb.base/commands.exp: Test a simple user defined command with
20803 arguments and if/while statements; verify the full user command is
20804 printed by "show user".
20805
20806 * gdb.base/commands.exp: Test if/while commands as part of a
20807 breakpoint command list; verify they appear in breakpoint
20808 information.
20809
20810 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20811
20812 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
20813 than by dividing by zero.
20814
20815 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
20816
20817 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
20818 performing an inferior call with watchpoints enabled.
20819 * gdb.base/watchpoint.c (main): Delete second unnecessary read
20820 call.
20821
20822 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20823
20824 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
20825 of "file" command.
20826
20827 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
20828 Add additional pattern for when "int operator int(void);" appears
20829 in a different order.
20830
20831 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
20832
20833 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
20834
20835 * gdb.base/help.exp: Replace most of docstrings for "info signals"
20836 and "signal" with ".*".
20837
20838 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
20839
20840 * TODO: Add note about "handle all nostop".
20841
20842 * gdb.base/{sigall.c, sigall.exp}: New test.
20843 * gdb.base/Makefile.in: Add it.
20844
20845 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
20846
20847 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
20848 when invoking GDB, suppresses any windowing interface.
20849
20850 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
20851
20852 * config/sim-gdb: New file, simulator testing support.
20853
20854 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
20855
20856 * gdb.base/interrupt.exp: Test calling func1 twice.
20857
20858 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
20859
20860 * gdb.base/list.exp (test_forward_search): Set timeout higher
20861 when we'll be getting lots of output from gdb.
20862
20863 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
20864 "init_malloc" to after the expect statement. Run it if that
20865 regexp is taken, but also for two others which happen if source
20866 cannot be found.
20867
20868 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20869
20870 * gdb.base/printcmds.exp: New test, for printing register before
20871 program is running.
20872
20873 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20874
20875 * gdb.base/list.exp: Correct some alternate expect patterns
20876 to reflect changes in list1.c.
20877
20878 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20879
20880 * TODO: Add item regarding large frames.
20881
20882 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
20883
20884 * TODO: Remove item about enabling return.exp; it
20885 is enabled. Suggest a few more "return" tests.
20886
20887 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20888
20889 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
20890 anonymous unions.
20891
20892 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20893
20894 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
20895 and pr-5646.o, so "make" is the same as "make all", not "make
20896 pr-4975.o".
20897
20898 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
20899
20900 * gdb.base/list.exp: Adjust expectations to reflect changes in
20901 list1.c.
20902 (test_forward_search): New test proc.
20903 * gdb.base/list1.c (long_line): New function, has long source line.
20904
20905 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
20906
20907 * gdb.base/a1-selftest.exp: Change initial stepping to know about
20908 additional line of code that was added.
20909
20910 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
20911
20912 * gdb.disasm/hppa.s: Break the large branching tests into smaller
20913 tests so as not to overflow expect's input buffers.
20914 * gdb.disasm/hppa.exp: Corresponding changes.
20915
20916 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20917
20918 Beginnings of template debugging tests.
20919 * gdb.c++/templ-info.cc: New file to test for template
20920 debugging capability of the compiler.
20921 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
20922 templ-info.cc.
20923 * gdb.c++/templates.cc: Add explicit template instantiations
20924 to enable compiling with -fno-implicit-templates. Add destructor
20925 and 'value' method to T5 class for template tests.
20926 * gdb.c++/templates.exp: Add testcases for printing of template
20927 types, setting breakpoints on template methods and calling a
20928 template method.
20929
20930 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
20931
20932 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
20933 branch target since some assemblers (gas-2.5) may emit a
20934 relocation for the branch instead of resolving it in the
20935 assembler.
20936
20937 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20938
20939 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
20940 through signal handler.
20941
20942 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
20943
20944 * configure.in (*-*-netware): Use config/mt-netware.
20945
20946 * config/mt-netware: New file.
20947 * config/mt-i386-netware: Removed, separate configs for different
20948 netware architectures are no longer needed now that we have
20949 --with-headers.
20950
20951 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20952
20953 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
20954 by the recent changes to use ANSI C arithmetic conversions.
20955
20956 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20957
20958 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
20959 bug involving using inferior_pid to figure out whether to select a
20960 frame.
20961
20962 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
20963
20964 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
20965 match the current disassembler output.
20966
20967 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
20968
20969 * gdb.fortran/exprs.exp: Expect VOID instead of void.
20970 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
20971 types, expect "int" as type of integer values (for now).
20972
20973 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
20974
20975 * gdb.base/commands.exp: New tests for if/while commands.
20976
20977 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
20978
20979 * lib/gdb.exp (runto): Replace sub-pattern for hex value
20980 by .*, since hex values have different syntax in Chill mode.
20981
20982 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20983
20984 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
20985 linefeed from expect pattern for repeated types with indices > 9.
20986
20987 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
20988
20989 First part of Fortran test suite.
20990 * gdb.fortran: New directory.
20991 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
20992
20993 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20994
20995 * gdb.base/default.exp: Update expect pattern for load command
20996 without arguments.
20997
20998 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
20999
21000 * configure.in: Change i386 to i[345]86.
21001 * gdb.base/configure.in: Likewise.
21002 * gdb.c++/configure.in: Likewise.
21003 * gdb.chill/configure.in: Likewise.
21004
21005 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
21006
21007 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
21008 patterns, since that is not a valid context for comments.
21009
21010 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
21011
21012 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
21013 repeated types and repeated types with indices > 9.
21014
21015 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
21016
21017 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
21018 2417; old bug has been fixed.
21019
21020 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
21021
21022 * gdb.base/interrupt.exp: When trying to wake up the inferior,
21023 send the newline ourselves instead of assuming gdb_test will do
21024 so when passed an empty input string.
21025
21026 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
21027 stabs testcode.
21028
21029 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21030
21031 * lib/gdb.exp (gdb_test): Don't send anything if the first
21032 argument is an empty string. This makes cases where we want to
21033 match output that is already in expect's buffers (for example,
21034 matching a breakpoint after gdb_run_cmd has been called) work
21035 reliably.
21036
21037 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21038
21039 * config/netware.exp: New file.
21040
21041 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21042
21043 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
21044 the -B and -L prefixes so we can find the debugging stub.
21045
21046 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
21047 there and we are using the gcc from the tree.
21048
21049 * gdb.base/types.c: Removed.
21050
21051 * gdb.base/configure.in: Look for makefile fragments in ../config.
21052 Recognize i386-*-netware.
21053 * gdb.c++/configure.in: Likewise.
21054
21055 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21056
21057 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
21058 the correct TCL syntax.
21059
21060 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21061
21062 * gdb.base/opaque.exp: use runto instead of messing around with
21063 breakpoints. Simplify by using gdb_test.
21064
21065 * gdb.base/bitfields.exp: restart between tests on netware targets
21066 because breakpoints aren't relocated after target death. Run
21067 processes to completion.
21068
21069 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
21070
21071 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
21072
21073 * Makefile.in: Remove extra tabs that confuse some versions
21074 of "make". Use the newly built gdb to test with by default,
21075 rather than the first one in the tester's search path.
21076
21077 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
21078
21079 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
21080
21081 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
21082 condition help.
21083
21084 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21085
21086 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
21087
21088 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
21089 running.
21090 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
21091 * gdb.base/funcargs.exp: Likewise.
21092
21093 * gdb.base/bitfields.exp: Simplify by using gdb_test.
21094 * gdb.base/funcargs.exp: Likewise.
21095
21096 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
21097 message is "".
21098
21099 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21100
21101 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
21102 return,signals,twice}.exp: Handle non-existant binaries
21103 consistantly.
21104
21105 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
21106 * gdb.base/Makefile.in: Don't try to generate a core dump, we
21107 might testing a cross development system.
21108
21109 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21110
21111 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
21112 runtest script is relative to ${srcdir}, not ${rootdir}.
21113
21114 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
21115
21116 * gdb.base/signals.exp: Allow for optionality of breakpoint
21117 address.
21118
21119 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21120
21121 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
21122
21123 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
21124
21125 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
21126 for size_t definition.
21127 * gdb.c++/templates.cc: Likewise
21128
21129 * config/mt-i386-netware: New file.
21130
21131 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
21132 defined.
21133
21134 * gdb.base/Makefile.in: Added support for systems that name core
21135 files by appending "core" to the program name.
21136 * gdb.base/a1-selftest.exp: Likewise.
21137
21138 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21139
21140 * gdb.base/return.exp: Add comment and message for `return double'
21141 test failure on Sparc Solaris.
21142
21143 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
21144
21145 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
21146
21147 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21148
21149 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
21150 from optimizing them away.
21151 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
21152 patterns to include default constructors and assignment operators,
21153 to match gcc versions beyond 2.5.8. Accept any cplus demangling
21154 character in the output of the virtual base pointer.
21155
21156 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21157
21158 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
21159 expression match in print_addr_of to avoid unintented matches.
21160 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
21161 versions up to 2.5.8.
21162
21163 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21164
21165 * gdb.base/list.exp: Tweak alternate pattern for listing of an
21166 included file to run under newer versions of expect.
21167 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
21168 consecutive >'s in templates to accomodate recent cplus-dem.c change.
21169 Remove xfail for the virtual table of BDDHookV.
21170
21171 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
21172
21173 * lib/gdb.exp (string_to_regexp): Set a default result.
21174 (default_gdb_start): Fix misleading message.
21175
21176 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
21177
21178 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
21179 Remove all CC, etc definitions.
21180 * config/mt-hpux: New file.
21181 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
21182 (CFLAGS, LDFLAGS): Define.
21183 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
21184
21185 * Makefile.in (site.exp): Don't insert host_os, etc.
21186 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
21187 (distclean): Check existence of subdir.
21188 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
21189 * gdb.base/Makefile.in: General cleanup and simplification.
21190 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21191 to build executables. Use default rule to build .o files.
21192 (EXPECT, RUNTEST, CC): Fix relative pathname.
21193 (site.exp): Don't insert host_os, etc.
21194 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
21195 and/or SIGUSR1 defined.
21196 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
21197 * gdb.c++/Makefile.in: General cleanup and simplification.
21198 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
21199 (CFLAGS): Remove.
21200 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
21201
21202 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
21203
21204 * gdb.base/recurse.exp: Misc changes to get tests running again
21205 after Kung's changes to the watchpoint code.
21206 * gdb.base/watchpoint.exp: Likewise.
21207
21208 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
21209
21210 * lib/gdb.exp (string_to_regexp): Convert {\} also.
21211
21212 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
21213
21214 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
21215 * lib/gdb.exp (default_gdb_start): Define.
21216 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
21217 gdb.base/funcargs.exp, gdb.base/opaque.exp,
21218 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
21219 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
21220 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
21221 Don't call gdb_target_udi in between tests.
21222
21223 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21224
21225 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
21226 (which was basically just a local version of the same thing). In
21227 addition to avoiding duplication, gdb_test_exact is faster.
21228 * lib/gdb.exp (gdb_test_exact): Fix typo.
21229
21230 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
21231 don't give an error.
21232
21233 * gdb.base/term.exp: Call delete_breakpoints before starting.
21234
21235 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
21236 (t10): Add comment.
21237
21238 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21239
21240 Reorganization of the GDB Test Suite.
21241
21242 * gdb.base: New directory, contains all the basic tests.
21243 * gdb.c++: New directory, tests specific to C++.
21244 * gdb.chill: New directory, tests specific to Chill.
21245 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
21246 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
21247 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
21248 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
21249 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
21250 t30-31 to chill).
21251 * */gdbme.*: Rename to match appropriate expect scripts.
21252 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
21253 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
21254 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
21255 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
21256 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
21257 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
21258 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
21259 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
21260 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
21261 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
21262 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
21263 gdb.c++/virtfunc.cc: New names of C++ files.
21264 * gdb.chill/chillvars.ch: New name of Chill file.
21265 * gdb.base/configure.in, gdb.c++/configure.in,
21266 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
21267 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
21268 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
21269 * configure.in (configdirs): Update to reflect directory changes.
21270 (target_abbrev): No longer define for any configuration.
21271 * Makefile.in: Cosmetic improvements to header comments.
21272
21273 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
21274
21275 Various changes to gdb.t31:
21276
21277 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
21278 * gdbme.ch: Make all key-words and predefineds be upper-case.
21279 * chillvars.exp: Expect key-words and predefinds in upper-case.
21280
21281 * chillvars.exp: Use gdb_test_exact many places.
21282 Change expected output for arrays (which now includes index labels).
21283
21284 * pr-5020.exp, gdme.ch (module PR_5020):
21285 New test, for PR-5020.
21286
21287 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
21288
21289 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
21290 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
21291
21292 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
21293
21294 * Makefile.in: Fix bit-rot in definitions of CHILL,
21295 CHILL_FOR_TARGET and Chill_LIB.
21296 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
21297 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
21298 CHILL, and CHILL_LIB.
21299
21300 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
21301
21302 * Revert the previous changes. Please see Rob's directory
21303 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
21304
21305 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
21306
21307 * Makefile.in, configure.in, config/mips-gdb.exp,
21308 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
21309 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
21310 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
21311 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
21312 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
21313 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
21314 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
21315 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
21316 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
21317 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
21318 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
21319 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
21320 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
21321 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
21322 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
21323 changes from 94Q1.
21324
21325 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
21326
21327 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
21328 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
21329 Rob's new testing fragments.
21330
21331 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
21332
21333 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
21334 lib/gdb.exp: Replace error proc calls with perror.
21335
21336 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
21337
21338 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
21339 version also, match on casted version strings, and match on
21340 gdb startup case where the line numbers might be messed up.
21341
21342 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
21343
21344 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
21345 (CFLAGS): Delete it from here.
21346
21347 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
21348
21349 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
21350
21351 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
21352
21353 * Makefile.in (RUNTEST): Default to just "runtest".
21354
21355 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21356
21357 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
21358 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
21359 the code has been restructured.
21360
21361 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21362
21363 * gdb.t00/default.exp (set write): Allow any number of \r and/or
21364 \n, not just one of each.
21365
21366 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
21367 /bin/cc gives a warning if you do.
21368
21369 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
21370
21371 * gdb.t24/demangle.exp: change expect pattern of
21372 __t10ListS_link1ZUiRCUiPT0
21373
21374 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21375
21376 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
21377 on local variables in recursive functions.
21378
21379 * gdb.t07/Makefile.in: Build the new test.
21380
21381 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21382
21383 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
21384 directly. Instead compare the return values from actual calls.
21385
21386 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
21387
21388 * Makefile.in (check): Set TCL_LIBRARY for runtest.
21389
21390 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21391
21392 * From Peter Schauer with minor modifications.
21393 * gdb.t15/return.exp (return_tests): Handle targets where "return"
21394 stops in mid-line in the caller. Add xfail for returning a float
21395 value on X86 targets.
21396
21397 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21398
21399 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
21400 to avoid expect lossage.
21401 (fmem_LRbug_tests): Likewise.
21402 * gdb.disasm/hppa.s: Corresponding changes.
21403
21404 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
21405 conditions to work with latest dejagnu/expect.
21406
21407 * gdb.t15/funcargs.exp (finish from indirect call): No longer
21408 expected to fail on the PA.
21409 (backtrace in call with trampolines): Explicitly require main
21410 to be frame #1 (no trampolines should show up in backtrace).
21411
21412 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
21413 "continue -expect".
21414 * gdb.t06/break.exp: Likewise.
21415 * gdb.t07/watchpoint.exp: Likewise.
21416 * gdb.t13/bitfields.exp: Likewise.
21417 * gdb.t15/{funcargs,return}.exp: Likewise.
21418 * gdb.stabs/weird.exp: Likewise.
21419 * config/{mips,udi}-gdb.exp: Likewise.
21420
21421 * hppa.sed: Enclose comments within a sed command to avoid
21422 losing with the old OSF1 sed.
21423
21424 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21425
21426 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
21427 sequent dynix.
21428 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
21429 * gdb.t15/funcargs.exp: Conditionally step again to really
21430 finish from marker_call_with_trampolines. Handle the case where
21431 the first step from within call_with_trampolines already steps
21432 us back to main.
21433 * gdb.t15/gdbme.c: Add comment to closing brace of
21434 call_with_trampolines for funcargs.exp.
21435
21436 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21437
21438 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
21439 Fix typo(s).
21440
21441 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21442
21443 * gdb.t07/gdbme.c: More code for watchpoint testing.
21444
21445 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
21446 "Hardware watchpoint" throughout file.
21447 (test_watchpoint_triggered_in_syscall): New test.
21448 (test_complex_watchpoint): New test.
21449
21450 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21451
21452 * gdbme.c (call_with_trampolines): New function to try and step
21453 into. Tests trampoline problems on the PA.
21454
21455 * funcargs.exp (localvars_in_indirect_call): No longer expect
21456 stepping into indirect call to fail on PAs.
21457 (test_stepping_over_trampolines): New test.
21458
21459 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21460
21461 * TODO: Add suggestions for static member function tests, and
21462 completion tests.
21463
21464 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21465
21466 * TODO: Add suggestions for "p/a" tests.
21467
21468 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
21469 (default_gdb_exit): Replace all the hair with sending "quit" to
21470 the process with a simple close.
21471
21472 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21473
21474 * TODO: Add suggestions for shared library tests.
21475
21476 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21477
21478 * TODO: Add suggestions for x/s tests.
21479
21480 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21481
21482 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
21483 "enable once", and "enable breakpoints once" with ".*".
21484
21485 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21486
21487 * TODO: Add suggestions about structure passing tests.
21488
21489 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21490
21491 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
21492 the primary1 test, use work around if __GNUC__ < 2.
21493 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
21494 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
21495 Test for bad output rather than waiting for timeout. Issue
21496 second continue only if first continue failed.
21497
21498 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21499
21500 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
21501 operator[] test with gdb_test because the old code didn't seem to
21502 be getting the quoting right with the new dejagnu.
21503
21504 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
21505
21506 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
21507 one from the path.
21508 * Makefile.in: Use a fresh expect if there is one, use runtest
21509 from the src tree if there is one.
21510
21511 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21512
21513 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
21514 next over recursive call. Revise the tests from that point on
21515 (which had been skipped) to match GDB's actual (correct) output.
21516
21517 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
21518 with next over a breakpoint whose condition is false.
21519
21520 * gdb.t00/help.exp: Comment out "help set print" tests just like
21521 (and for same reason as) "help set" test.
21522
21523 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21524
21525 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
21526 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
21527
21528 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21529
21530 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
21531 necessary gdb_target_udi.
21532
21533 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
21534
21535 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
21536 1838 and 2417; they are fixed.
21537
21538 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
21539 gdb.t03/ptype.exp (ptype structure, ptype union):
21540 Remove xfails; the test is looser than when the xfails were added.
21541
21542 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
21543 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
21544
21545 * gdb.t01/run.exp: Only run shell test if isnative.
21546
21547 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
21548 since "run" automatically loads if necessary. Call gdb_target_udi
21549 after the "file" since "file" kills any execution target.
21550
21551 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
21552 GDB. GDB doesn't work that way (not anymore at least) on UDI.
21553 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
21554 argument for UDI.
21555
21556 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
21557
21558 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
21559
21560 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
21561
21562 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21563
21564 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
21565 properly quoting regexps. This makes the second argument to
21566 demangle a fixed string, which matches the callers, instead of a
21567 shell-style pattern which is what the previous implementation
21568 used. Update some of the callers.
21569
21570 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21571
21572 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
21573 (comib_nullified_tests): Fix typo.
21574 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
21575 strings. No longer expected to fail.
21576
21577 * gdb.disasm/hppa.s (addib_tests): Fix typo.
21578 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
21579 strings. No longer expected to fail.
21580
21581 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
21582 string. No longer expected to fail.
21583
21584 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21585
21586 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
21587 No longer expected to fail.
21588
21589 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
21590 string. No longer expected to fail.
21591
21592 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21593
21594 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
21595 only in the names (I probably got most of them). I was even
21596 generous with some which differed in underscores in names, and
21597 probably missed a few, and I *still* was able to remove almost a
21598 third of the file with almost no impact on testsuite coverage.
21599
21600 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21601
21602 * gdb.t00/default.exp: Match udi_attach error message as well as
21603 the one from child_attach.
21604
21605 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
21606
21607 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
21608
21609 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
21610 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
21611
21612 * Move test with enums and partial symbols back to
21613 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
21614 Reverts the change of 26 May 93. Per today's change to
21615 stabs.texinfo, the behavior that weird.exp was expecting was
21616 unreasonable; what is important is that the compiler+gdb get
21617 things right, which happens with a recent gcc. Also fix the test
21618 to deal with native compilers which put out the stab gdb can't
21619 deal with.
21620
21621 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21622
21623 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
21624 in the names. The main thing these accomplish is to slow things down.
21625 Many more such duplicates surely remain.
21626
21627 * gdb.t00/help.exp: Comment out "help support" test just like
21628 (and for same reason as) "help set" test.
21629
21630 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
21631
21632 * gdb.t06/break.exp: Remove setup_xfails for
21633 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
21634 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
21635 about known bug in gcc to include up through 2.5.8.
21636 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
21637 well as "_vb$".
21638 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
21639 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
21640 with latest gcc and gdb.
21641 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
21642 well as "_vb$".
21643
21644 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21645
21646 * configure.in (hppa*-*-*): Also configure and build stabs-only
21647 tests.
21648
21649 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21650
21651 * gdb.t10/hppa.mt: A makefile fragment for the PA.
21652 * gdb.t10/configure.in (hppa*-*-*): Use it.
21653
21654 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21655
21656 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
21657
21658 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21659
21660 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
21661 versions prior to 1.13.5.
21662
21663 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21664
21665 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
21666 the prompt is at the start of a line.
21667
21668 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
21669
21670 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
21671 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
21672 in the copr tests now.
21673 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
21674 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
21675 expected to fail.
21676
21677 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
21678
21679 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
21680 gdb.t31/chillvars.exp, lib/gdb.exp:
21681 Tweak to run under either version of expect.
21682 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
21683 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
21684 * gdb.t11/list.exp: Remove extraneous whitespace.
21685
21686 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21687
21688 * gdb.t16/printcmds.exp (test_print_strings): Accept
21689 "(unsigned char *) " before the string.
21690
21691 * TODO: Add notes about printing of fancy types and GDB expressions.
21692
21693 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
21694
21695 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
21696 * gdb.t06/configure.in: Don't try to compile signals test program
21697 if doing mips-idt-ecoff.
21698
21699 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
21700
21701 * Most .exp files: Tweak to run under either version of expect.
21702
21703 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21704
21705 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
21706 xfails; I'm not sure why they are failing, but not because of PR 1806.
21707
21708 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
21709
21710 * config/unix-gdb.exp: Remove gdb_unload cause it's already
21711 defined in lib/gdb.exp.
21712
21713 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21714
21715 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
21716 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
21717 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
21718 have to be typeless.
21719
21720 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
21721
21722 * TODO: Add suggestion for copyright year test.
21723
21724 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
21725
21726 * configure.in (*-*-lynxos*): Add stabs tests.
21727
21728 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21729
21730 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
21731 so insert a tab before any assembler directive in column zero.
21732
21733 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
21734 stores.
21735 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
21736 stores.
21737 (fpu_short_memory_tests): Likewise.
21738
21739 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21740
21741 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
21742 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
21743 .stabs directives in comments.
21744
21745 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21746
21747 * TODO: New file, describing tests we could write.
21748 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
21749
21750 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21751
21752 * gdb.t06/signals.exp: Add kludge to force re-sync.
21753
21754 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
21755 to xgdb instead of gdb, get out of gdb.
21756
21757 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
21758
21759 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
21760 for info.
21761
21762 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
21763
21764 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
21765 * gdb.stabs/configure.in (hppa*-*-*): Use it.
21766 * gdb.stabs/hppa.sed: New sed script for the PA.
21767
21768 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21769
21770 * gdb.stabs: Re-write weird.def and configuration to use sed
21771 instead of cpp. sed is portable and POSIX; cpp is neither.
21772
21773 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21774
21775 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
21776
21777 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21778
21779 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
21780
21781 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21782
21783 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
21784 "_vb$".
21785 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
21786 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
21787
21788 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21789
21790 * lib/gdb.exp: Comment out code which depends on non-existent
21791 `transform' procedure.
21792
21793 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
21794
21795 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
21796 * lib/gdb.exp: Transform tool name.
21797 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
21798 1.1's new error handling system.
21799
21800 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21801
21802 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
21803
21804 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21805
21806 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
21807 They made pattern matching so slow that timeouts happened on
21808 heavily loaded systems. Now any output from "show print" which
21809 gets us back to the GDB prompt is a PASS.
21810
21811 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
21812
21813 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
21814
21815 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21816
21817 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
21818
21819 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
21820 It is not from PR 3220.
21821
21822 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21823
21824 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
21825 just started failing because they depended on the order the
21826 subcommands are presented, or exact docstring text. This kind of
21827 test is a pain and has minimal benefit.
21828
21829 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21830
21831 * gdb.t09/corefile.exp: At end of test, use "core" command with
21832 no arguments.
21833
21834 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
21835
21836 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
21837 17}/Makefile.in: Make it possible to run the testsuite with Sun
21838 make and CC = cross gcc by adding explicit build rules for .o
21839 files.
21840
21841 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21842
21843 * gdb.t15/funcargs.exp: Don't put comments on same line as
21844 setup_xfail (@#$*%& tcl braindamage!).
21845
21846 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21847
21848 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
21849
21850 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
21851
21852 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
21853 * gdb.t20/inherit.exp: remove three dumplicate entries.
21854
21855 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21856
21857 * gdb.t06/break.exp: For "next over recursive call", fail on any
21858 incorrect output, not just on "factorial (value=2)".
21859
21860 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21861
21862 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
21863 working now. Add an xfail if accesing a bss variable causes
21864 a memory error if the target is not yet run.
21865
21866 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21867
21868 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
21869 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
21870 name of __st* demangling (2 strings). Did Kung really get the
21871 more than 95 others right without testing them?
21872
21873 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
21874
21875 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
21876
21877 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
21878
21879 * configure.in (configdirs): Add gdb.disasm
21880 * gdb.disasm: New directory for GDB disassembler tests.
21881 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
21882
21883 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21884
21885 * gdb.t00/help.exp: Don't test "help set".
21886
21887 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
21888 from within expect statements. None of these happen anymore and
21889 they cause regressions to be silently unnoticed.
21890
21891 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
21892 messages) about known failures with gcc cygnus-2.4.5-930417.
21893
21894 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
21895 comp-info.exp so it gets built if it doesn't exist.
21896
21897 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
21898 it is no longer used.
21899 * gdb.t13/comp-info.c: Removed.
21900
21901 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
21902
21903 * gdb.t06/signals.exp: Add xfail for sun3.
21904
21905 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21906
21907 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
21908 relevant because ^C doesn't get sent but failure can be reproduced
21909 interactively).
21910
21911 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21912
21913 * gdb.stabs/alpha.mt: New configuration file for alpha.
21914 * gdb.stabs/configure.in: Use it.
21915 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
21916 sharing with alpha.mt, redefine long to word via preprocessor.
21917 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
21918 for alpha.
21919 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
21920 native cc.
21921 * gdb.t00/teststrategy.exp: Change expect string so that we
21922 consume the `(xgdb)' from the command echo and from the gdb prompt.
21923 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
21924 gdb currently compares all values as long, so this failure probably
21925 applies to any configuration where LONGEST is bigger than a target int.
21926 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
21927 with gcc.
21928 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
21929 to handle opaque pointers, gcc is.
21930 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
21931 as first argument. Include <sys/types.h> and change all operator
21932 new definitions to use size_t.
21933 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
21934 now that we use size_t.
21935
21936 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21937
21938 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
21939 a long or float array cast all array members to the same type.
21940 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
21941 with 64 bit longs.
21942 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
21943 on alpha.
21944 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
21945
21946 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21947
21948 * gdb.t24 (demangle.exp): Constructors of templates have names like
21949 vector<int>::vector(int) not vector<int>::vector<int>(int). See
21950 section 14.6 of the ARM.
21951
21952 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
21953 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
21954 accomplish little and slow down the testsuite.
21955
21956 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
21957 Accept spaces various places.
21958
21959 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
21960
21961 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
21962 with watchpoint enabled.
21963
21964 * Makefile.in: Remove definition of CC and remove the second
21965 definition of CXX (the "CXX = gcc" one remains). These definitions
21966 were causing backquotes to be expanded within backquotes, which
21967 doesn't work.
21968
21969 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
21970
21971 * gdb.t17/callfuncs.exp: Add "return 0" to end.
21972
21973 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
21974
21975 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
21976 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
21977 by mips cc and contains no stabs entries.
21978
21979 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
21980
21981 * config/vx-gdb.exp: Use fake device to load files rather than
21982 NFS.
21983 * lib/gdb.exp: New proc to do "file" command.
21984 * config/unix-gdb.exp: Use new "file" proc.
21985
21986 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
21987
21988 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
21989 Rework board rebooting slightly.
21990 (gdb_exit): Don't exit from the remote shell; there isn't one.
21991 * gdb.stabs/weird.exp: If a program is being debugged already,
21992 kill it.
21993 * gdb.t04/setvar.exp: Stop and restart gdb.
21994 * gdb.t05/expr.exp: Likewise.
21995 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
21996 restart gdb and reload the program.
21997 * gdb.t08/opaque.exp: Likewise.
21998 * gdb.t12/scope.exp: Likewise.
21999 * gdb.t13/bitfields.exp: Likewise.
22000 * gdb.t15/funcargs.exp: Likewise.
22001 * gdb.t20/classes.exp: Likewise.
22002 * gdb.t03/ptype.exp: Increase timeout.
22003 * gdb.t16/printcmds.exp (test_print_string_constants,
22004 test_print_array_constants): Likewise.
22005 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
22006 * gdb.t20/classes.exp (do_tests): Likewise.
22007 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
22008
22009 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
22010
22011 * gdb.stabs: Renamed *wierd* to *weird*.
22012
22013 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22014
22015 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
22016 for timeout. Add "known gcc 2.4.5 bug" to failure message.
22017
22018 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
22019
22020 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
22021 (do_tests): Remove xfail for whatis on one_var and two_var.
22022
22023 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
22024
22025 * Makefile.in: Made cross building work better by adding
22026 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
22027
22028 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22029
22030 * gdb.t15/{return.c,return.exp,Makefile.in}:
22031 New test, currently commented out.
22032
22033 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
22034
22035 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
22036 still running and removes the leftover named socket so GDb can do
22037 clean restarts.
22038
22039 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
22040
22041 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
22042 console, not GDB.
22043 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
22044 cross testing works better with "make check"
22045 * config/unix-gdb: Use default procedures for exit and version.
22046 * config/vx-gdb.exp: Cleaned up and massaged back to working order
22047 with the newest VxWorks.
22048
22049 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22050
22051 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
22052 old form.
22053
22054 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
22055 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
22056
22057 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
22058
22059 * config/unix-gdb.exp: Remove this version of gdb_exit
22060 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
22061 Rob says he'll look at it when he gets back to testing boards.
22062
22063 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
22064
22065 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
22066 an expected fail for certain ptype commands.
22067
22068 * gdb.t20/classes.exp: Update expected results of "ptype class
22069 Base1" to account for the constructor that now appears in the type.
22070
22071 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
22072
22073 * configure.in (configdirs): Restore gdb.t04, which mysteriously
22074 disappeared from list.
22075 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
22076 "alldone" proc with call to cleanup and exit.
22077 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
22078 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
22079 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
22080 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
22081 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
22082 "alldone" proc with simple returns that suppress remaining
22083 tests. The alldone proc went away many months ago.
22084
22085 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22086
22087 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
22088
22089 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
22090
22091 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22092
22093 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
22094 as vax gdb will display them.
22095
22096 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22097
22098 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
22099 optimizers.
22100
22101 * scope.exp: Change "bad value for localval" messages so each one
22102 is unique.
22103
22104 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
22105 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
22106
22107 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
22108
22109 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22110
22111 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
22112 doesn't exist (due to optimization).
22113
22114 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22115
22116 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
22117 contains \r because the filename is long.
22118
22119 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
22120 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
22121
22122 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22123
22124 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
22125 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
22126 Ultrix.
22127 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
22128 int tests.
22129 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
22130
22131 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
22132
22133 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
22134
22135 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
22136 to match does not match the passing case but still matches the
22137 failing case.
22138
22139 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22140
22141 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
22142
22143 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
22144
22145 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
22146 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
22147 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
22148 Remove various versions of gdb_exit.
22149 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
22150 gdb_exit.
22151 * config/unix-gdb.exp: gdb_exit remains here, and should override
22152 the generic version, since it's doing a lot of wierd stuff that
22153 the other versions aren't. FIXME, fold it in, or abandon this
22154 version.
22155
22156 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22157
22158 * gdb.t24/demangle.exp: Add tests for PR 3220.
22159
22160 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22161
22162 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
22163
22164 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
22165
22166 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
22167 "i386-*-*". Works for i486 as well.
22168
22169 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
22170 bug, and expand domain of xfail to all SVR4 systems, since the
22171 actual problem is likely to be in generic SVR4 /proc support.
22172
22173 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22174
22175 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
22176
22177 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
22178
22179 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
22180 xfails for other systems. Match a missing 'Continuing.' as an
22181 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
22182
22183 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
22184 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
22185 Only issue warning for missing executables if -all option is used.
22186
22187 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
22188 file if -all option is used. It's like an unpredictable XFAIL.
22189
22190 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22191
22192 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
22193 for dynamically linked binaries.
22194
22195 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
22196
22197 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22198
22199 * gdb.t20/inherit.exp: Change message for "print tagless struct"
22200 to state that this is a known bug in old versions of g++.
22201
22202 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22203
22204 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
22205 while waiting for `Continuing'.
22206
22207 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
22208
22209 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
22210 in text, data, and bss.
22211 * gdb.t10/nodebug.c: Add local and global test variables for
22212 initialized and uninitialized data.
22213
22214 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22215
22216 * config/unix-gdb.exp (gdb_exit): Add "wait".
22217
22218 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22219
22220 * gdb.t06/signals.exp: xfail the continue from the handler for all
22221 targets.
22222
22223 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
22224 function with watchpoints enabled, the i386 call dummy starts with
22225 a call.
22226
22227 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
22228 386 bsd names its corefiles.
22229
22230 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
22231
22232 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
22233 compilers don't grok it.
22234 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
22235 with small octal ints rather than character constants, which
22236 are signed and might not fit if first promoted to int.
22237
22238 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
22239
22240 * gdb.t09/Makefile.in (clean): Remove corefile.
22241
22242 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22243
22244 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
22245
22246 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22247 and Jim Kingdon (kingdon@cygnus.com)
22248
22249 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
22250 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
22251 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
22252
22253 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22254
22255 * gdb.t17/interrupt.exp: Add xfail for hppa.
22256
22257 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22258
22259 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
22260 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
22261 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
22262 to determine signed-ness of bitfields and use the result to setup
22263 the xfail.
22264 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
22265 * gdb.t15/funcargs.exp: Use them to step until the second indirect
22266 call line is reached if necessary.
22267
22268 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22269
22270 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
22271
22272 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22273
22274 * gdb.t06/break.exp: Also test `clear' command.
22275
22276 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22277
22278 * gdb.t00/teststrategy.exp: Remove extra quote.
22279
22280 * gdb.t07/watchpoint.exp: Change xfail for calling function with
22281 watchpoint enabled to be for all non-68k machines.
22282
22283 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
22284
22285 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22286
22287 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
22288 targets use aout.mt instead of ecoff.mt as gas understands
22289 standard aout format.
22290
22291 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
22292
22293 * lib/gdb.exp (runto): Don't insist that function we are running to
22294 was compiled with -g.
22295
22296 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
22297
22298 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
22299 to get back into the read system call.
22300 Accept leading newline in case where we woke it up.
22301
22302 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22303
22304 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
22305 to make the stabs test work on ecoff systems using gcc and -with-stabs.
22306 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
22307 enable ecoff configuration.
22308
22309 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22310
22311 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
22312
22313 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22314
22315 * gdb.t16/printcmds.exp: Add another printf test.
22316
22317 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
22318
22319 * configure.in: If configured -with-stabs on any target, add
22320 stabsdirs to configdirs.
22321
22322 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22323
22324 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
22325 fun" so pattern does not match the command itself.
22326
22327 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22328
22329 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
22330
22331 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22332
22333 * gdb.t17/interrupt.exp: Test for more things.
22334
22335 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22336
22337 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
22338 compiler arranges the code and line numbers.
22339
22340 * gdb.t17/interrupt.exp: Don't send \n after ^C.
22341
22342 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22343
22344 * gdb.t00/help.exp: Increase expect input buffer size.
22345
22346 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22347
22348 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
22349
22350 * gdb.t07/watchpoint.exp: Add xfail for hppa.
22351
22352 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
22353
22354 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
22355 [0-9]*, not just [0-9].
22356
22357 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22358
22359 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
22360
22361 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
22362
22363 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22364
22365 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
22366
22367 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22368
22369 * gdb.t06/signals.c: Add xfails for sun3.
22370
22371 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
22372
22373 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
22374 test_stepping tests.
22375
22376 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22377
22378 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
22379
22380 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
22381
22382 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
22383 rather than actually putting it through cpp twice.
22384
22385 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
22386
22387 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
22388
22389 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
22390 no longer needed.
22391
22392 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22393
22394 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
22395
22396 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
22397 C++ features prints as "struct", make it a pass, not an xfail.
22398
22399 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22400
22401 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
22402 Don't require VA to print as "class" rather than "struct".
22403
22404 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
22405
22406 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
22407
22408 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22409
22410 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
22411
22412 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22413
22414 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
22415 order.
22416
22417 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22418
22419 * gdb.t16/printcmds.exp: Add printf tests.
22420
22421 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
22422
22423 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
22424
22425 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
22426
22427 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
22428 pass counts, to counteract any existing or future setup_xfails.
22429
22430 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22431
22432 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
22433 {BEGIN,END}_COMMON for common block instead of STAB.
22434 * gdb.stabs/wierd.exp: Add xfail for rs6000.
22435
22436 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
22437 intp_var should be N_GSYM not N_LSYM.
22438 wierd-aout.S: Use a label for the value of the N_SO.
22439 wierd.def: Remove all backslashes.
22440 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
22441
22442 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22443
22444 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
22445 get the expected next to inheritance3.
22446
22447 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22448
22449 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
22450 now that gcc-2.4 gets it right.
22451
22452 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22453
22454 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
22455
22456 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
22457 generating comp-info.exp which works for cross-compilation.
22458
22459 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
22460
22461 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
22462 "*-*-sysv4.*".
22463
22464 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
22465
22466 * gdb.t01/run.exp: Start with a fresh gdb.
22467 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
22468 SVR4.x.
22469
22470 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
22471
22472 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
22473 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
22474 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
22475 Makefile.in (distclean, realclean): Remove gdbme.c from list of
22476 things to remove.
22477
22478 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
22479
22480 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
22481 test cases from bug reports.
22482
22483 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
22484
22485 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
22486 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
22487 avoid spurious xfails.
22488 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
22489 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
22490 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
22491
22492 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
22493
22494 * gdb.t00/teststrategy.exp: Rework to provide more useful
22495 description of each test, fix problem with systems that define
22496 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
22497 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
22498 results for "next over recursive call" so timeouts aren't taken
22499 by error.
22500
22501 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
22502
22503 * gdb.t12/scope.exp: Test printing of variables before run.
22504
22505 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
22506 printed in wrong order due to sorting.
22507
22508 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
22509
22510 * gdb.t00/teststrategy.exp: Fix expected results for printing
22511 user entered string constant. Is array of char, prints with no
22512 address.
22513
22514 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
22515 commands.
22516 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
22517 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
22518 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
22519 of struct of char arrays.
22520 * gdb.t00/radix.exp: New tests for radix commands.
22521
22522 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
22523
22524 * gdb.t16/printcmd.exp: Print a variable before running program
22525 (with xfail for AIX).
22526
22527 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
22528
22529 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
22530
22531 * gdb.t16/printcmd.exp: Don't print variables before running program.
22532
22533 * gdb.t06/break.exp: Don't require envp argument to main.
22534
22535 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
22536
22537 * gdb.t02/whatis.exp, gdb.t11/list.exp:
22538 Add xfails for rs6000.
22539
22540 * gdb.t02/whatis.exp: Change other tests not to re-test something
22541 we already tested.
22542
22543 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
22544 each type used has a variable of that type.
22545
22546 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
22547
22548 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
22549
22550 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22551
22552 * configure.in: change srctrigger to be a file, not a directory
22553
22554 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
22555
22556 * configure.in (mips-idt-ecoff*): Added trailing '*'.
22557
22558 * gdb.t11/list.exp: Fixed a couple of typos.
22559
22560 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
22561
22562 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
22563 is fixed and PR is closed.
22564 * gdb.t16 (gdbme.c): Add simple test string variable.
22565 * gdb.t16 (printcmds.exp): Add tests with simple test string
22566 variable, primarily for boundaries on "set print elements".
22567
22568 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
22569
22570 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
22571 Make leading 0's optional and don't expect a tab in the middle
22572 of the number.
22573
22574 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
22575
22576 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
22577 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
22578 don't end command passed to gdb_test with newline.
22579
22580 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
22581 signed keyword away, don't expect signed bitfields to be signed.
22582
22583 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
22584 printing with only as many 1's as are in the field as well as printing
22585 with 32 1's (see comment).
22586
22587 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
22588
22589 * gdb.t00/default.exp: Start with a fresh gdb.
22590 * configure.in (configdirs): Remove gdb.t31 until the chill
22591 compiler works again. It no longer is able to find chillrt0
22592 since it isn't in libchill.a anymore.
22593 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
22594 wierd.o, make more modular.
22595 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
22596 spurious newlines that caused problems.
22597
22598 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22599
22600 * Move test with enums and partial symbols from gdb.t03/ptype.exp
22601 to gdb.stabs/wierd.exp since GCC has worked around the bug.
22602 gdb.stabs/wierd.{exp,def}: Many new tests.
22603
22604 * gdb.t00/default.exp: update info line for new message.
22605
22606 * gdb.t02/{whatis.exp,gdbme.c}:
22607 Test that "char *" doesn't print as "caddr_t".
22608
22609 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22610
22611 * gdb.t00/help.exp: Use .* in place of some help messages which
22612 just changed.
22613 gdb.t00/default.exp: Update "info frame" test for new message.
22614 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
22615 Remove some xfails
22616
22617 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22618
22619 * gdb.t03/{gdbme.c,ptype.exp}:
22620 Add tests for typedef'd struct and union without tags.
22621 Also check "whatis" on a variable of a typedef'd enum without a tag.
22622
22623 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
22624 PRMS 1823; the bug still exists but isn't reproduced by this test
22625 anymore), and remove rs6000 XFAIL (the bug is fixed).
22626
22627 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
22628 duplicated from whatis.exp. For those that are left, accept
22629 "long", "long int", or "int" for long variables (whatis.exp already
22630 has an XFAIL for "int", so no need to fail it here).
22631
22632 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
22633 Deal with GCC's names for types now that GDB uses the compiler's names.
22634
22635 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
22636 setup_xfail's for sunos4. If we #defined the signed keyword away,
22637 don't expect GDB to know that char it is signed.
22638
22639 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
22640
22641 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
22642
22643 * configure.in (configdirs): Add gdb.t24 for C++ tests that
22644 should work on any system, regardless of debugging format.
22645 * gdb.t21/demangle.exp: Move to gdb.t24.
22646 * gdb.t24/demangle.exp: Move from gdb.t21.
22647 * gdb.t24/{Makefile.in, configure.in}: New files.
22648
22649 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22650
22651 * configure.in: Do gdb.stabs and C++ tests only for stabs.
22652 * gdb.stabs: New directory.
22653
22654 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
22655
22656 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
22657 not just "Quit anyway?".
22658
22659 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
22660
22661 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
22662 that all setup_xfails are immediately followed by clear_xfails.
22663
22664 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
22665
22666 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
22667 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
22668 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
22669 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
22670 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
22671 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22672 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22673 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
22674 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
22675 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
22676 gdb.t31/chillvars.exp, lib/gdb.exp:
22677 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
22678 bug-gdb@prep.ai.mit.edu.
22679
22680 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
22681
22682 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
22683 with 0.0, not integer 0.
22684
22685 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
22686
22687 * gdb.t06/break.exp: Update for "Kill the program" message change.
22688
22689 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
22690
22691 * Makefile.in (GDBFLAGS): Set to -nx.
22692 * Makefile.in (site.exp): Use GDBFLAGS.
22693
22694 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22695
22696 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
22697 Makefiles.
22698 (check): depend on just-check.
22699 (just-check): added so that tests can be run without a noop
22700 build pass.
22701
22702 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
22703
22704 Switch to using configure's configdirs.
22705 * Makefile.in (Makefile): add configure.in dependency.
22706 (SUBDIRS): removed redundant assignment.
22707 * configure.in: switch subdirs assignment to configdirs.
22708 * gdb.t*/configure.in: new files.
22709
22710 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
22711
22712 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
22713 works.
22714
22715 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
22716
22717 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
22718 in explicit rules. Apparently this is not supported by some makes.
22719
22720 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
22721
22722 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
22723
22724 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22725
22726 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
22727 disappeared.
22728
22729 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
22730
22731 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
22732
22733 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
22734
22735 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
22736 watchpoint problem that is now fixed.
22737 * gdb.t30/chexp.exp: Remove setup_xfail for printing
22738 uninitialized convenience variables.
22739 * gdb.t31/chillvars.exp: Fix expected patterns for printing
22740 structures.
22741
22742 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22743
22744 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
22745 which causes expect to get out of sync with gdb on long output
22746 from help set.
22747 * gdb.t09/corefile.exp: Make expected pattern for core file
22748 failing signal and frame output format less sun specific.
22749
22750 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
22751
22752 * gdb.t31/chillvars.exp: Add and remove initial dummy
22753 breakpoint, so that symbol table is forced in.
22754 (Needed at least on Sunos4, though it seems not SVR4.)
22755 * gdb.t31/chillvars.exp: Update for changed output format.
22756
22757 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
22758
22759 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
22760
22761 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
22762
22763 * Makefile.in: Added --srcdir when invoking runtest, removed the
22764 need for a local config file. (optional now)
22765
22766 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
22767
22768 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
22769 failure count used to force early termination. Add some more
22770 expected failures for gnu style demangling.
22771
22772 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22773
22774 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
22775 pmi variable from gdb.t20/gdbme to get optimized away.
22776 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
22777 Check for written corefile upon timeout _and_ eof.
22778
22779 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22780
22781 * config/unix-gdb.exp: Add missing return 0.
22782
22783 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
22784
22785 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
22786 test termination.
22787
22788 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
22789
22790 * configure.in (subdirs): Put back gdb.t17 which mysteriously
22791 disappeared.
22792
22793 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
22794
22795 * gdb.t10/crossload.exp: Disable the i860-elf test until such
22796 time as i860 support works.
22797
22798 * gdb.t15/funcargs.exp: Fix expected outputs to include
22799 "backtrace 100\r" rather than just "backtrace\r", to match last
22800 change.
22801
22802 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
22803
22804 * config/udi-gdb.exp (gdb_exit): Remove close command.
22805 (gdb_target_udi): New procedure to set the UDI target.
22806 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
22807 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
22808 Added waits for prompts after several question responses. Added
22809 some more responses used by a29k-amd-udi-gdb.
22810 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
22811 pass different arguments, restart UDI connection after program
22812 completion.
22813 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
22814 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
22815 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
22816 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
22817 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
22818 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
22819 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
22820 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
22821 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
22822 after program completion.
22823 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
22824 compiled with a SELECT_VECS setting.
22825 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
22826 infinite recursion.
22827
22828 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
22829 Added checks for COFF results, and made them expected failures for
22830 all targets. It would be better to make them expected failures
22831 for COFF targets only.
22832
22833 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
22834
22835 * Makefile.in: add null dvi target, don't bother to recurse
22836 through test directories for info and install-info; rename
22837 $(datadir) to be dejagnu instead of deja-gnu
22838
22839 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
22840
22841 * gdb.t31/gdbme.ch: Re-enable code that previously caused
22842 compiler to coredump.
22843 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
22844 code.
22845
22846 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
22847
22848 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
22849 coredump.
22850 * gdb.t31/chillvars.exp: Comment out tests that depend on that
22851 code.
22852
22853 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
22854
22855 * gdb.t03/ptype.exp: tests for return code from gdb_test.
22856 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
22857 which in a shell. Deletes xgdb when done.
22858 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
22859 Tests the return from the "set height" or "set width" commands.
22860 Added a few return codes where needed.
22861
22862 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
22863
22864 * Makefile.in (SUBDIRS): Add gdb.t17.
22865 * configure.in (subdirs): Add gdb.t17.
22866 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
22867 files to test gdb's calling of functions in the inferior with
22868 the correct arguments and gdb's ability to retrieve any
22869 result returned.
22870
22871 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
22872
22873 * config/unix-gdb.exp (gdb_exit): Remove close commands that
22874 may be called after gdb goes away. Previous versions of expect
22875 needed these to avoid file descriptor leaks, but they cause
22876 errors with the current revision of expect.
22877 * gdb.t00/gdbvars.exp: Use -re on expected output after
22878 setting sevenbit-strings.
22879 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
22880 to set sevenbit-strings consistent across tests.
22881 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
22882 set sevenbit-strings consistent across tests.
22883
22884 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
22885
22886 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
22887 expected output to match current "expect" expectations.
22888
22889 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
22890
22891 * gdb.t00/default.exp: Change expected output for default "source"
22892 command, to match new gdb behavior which requires a filename to
22893 source.
22894
22895 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
22896
22897 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
22898 expected fail for i486-*-* that misses the marker2 function.
22899 * gdb.t10/crossload.exp (bfddefault): Allow successful
22900 recognition of a format to pass even if no symbols are found.
22901 Explicitly catch failures where the format is not recognized
22902 or is ambiguous, and add the reason to the fail message.
22903 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
22904 the cause is and invalid target and add reason to failure message.
22905 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
22906 elf32-i386, elf32-sparc, and elf32-i860.
22907 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
22908 Set up expected failure for 'filename'::variable scope resolution,
22909 which is now apparently broken on all targets.
22910 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
22911 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
22912 gdb.t23/templates.exp: Change failure for missing binfile into
22913 just a warning.
22914 gdb.t21/demangle.exp: Change all cfront references to 'arm'
22915 references.
22916
22917 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
22918
22919 * gdb.t00/default.exp: Add expected output for default "source"
22920 command, to match new gdb behavior.
22921 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
22922
22923 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
22924
22925 * config/*-gdb.exp: returns an error, rather than exiting on
22926 internal errors.
22927
22928 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
22929
22930 * gdb.t03/gdbme.c: Add pointer to struct variable.
22931 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
22932 referencing struct members.
22933
22934 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
22935
22936 * configure.in (mips-idt-ecoff): New target.
22937 * config/mips-gdb.exp: New file for remote board using MIPS remote
22938 debugging protocol.
22939
22940 * Redid configuration scheme. Removed gdb.t*/configure.in.
22941 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
22942 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
22943 distclean targets. Built executables via .o files. Adjusted
22944 tests to account for source files in $(srcdir) rather than
22945 $(objdir).
22946 * lib/gdb.exp (runto): Don't expect () after the function name,
22947 because it may have arguments.
22948
22949 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
22950
22951 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
22952 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
22953 expected failures for mips-idt-* and mips-sgi-*.
22954 * gdb.t00/default.exp (attach): Kill process if requested.
22955 * gdb.t00/help.exp (help target core, help target): Accept a gdb
22956 that does not read core files.
22957 * gdb.t01/run.exp: Removed checks for exit status code.
22958 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
22959 it is linked in.
22960 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
22961 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
22962 appropriate, rather than doing it by hand.
22963 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
22964 execution.
22965 * gdb.t10/crossload.exp: Kill existing program if needed.
22966 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
22967 appropriate, rather than doing it by hand. Always increase
22968 timeout for this test, not just for VxWorks.
22969
22970 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
22971
22972 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
22973 of Chill STRUCT types and STRUCT values.
22974 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
22975 than "char".
22976 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
22977 struct2): New struct definitions and initializations to test
22978 simple Chill STRUCT types.
22979
22980 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
22981
22982 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
22983 the null byte at the end of strings.
22984 * gdb.t00/default.exp: Make show version insensitive to copyright
22985 date.
22986 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
22987 to avoid dependencies on target char signedness.
22988 * gdb.t16/printcmds.exp: Update expected results for explicitly
22989 unsigned char.
22990 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
22991 now work.
22992 * gdb.t21/demangle.exp: Add many more patterns for template
22993 demangling, most of them being expected failures.
22994 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
22995 string we are matching for, to match on the whole string.
22996 * gdb.t21/demangle.exp: Add many new test strings to demangle,
22997 and fix a whole bunch that had incorrect expected output but were
22998 passing anyway because of the bug in "proc demangle".
22999 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
23000 type.
23001 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
23002
23003 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
23004
23005 * gdb/testsuite: made modifications to testcases, etc., to allow
23006 them to work properly given the reorganization of deja-gnu and the
23007 relocation of the testcases from deja-gnu to a "tool" subdirectory.
23008
23009 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
23010
23011 * gdb/testsuite: Initial creation of gdb/testsuite.
23012 Migrated dejagnu testcases and support files for testing nm to
23013 gdb/testsuite from deja-gnu. These files were moved "as is"
23014 with no modifications. This migration is part of a major overhaul
23015 of dejagnu. The modifications to these testcases, etc., which
23016 will allow them to work with the new version of dejagnu will be
23017 made in a future update.
23018
23019 For additional changes see gdb.mi/ChangeLog-1999-2003.
23020 \f
23021 ;; Local Variables:
23022 ;; mode: change-log
23023 ;; left-margin: 8
23024 ;; fill-column: 74
23025 ;; version-control: never
23026 ;; End:
23027
23028 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
23029 2003, 2004, 2005 Free Software Foundation, Inc.
23030 Copying and distribution of this file, with or without modification,
23031 are permitted provided the copyright notice and this notice are preserved.