]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite/
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2012-08-23 Yao Qi <yao@codesourcery.com>
2
3 * boards/native-gdbserver.exp (${board}_upload): New.
4 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
6 Execute tfile on remote target.
7 Copy trace file from target to host.
8
9 2012-08-22 Joseph Myers <joseph@codesourcery.com>
10
11 * gdb.arch/thumb-bx-pc.S: New file.
12 * gdb.arch/thumb-bx-pc.exp: New file.
13
14 2012-08-22 Tom Tromey <tromey@redhat.com>
15
16 * gdb.base/maint.exp: Update.
17
18 2012-08-22 Tom Tromey <tromey@redhat.com>
19
20 * lib/gdb.exp (skip_unwinder_tests): New proc.
21 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
22 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
23
24 2012-08-21 Tom Tromey <tromey@redhat.com>
25
26 * gdb.hp/gdb.aCC/exception.exp: Remove.
27
28 012-08-19 Andrew Pinski <apinski@cavium.com>
29
30 * gdb.arch/mips-octeon-bbit.c: New file.
31 * gdb.arch/mips-octeon-bbit.exp: New Test.
32
33 012-08-19 Keith Seitz <keiths@redhat.com>
34
35 PR c++/14365
36 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
37 * gdb.dwarf2/dw2-anon-mptr.S: New file.
38
39 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
40
41 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
42 verbose -log by more specific untested call.
43
44 2012-08-18 Yao Qi <yao@codesourcery.com>
45
46 * gdb.trace/tfind.exp: Move tests on various command help before
47 checking target supports trace.
48 Fix the expected output of 'help tfind end'.
49
50 2012-08-17 Keith Seitz <keiths@redhat.com>
51
52 PR c++/13356
53 * gdb.base/default.exp: Update all "check type" tests.
54 * gdb.base/help.exp: Likewise.
55 * gdb.base/setshow.exp: Likewise.
56 * gdb.cp/converts.cc (foo1_type_check): New function.
57 (foo2_type_check): New function.
58 (foo3_type_check): New function.
59 (main): Call new functions.
60 * converts.exp: Add tests for integer-to-pointer conversions
61 with/without strict type-checking.
62
63 2012-08-16 Mike Frysinger <vapier@gentoo.org>
64
65 * gdb.base/help.exp: Update expected output.
66
67 2012-08-16 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.ada/rdv_wait: New testcase.
70
71 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * gdb.base/attach-twice.exp: Remove excessive ps exec.
74
75 2012-08-13 Doug Evans <dje@google.com>
76
77 * gdb.base/help.exp: Update expected output.
78 * gdb.base/default.exp: Update expected output of "show convenience".
79
80 2012-08-10 Doug Evans <dje@google.com>
81
82 * gdb.python/py-strfns.c: New file.
83 * gdb.python/py-strfns.exp: New file.
84 * gdb.python/py-type.exp (test_fields): Add vector tests.
85
86 2012-08-10 Mike Frysinger <vapier@gentoo.org>
87
88 PR cli/10436:
89 * gdb.base/completion.exp: Add tests for handle completion.
90
91 2012-08-09 Yao Qi <yao@codesourcery.com>
92
93 * gdb.mi/mi-cmd-param-changed.exp: New.
94 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
95 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
96 * gdb.mi/mi2-prompt.exp: Likewise.
97
98 2012-08-08 Doug Evans <dje@google.com>
99
100 * gdb.base/debug-expr.c: New file.
101 * gdb.base/debug-expr.exp: New file.
102 * gdb.base/exprs.exp: Test {type} casts.
103 * gdb.cp/debug-expr.exp: New file.
104
105 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
106
107 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
108 global variable loop, not a 'break'. Add loop count limit to 100.
109 Add new fail case for terminated vgdb.
110
111 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
112 Jean-Marc Saffroy <saffroy@gmail.com>
113
114 PR 11804
115 * gdb.base/gcore-relro.exp: New file.
116 * gdb.base/gcore-relro-main.c: New file.
117 * gdb.base/gcore-relro-lib.c: New file.
118
119 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
120
121 Do not false FAIL with old GCCs.
122 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
123 GCC < 4.5 in $no_hw mode.
124
125 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
126
127 * gdb.base/default.exp (cd): Accept new directory with no arguments.
128
129 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
130
131 * gdb.base/list.exp (test_only_end): New function.
132 Call it.
133
134 2012-08-06 Tom Tromey <tromey@redhat.com>
135
136 * gdb.python/py-mi.exp: Add test for printer whose children
137 are a list.
138 * gdb.python/py-prettyprint.c (struct children_as_list): New.
139 (main): New variable children_as_list.
140 * gdb.python/py-prettyprint.py (class pp_children_as_list):
141 New.
142 (register_pretty_printers): Register new printer.
143
144 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
145
146 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
147 symbols. Abort if vgdb remote connection is closed.
148
149 2012-08-02 Doug Evans <dje@google.com>
150
151 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
152
153 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
154
155 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
156 s390x, PowerPC 64 and m68k-linux.
157
158 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
159
160 * gdb.base/annota1.exp: Accept no frames-invalid notification
161 when starting up the program.
162 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
163 show a symbolic value as well.
164 * gdb.server/server-exec-info.exp: Skip test when skipping
165 gdbserver test and/or when skipping shared library tests.
166 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
167 avoid name conflicts with other tests.
168
169 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
170
171 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
172 Fix wrong output on big-endian systems.
173 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
174 4-byte pointer types on 64-bit s390x.
175
176 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
177
178 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
179 marker comment at the beginning (after intialization).
180 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
181 breakpoint on marker comment instead of function begin.
182 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
183 PowerPC.
184 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
185 or 64-bit PowerPC.
186 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
187 gdb,no_hardware_watchpoints flag is set.
188 (initialize): Remove now redundant can-use-hw-watchpoints change.
189
190 2012-08-02 Yao Qi <yao@codesourcery.com>
191 Pedro Alves <palves@redhat.com>
192
193 * boards/local-remote-host.exp: New.
194
195 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
196
197 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
198 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
199 * gdb.base/print-file-var.exp: Likewise.
200 * gdb.server/solib-list.exp: Skip on remote targets.
201
202 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
203
204 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
205 watchpoints on ARM. When expecting software watchpoints, tolerate
206 (remote) targets that report unsupported hardware watchpoint only
207 at continue time.
208 (test_wide_location_2): Likewise.
209
210 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
211
212 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
213 valgrind versions.
214
215 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
216
217 * gdb.base/valgrind-infcall.c: New file.
218 * gdb.base/valgrind-infcall.exp: New file.
219
220 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
221
222 2012-07-30 Keith Seitz <keiths@redhat.com>
223
224 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
225 linespecs.
226
227 2012-07-30 Doug Evans <dje@google.com>
228
229 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
230 * gdb.dwarf2/pr13961.S: Ditto.
231
232 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
233
234 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
235
236 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
237 change its format immediately after reloading the binary.
238
239 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 Fix testsuite regression after --use-deprecated-index-sections removal.
242 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
243 string.
244 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
245
246 2012-07-27 Yao Qi <yao@codesourcery.com>
247
248 KFAIL for PR remote/14161.
249 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
250 Cleanup socket files.
251 (strace_info_marker): Detach inferior.
252
253 2012-07-26 Tom Tromey <tromey@redhat.com>
254
255 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
256
257 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
258
259 * gdb.python/py-inferior.c (thread): New function.
260 (check_threads): New function.
261 (test_threads): New function.
262 * gdb.python/py-inferior.exp: Added test.
263 Replaced runto with continue to breakpoint.
264
265 2012-07-26 Tom Tromey <tromey@redhat.com>
266
267 * lib/ada.exp (standard_ada_testfile): New proc.
268 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
269 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
270 * gdb.ada/array_return.exp: Use standard_ada_testfile.
271 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
272 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
273 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
274 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
275 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
276 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
277 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
278 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
279 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
280 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
281 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
282 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
283 * gdb.ada/char_param.exp: Use standard_ada_testfile.
284 * gdb.ada/complete.exp: Use standard_ada_testfile.
285 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
286 standard_output_file.
287 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
288 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
289 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
290 standard_output_file.
291 * gdb.ada/exprs.exp: Use standard_ada_testfile.
292 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
293 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
294 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
295 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
296 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
297 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
298 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
299 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
300 * gdb.ada/homonym.exp: Use standard_ada_testfile.
301 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
302 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
303 * gdb.ada/interface.exp: Use standard_ada_testfile.
304 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
305 standard_output_file
306 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
307 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
308 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
309 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
310 * gdb.ada/nested.exp: Use standard_ada_testfile.
311 * gdb.ada/null_array.exp: Use standard_ada_testfile.
312 * gdb.ada/null_record.exp: Use standard_ada_testfile.
313 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
314 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
315 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
316 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
317 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
318 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
319 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
320 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
321 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
322 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
323 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
324 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
325 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
326 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
327 * gdb.ada/start.exp: Use standard_ada_testfile.
328 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
329 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
330 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
331 * gdb.ada/tagged.exp: Use standard_ada_testfile.
332 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
333 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
334 * gdb.ada/tasks.exp: Use standard_ada_testfile.
335 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
336 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
337 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
338 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
339 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
340 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
341 * gdb.ada/widewide.exp: Use standard_ada_testfile.
342
343 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
344
345 Fix testsuite regression after --use-deprecated-index-sections removal.
346 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
347
348 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
349
350 Fix compatibility with Tcl before 7.5.
351 * lib/future.exp (lreverse): New function if it does not exist.
352
353 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
354
355 * gdb.mi/mi-pending.c: New method to set a second pending
356 breakpoint.
357 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
358 condition.
359
360 2012-07-20 Pedro Alves <palves@redhat.com>
361
362 PR threads/11692
363 PR gdb/12203
364
365 * gdb.threads/create-fail.c: New file.
366 * gdb.threads/create-fail.exp: New file.
367
368 2012-07-19 Pedro Alves <palves@redhat.com>
369
370 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
371 * config/vx.exp (gdb_start): Likewise.
372 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
373 * gdb.base/setvar.exp (test_set): Likewise.
374 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
375 * gdb.reverse/sigall-precsave.exp: Likewise.
376 * gdb.reverse/sigall-reverse.exp: Likewise.
377
378 2012-07-19 Pedro Alves <palves@redhat.com>
379
380 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
381 handler before recording.
382
383 2012-07-19 Tom Tromey <tromey@redhat.com>
384
385 * gdb.cp/casts.exp: Add tests for typeof and decltype.
386 * gdb.cp/casts.cc (decltype): New function.
387 (main): Use it.
388
389 2012-07-19 Pedro Alves <palves@redhat.com>
390
391 * gdb.base/sigall.exp (signals): New list.
392 <top level>: Loop over signals in the $signals list instead of
393 calling a test function once per signal.
394 * gdb.reverse/sigall-precsave.exp (signals): New list.
395 <top level>: Loop over signals in the $signals list instead of
396 calling a test function once per signal.
397 * gdb.reverse/sigall-reverse.exp (signals): New list.
398 <top level>: Loop over signals in the $signals list instead of
399 calling a test function once per signal.
400
401 2012-07-19 Yao Qi <yao@codesourcery.com>
402
403 * gdb.base/setshow.exp: Test 'set args ~'.
404
405 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
406
407 * gdb.base/store.exp (check_set): Import gdb_prompt.
408 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
409 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
410
411 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 PR 11914
414 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
415 (main): Call eval_sub.
416 * gdb.python/py-prettyprint.exp:
417 (python execfile ('py-prettyprint.py')): Move it earlier.
418 New breakpoint for eval-break.
419 (continue to breakpoint: eval-break, info locals): New test.
420 (python execfile ('py-prettyprint.py')): Move it from here.
421 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
422 (register_pretty_printers): Register pp_eval_type.
423
424 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
425
426 Fix a testcase regression by me.
427 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
428 DW_FORM_data4.
429
430 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
431 Doug Evans <dje@google.com>
432
433 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
434 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
435
436 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
437
438 Fix gdbserver run regression.
439 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
440
441 2012-07-12 Tom Tromey <tromey@redhat.com>
442
443 * lib/gdb.exp (standard_testfile): Don't declare objdir.
444 (clean_restart): Likewise.
445 (core_find): Use standard_output_file.
446
447 2012-07-12 Tom Tromey <tromey@redhat.com>
448
449 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
450 * gdb.dwarf2/dw2-anonymous-func.exp: Use
451 prepare_for_testing_full.
452 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
453 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
454 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
455 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
456 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
457 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
458 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
459 prepare_for_testing_full.
460 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
461 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
462 prepare_for_testing_full.
463 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
464 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
465 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
466
467 2012-07-12 Tom Tromey <tromey@redhat.com>
468
469 * lib/gdb.exp (build_executable_from_specs): New proc, from
470 build_executable.
471 (build_executable): Use it.
472 (prepare_for_testing_full): New proc.
473
474 2012-07-11 Tom Tromey <tromey@redhat.com>
475
476 * gdb.reverse/break-precsave.exp: Use standard_output_file.
477 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
478 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
479 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
480 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
481 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
482 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
483 * gdb.reverse/step-precsave.exp: Use standard_output_file.
484 * gdb.reverse/until-precsave.exp: Use standard_output_file.
485 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
486
487 2012-07-10 Tom Tromey <tromey@redhat.com>
488
489 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
490 standard_output_file.
491 * gdb.mi/gdb2549.exp: Use standard_testfile.
492 * gdb.mi/gdb669.exp: Use standard_testfile.
493 * gdb.mi/gdb701.exp: Use standard_testfile.
494 * gdb.mi/gdb792.exp: Use standard_testfile.
495 * gdb.mi/mi-async.exp: Use standard_testfile.
496 * gdb.mi/mi-basics.exp: Use standard_testfile.
497 * gdb.mi/mi-break.exp: Use standard_testfile.
498 * gdb.mi/mi-cli.exp: Use standard_testfile.
499 * gdb.mi/mi-console.exp: Use standard_testfile.
500 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
501 * gdb.mi/mi-eval.exp: Use standard_testfile.
502 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
503 * gdb.mi/mi-file.exp: Use standard_testfile.
504 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
505 * gdb.mi/mi-logging.exp: Use standard_testfile.
506 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
507 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
508 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
509 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
510 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
511 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
512 * gdb.mi/mi-pending.exp: Use standard_testfile,
513 standard_output_file.
514 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
515 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
516 * gdb.mi/mi-regs.exp: Use standard_testfile.
517 * gdb.mi/mi-return.exp: Use standard_testfile.
518 * gdb.mi/mi-reverse.exp: Use standard_testfile.
519 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
520 * gdb.mi/mi-solib.exp: Use standard_testfile,
521 standard_output_file.
522 * gdb.mi/mi-stack.exp: Use standard_testfile.
523 * gdb.mi/mi-stepi.exp: Use standard_testfile.
524 * gdb.mi/mi-stepn.exp: Use standard_testfile.
525 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
526 * gdb.mi/mi-until.exp: Use standard_testfile.
527 * gdb.mi/mi-var-block.exp: Use standard_testfile.
528 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
529 * gdb.mi/mi-var-child.exp: Use standard_testfile.
530 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
531 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
532 * gdb.mi/mi-var-display.exp: Use standard_testfile.
533 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
534 standard_output_file.
535 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
536 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
537 * gdb.mi/mi-watch.exp: Use standard_testfile.
538 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
539 * gdb.mi/mi2-basics.exp: Use standard_testfile.
540 * gdb.mi/mi2-break.exp: Use standard_testfile.
541 * gdb.mi/mi2-cli.exp: Use standard_testfile.
542 * gdb.mi/mi2-console.exp: Use standard_testfile.
543 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
544 * gdb.mi/mi2-eval.exp: Use standard_testfile.
545 * gdb.mi/mi2-file.exp: Use standard_testfile.
546 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
547 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
548 * gdb.mi/mi2-regs.exp: Use standard_testfile.
549 * gdb.mi/mi2-return.exp: Use standard_testfile.
550 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
551 * gdb.mi/mi2-stack.exp: Use standard_testfile.
552 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
553 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
554 * gdb.mi/mi2-until.exp: Use standard_testfile.
555 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
556 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
557 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
558 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
559 * gdb.mi/mi2-watch.exp: Use standard_testfile.
560
561 2012-07-10 Tom Tromey <tromey@redhat.com>
562
563 * gdb.cp/abstract-origin.exp: Use standard_testfile.
564 * gdb.cp/ambiguous.exp: Use standard_testfile,
565 prepare_for_testing.
566 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
567 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
568 * gdb.cp/anon-ns.exp: Use standard_testfile.
569 * gdb.cp/anon-struct.exp: Use standard_testfile.
570 * gdb.cp/anon-union.exp: Use standard_testfile,
571 prepare_for_testing.
572 * gdb.cp/arg-reference.exp: Use standard_testfile,
573 prepare_for_testing.
574 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
575 * gdb.cp/breakpoint.exp: Use standard_testfile,
576 prepare_for_testing.
577 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
578 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
579 standard_output_file.
580 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
581 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
582 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
583 (test_static_members): Update.
584 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
585 * gdb.cp/converts.exp: Use standard_testfile.
586 * gdb.cp/cp-relocate.exp: Use standard_testfile.
587 * gdb.cp/cpcompletion.exp: Use standard_testfile,
588 prepare_for_testing.
589 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
590 * gdb.cp/cplabel.exp: Use standard_testfile.
591 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
592 prepare_for_testing.
593 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
594 * gdb.cp/derivation.exp: Use standard_testfile,
595 prepare_for_testing.
596 * gdb.cp/destrprint.exp: Use standard_testfile.
597 * gdb.cp/dispcxx.exp: Use standard_testfile.
598 * gdb.cp/exception.exp: Use standard_testfile,
599 prepare_for_testing.
600 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
601 * gdb.cp/extern-c.exp: Use standard_testfile,
602 prepare_for_testing.
603 * gdb.cp/formatted-ref.exp: Use standard_testfile,
604 prepare_for_testing.
605 * gdb.cp/fpointer.exp: Use standard_testfile.
606 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
607 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
608 standard_output_file.
609 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
610 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
611 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
612 standard_output_file.
613 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
614 (do_tests): Update.
615 * gdb.cp/koenig.exp: Use standard_testfile.
616 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
617 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
618 * gdb.cp/m-static.exp: Use standard_testfile,
619 prepare_for_testing.
620 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
621 * gdb.cp/mb-inline.exp: Use standard_testfile,
622 prepare_for_testing.
623 * gdb.cp/mb-templates.exp: Use standard_testfile,
624 prepare_for_testing.
625 * gdb.cp/member-ptr.exp: Use standard_testfile,
626 prepare_for_testing.
627 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
628 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
629 * gdb.cp/method2.exp: Use standard_testfile.
630 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
631 standard_output_file.
632 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
633 (do_tests): Update.
634 * gdb.cp/namespace-enum.exp: Use standard_testfile,
635 prepare_for_testing.
636 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
637 prepare_for_testing.
638 * gdb.cp/namespace.exp: Use standard_testfile,
639 prepare_for_testing.
640 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
641 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
642 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
643 * gdb.cp/nsimport.exp: Use standard_testfile,
644 prepare_for_testing.
645 * gdb.cp/nsnested.exp: Use standard_testfile.
646 * gdb.cp/nsnoimports.exp: Use standard_testfile.
647 * gdb.cp/nsrecurs.exp: Use standard_testfile,
648 prepare_for_testing.
649 * gdb.cp/nsstress.exp: Use standard_testfile,
650 prepare_for_testing.
651 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
652 * gdb.cp/operator.exp: Use standard_testfile.
653 * gdb.cp/oranking.exp: Use standard_testfile.
654 * gdb.cp/overload-const.exp: Use standard_testfile.
655 * gdb.cp/overload.exp: Use standard_testfile,
656 prepare_for_testing.
657 * gdb.cp/ovldbreak.exp: Use standard_testfile.
658 * gdb.cp/ovsrch.exp: Use standard_testfile.
659 * gdb.cp/paren-type.exp: Use standard_testfile.
660 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
661 prepare_for_testing.
662 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
663 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
664 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
665 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
666 * gdb.cp/pr10728.exp: Use standard_testfile,
667 standard_output_file.
668 * gdb.cp/pr12028.exp: Use standard_testfile.
669 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
670 * gdb.cp/pr9167.exp: Use standard_testfile.
671 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
672 * gdb.cp/printmethod.exp: Use standard_testfile,
673 prepare_for_testing.
674 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
675 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
676 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
677 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
678 standard_output_file.
679 * gdb.cp/readnow-language.exp: Use standard_testfile.
680 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
681 (gdb_start_again): Use clean_restart.
682 * gdb.cp/ref-types.exp: Use standard_testfile,
683 prepare_for_testing.
684 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
685 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
686 * gdb.cp/smartp.exp: Use standard_testfile.
687 * gdb.cp/static-method.exp: Use standard_testfile.
688 * gdb.cp/static-print-quit.exp: Use standard_testfile.
689 * gdb.cp/temargs.exp: Use standard_testfile.
690 * gdb.cp/templates.exp: Use standard_testfile,
691 prepare_for_testing.
692 (do_tests): Update.
693 * gdb.cp/try_catch.exp: Use standard_testfile,
694 prepare_for_testing.
695 * gdb.cp/typedef-operator.exp: Use standard_testfile.
696 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
697 * gdb.cp/virtbase.exp: Use standard_testfile,
698 prepare_for_testing.
699 * gdb.cp/virtfunc.exp: Use standard_testfile,
700 prepare_for_testing.
701 (do_tests): Update.
702 * gdb.cp/virtfunc2.exp: Use standard_testfile,
703 prepare_for_testing.
704
705 2012-07-10 Tom Tromey <tromey@redhat.com>
706
707 * lib/gdb.exp (standard_testfile): Unset output variables from
708 earlier invocations.
709
710 2012-07-10 Yao Qi <yao@codesourcery.com>
711
712 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
713 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
714 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
715 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
716 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
717 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
718 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
719 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
720 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
721 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
722 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
723 * gdb.mi/mi-var-display.exp: Likewise.
724 * gdb.mi/mi-var-invalidate.exp: Likewise.
725 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
726 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
727 * gdb.mi/mi2-console.exp: Likewise.
728 * gdb.mi/mi2-disassemble.exp: Likewise.
729 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
730 * gdb.mi/mi2-read-memory.exp: Likewise.
731 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
732 * gdb.mi/mi2-simplerun.exp: Likewise.
733 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
734 * gdb.mi/mi2-syn-frame.exp: Likewise.
735 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
736 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
737 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
738
739 2012-07-09 Tom Tromey <tromey@redhat.com>
740
741 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
742 * gdb.base/callfuncs.exp: Add cast-based test.
743 * gdb.base/callfuncs.c (voidfunc): New function.
744
745 2012-07-08 Doug Evans <dje@google.com>
746
747 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
748
749 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
750
751 Fix XFAIL compatibility with old i386 systems.
752 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
753 Check also 'Cannot insert breakpoint 0'.
754
755 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
756
757 PR 14321
758 * gdb.base/find.exp
759 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
760
761 2012-07-06 Tom Tromey <tromey@redhat.com>
762
763 * gdb.base/whatis.exp: Add test.
764
765 2012-07-06 Tom Tromey <tromey@redhat.com>
766
767 * gdb.base/whatis.exp: Add regression test.
768
769 2012-07-06 Tom Tromey <tromey@redhat.com>
770
771 * gdb.base/whatis.exp: Add tests.
772
773 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
774
775 PR 12649
776 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
777 gdb_test_multiple $gdb_prompt terminator.
778
779 2012-07-04 Pedro Alves <palves@redhat.com>
780
781 * gdb.mi/mi-reverse.exp: Use supports_reverse and
782 supports_process_record.
783
784 2012-07-04 Pedro Alves <palves@redhat.com>
785
786 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
787 endings.
788 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
789
790 2012-07-03 Stan Shebs <stan@codesourcery.com>
791
792 * gdb.base/info-os.c (main): Retry resource acquisition until an
793 available one is found.
794 * gdb.base/info-os.exp: Collect resource keys from the program
795 and use them in matching.
796
797 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
798
799 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
800 Wrap the test into loop for corefile and core0file.
801
802 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
803
804 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
805 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
806 .note.GNU-stack.
807
808 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
809
810 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
811
812 * gdb.base/help.exp (help b, help br, help bre, help brea, help
813 break): Include help message for the new `-probe' and `-probe-stap'
814 options.
815
816 2012-07-02 Stan Shebs <stan@codesourcery.com>
817
818 * gdb.base/dprintf.exp: Add agent style tests.
819
820 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
821
822 * gdb.base/stale-infcall.c (infcall): New label test-next.
823 (main): New labels test-pass and test-fail.
824 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
825 $test_fail_bpnum to test-fail.
826 (test system longjmp tracking support): New test.
827 Delete $test_fail_bpnum.
828 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
829 breakpoint.
830
831 2012-06-30 Doug Evans <dje@google.com>
832
833 * gdb.dwarf2/fission-reread.S: New file.
834 * gdb.dwarf2/fission-reread.exp: New file.
835
836 2012-06-28 Stan Shebs <stan@codesourcery.com>
837
838 * gdb.mi/mi-logging.exp: New file.
839
840 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
841 Pedro Alves <palves@redhat.com>
842
843 * gdb.threads/siginfo-threads.exp: New file.
844 * gdb.threads/siginfo-threads.c: New file.
845 * gdb.threads/sigstep-threads.exp: New file.
846 * gdb.threads/sigstep-threads.c: New file.
847
848 2012-06-28 Tom Tromey <tromey@redhat.com>
849
850 * gdb.go/package.exp: Partially revert earlier patch; use
851 gdb_compile again. Use standard_output_file.
852
853 2012-06-27 Doug Evans <dje@google.com>
854
855 * gdb.dwarf2/fission-base.c: New file.
856 * gdb.dwarf2/fission-base.S: New file.
857 * gdb.dwarf2/fission-base.exp: New file.
858
859 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
860
861 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
862
863 2012-06-27 Tom Tromey <tromey@redhat.com>
864
865 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
866 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
867
868 2012-06-27 Tom Tromey <tromey@redhat.com>
869
870 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
871 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
872 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
873 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
874 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
875 prepare_for_testing.
876 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
877 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
878 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
879 standard_testfile.
880 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
881 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
882 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
883 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
884 prepare_for_testing.
885 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
886 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
887 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
888 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
889 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
890 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
891 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
892 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
893 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
894 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
895 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
896 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
897 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
898 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
899 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
900 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
901 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
902 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
903 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
904 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
905 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
906 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
907 standard_output_file.
908 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
909 standard_output_file.
910 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
911 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
912 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
913 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
914 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
915 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
916 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
917 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
918 * gdb.dwarf2/implptr.exp: Use standard_testfile.
919 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
920 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
921 * gdb.dwarf2/pieces.exp: Use standard_testfile.
922 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
923 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
924 * gdb.dwarf2/valop.exp: Use standard_testfile,
925 prepare_for_testing.
926
927 2012-06-27 Tom Tromey <tromey@redhat.com>
928
929 * gdb.python/python.exp: Fix regexps in pagination tests.
930
931 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
932
933 * gdb.python/py-symtab.exp: Add tests to test the new attribute
934 'last' of gdb.Symtab_and_line.
935 * gdb.python/py-symbol.c: Move break point comment to enable
936 testing of gdb.Symtab_and_line.last.
937
938 2012-06-26 Tom Tromey <tromey@redhat.com>
939
940 * gdb.threads/step.c: Remove.
941 * gdb.threads/step.exp: Remove.
942 * gdb.threads/step2.exp: Remove.
943
944 2012-06-26 Tom Tromey <tromey@redhat.com>
945
946 * gdb.threads/watchpoint-fork.exp (test): Use
947 standard_output_file. Don't declare objdir.
948 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
949 standard_output_file.
950 * gdb.threads/attach-stopped.exp: Use standard_testfile.
951 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
952 clean_restart. Remove incdir.
953 * gdb.threads/corethreads.exp: Use standard_testfile.
954 * gdb.threads/execl.exp: Use standard_testfile,
955 standard_output_file, clean_restart.
956 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
957 clean_restart.
958 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
959 clean_restart.
960 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
961 incdir.
962 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
963 clean_restart. Remove incdir.
964 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
965 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
966 clean_restart. Remove incdir.
967 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
968 Remove incdir.
969 * gdb.threads/leader-exit.exp: Use standard_testfile.
970 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
971 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
972 clean_restart.
973 * gdb.threads/manythreads.exp: Use standard_testfile,
974 clean_restart. Remove incdir.
975 * gdb.threads/multi-create.exp: Use standard_testfile,
976 clean_restart.
977 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
978 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
979 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
980 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
981 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
982 * gdb.threads/pending-step.exp: Use standard_testfile,
983 clean_restart. Remove incdir.
984 * gdb.threads/print-threads.exp: Use standard_testfile,
985 clean_restart. Remove incdir.
986 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
987 clean_restart. Remove incdir.
988 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
989 Remove incdir.
990 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
991 incdir.
992 * gdb.threads/sigthread.exp: Use standard_testfile,
993 clean_restart.
994 * gdb.threads/staticthreads.exp: Use standard_testfile,
995 clean_restart. Remove incdir.
996 * gdb.threads/switch-threads.exp: Use standard_testfile,
997 clean_restart. Remove incdir.
998 * gdb.threads/thread-execl.exp: Use standard_testfile,
999 clean_restart. Remove incdir.
1000 * gdb.threads/thread-find.exp: Use standard_testfile,
1001 clean_restart.
1002 * gdb.threads/thread-specific.exp: Use standard_testfile,
1003 clean_restart. Remove incdir.
1004 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
1005 clean_restart. Remove incdir.
1006 * gdb.threads/thread_check.exp: Use standard_testfile,
1007 clean_restart. Remove incdir.
1008 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
1009 incdir.
1010 * gdb.threads/threadapply.exp: Use standard_testfile,
1011 clean_restart. Remove incdir.
1012 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
1013 clean_restart. Remove incdir.
1014 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
1015 clean_restart.
1016 * gdb.threads/tls-shared.exp: Use standard_testfile,
1017 clean_restart, standard_output_file.
1018 * gdb.threads/tls-var.exp: Use standard_testfile,
1019 standard_output_file.
1020 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
1021 Remove incdir.
1022 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
1023 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
1024 incdir.
1025 * gdb.threads/watchthreads2.exp: Use standard_testfile,
1026 clean_restart. Remove incdir.
1027
1028 2012-06-26 Tom Tromey <tromey@redhat.com>
1029
1030 * gdb.trace/actions.exp: Use standard_testfile.
1031 * gdb.trace/ax.exp: Use standard_testfile.
1032 * gdb.trace/backtrace.exp: Use standard_testfile.
1033 * gdb.trace/change-loc.exp: Use standard_testfile.
1034 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
1035 * gdb.trace/collection.exp: Use standard_testfile,
1036 prepare_for_testing.
1037 * gdb.trace/deltrace.exp: Use standard_testfile.
1038 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
1039 * gdb.trace/ftrace.exp: Use standard_testfile.
1040 * gdb.trace/infotrace.exp: Use standard_testfile.
1041 * gdb.trace/packetlen.exp: Use standard_testfile.
1042 * gdb.trace/passc-dyn.exp: Use standard_testfile.
1043 * gdb.trace/passcount.exp: Use standard_testfile.
1044 * gdb.trace/pending.exp: Use standard_testfile.
1045 * gdb.trace/report.exp: Use standard_testfile.
1046 * gdb.trace/save-trace.exp: Use standard_testfile.
1047 * gdb.trace/stap-trace.exp: Use standard_testfile.
1048 * gdb.trace/status-stop.exp: Use standard_testfile.
1049 * gdb.trace/strace.exp: Use standard_testfile.
1050 * gdb.trace/tfile.exp: Use standard_testfile.
1051 * gdb.trace/tfind.exp: Use standard_testfile.
1052 * gdb.trace/trace-break.exp: Use standard_testfile.
1053 * gdb.trace/trace-mt.exp: Use standard_testfile.
1054 * gdb.trace/tracecmd.exp: Use standard_testfile.
1055 * gdb.trace/tspeed.exp: Use standard_testfile.
1056 * gdb.trace/tstatus.exp: Use standard_testfile.
1057 * gdb.trace/tsv.exp: Use standard_testfile.
1058 * gdb.trace/unavailable.exp: Use standard_testfile,
1059 prepare_for_testing.
1060 * gdb.trace/while-dyn.exp: Use standard_testfile.
1061 * gdb.trace/while-stepping.exp: Use standard_testfile.
1062
1063 2012-06-26 Tom Tromey <tromey@redhat.com>
1064
1065 * gdb.reverse/break-precsave.exp: Use standard_testfile.
1066 * gdb.reverse/break-reverse.exp: Use standard_testfile.
1067 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
1068 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
1069 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
1070 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
1071 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
1072 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
1073 prepare_for_testing.
1074 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
1075 prepare_for_testing.
1076 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
1077 prepare_for_testing.
1078 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
1079 prepare_for_testing.
1080 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
1081 prepare_for_testing
1082 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
1083 * gdb.reverse/machinestate.exp: Use standard_testfile.
1084 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
1085 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
1086 build_executable.
1087 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
1088 build_executable.
1089 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
1090 standard_output_file.
1091 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
1092 standard_output_file.
1093 * gdb.reverse/step-precsave.exp: Use standard_testfile.
1094 * gdb.reverse/step-reverse.exp: Use standard_testfile.
1095 * gdb.reverse/until-precsave.exp: Use standard_testfile.
1096 * gdb.reverse/until-reverse.exp: Use standard_testfile.
1097 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
1098 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
1099
1100 2012-06-26 Tom Tromey <tromey@redhat.com>
1101
1102 * gdb.stabs/weird.exp: Remove directory-checking code. Use
1103 standard_output_file.
1104 * gdb.stabs/exclfwd.exp: Use standard_testfile,
1105 prepare_for_testing. Remove directory-checking code.
1106
1107 2012-06-25 Tom Tromey <tromey@redhat.com>
1108
1109 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
1110 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
1111 build_executable, not prepare_for_testing.
1112 * gdb.multi/base.exp: Use standard_output_file. Use
1113 build_executable, not prepare_for_testing.
1114
1115 2012-06-25 Tom Tromey <tromey@redhat.com>
1116
1117 * gdb.fortran/subarray.exp: Use standard_testfile,
1118 prepare_for_testing.
1119 * gdb.fortran/multi-dim.exp: Use standard_testfile.
1120 * gdb.fortran/module.exp: Use standard_testfile.
1121 * gdb.fortran/logical.exp: Use standard_testfile.
1122 * gdb.fortran/library-module.exp: Use standard_testfile,
1123 standard_output_file.
1124 * gdb.fortran/derived-type.exp: Use standard_testfile,
1125 prepare_for_testing.
1126 * gdb.fortran/complex.exp: Use standard_testfile,
1127 prepare_for_testing.
1128 * gdb.fortran/charset.exp: Use standard_testfile.
1129 * gdb.fortran/array-element.exp: Use standard_testfile,
1130 prepare_for_testing.
1131
1132 2012-06-25 Keith Seitz <keiths@redhat.com>
1133
1134 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
1135 Change rbreak-related tests to KFAIL and add bugzilla numbers.
1136
1137 2012-06-25 Tom Tromey <tromey@redhat.com>
1138
1139 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
1140 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
1141 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
1142 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
1143
1144 2012-06-25 Tom Tromey <tromey@redhat.com>
1145
1146 * gdb.linespec/ls-errs.exp: Use standard_testfile.
1147 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
1148 * gdb.linespec/linespec.exp: Use standard_testfile.
1149
1150 2012-06-25 Tom Tromey <tromey@redhat.com>
1151
1152 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
1153 prepare_for_testing.
1154
1155 2012-06-25 Tom Tromey <tromey@redhat.com>
1156
1157 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
1158 prepare_for_testing.
1159 * gdb.opt/inline-break.exp: Use standard_testfile,
1160 prepare_for_testing.
1161 * gdb.opt/inline-bt.exp: Use standard_testfile,
1162 prepare_for_testing.
1163 * gdb.opt/inline-cmds.exp: Use standard_testfile,
1164 prepare_for_testing.
1165 * gdb.opt/inline-locals.exp: Use standard_testfile,
1166 prepare_for_testing.
1167
1168 2012-06-25 Tom Tromey <tromey@redhat.com>
1169
1170 * gdb.asm/asm-source.exp: Use standard_output_file,
1171 standard_testfile. Construct .o files in proper subdir.
1172
1173 2012-06-25 Tom Tromey <tromey@redhat.com>
1174
1175 * gdb.server/ext-attach.exp: Use standard_testfile,
1176 prepare_for_testing.
1177 * gdb.server/ext-run.exp: Use standard_testfile,
1178 build_executable.
1179 * gdb.server/file-transfer.exp: Use standard_testfile,
1180 prepare_for_testing.
1181 * gdb.server/server-exec-info.exp: Use standard_testfile.
1182 * gdb.server/server-mon.exp: Use standard_testfile,
1183 prepare_for_testing.
1184 * gdb.server/server-run.exp: Use standard_testfile,
1185 build_executable.
1186 * gdb.server/solib-list.exp: Use standard_testfile,
1187 standard_output_file.
1188
1189 2012-06-25 Tom Tromey <tromey@redhat.com>
1190
1191 * lib/gdb.exp (standard_output_file): Use "file join".
1192 * gdb.go/chan.exp: Use standard_testfile.
1193 * gdb.go/handcall.exp: Use standard_testfile.
1194 * gdb.go/hello.exp: Use standard_testfile.
1195 * gdb.integers/chan.exp: Use standard_testfile.
1196 * gdb.go/methods.exp: Use standard_testfile.
1197 * gdb.go/package.exp: Use standard_testfile.
1198 * gdb.go/strings.exp: Use standard_testfile.
1199 * gdb.go/types.exp: Use standard_testfile.
1200 * gdb.go/unsafe.exp: Use standard_testfile.
1201
1202 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
1203
1204 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
1205
1206 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 Fix regression by the previous commit.
1209 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
1210
1211 2012-06-22 Tom Tromey <tromey@redhat.com>
1212
1213 * gdb.python/lib-types.exp: Use standard_testfile,
1214 prepare_for_testing.
1215 * gdb.python/py-block.exp: Use standard_testfile.
1216 * gdb.python/py-breakpoint.exp: Use standard_testfile.
1217 * gdb.python/py-events.exp: Use standard_testfile,
1218 standard_output_file.
1219 * gdb.python/py-evsignal.exp: Use standard_testfile.
1220 * gdb.python/py-evethreads.exp: Use standard_testfile.
1221 * gdb.python/py-explore-cc.exp: Use standard_testfile.
1222 * gdb.python/py-explore.exp: Use standard_testfile.
1223 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
1224 standard_output_file.
1225 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
1226 prepare_for_testing.
1227 * gdb.python/py-frame-inline.exp: Use standard_testfile.
1228 * gdb.python/py-frame.exp: Use standard_testfile.
1229 * gdb.python/py-inferior.exp: Use standard_testfile.
1230 * gdb.python/py-infthread.exp: Use standard_testfile.
1231 * gdb.python/py-mi.exp: Use standard_testfile.
1232 * gdb.python/py-objfile-script.exp: Use standard_testfile,
1233 build_executable.
1234 * gdb.python/py-objfile.exp: Use standard_testfile.
1235 * gdb.python/py-pp-maint.exp: Use standard_testfile,
1236 prepare_for_testing.
1237 * gdb.python/py-prettyprint.exp: Use standard_testfile.
1238 * gdb.python/py-progspace.exp: Use standard_testfile,
1239 build_executable.
1240 * gdb.python/py-prompt.exp: Use standard_testfile,
1241 build_executable.
1242 * gdb.python/py-section-script.exp: Use standard_testfile,
1243 build_executable.
1244 * gdb.python/py-shared.exp: Use standard_testfile,
1245 standard_output_file, clean_restart.
1246 * gdb.python/py-symbol.exp: Use standard_output_file,
1247 prepare_for_testing.
1248 * gdb.python/py-symtab.exp: Use standard_output_file,
1249 prepare_for_testing
1250 * gdb.python/py-template.exp: Use standard_testfile.
1251 * gdb.python/py-type.exp: Use standard_testfile.
1252 * gdb.python/py-value-cc.exp: Use standard_testfile.
1253 * gdb.python/py-value.exp: Use standard_testfile.
1254 * gdb.python/python.exp: Use standard_testfile, build_executable.
1255
1256 2012-06-22 Tom Tromey <tromey@redhat.com>
1257
1258 * gdb.objc/basicclass.exp: Use standard_testfile.
1259 (do_objc_tests): Don't declare objdir.
1260 * gdb.objc/nondebug.exp: Use standard_testfile.
1261 (do_objc_tests): Don't declare objdir.
1262 * gdb.objc/objcdecode.exp: Use standard_testfile.
1263 (do_objc_tests): Don't declare objdir.
1264
1265 2012-06-22 Tom Tromey <tromey@redhat.com>
1266
1267 * gdb.java/jmain.exp: Use standard_testfile.
1268 * gdb.java/jmisc.exp: Use standard_testfile.
1269 * gdb.java/jnpe.exp: Use standard_testfile.
1270 * gdb.java/jprint.exp: Use standard_testfile.
1271
1272 2012-06-22 Tom Tromey <tromey@redhat.com>
1273
1274 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
1275 (standard_output_file, standard_testfile): New procs.
1276 (build_executable, clean_restart): Use standard_output_file.
1277
1278 2012-06-22 Yao Qi <yao@codesourcery.com>
1279
1280 * boards/native-gdbserver.exp: New proc ${board}_exec.
1281 * boards/native-stdio-gdbserver.exp: Likewise.
1282
1283 2012-06-21 Tom Tromey <tromey@redhat.com>
1284
1285 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
1286 (build_executable): Update.
1287 (get_compiler_info): Remove 'binfile' argument.
1288 * gdb.ada/arrayidx.exp: Update.
1289 * gdb.ada/null_array.exp: Update.
1290 * gdb.arch/altivec-abi.exp: Update.
1291 * gdb.arch/altivec-regs.exp: Update.
1292 * gdb.arch/amd64-byte.exp: Update.
1293 * gdb.arch/amd64-dword.exp: Update.
1294 * gdb.arch/amd64-word.exp: Update.
1295 * gdb.arch/i386-avx.exp: Update.
1296 * gdb.arch/i386-byte.exp: Update.
1297 * gdb.arch/i386-sse.exp: Update.
1298 * gdb.arch/i386-word.exp: Update.
1299 * gdb.arch/ppc-dfp.exp: Update.
1300 * gdb.arch/ppc-fp.exp: Update.
1301 * gdb.arch/vsx-regs.exp: Update.
1302 * gdb.base/all-bin.exp: Update.
1303 * gdb.base/annota1.exp: Update.
1304 * gdb.base/async.exp: Update.
1305 * gdb.base/attach.exp: Update.
1306 * gdb.base/break-interp.exp: Update.
1307 * gdb.base/call-ar-st.exp: Update.
1308 * gdb.base/call-rt-st.exp: Update.
1309 * gdb.base/call-sc.exp: Update.
1310 * gdb.base/callfuncs.exp: Update.
1311 * gdb.base/catch-load.exp: Update.
1312 * gdb.base/completion.exp: Update.
1313 * gdb.base/complex.exp: Update.
1314 * gdb.base/condbreak.exp: Update.
1315 * gdb.base/consecutive.exp: Update.
1316 * gdb.base/constvars.exp: Update.
1317 * gdb.base/corefile.exp: Update.
1318 * gdb.base/eval-skip.exp: Update.
1319 * gdb.base/expand-psymtabs.exp: Update.
1320 * gdb.base/exprs.exp: Update.
1321 * gdb.base/fileio.exp: Update.
1322 * gdb.base/fixsection.exp: Update.
1323 * gdb.base/funcargs.exp: Update.
1324 * gdb.base/gdb11530.exp: Update.
1325 * gdb.base/gdb1555.exp: Update.
1326 * gdb.base/gnu-ifunc.exp: Update.
1327 * gdb.base/gnu_vector.exp: Update.
1328 * gdb.base/info-macros.exp: Update.
1329 * gdb.base/jit-simple.exp: Update.
1330 * gdb.base/jit-so.exp: Update.
1331 * gdb.base/jit.exp: Update.
1332 * gdb.base/langs.exp: Update.
1333 * gdb.base/list.exp: Update.
1334 * gdb.base/logical.exp: Update.
1335 * gdb.base/long_long.exp: Update.
1336 * gdb.base/longjmp.exp: Update.
1337 * gdb.base/macscp.exp: Update.
1338 * gdb.base/mips_pro.exp: Update.
1339 * gdb.base/miscexprs.exp: Update.
1340 * gdb.base/morestack.exp: Update.
1341 * gdb.base/nodebug.exp: Update.
1342 * gdb.base/opaque.exp: Update.
1343 * gdb.base/pc-fp.exp: Update.
1344 * gdb.base/pending.exp: Update.
1345 * gdb.base/permissions.exp: Update.
1346 * gdb.base/pointers.exp: Update.
1347 * gdb.base/prelink.exp: Update.
1348 * gdb.base/printcmds.exp: Update.
1349 * gdb.base/psymtab.exp: Update.
1350 * gdb.base/ptype.exp: Update.
1351 * gdb.base/relational.exp: Update.
1352 * gdb.base/scope.exp: Update.
1353 * gdb.base/setvar.exp: Update.
1354 * gdb.base/shlib-call.exp: Update.
1355 * gdb.base/shreloc.exp: Update.
1356 * gdb.base/signals.exp: Update.
1357 * gdb.base/sizeof.exp: Update.
1358 * gdb.base/so-impl-ld.exp: Update.
1359 * gdb.base/so-indr-cl.exp: Update.
1360 * gdb.base/solib-disc.exp: Update.
1361 * gdb.base/solib-display.exp: Update.
1362 * gdb.base/solib-nodir.exp: Update.
1363 * gdb.base/solib-overlap.exp: Update.
1364 * gdb.base/solib-symbol.exp: Update.
1365 * gdb.base/solib-weak.exp: Update.
1366 * gdb.base/solib.exp: Update.
1367 * gdb.base/store.exp: Update.
1368 * gdb.base/structs.exp: Update.
1369 * gdb.base/structs2.exp: Update.
1370 * gdb.base/type-opaque.exp: Update.
1371 * gdb.base/unload.exp: Update.
1372 * gdb.base/varargs.exp: Update.
1373 * gdb.base/volatile.exp: Update.
1374 * gdb.base/watch_thread_num.exp: Update.
1375 * gdb.base/watchpoint-solib.exp: Update.
1376 * gdb.base/watchpoint.exp: Update.
1377 * gdb.base/watchpoints.exp: Update.
1378 * gdb.base/whatis.exp: Update.
1379 * gdb.cell/arch.exp: Update.
1380 * gdb.cell/break.exp: Update.
1381 * gdb.cell/bt.exp: Update.
1382 * gdb.cell/core.exp: Update.
1383 * gdb.cell/data.exp: Update.
1384 * gdb.cell/ea-cache.exp: Update.
1385 * gdb.cell/f-regs.exp: Update.
1386 * gdb.cell/fork.exp: Update.
1387 * gdb.cell/gcore.exp: Update.
1388 * gdb.cell/mem-access.exp: Update.
1389 * gdb.cell/ptype.exp: Update.
1390 * gdb.cell/registers.exp: Update.
1391 * gdb.cell/sizeof.exp: Update.
1392 * gdb.cell/solib-symbol.exp: Update.
1393 * gdb.cell/solib.exp: Update.
1394 * gdb.cp/ambiguous.exp: Update.
1395 * gdb.cp/breakpoint.exp: Update.
1396 * gdb.cp/bs15503.exp: Update.
1397 * gdb.cp/casts.exp: Update.
1398 * gdb.cp/class2.exp: Update.
1399 * gdb.cp/cpexprs.exp: Update.
1400 * gdb.cp/cplusfuncs.exp: Update.
1401 * gdb.cp/ctti.exp: Update.
1402 * gdb.cp/dispcxx.exp: Update.
1403 * gdb.cp/gdb1355.exp: Update.
1404 * gdb.cp/gdb2384.exp: Update.
1405 * gdb.cp/gdb2495.exp: Update.
1406 * gdb.cp/infcall-dlopen.exp: Update.
1407 * gdb.cp/local.exp: Update.
1408 * gdb.cp/m-data.exp: Update.
1409 * gdb.cp/m-static.exp: Update.
1410 * gdb.cp/mb-ctor.exp: Update.
1411 * gdb.cp/mb-inline.exp: Update.
1412 * gdb.cp/mb-templates.exp: Update.
1413 * gdb.cp/member-ptr.exp: Update.
1414 * gdb.cp/method.exp: Update.
1415 * gdb.cp/namespace.exp: Update.
1416 * gdb.cp/nextoverthrow.exp: Update.
1417 * gdb.cp/nsdecl.exp: Update.
1418 * gdb.cp/nsrecurs.exp: Update.
1419 * gdb.cp/nsstress.exp: Update.
1420 * gdb.cp/nsusing.exp: Update.
1421 * gdb.cp/pr-1023.exp: Update.
1422 * gdb.cp/pr-1210.exp: Update.
1423 * gdb.cp/pr-574.exp: Update.
1424 * gdb.cp/pr9631.exp: Update.
1425 * gdb.cp/printmethod.exp: Update.
1426 * gdb.cp/psmang.exp: Update.
1427 * gdb.cp/re-set-overloaded.exp: Update.
1428 * gdb.cp/rtti.exp: Update.
1429 * gdb.cp/shadow.exp: Update.
1430 * gdb.cp/templates.exp: Update.
1431 * gdb.cp/try_catch.exp: Update.
1432 * gdb.dwarf2/dw2-ranges.exp: Update.
1433 * gdb.dwarf2/pr10770.exp: Update.
1434 * gdb.fortran/library-module.exp: Update.
1435 * gdb.hp/gdb.aCC/optimize.exp: Update.
1436 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
1437 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
1438 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
1439 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
1440 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
1441 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
1442 * gdb.hp/gdb.compat/xdb1.exp: Update.
1443 * gdb.hp/gdb.compat/xdb2.exp: Update.
1444 * gdb.hp/gdb.compat/xdb3.exp: Update.
1445 * gdb.hp/gdb.defects/bs14602.exp: Update.
1446 * gdb.hp/gdb.defects/solib-d.exp: Update.
1447 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
1448 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
1449 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
1450 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
1451 * gdb.mi/gdb792.exp: Update.
1452 * gdb.mi/mi-pending.exp: Update.
1453 * gdb.mi/mi-solib.exp: Update.
1454 * gdb.mi/mi-var-cp.exp: Update.
1455 * gdb.opt/clobbered-registers-O2.exp: Update.
1456 * gdb.opt/inline-bt.exp: Update.
1457 * gdb.opt/inline-cmds.exp: Update.
1458 * gdb.opt/inline-locals.exp: Update.
1459 * gdb.python/py-events.exp: Update.
1460 * gdb.python/py-finish-breakpoint.exp: Update.
1461 * gdb.python/py-type.exp: Update.
1462 * gdb.reverse/solib-precsave.exp: Update.
1463 * gdb.reverse/solib-reverse.exp: Update.
1464 * gdb.server/solib-list.exp: Update.
1465 * gdb.stabs/weird.exp: Update.
1466 * gdb.threads/attach-into-signal.exp: Update.
1467 * gdb.threads/attach-stopped.exp: Update.
1468 * gdb.threads/tls-shared.exp: Update.
1469 * gdb.trace/change-loc.exp: Update.
1470 * gdb.trace/strace.exp: Update.
1471
1472 2012-06-19 Tom Tromey <tromey@redhat.com>
1473
1474 * gdb.base/whatis.exp: Add tests.
1475
1476 2012-06-19 Tom Tromey <tromey@redhat.com>
1477
1478 * gdb.cp/m-static.cc (keepalive): New function.
1479 (gnu_obj_1::method): Use it.
1480
1481 2012-06-18 Doug Evans <dje@google.com>
1482
1483 * gdb.base/info-fun.exp: New file.
1484 * gdb.base/info-fun.c: New file.
1485 * gdb.base/info-fun-solib.c: New file.
1486
1487 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1488
1489 Remove stale dummy frames.
1490 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
1491 (maintenance info breakpoints): New tests.
1492 * gdb.base/stale-infcall.c: New file.
1493 * gdb.base/stale-infcall.exp: New file.
1494
1495 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1496
1497 * gdb.arch/amd64-entry-value-param.S: New file.
1498 * gdb.arch/amd64-entry-value-param.c: New file.
1499 * gdb.arch/amd64-entry-value-param.exp: New file.
1500
1501 2012-06-15 Tom Tromey <tromey@redhat.com>
1502
1503 * gdb.cp/namespace.exp: Add "show lang" test.
1504
1505 2012-06-15 Iain Sandoe <iain@codesourcery.com>
1506
1507 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
1508 case. (top level): Use gdb_file_cmd instead of gdb_load.
1509
1510 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1511
1512 PR tdep/14222
1513 * gdb.arch/i386-sse-stack-align.S: New file.
1514 * gdb.arch/i386-sse-stack-align.c: New file.
1515 * gdb.arch/i386-sse-stack-align.exp: New file.
1516
1517 2012-06-13 Keith Seitz <keiths@redhat.com>
1518
1519 PR breakpoints/13798 and mi/11541
1520 * gdb.linespec/ls-errs.exp: Add a few more tests for
1521 filenames with spaces and colons.
1522
1523 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1524
1525 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1526 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
1527 (test_function): Call CV_f.
1528 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
1529 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
1530 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
1531 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
1532 (p CV_f(CV::i)): New tests.
1533
1534 2012-06-13 Tom Tromey <tromey@redhat.com>
1535
1536 * gdb.base/condbreak.exp: Add tests for "condition" completion.
1537
1538 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1539
1540 Fix regression by the "ambiguous linespec" series.
1541 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
1542 tests.
1543
1544 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1545
1546 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
1547 missing.
1548
1549 2012-06-11 Tom Tromey <tromey@redhat.com>
1550
1551 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
1552 location...
1553 (main): ...here.
1554
1555 2012-06-07 Yao Qi <yao@codesourcery.com>
1556
1557 * gdb.trace/strace.exp: Shorten some too-long lines.
1558
1559 2012-06-06 Pedro Alves <palves@redhat.com>
1560
1561 * gdb.threads/clone-new-thread-event.c: New file.
1562 * gdb.threads/clone-new-thread-event.exp: New file.
1563
1564 2012-06-06 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.base/dprintf.c (main): Add extra parameter when calling
1567 printf and fprintf.
1568 (bar): New function. It is a dead function, but to ensure
1569 'malloc' is linked explicitly.
1570
1571 2012-06-06 Yao Qi <yao@codesourcery.com>
1572
1573 * gdb.base/info-proc.exp: Return if target doesn't support
1574 'info proc'.
1575
1576 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
1577
1578 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
1579 (run program with breakpoint commands): XFAIl if it is not.
1580
1581 2012-06-05 Joel Brobecker <brobecker@adacore.com>
1582
1583 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
1584 and add comment.
1585 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
1586 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
1587 "STOP" marker. Adjust testing strategy to make it work on
1588 all targets.
1589
1590 * gdb.base/print-file-var-main.c (main): Rewrite using local
1591 variables and adjust get_version_2's return value check.
1592 Add small comment.
1593 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
1594 marker. Adjust testing strategy to make it work on all targets.
1595
1596 2012-06-05 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.ada/bad-task-bp-keyword: New testcase.
1599
1600 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1601
1602 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
1603 Simplify it to ...
1604 (symbol-file ${testfile1}): ... here.
1605 (test eliminated var my_global_symbol)
1606 (test eliminated var my_static_symbol)
1607 (test eliminated var my_global_func, get address of main): Wrap them to
1608 'single psymtabs' and 'single symtabs'
1609 (get address of my_global_symbol, get address of my_static_symbol)
1610 (get address of my_global_func, get address of main): Wrap them to
1611 'order1' and 'order2'.
1612
1613 * gdb.base/code_elim.exp
1614 (add-symbol-file ${testfile1} 0x100000)
1615 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
1616 'order2'.
1617 (order1: add-symbol-file ${testfile1} 0x100000)
1618 (order1: add-symbol-file ${testfile2} 0x200000)
1619 (order2: add-symbol-file ${testfile2} 0x200000)
1620 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
1621 .bss as appropriate.
1622
1623 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1624
1625 * gdb.server/solib-list-lib.c: New file.
1626 * gdb.server/solib-list-main.c: New file.
1627 * gdb.server/solib-list.exp: New file.
1628
1629 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
1630
1631 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
1632 for 'set print symbol' change.
1633
1634 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1635
1636 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
1637 .debug_abbrev_seg3.
1638
1639 2012-05-24 John Steele Scott <toojays@toojays.net>
1640
1641 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1642 * gdb.dwarf2/dw2-icc-opaque.S: New file.
1643 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
1644
1645 2012-05-23 Stan Shebs <stan@codesourcery.com>
1646
1647 * gdb.mi/mi-info-os.exp: New file.
1648
1649 2012-05-23 Keith Seitz <keiths@redhat.com>
1650
1651 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
1652 return -1 to suppress the rest of the tests.
1653 (compile_stap_bin): Return boolean success value.
1654
1655 2012-05-21 Tom Tromey <tromey@redhat.com>
1656
1657 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
1658 Remove kfails.
1659 (test_print_mi_member_types): Likewise.
1660
1661 2012-05-21 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
1664 print symbol' change.
1665
1666 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
1667
1668 * gdb.python/py-prompt.exp: Quit if the target is remote.
1669
1670 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1671
1672 Fix ERROR: internal buffer is full.
1673 * gdb.base/info-os.exp (expect_multiline): New function.
1674 (get process list, get process groups, get threads)
1675 (get file descriptors, get internet-domain sockets)
1676 (get shared-memory regions, get semaphores, get message queues): Use
1677 it for these tests.
1678
1679 2012-05-18 Tom Tromey <tromey@redhat.com>
1680
1681 * gdb.mi/mi-var-cmd.exp: Update.
1682 * gdb.objc/basicclass.exp (do_objc_tests): Update.
1683 * gdb.cp/virtbase.exp: Update.
1684 * gdb.cp/classes.exp (test_static_members): Update.
1685 * gdb.cp/casts.exp: Update.
1686 * gdb.base/pointers.exp: Update.
1687 * gdb.base/funcargs.exp (pointer_args): Update.
1688 (structs_by_reference): Update.
1689 * gdb.base/find.exp: Update.
1690 * gdb.base/call-strs.exp: Send "set print symbol off".
1691 * gdb.base/call-ar-st.exp: Update.
1692 * gdb.ada/fun_addr.exp: Update.
1693 * gdb.base/printcmds.exp (test_print_symbol): New proc.
1694 Call it.
1695 (test_print_repeats_10, test_print_strings)
1696 (test_print_char_arrays): Update.
1697
1698 2012-05-18 Tom Tromey <tromey@redhat.com>
1699
1700 * gdb.base/charset.exp (string_display): Update.
1701
1702 2012-05-18 Tom Tromey <tromey@redhat.com>
1703
1704 * gdb.mi/mi2-var-display.exp: Update.
1705 * gdb.mi/mi-var-display.exp: Update.
1706 * gdb.mi/mi-var-child.exp: Update.
1707 * gdb.cp/expand-psymtabs-cxx.exp: Update.
1708 * gdb.cp/cp-relocate.exp (get_func_address): Update.
1709
1710 2012-05-17 Doug Evans <dje@google.com>
1711
1712 * info-macros.exp: Pass "debug" to prepare_for_testing.
1713
1714 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
1715 * gdb.ada/Makefile.in (clean): Ditto.
1716 * gdb.arch/Makefile.in (clean): Ditto.
1717 * gdb.asm/Makefile.in (clean): Ditto.
1718 * gdb.base/Makefile.in (clean): Ditto.
1719 * gdb.cell/Makefile.in (clean): Ditto.
1720 * gdb.cp/Makefile.in (clean): Ditto.
1721 * gdb.disasm/Makefile.in (clean): Ditto.
1722 * gdb.dwarf2/Makefile.in (clean): Ditto.
1723 * gdb.fortran/Makefile.in (clean): Ditto.
1724 * gdb.go/Makefile.in (clean): Ditto.
1725 * gdb.hp/Makefile.in (clean): Ditto.
1726 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
1727 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
1728 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
1729 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
1730 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
1731 * gdb.java/Makefile.in (clean): Ditto.
1732 * gdb.linespec/Makefile.in (clean): Ditto.
1733 * gdb.mi/Makefile.in (clean): Ditto.
1734 * gdb.modula2/Makefile.in (clean): Ditto.
1735 * gdb.multi/Makefile.in (clean): Ditto.
1736 * gdb.objc/Makefile.in (clean): Ditto.
1737 * gdb.opencl/Makefile.in (clean): Ditto.
1738 * gdb.opt/Makefile.in (clean): Ditto.
1739 * gdb.pascal/Makefile.in (clean): Ditto.
1740 * gdb.python/Makefile.in (clean): Ditto.
1741 * gdb.reverse/Makefile.in (clean): Ditto.
1742 * gdb.server/Makefile.in (clean): Ditto.
1743 * gdb.stabs/Makefile.in (clean): Ditto.
1744 * gdb.threads/Makefile.in (clean): Ditto.
1745 * gdb.trace/Makefile.in (clean): Ditto.
1746 * gdb.xml/Makefile.in (clean): Ditto.
1747
1748 2012-05-16 Tom Tromey <tromey@redhat.com>
1749
1750 * gdb.base/macscp1.c (macscp_expr): Add comment.
1751 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
1752
1753 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
1754
1755 * gdb.base/return-nodebug.exp: Also test float and double types.
1756
1757 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1758
1759 PR testsuite/12649
1760 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
1761
1762 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
1763
1764 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
1765
1766 * gdb.base/stap-probe.exp (stap_test): Remove calls to
1767 `rerun_to_main'.
1768 (stap_test_no_debuginfo): Likewise.
1769
1770 2012-05-14 Stan Shebs <stan@codesourcery.com>
1771
1772 * gdb.base/dprintf.c: New file.
1773 * gdb.base/dprintf.exp: New file.
1774
1775 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
1776
1777 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
1778 * gdb.trace/disconnected-tracing.c: New file.
1779 * gdb.trace/disconnected-tracing.exp: New file.
1780
1781 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1782
1783 * gdb.python/python.c: Add a new breakpoint comment.
1784 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
1785
1786 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
1787
1788 * gdb.base/info-os.exp: New file.
1789 * gdb.base/info-os.c: New file.
1790
1791 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1792
1793 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
1794 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
1795 New files.
1796
1797 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1798
1799 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
1800 gdb.base/ctxobj.exp: New files.
1801
1802 2012-05-09 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
1805
1806 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
1807
1808 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
1809
1810 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
1811
1812 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
1813 before using it.
1814
1815 2012-05-04 Tristan Gingold <gingold@adacore.com>
1816
1817 * gdb.base/set-noassign.exp: New test.
1818
1819 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1820
1821 * gdb.python/py-symbol.exp: Add tests to test the new methods
1822 gdb.Symtab.global_block() and gdb.Symtab.static_block().
1823 * gdb.python/py-symbol.c: Add new struct to help test
1824 gdb.Symtab.static_block().
1825
1826 2012-05-03 Doug Evans <dje@google.com>
1827
1828 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
1829 commented out.
1830
1831 2012-05-03 Yao Qi <yao@codesourcery.com>
1832
1833 * gdb.base/catch-syscall.exp: Skip it before compilation if target
1834 doesn't support.
1835 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
1836 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
1837
1838 2012-05-03 Yao Qi <yao@codesourcery.com>
1839
1840 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
1841
1842 2012-04-30 Doug Evans <dje@google.com>
1843
1844 PR testsuite/13961
1845 * gdb.dwarf2/pr13961.S: New file.
1846 * gdb.dwarf2/pr13961.exp: New file.
1847
1848 2012-04-29 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
1851
1852 2012-04-28 Doug Evans <dje@google.com>
1853
1854 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
1855 .Ltype_int_in_cu2. Use name "int2" instead of "int".
1856 All uses updated.
1857 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
1858 "ptype func_cu1" to expand cu2 before cu1.
1859
1860 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1861 Tom Tromey <tromey@redhat.com>
1862
1863 * gdb.base/default.exp: Add `$_probe_arg*' convenience
1864 variables.
1865 * gdb.base/stap-probe.c: New file.
1866 * gdb.base/stap-probe.exp: New file.
1867 * gdb.trace/stap-trace.c: New file.
1868 * gdb.trace/stap-trace.exp: New file.
1869 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
1870 libgcc's unwinder.
1871
1872 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
1873
1874 * gdb.arch/mips16-thunks-inmain.c: New file.
1875 * gdb.arch/mips16-thunks-main.c: New file.
1876 * gdb.arch/mips16-thunks-sin.c: New file.
1877 * gdb.arch/mips16-thunks-sinfrob.c: New file.
1878 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
1879 * gdb.arch/mips16-thunks-sinmain.c: New file.
1880 * gdb.arch/mips16-thunks-sinmips16.c: New file.
1881 * gdb.arch/mips16-thunks.exp: New file.
1882
1883 2012-04-25 Doug Evans <dje@google.com>
1884
1885 * configure.ac: Create gdb.go/Makefile.
1886 * configure: Regenerate.
1887 * gdb.base/default.exp: Add "go" to "set language" testing.
1888 * gdb.go/Makefile.in: New file.
1889 * gdb.go/basic-types.exp: New file.
1890 * gdb.go/chan.exp: New file.
1891 * gdb.go/chan.go: New file.
1892 * gdb.go/handcall.exp: New file.
1893 * gdb.go/handcall.go: New file.
1894 * gdb.go/hello.exp: New file.
1895 * gdb.go/hello.go: New file.
1896 * gdb.go/integers.exp: New file.
1897 * gdb.go/integers.go: New file.
1898 * gdb.go/methods.exp: New file.
1899 * gdb.go/methods.go: New file.
1900 * gdb.go/package.exp: New file.
1901 * gdb.go/package1.go: New file.
1902 * gdb.go/package2.go: New file.
1903 * gdb.go/print.exp: New file.
1904 * gdb.go/strings.exp: New file.
1905 * gdb.go/strings.go: New file.
1906 * gdb.go/types.exp: New file.
1907 * gdb.go/types.go: New file.
1908 * gdb.go/unsafe.exp: New file.
1909 * gdb.go/unsafe.go: New file.
1910 * lib/future.exp: Add Go support.
1911 (gdb_find_go, gdb_find_go_linker): New procs.
1912 (gdb_default_target_compile): Add Go support.
1913 * lib/gdb.exp (skip_go_tests): New proc.
1914 * lib/go.exp: New file.
1915
1916 2012-04-25 Tom Tromey <tromey@redhat.com>
1917
1918 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
1919
1920 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1921 Jan Kratochvil <jan.kratochvil@redhat.com>
1922
1923 PR symtab/7259:
1924 * gdb.base/enumval.c: New test case.
1925 * gdb.base/enumval.exp: New test case.
1926 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
1927 field.bitpos.
1928
1929 2012-04-17 Pedro Alves <palves@redhat.com>
1930
1931 * Makefile.in (site.exp): Make site.exp source
1932 $srcdir/lib/append_gdb_boards_dir.exp.
1933 * lib/append_gdb_boards_dir.exp: New file.
1934
1935 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1936
1937 New option "set auto-load safe-path".
1938 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
1939 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
1940
1941 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1942
1943 auto-load: Implementation.
1944 * gdb.base/help.exp (test set height): Increase the height.
1945 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
1946 to ...
1947 (info auto-load python-scripts): ... here.
1948 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
1949 to ...
1950 (info auto-load python-scripts *): ... here.
1951
1952 2012-04-16 Yao Qi <yao@codesourcery.com>
1953
1954 * lib/trace-support.exp (get_in_proc_agent): New.
1955 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
1956 of in process trace agent.
1957 * gdb.trace/ftrace.exp: Likewise.
1958 * gdb.trace/pending.exp: Likewise.
1959 * gdb.trace/trace-break.exp: Likewise.
1960 * gdb.trace/trace-mt.exp
1961 * gdb.trace/tspeed.exp: Likewise.
1962 * gdb.trace/tstatus.exp
1963 * gdb.trace/strace.exp: Likewise.
1964
1965 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
1966
1967 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
1968 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
1969
1970 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
1971
1972 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
1973
1974 PR mi/13393
1975 * gdb.mi/mi-var-rtti.cc: New file.
1976 * gdb.mi/mi-var-rtti.exp: New file.
1977 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
1978 function.
1979 (mi_varobj_update_with_type_change): updated to avoid code duplication.
1980
1981 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
1982
1983 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
1984 EXECUTABLES.
1985 * gdb.python/py-explore.c: C program used for testing the new
1986 'explore' command on C constructs.
1987 * gdb.python/py-explore.cc: C++ program used for testing the new
1988 'explore' command on C++ constructs.
1989 * gdb-python/py-explore.exp: Tests for the new 'explore'
1990 command on C constructs.
1991 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
1992 command on C++ constructs.
1993
1994 2012-04-07 Mark Kettenis <kettenis@gnu.org>
1995
1996 * gdb.base/funcargs.exp (complex_args): Fix typo.
1997
1998 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1999
2000 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
2001 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
2002
2003 2012-04-05 Keith Seitz <keiths@redhat.com>
2004
2005 * gdb.base/advance.exp: Update error message for
2006 "advance malformed" test.
2007 * gdb.base/break.exp: Likewise for "breakpoint with
2008 trailing garbage" test.
2009 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
2010 with trailing garbage" test.
2011 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
2012 trailng garbage" test.
2013 * gdb.base/until.exp: Likewise for "malformed until" test.
2014 * gdb.cp/ovldbreak.exp: Create the breakpoint table
2015 for "breakpoint info (after setting on all)".
2016 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
2017 tests.
2018 * gdb.cp/cplabel.cc: New file.
2019 * gdb.cp/cplabel.exp: New test.
2020 * gdb.linespec/ls-errs.c: New file.
2021 * gdb.linespec/ls-errs.exp: New test.
2022
2023 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2024
2025 * gdb.trace/unavailable.exp
2026 (collect globals: print object on: print derived_partial)
2027 (collect globals: print object on: print derived_whole)
2028 (collect globals: print object off: print derived_partial)
2029 (collect globals: print object off: print derived_whole): Update
2030 expected output.
2031
2032 2012-03-30 Keith Seitz <keiths@redhat.com>
2033
2034 * gdb.python: Add test for linespecs with commas.
2035
2036 2012-03-28 Keith Seitz <keiths@redhat.com>
2037
2038 * gdb.linespec/ls-dollar.cc: New file.
2039 * gdb.linespec/ls-dollar.exp: New test.
2040
2041 2012-03-28 Keith Seitz <keiths@redhat.com>
2042
2043 * gdb.cp/namespace.exp: Add breakpoint tests for functions
2044 starting with the global namespace.
2045
2046 2012-03-23 Doug Evans <dje@google.com>
2047
2048 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
2049
2050 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
2051
2052 * gdb.python/py-value.cc: Add test case for testing the
2053 methodology exposing C++ values to Python.
2054 * gdb.python/py-value-cc.exp: Add tests testing the methodology
2055 exposing C++ values to Python.
2056 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
2057
2058 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2059 Siddhesh Poyarekar <siddhesh@redhat.com>
2060
2061 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
2062 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
2063 (generate native core dump): Make the test unsupported if core cannot
2064 be generated.
2065
2066 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
2069 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
2070 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
2071
2072 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
2073
2074 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
2075
2076 2012-03-17 Doug Evans <dje@google.com>
2077
2078 * dg-extract-results.sh: Handle KFAILs.
2079
2080 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2081
2082 PR symtab/13777
2083 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
2084
2085 2012-03-16 Joel Brobecker <brobecker@adacore.com>
2086
2087 * gdb.ada/set_pckd_arr_elt: New testcase.
2088
2089 2012-03-16 Gary Benson <gbenson@redhat.com>
2090
2091 PR breakpoints/10738
2092 * gdb.opt/inline-break.exp: New file.
2093 * gdb.opt/inline-break.c: Likewise.
2094 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
2095 * gdb.dwarf2/dw2-inline-break.S: Likewise.
2096 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
2097 * gdb.base/async-shell.exp: Likewise.
2098 * lib/mi-support.exp (library_loaded_re): Likewise.
2099
2100 2012-03-15 Tom Tromey <tromey@redhat.com>
2101
2102 * gdb.cp/virtfunc2.exp: Update expected output.
2103 * gdb.cp/pr9631.exp: Update expected output.
2104 * gdb.cp/member-ptr.exp: Update expected output.
2105 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
2106 output.
2107 * gdb.cp/casts.exp: Update expected output.
2108
2109 2012-03-15 Tom Tromey <tromey@redhat.com>
2110
2111 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
2112 (test_info_vtbl): Likewise.
2113 (do_tests): Call test_info_vtbl.
2114 * gdb.cp/virtfunc.cc (va): New global.
2115
2116 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
2117
2118 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
2119 describing DWARF data structures.
2120 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
2121 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
2122 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
2123 * gdb.dwarf2/dw2-entry-value.S: Likewise.
2124 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
2125 * gdb.dwarf2/dw2-param-error.S: Likewise.
2126 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
2127 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
2128 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
2129 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
2130 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2131 * gdb.dwarf2/pr11465.S: Likewise.
2132
2133 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2134
2135 * gdb.mi/mi2-prompt.exp: New file.
2136
2137 2012-03-13 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
2140
2141 2012-03-13 Joel Brobecker <brobecker@adacore.com>
2142
2143 * gdb.ada/bp_range_type: New testcase.
2144
2145 2012-03-13 Doug Evans <dje@google.com>
2146
2147 * gdb.base/default.exp: Delete tests for symbol-reloading.
2148 * gdb.base/help.exp: Ditto.
2149 * gdb.base/setshow.exp: Ditto.
2150 * gdb.base/gdb_history: Delete references to symbol-reloading.
2151
2152 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2153
2154 * gdb.base/attach-twice.c: New files.
2155 * gdb.base/attach-twice.exp: New files.
2156
2157 2012-03-08 Keith Seitz <keiths@redhat.com>
2158
2159 * lib/gdb.exp (gdb_get_line_number): Throw an
2160 error instead of returning -1.
2161 * gdb.base/break.exp: Remove unused variable
2162 bp_location5.
2163 * gdb.base/hbreak2.exp: Likewise.
2164 * gdb.base/sepdebug.exp: Likewise.
2165
2166 2012-03-08 Yao Qi <yao@codesourcery.com>
2167 Pedro Alves <palves@redhat.com>
2168
2169 Fix PR server/13392.
2170 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
2171 (tracepoint_change_loc_2): Remove kfail. Return if failed to
2172 download tracepoints.
2173 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
2174 (pending_tracepoint_resolved_during_trace): Likewise.
2175 (pending_tracepoint_installed_during_trace): Likewise.
2176 (pending_tracepoint_with_action_resolved): Likewise.
2177
2178 2012-03-08 Keith Seitz <keiths@redhat.com>
2179
2180 * gdb.ada/array_bounds.exp: Get breakpoint for line
2181 with "START", not "STOP".
2182 * gdb.python/py-infthread.exp: Do not continue to
2183 line marked "Break here.", which is undefined.
2184
2185 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
2186
2187 Revert:
2188
2189 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2190
2191 Implement testsuite workaround for PR breakpoints/13781.
2192 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2193 (set breakpoint condition-evaluation host): New conditional command.
2194
2195 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2196
2197 Fix CU relative vs. absolute DIE offsets.
2198 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
2199 one.
2200
2201 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2202
2203 Fix false FAIL on distros with relro linkage as default.
2204 * gdb.reverse/solib-precsave.exp: Try to compile the test using
2205 -Wl,-z,norelro first.
2206
2207 2012-03-06 Joel Brobecker <brobecker@adacore.com>
2208
2209 * gdb.ada/bp_on_var: New testcase.
2210
2211 2012-03-06 Joel Brobecker <brobecker@adacore.com>
2212
2213 * gdb.ada/bp_enum_homonym: New testcase.
2214
2215 2012-03-06 Yao Qi <yao@codesourcery.com>
2216
2217 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
2218 x86_64-*-* and i?86-*-*.
2219 Set up KFAIL for gdb/13808.
2220
2221 2012-03-05 Tom Tromey <tromey@redhat.com>
2222
2223 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
2224 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
2225
2226 2012-03-05 Tom Tromey <tromey@redhat.com>
2227
2228 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
2229
2230 2012-03-04 Yao Qi <yao@codesourcery.com>
2231
2232 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
2233 messages for KFAIL.
2234
2235 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2236
2237 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
2238 (print one_two_three, indexes off, print few_reps, indexes off)
2239 (print many_reps, indexes off, print empty, indexes off)
2240 (print one_two_three, print few_reps, print many_reps, print empty):
2241 Call setup_xfail if $gcc_old.
2242
2243 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2244
2245 Implement testsuite workaround for PR breakpoints/13781.
2246 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
2247 (set breakpoint condition-evaluation host): New conditional command.
2248
2249 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2250
2251 Code cleanup.
2252 * gdb.cp/mb-templates.exp: New variables executable. Use it for
2253 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
2254 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
2255 number 1 by $bpnum. Four times.
2256
2257 2012-03-03 Yao Qi <yao@codesourcery.com>
2258
2259 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
2260
2261 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 Setup KFAIL for PR server/13796.
2264 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
2265
2266 2012-03-02 Joel Brobecker <brobecker@adacore.com>
2267
2268 * gdb.ada/operator_bp: New testcase.
2269
2270 2012-03-02 Joel Brobecker <brobecker@adacore.com>
2271
2272 * gdb.ada/info_locals_renaming: New testcase.
2273
2274 2012-03-02 Tom Tromey <tromey@redhat.com>
2275
2276 * gdb.base/nextoverexit.c: New file.
2277 * gdb.base/nextoverexit.exp: New file.
2278
2279 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
2280
2281 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
2282 parameter.
2283
2284 2012-03-01 Maciej W. Rozycki <macro@mips.com>
2285
2286 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
2287 core registers.
2288
2289 2012-03-01 Maciej W. Rozycki <macro@mips.com>
2290 Maciej W. Rozycki <macro@codesourcery.com>
2291 Daniel Jacobowitz <dan@codesourcery.com>
2292
2293 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
2294
2295 2012-03-01 Pedro Alves <palves@redhat.com>
2296
2297 PR gdb/13767
2298
2299 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
2300 (gdb_collect_globals_test): Call it.
2301
2302 2012-03-01 Keith Seitz <keiths@redhat.com>
2303
2304 * gdb.cp/method2.exp: Output of overload menu is now
2305 alphabetized. Update tests for "break A::method".
2306 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
2307 of hard-coding them.
2308 Overload menu is alphabetized: rewrite to accommodate.
2309 Unset variables LINE and TYPES which are used in other tests.
2310 Compute the output of "info break".
2311 Update the breakpoint table after all breakpoints are deleted.
2312 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
2313 compute ACTUALS and the method body based on parameters.
2314 Update expected output accordingly.
2315 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
2316 unique comments to allow the use of gdb_get_line_number.
2317
2318 2012-03-01 Keith Seitz <keiths@redhat.com>
2319
2320 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
2321 some Tcl syntax.
2322 * gdb.cp/ovldbreak.exp: Likewise.
2323
2324 2012-03-01 Keith Seitz <keiths@redhat.com>
2325
2326 * gdb.base/help.exp (help show user): Update expected result
2327 for new doc string changes (add "non-python").
2328
2329 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
2330
2331 * gdb.python/py-cmd.exp: Add test to verify that python commands can
2332 be put in the user-defined category and that the commands appear in
2333 "help user-defined".
2334
2335 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2336
2337 * gdb.ada/tagged_not_init: New testcase.
2338
2339 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
2342 * gdb.ada/enum_idx_packed: New testcase.
2343
2344 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2345
2346 * gdb.ada/aliased_array: New testcase.
2347
2348 2012-02-29 Joel Brobecker <brobecker@adacore.com>
2349
2350 * gdb.ada/whatis_array_val: New testcase.
2351
2352 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2353
2354 Fix disp-step-syscall.exp: fork: single step over fork.
2355 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
2356 whitespaces.
2357 (single step over $syscall): Remove its check.
2358 (single step over $syscall final pc): New check.
2359
2360 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2361
2362 Support processors without SSSE3.
2363 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
2364 pabsd into ...
2365 (ssse3_test): ... a new function.
2366 (main): Call ssse3_test.
2367 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
2368 Update expected values everywhere.
2369 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
2370 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
2371 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
2372 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
2373 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
2374 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
2375 Move these tests lower.
2376 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
2377 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
2378 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
2379 New tests.
2380
2381 2012-02-29 Yao Qi <yao@codesourcery.com>
2382 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.trace/trace-mt.c: New.
2385 * gdb.trace/trace-mt.exp: New.
2386
2387 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
2388
2389 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
2390 numbers instead of hardcoding them.
2391 * gdb.base/annota1.c: Provide suitable markers.
2392 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
2393 numbers instead of hardcoding them.
2394 * gdb.base/annota3.c: Provide suitable markers.
2395
2396 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
2397 * gdb.base/annota3.c: Likewise.
2398 * gdb.base/sigall.c: Likewise.
2399 * gdb.base/signals.c: Likewise.
2400 * gdb.reverse/sigall-reverse.c: Likewise.
2401
2402 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
2403
2404 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
2405 failure return path.
2406
2407 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
2408
2409 * gdb.base/save-bp.exp: Account for new condition evaluator output.
2410
2411 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
2412
2413 * gdb.base/cond-eval-mode.exp: New file.
2414
2415 2012-02-24 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
2418 (top level): Use with_test_prefix.
2419
2420 2012-02-24 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.threads/attach-into-signal.exp (corefunc): Use
2423 with_test_prefix.
2424
2425 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2426
2427 Fix false FAILs on old CPUs without SSE.
2428 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
2429 Return untested for Illegal instruction.
2430
2431 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2432
2433 Fix false FAILs with glibc debug infos installed.
2434 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
2435 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
2436
2437 2012-02-22 Sterling Augustine <saugustine@google.com>
2438
2439 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
2440 constant with cast.
2441
2442 2012-02-21 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
2445
2446 2012-02-21 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
2449
2450 2012-02-21 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
2453 with_test_prefix.
2454
2455 2012-02-21 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
2458 with_test_prefix here.
2459 (top level): Do it here instead. Remove `:' from the
2460 with_test_prefix string.
2461 * gdb.base/attach-pie-misread.exp: Remove the leading space the
2462 the suffix `:' from the with_test_prefix prefix string.
2463 * gdb.base/break-interp.exp: Ditto.
2464 * gdb.base/catch-load.exp: Ditto.
2465 * gdb.base/disp-step-syscall.exp: Ditto.
2466 * gdb.base/jit-so.exp: Ditto.
2467 * gdb.base/jit.exp: Ditto.
2468 * gdb.base/sepdebug.exp: Ditto.
2469 * gdb.base/solib-display.exp: Ditto.
2470 * gdb.base/solib-overlap.exp: Ditto.
2471 * gdb.base/watch-cond-infcall.exp: Ditto.
2472 * gdb.base/watchpoint.exp: Ditto.
2473 * gdb.dwarf2/dw2-noloc.exp: Ditto.
2474 * gdb.mi/mi-watch.exp: Ditto.
2475 * gdb.mi/mi2-watch.exp: Ditto.
2476 * gdb.threads/non-ldr-exc-1.exp: Ditto.
2477 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2478 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2479 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2480 * gdb.threads/watchpoint-fork.exp: Ditto.
2481 * gdb.threads/watchthreads-reorder.exp: Ditto.
2482 * gdb.trace/change-loc.exp: Ditto.
2483 * gdb.trace/pending.exp: Ditto.
2484 * gdb.trace/status-stop.exp: Ditto.
2485 * gdb.trace/strace.exp: Ditto.
2486 * gdb.trace/trace-break.exp: Ditto.
2487 * gdb.trace/unavailable.exp: Ditto.
2488 * lib/gdb.exp (with_test_prefix): Always prefix with space and
2489 suffix with colon. Adjust leading comments.
2490
2491 2012-02-21 Pedro Alves <palves@redhat.com>
2492 Tom Tromey <tromey@redhat.com>
2493
2494 * lib/gdb.exp: Add description of test prefixes.
2495 (with_test_prefix): New procedure.
2496 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
2497 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
2498 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
2499 instead of lappend to append to pf_prefix.
2500 * gdb.base/catch-load.exp: Use with_test_prefix.
2501 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
2502 * gdb.base/jit-so.exp: Use with_test_prefix.
2503 * gdb.base/jit.exp: Use with_test_prefix.
2504 * gdb.base/return-nodebug.exp (do_test): Use append instead of
2505 lappend to append to pf_prefix.
2506 * gdb.base/sepdebug.exp: Use with_test_prefix.
2507 * gdb.base/solib-display.exp: Use with_test_prefix.
2508 * gdb.base/solib-overlap.exp: Use with_test_prefix.
2509 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
2510 * gdb.base/watchpoint.exp: Use with_test_prefix.
2511 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
2512 * gdb.mi/mi-watch.exp: Use with_test_prefix.
2513 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
2514 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
2515 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
2516 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
2517 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
2518 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
2519 append instead of lappend to append to pf_prefix.
2520 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
2521 * gdb.trace/change-loc.exp: Use with_test_prefix.
2522 * gdb.trace/pending.exp: Use with_test_prefix.
2523 * gdb.trace/status-stop.exp: Use with_test_prefix.
2524 * gdb.trace/strace.exp: Use with_test_prefix.
2525 * gdb.trace/trace-break.exp: Use with_test_prefix.
2526 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
2527 instead of lappend to append to pf_prefix.
2528
2529 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2530
2531 Fix racy FAILs.
2532 * gdb.base/inferior-died.c (main): Add return of 0.
2533 * gdb.base/inferior-died.exp (continue): Fix expectation of
2534 asynchronous events.
2535 (p 1): New test.
2536
2537 2012-02-20 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
2540 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
2541 gdb's internal debug output. For the non-threaded case, look for
2542 "Program received signal SIGLARM", for the threaded case, peek at
2543 the thread's siginfo.
2544
2545 2012-02-20 Pedro Alves <palves@redhat.com>
2546
2547 General cleanup, make output test messages unique, and build
2548 different executable files for the non-threaded and threaded
2549 cases.
2550
2551 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
2552 Delete.
2553 (executable_nothr, executable_thr): New globals.
2554 (top level): Adjust to delete both executables.
2555 (corefunc): New parameter $executable. Set $pf_prefix instead of
2556 hand writing a prefix in tests. Issue a clean_restart and enable
2557 lin-lwp debug output here.
2558 (top level): Adjust. Use build_executable. Don't start gdb here,
2559 and don't enable lin-lwp debug output here.
2560 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
2561
2562 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2563
2564 Fix racy FAILs.
2565 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
2566 "continue" command.
2567
2568 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2569
2570 Fix for gdbserver non-extended mode.
2571 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
2572 and gdb_run_cmd.
2573
2574 2012-02-17 Tom Tromey <tromey@redhat.com>
2575
2576 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
2577 * gdb.python/py-events.exp: Check 'dir' output.
2578 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
2579
2580 2012-02-17 Yao Qi <yao@codesourcery.com>
2581
2582 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
2583
2584 2012-02-16 Tom Tromey <tromey@redhat.com>
2585
2586 * gdb.base/inferior-died.c: Don't include stdio.h.
2587
2588 2012-02-16 Tom Tromey <tromey@redhat.com>
2589
2590 * gdb.base/inferior-died.c: New file.
2591 * gdb.base/inferior-died.exp: New file.
2592
2593 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
2594
2595 * gdb.base/break-inline.exp: New file.
2596 * gdb.base/break-inline.c: New file.
2597
2598 2012-02-15 Tom Tromey <tromey@redhat.com>
2599
2600 * gdb.base/pc-fp.exp: Add "info register" tests.
2601
2602 2012-02-15 Tom Tromey <tromey@redhat.com>
2603
2604 * gdb.base/regs.exp: Remove.
2605
2606 2012-02-15 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
2609 the target doesn't support tracepoints.
2610 * gdb.trace/circ.exp: Ditto.
2611 * gdb.trace/collection.exp: Ditto.
2612 * gdb.trace/packetlen.exp: Ditto.
2613 * gdb.trace/passc-dyn.exp: Ditto.
2614 * gdb.trace/report.exp: Ditto.
2615 * gdb.trace/tfind.exp: Ditto.
2616 * gdb.trace/tspeed.exp: Ditto.
2617 * gdb.trace/tsv.exp: Ditto.
2618 * gdb.trace/unavailable.exp: Ditto.
2619 * gdb.trace/while-dyn.exp: Ditto.
2620
2621 2012-02-15 Pedro Alves <palves@redhat.com>
2622
2623 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
2624 gdb_test_multiple, and call unsupported instead of fail, if the
2625 remote side does not support the request.
2626
2627 2012-02-15 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
2630 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
2631 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
2632 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
2633 * gdb.server/server-run.exp: Make sure gdb is disconnected.
2634 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
2635 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
2636 doesn't start with "extended-" already.
2637
2638 2012-02-15 Pedro Alves <palves@redhat.com>
2639
2640 Support extended-remote. Avoid cascading timeouts.
2641
2642 * gdb.base/attach.exp (do_attach_tests): Add expected output for
2643 the extended-remote target. If attaching with no file fails, load
2644 the file manually.
2645 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
2646
2647 2012-02-14 Stan Shebs <stan@codesourcery.com>
2648
2649 * gdb.base/ena-dis-br.exp: Add enable count test.
2650
2651 2012-02-13 Pedro Alves <palves@redhat.com>
2652
2653 * config/mips-idt.exp: Delete.
2654 * gdb.base/a2-run.exp: Remove mips-idt xfails.
2655 * gdb.base/bitfields.exp: Remove mips-idt restarts.
2656 * gdb.base/break.exp: Remove mips-idt references.
2657 * gdb.base/chng-syms.exp: Ditto.
2658 * gdb.base/default.exp: Ditto.
2659 * gdb.base/funcargs.exp (funcargs_reload): Delete.
2660 (top level): Don't call it.
2661 * gdb.base/opaque.exp: Remove mips-idt restarts.
2662 * gdb.base/ptype.exp: Remove mips-idt xfails.
2663 * gdb.base/scope.exp: Remove mips-idt restarts.
2664 * gdb.base/sepdebug.exp: Remove mips-idt references.
2665 * gdb.base/watchpoint.exp (maybe_clean_restart)
2666 (maybe_reinitialize): Delete.
2667 (test_disabling_watchpoints, test_disabling_watchpoints)
2668 (test_watchpoint_triggered_in_syscall)
2669 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
2670 Don't call them.
2671
2672 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2673
2674 * gdb.server/server-exec-info.exp: New file.
2675
2676 2012-02-10 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
2679 always non-empty.
2680 (test_attach): Always pass $exec to test_attach_gdb.
2681
2682 2012-02-08 Tom Tromey <tromey@redhat.com>
2683
2684 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
2685 before inferior is started.
2686
2687 2012-02-07 Tom Tromey <tromey@redhat.com>
2688
2689 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
2690 Symbol.value.
2691 * gdb.python/py-symbol.c (qq): Set default value.
2692
2693 2012-02-07 Tom Tromey <tromey@redhat.com>
2694
2695 * gdb.python/py-symbol.c (qq): New global.
2696 * gdb.python/py-symbol.exp: Add test for frame-less
2697 lookup_symbol.
2698 * gdb.python/py-symtab.exp: Fix line number.
2699
2700 2012-02-03 Joel Brobecker <brobecker@adacore.com>
2701
2702 * gdb.ada/mi_task_arg: New testcase.
2703
2704 2012-02-02 Pedro Alves <palves@redhat.com>
2705
2706 * gdb.reverse/until-precsave.exp: Also put "record save" under the
2707 extended timeout.
2708
2709 2012-02-02 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
2712 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
2713
2714 2012-02-02 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.base/term.exp: Rewrite.
2717 * gdb.base/term.c: New.
2718
2719 2012-02-02 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.base/default.exp (run "r" abbreviation, run): Add
2722 extended-remote expected output.
2723
2724 2012-02-02 Tom Tromey <tromey@redhat.com>
2725
2726 * gdb.cp/dispcxx.exp: New file.
2727 * gdb.cp/dispcxx.cc: New file.
2728
2729 2012-02-01 Tom Tromey <tromey@redhat.com>
2730
2731 * gdb.base/jit-simple.exp: New file.
2732 * gdb.base/jit-simple.c: New file.
2733
2734 2012-01-30 Yao Qi <yao@codesourcery.com>
2735
2736 * gdb.base/skip.exp: Make test result unique.
2737
2738 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2739
2740 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
2741 compatibility with valgrind-3.7.0.
2742
2743 2012-01-27 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/watchpoint.exp (no_hw): New global.
2746 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
2747 disable hw watchpoints.
2748 (test_wide_location_1, test_wide_location_2): If no_hw is set,
2749 don't expect hw watchpoints.
2750 (no_hw_watchpoints): Always clean restart.
2751 (do_tests): New procedure, factored out from the top level.
2752 (top level): Run tests twice. Once with hw watchpoints enabled,
2753 another time with hw watchpoints disabled.
2754
2755 2012-01-27 Pedro Alves <palves@redhat.com>
2756
2757 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
2758 out from the top level.
2759 (top level): Call it instead.
2760
2761 2012-01-27 Pedro Alves <palves@redhat.com>
2762
2763 * gdb.base/watchpoint.exp (top level): Re-enable hardware
2764 watchpoints sooner.
2765
2766 2012-01-27 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
2769
2770 2012-01-27 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
2773 "You may have requested too many hardware
2774 breakpoints/watchpoints".
2775
2776 2012-01-27 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/watchpoint.exp (maybe_clean_restart)
2779 (maybe_reinitialize): New.
2780 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
2781 expect "hit N times".
2782 (test_disabling_watchpoints, test_complex_watchpoint)
2783 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
2784 Call maybe_clean_restart.
2785 (top level): Use clean_restart. Remove "mips-idt-*"
2786 reinitialization.
2787
2788 2012-01-27 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
2791
2792 2012-01-27 Pedro Alves <palves@redhat.com>
2793
2794 * gdb.base/watchpoint.exp: Clean restart after tests that don't
2795 require `initialize' anymore. Remove unnecessary `initialize'
2796 calls.
2797
2798 2012-01-27 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.base/watchpoint.exp (wp_set): Delete.
2801 (initialize, test_simple_watchpoint, top level): Remove dead code.
2802
2803 2012-01-27 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
2806 typo.
2807
2808 2012-01-27 Pedro Alves <palves@redhat.com>
2809
2810 * config/extended-gdbserver.exp: New file.
2811 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
2812 comment.
2813 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
2814 * boards/native-extended-gdbserver.exp: New file.
2815
2816 2012-01-26 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
2819 and gdb_test_multiple.
2820
2821 2012-01-26 Pedro Alves <palves@redhat.com>
2822
2823 Make test messages unique, and more identifiable.
2824 * gdb.multi/watchpoint-multi.exp: Change test messages.
2825
2826 2012-01-25 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.base/solib-disc.exp: Fix regexps.
2829
2830 2012-01-24 Tom Tromey <tromey@redhat.com>
2831
2832 * lib/mi-support.exp (mi_expect_stop): Add special case for
2833 solib-event.
2834 * gdb.base/catch-load-so.c: New file.
2835 * gdb.base/catch-load.exp: New file.
2836 * gdb.base/catch-load.c: New file.
2837 * gdb.base/break-interp.exp (reach_1): Update regexp.
2838
2839 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2840
2841 Fix fuzzy results.
2842 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
2843 lpsimple and func.
2844
2845 2012-01-24 Gary Benson <gbenson@redhat.com>
2846
2847 Delete #if 0'd out code.
2848 * gdb.base/default.exp (info catch): Remove.
2849 * gdb.base/gdb_history (info catch): Likewise.
2850 * gdb.base/help.exp (info catch): Likewise.
2851
2852 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 Fix watchpoints to be specific for each inferior.
2855 * gdb.multi/watchpoint-multi.c: New file.
2856 * gdb.multi/watchpoint-multi.exp: New file.
2857
2858 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2859
2860 Fix watchpoints across inferior fork.
2861 * gdb.threads/watchpoint-fork-child.c: New file.
2862 * gdb.threads/watchpoint-fork-mt.c: New file.
2863 * gdb.threads/watchpoint-fork-parent.c: New file.
2864 * gdb.threads/watchpoint-fork-st.c: New file.
2865 * gdb.threads/watchpoint-fork.exp: New file.
2866 * gdb.threads/watchpoint-fork.h: New file.
2867
2868 2012-01-23 Pedro Alves <palves@redhat.com>
2869
2870 * gdb.base/call-signal-resume.exp: Allow output after "return".
2871
2872 2012-01-20 Pedro Alves <palves@redhat.com>
2873
2874 * gdb.python/py-finish-breakpoint.py: Fix typo.
2875
2876 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
2877
2878 * gdb.base/info-proc.exp: Also run on remote targets. Main
2879 "info proc" command is now always present; whether target supports
2880 actual info proc operation is detected when attempting to issue
2881 the command.
2882
2883 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 * .gdbinit: Remove.
2886
2887 2012-01-19 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
2890 look at the funtions' returns.
2891 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
2892 (jprint.print(int, int)): Change return type to int. Adjust.
2893
2894 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
2895
2896 PR gdb/9538
2897 * gdb.base/sepdebug.exp: New test.
2898
2899 2012-01-18 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
2902 Allow output before ^done.
2903
2904 2012-01-16 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
2907 Add tests for relative directory.
2908
2909 2012-01-16 Tom Tromey <tromey@redhat.com>
2910
2911 * gdb.base/printcmds.c (enum flag_enum): New.
2912 (three): New global.
2913 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
2914 enum printing.
2915 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
2916 FlagEnumerationPrinter.
2917 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
2918 * gdb.python/py-pp-maint.c (enum flag_enum): New.
2919 (fval): New global.
2920
2921 2012-01-16 Pedro Alves <palves@redhat.com>
2922
2923 * lib/gdb.exp (banned_procedures): New variable.
2924 (banned_variables_traced): Rename to ...
2925 (banned_traced): ... this.
2926 (gdb_init): Also trace banned procedures.
2927 (gdb_finish): Also untrace banned procedures.
2928
2929 2012-01-16 Pedro Alves <palves@redhat.com>
2930
2931 Remove all calls to strace.
2932
2933 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2934
2935 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
2936 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
2937
2938 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
2939
2940 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
2941 * gdb.base/pie-execl.exp: Likewise.
2942
2943 2012-01-12 Keith Seitz <keiths@redhat.com>
2944
2945 PR mi/10586
2946 * gdb.mi/var-cmd.c (struct anonymous): New structure.
2947 (do_anonymous_type_tests): New function.
2948 (main): Call do_anonymous_type_tests.
2949 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
2950 (verify_everything): New procedure.
2951 * gdb.mi/mi-var-cp.cc (class A): New class.
2952 (anonymous_structs_and_unions): New function.
2953 (main): Call anonymous_structs_and_unions.
2954 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
2955 (verify_everything): New procedure.
2956
2957 2012-01-12 Keith Seitz <keiths@redhat.com>
2958
2959 * lib/mi-support.exp: Expand comments about PATH_EXPR.
2960 (varobj_tree::get_path_expr): Assume that all varobjs are
2961 compound unless they are known simple types.
2962 Adjust path expressions based on parent type, path parent type,
2963 and tree language.
2964 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
2965 the root varobj.
2966 (mi_walk_varobj_tree): Add LANGUAGE parameter.
2967
2968 2012-01-11 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
2971 core files on this machine" anymore.
2972
2973 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2974
2975 * gdb.base/watchpoint.c (recurser): Initialize local_x.
2976 (main): Repeat recurser call.
2977 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
2978 equivalent to 'local_x'.
2979
2980 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
2981 Joel Brobecker <brobecker@adacore.com>
2982
2983 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
2984
2985 2012-01-05 Pedro Alves <alves.ped@gmail.com>
2986
2987 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
2988 * gdb.python/py-events.c (first): Add bits for new "step N" test.
2989 * gdb.python/py-events.exp: Test that "step N" tripping on a
2990 breakpoint emits a breakpoint event.
2991
2992 2012-01-03 Joel Brobecker <brobecker@adacore.com>
2993
2994 * gdb.base/auxv.exp: Reformat the copyright notice.
2995
2996 2012-01-03 Yao Qi <yao@codesourcery.com>
2997
2998 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
2999 (strace_trace_on_diff_addr): New.
3000 * gdb.trace/strace.c: (main): Add two local variables.
3001
3002 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
3003
3004 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
3005 * gdb.cell/gcore.exp: Likewise.
3006 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
3007 to verify the correct instance of main is selected.
3008
3009 2012-01-02 Joel Brobecker <brobecker@adacore.com>
3010
3011 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
3012 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
3013 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
3014 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
3015 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
3016 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
3017 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
3018 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
3019 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
3020 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
3021 gdb.threads/thread_check.c: Reformat copyright header.
3022
3023 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
3024
3025 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
3026 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
3027 is not enabled.
3028
3029 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3030
3031 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
3032 parameter to self_exec, adjust the function.
3033 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
3034 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
3035 (set var do_exit = 0): Remove test.
3036 (newline at end of file): Add one.
3037
3038 2011-12-27 Joel Brobecker <brobecker@adacore.com>
3039
3040 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
3041 New files.
3042
3043 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3044
3045 Fix racy FAILs.
3046 * gdb.threads/fork-thread-pending.c (barrier): New variable.
3047 (thread_function, thread_forker): Call pthread_barrier_wait for it.
3048 (main): Call pthread_barrier_init for it.
3049
3050 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3051
3052 Fix double send_gdb leading to racy FAILs.
3053 * gdb.base/break.exp (set silent break bp_location1): Replace
3054 3x send_gdb and gdb_expect by gdb_test.
3055 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
3056 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
3057 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
3058 instead of send_gdb. Twice.
3059 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
3060 3x send_gdb and gdb_expect by gdb_test.
3061 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
3062
3063 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 * gdb.linespec/linespec.exp: Compile using {c++}.
3066
3067 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3068
3069 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
3070 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
3071 (verify GCC PR debug/51668): New test.
3072
3073 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
3074
3075 Introduce gdb.FinishBreakpoint in Python.
3076 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
3077 py-finish-breakpoint2
3078 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
3079 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
3080 instead of line number.
3081 * gdb.python/py-finish-breakpoint.c: New file.
3082 * gdb.python/py-finish-breakpoint.exp: New file.
3083 * gdb.python/py-finish-breakpoint.py: New file.
3084 * gdb.python/py-finish-breakpoint2.cc: New file.
3085 * gdb.python/py-finish-breakpoint2.exp: New file.
3086 * gdb.python/py-finish-breakpoint2.py: New file.
3087
3088 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3089
3090 Partial fix of compatibility with gcc-4.7.
3091 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
3092 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
3093 Add comment to add a PASS case in the future.
3094
3095 Fix compatibility with gcc-4.7.
3096 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
3097
3098 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
3099
3100 PR tdep/12797
3101 * gdb.base/callfuncs.exp: Remove KFAIL.
3102
3103 2011-12-21 Joel Brobecker <brobecker@adacore.com>
3104
3105 * gdb.ada/task_bp: New testcase.
3106
3107 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
3110 -DNO_SECTIONS.
3111 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
3112
3113 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3114
3115 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
3116 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
3117 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3118 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
3119 conditional for gcc <= 4.5.
3120
3121 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3122
3123 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
3124 by XFAIL.
3125 * gdb.cp/static-method.exp (info addr A::func())
3126 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3127 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3128 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3129 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
3130 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
3131 (test value of F in k3_m): Likewise.
3132 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
3133 Likewise.
3134
3135 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3136
3137 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
3138 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
3139 Remove.
3140 * gdb.threads/attachstop-mt.c: Remove.
3141 * gdb.threads/attachstop-mt.exp: Remove.
3142
3143 2011-12-17 Mark Kettenis <kettenis@gnu.org>
3144
3145 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
3146
3147 2011-12-16 Doug Evans <dje@google.com>
3148
3149 * boards/native-stdio-gdbserver.exp: New file.
3150 * boards/native-gdbserver.exp: New file.
3151
3152 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
3153 gdbserver output.
3154 (gdbserver_default_get_remote_address): New function.
3155 (gdbserver_start): Call gdb,get_remote_address to compute argument
3156 to "target remote" command.
3157
3158 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
3159
3160 * gdb.python/py-function.exp: Change "on" to "full" for
3161 python print-stack. Add set/show python print-stack
3162 off|full|message tests.
3163
3164 2011-12-15 Yao Qi <yao@codesourcery.com>
3165
3166 * gdb.trace/strace.c: New
3167 * gdb.trace/strace.exp: New.
3168
3169 2011-12-14 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
3172
3173 2011-12-14 Doug Evans <dje@google.com>
3174
3175 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
3176
3177 2011-12-14 Pedro Alves <pedro@codesourcery.com>
3178
3179 PR threads/10729
3180
3181 * gdb.mi/watch-nonstop.c: New file.
3182 * gdb.mi/mi-watch-nonstop.exp: New file.
3183
3184 2011-12-13 Pedro Alves <pedro@codesourcery.com>
3185 Doug Evans <dje@google.com>
3186
3187 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
3188 (clean_restart): Remove references to the gdb_stub target board
3189 variable.
3190 (gdb_step_for_stub): Delete.
3191
3192 * gdb.base/annota1.exp: Remove all references to [target_info
3193 exists gdb_stub], gdb_step_for_stub and usestubs.
3194 * gdb.base/annota3.exp: Ditto.
3195 * gdb.base/async.exp: Ditto.
3196 * gdb.base/break.exp: Ditto.
3197 * gdb.base/code-expr.exp: Ditto.
3198 * gdb.base/commands.exp: Ditto.
3199 * gdb.base/completion.exp: Ditto.
3200 * gdb.base/condbreak.exp: Ditto.
3201 * gdb.base/consecutive.exp: Ditto.
3202 * gdb.base/cvexpr.exp: Ditto.
3203 * gdb.base/define.exp: Ditto.
3204 * gdb.base/display.exp: Ditto.
3205 * gdb.base/ena-dis-br.exp: Ditto.
3206 * gdb.base/environ.exp: Ditto.
3207 * gdb.base/gnu-ifunc.exp: Ditto.
3208 * gdb.base/maint.exp: Ditto.
3209 * gdb.base/pending.exp: Ditto.
3210 * gdb.base/sect-cmd.exp: Ditto.
3211 * gdb.base/sepdebug.exp: Ditto.
3212 * gdb.base/unload.exp: Ditto.
3213 * gdb.base/watchpoint-solib.exp: Ditto.
3214 * gdb.cp/annota2.exp: Ditto.
3215 * gdb.cp/annota3.exp: Ditto.
3216 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
3217 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
3218 * gdb.mi/mi-pending.exp: Ditto.
3219 * gdb.trace/circ.exp: Ditto.
3220 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
3221 * gdb.base/list.exp: Ditto.
3222
3223 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
3224 breakpoint function and all references to the usestubs macro.
3225 * gdb.base/exprs.c: Ditto.
3226 * gdb.base/freebpcmd.c: Ditto.
3227 * gdb.base/bitfields.c: Ditto.
3228 * gdb.base/bitfields2.c: Ditto.
3229 * gdb.base/break.c: Ditto.
3230 * gdb.base/call-sc.c: Ditto.
3231 * gdb.base/call-signals.c: Ditto.
3232 * gdb.base/callfuncs.c: Ditto.
3233 * gdb.base/charset.c: Ditto.
3234 * gdb.base/consecutive.c: Ditto.
3235 * gdb.base/constvars.c: Ditto.
3236 * gdb.base/funcargs.c: Ditto.
3237 * gdb.base/int-type.c: Ditto.
3238 * gdb.base/interrupt.c: Ditto.
3239 * gdb.base/langs0.c: Ditto.
3240 * gdb.base/list0.c: Ditto.
3241 * gdb.base/mips_pro.c: Ditto.
3242 * gdb.base/miscexprs.c: Ditto.
3243 * gdb.base/nodebug.c: Ditto.
3244 * gdb.base/opaque0.c: Ditto.
3245 * gdb.base/pointers.c: Ditto.
3246 * gdb.base/printcmds.c: Ditto.
3247 * gdb.base/ptype.c: Ditto.
3248 * gdb.base/recurse.c: Ditto.
3249 * gdb.base/reread1.c: Ditto.
3250 * gdb.base/reread2.c: Ditto.
3251 * gdb.base/restore.c: Ditto.
3252 * gdb.base/return.c: Ditto.
3253 * gdb.base/run.c: Ditto.
3254 * gdb.base/scope0.c: Ditto.
3255 * gdb.base/sepdebug.c: Ditto.
3256 * gdb.base/setshow.c: Ditto.
3257 * gdb.base/setvar.c: Ditto.
3258 * gdb.base/sigall.c: Ditto.
3259 * gdb.base/signals.c: Ditto.
3260 * gdb.base/structs.c: Ditto.
3261 * gdb.base/structs2.c: Ditto.
3262 * gdb.base/testenv.c: Ditto.
3263 * gdb.base/twice.c: Ditto.
3264 * gdb.base/unwindonsignal.c: Ditto.
3265 * gdb.base/watchpoint.c: Ditto.
3266 * gdb.base/watchpoints.c: Ditto.
3267 * gdb.base/whatis.c: Ditto.
3268 * gdb.cp/classes.cc: Ditto.
3269 * gdb.cp/cplusfuncs.cc: Ditto.
3270 * gdb.cp/derivation.cc: Ditto.
3271 * gdb.cp/formatted-ref.cc: Ditto.
3272 * gdb.cp/misc.cc: Ditto.
3273 * gdb.cp/overload.cc: Ditto.
3274 * gdb.cp/ovldbreak.cc: Ditto.
3275 * gdb.cp/ref-params.cc: Ditto.
3276 * gdb.cp/ref-types.cc: Ditto.
3277 * gdb.cp/templates.cc: Ditto.
3278 * gdb.cp/virtfunc.cc: Ditto.
3279 * gdb.hp/gdb.aCC/run.c: Ditto.
3280 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
3281 * gdb.hp/gdb.compat/xdb0.c: Ditto.
3282 * gdb.reverse/consecutive-reverse.c: Ditto.
3283 * gdb.reverse/sigall-reverse.c: Ditto.
3284 * gdb.reverse/until-reverse.c: Ditto.
3285 * gdb.reverse/watch-reverse.c: Ditto.
3286 * gdb.trace/actions.c: Ditto.
3287 * gdb.trace/circ.c: Ditto.
3288 * gdb.trace/collection.c: Ditto.
3289
3290 2011-12-13 Pedro Alves <pedro@codesourcery.com>
3291
3292 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
3293 (func6, func7): New.
3294 (main): Call func6 and func7.
3295 * gdb.base/watchpoint.exp (test_wide_location_1)
3296 (test_wide_location_2): New.
3297 (top level): Re-enable hardware watchpoints if necessary. Call
3298 test_wide_location_1 and test_wide_location_2.
3299
3300 2011-12-11 Yao Qi <yao@codesourcery.com>
3301
3302 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
3303
3304 2011-12-11 Joel Brobecker <brobecker@adacore.com>
3305
3306 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
3307 expected output for unsupported case.
3308
3309 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 PR testsuite/12649
3312 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
3313 Protect gdb_test_multiple by final $gdb_prompt match.
3314
3315 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3316
3317 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
3318 New variable, new test.
3319 (list static-method.cc:xxx::(anonymous namespace)::A::func)
3320 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
3321 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
3322 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
3323 them if HAVE_GCC_45682_FIXED is not set.
3324
3325 2011-12-10 Yao Qi <yao@codesourcery.com>
3326
3327 * gdb.trace/status-stop.exp: New.
3328 * gdb.trace/status-stop.c: New.
3329
3330 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3331
3332 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
3333 timeout.
3334
3335 2011-12-08 Tom Tromey <tromey@redhat.com>
3336
3337 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
3338 condition.
3339
3340 2011-12-07 Stan Shebs <stan@codesourcery.com>
3341
3342 * gdb.trace/tfind.exp: Update for output changes.
3343
3344 2011-12-07 Pedro Alves <pedro@codesourcery.com>
3345
3346 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
3347 throws "Cannot insert catchpoints in this configuration".
3348 * gdb.ada/mi_catch_ex.exp: Likewise.
3349
3350 2011-12-06 Pedro Alves <pedro@codesourcery.com>
3351
3352 * gdb.base/break-always.exp: Test changing memory at addresses
3353 with breakpoints inserted.
3354
3355 2011-12-06 Joel Brobecker <brobecker@acacore.com>
3356
3357 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
3358 involving a fully qualified function name.
3359
3360 2011-12-06 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.ada/homonym.exp: Add three breakpoint tests.
3363
3364 2011-12-06 Tom Tromey <tromey@redhat.com>
3365
3366 * gdb.base/solib-weak.exp (do_test): Remove kfail.
3367 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
3368 * gdb.objc/objcdecode.exp: Update for output changes.
3369 * gdb.linespec/linespec.exp: New file.
3370 * gdb.linespec/lspec.cc: New file.
3371 * gdb.linespec/lspec.h: New file.
3372 * gdb.linespec/body.h: New file.
3373 * gdb.linespec/base/two/thefile.cc: New file.
3374 * gdb.linespec/base/one/thefile.cc: New file.
3375 * gdb.linespec/Makefile.in: New file.
3376 * gdb.cp/templates.exp (test_template_breakpoints): Update for
3377 output changes.
3378 * gdb.cp/re-set-overloaded.exp: Remove kfail.
3379 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
3380 makes one breakpoint.
3381 * gdb.cp/method2.exp (test_break): Update for output changes.
3382 * gdb.cp/mb-templates.exp: Update for output changes.
3383 * gdb.cp/mb-inline.exp: Update for output changes.
3384 * gdb.cp/mb-ctor.exp: Update for output changes.
3385 * gdb.cp/ovsrch.exp: Use fully-qualified names.
3386 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
3387 has multiple matches.
3388 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
3389 error message change.
3390 * gdb.base/list.exp (test_list_filename_and_number): Update for
3391 error message change.
3392 * gdb.base/break.exp: Disable pending breakpoints. Update for
3393 output changes.
3394 * configure.ac: Add gdb.linespec.
3395 * configure: Rebuild.
3396 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
3397
3398 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
3399
3400 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
3401 last_break register on s390*-*-* targets.
3402
3403 2011-12-06 Joel Brobecker <brobecker@adacore.com>
3404
3405 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
3406 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
3407 of parameter X in procedure Foo.
3408
3409 2011-12-05 Stan Shebs <stan@codesourcery.com>
3410
3411 * gdb.trace/tfind.exp: Update help string matches.
3412
3413 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3414
3415 * gdb.server/ext-run.exp (get process list): Accept also systemd
3416 as PID 1.
3417
3418 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3419 Pedro Alves <pedro@codesourcery.com>
3420
3421 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
3422 starting GDB.
3423 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
3424 $use_gdb_stub.
3425 * gdb.base/display.exp: Likewise.
3426 * gdb.base/ending-run.exp: Likewise.
3427 * gdb.base/list.exp (test_listsize): Likewise.
3428 * gdb.base/setshow.exp: Likewise.
3429 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
3430 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
3431 check by global $use_gdb_stub.
3432 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
3433 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
3434 (default_gdb_init): Unset global $use_gdb_stub.
3435 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
3436 by global $use_gdb_stub.
3437 * lib/gdbserver-support.exp: Extend comments for set_board_info
3438 gdb_protocol and gdb,socketport.
3439 (gdbserver_start_extended): Set global gdbserver_protocol and
3440 gdbserver_gdbport. Clear global use_gdb_stub.
3441 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
3442 from target use_gdb_stub.
3443 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
3444
3445 2011-12-03 Doug Evans <dje@google.com>
3446
3447 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
3448 (gdb_step_for_stub): Add comments.
3449
3450 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
3451
3452 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
3453 to the caller.
3454 (gdb_test_multiple): Likewise.
3455
3456 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3457
3458 Fix gdb.mi/mi-solib.exp without system debug info installed.
3459 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
3460 expect attribute, return 0 for it. Update comments.
3461
3462 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3463
3464 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
3465 (corrupted list): Adjust the expectation.
3466
3467 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 PR threads/13448
3470 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
3471 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
3472 * gdb.threads/tls-var-main.c: New file.
3473 * gdb.threads/tls-var.c: New file.
3474 * gdb.threads/tls-var.exp: New file.
3475
3476 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3477
3478 PR testsuite/12649
3479 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
3480 Protect gdb_test_multiple by final $gdb_prompt match.
3481 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
3482 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3483 (test_tracepoints): Likewise.
3484
3485 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3486
3487 PR breakpoints/13346
3488 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
3489 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
3490 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
3491
3492 2011-12-01 Joel Brobecker <brobecker@adacore.com>
3493
3494 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
3495 * gdb.ada/homonym/homonym.adb: For use of all types defined
3496 locally inside both Get_Value subprograms.
3497
3498 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 Fix racy FAILs.
3501 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
3502 of send_gdb.
3503
3504 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3505
3506 * gdb.base/testenv.exp: Skip on remote targets. Unset global
3507 environment variable after test completed.
3508
3509 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
3510
3511 * gdb.base/solib-nodir.exp: Skip if remote target.
3512 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
3513 application. Call gdb_load_shlibs.
3514 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
3515
3516 2011-11-29 Joel Brobecker <brobecker@adacore.com>
3517
3518 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
3519
3520 2011-11-28 Joel Brobecker <brobecker@adacore.com>
3521
3522 * gdb.ada/fullname_bp: New testcase.
3523
3524 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3525
3526 PR testsuite/12649
3527 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
3528 Wrap send_gdb into a new gdb_test.
3529
3530 Code cleanup.
3531 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
3532 Convert send_gdb and gdb_expect to gdb_test_multiple.
3533
3534 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3535
3536 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
3537
3538 2011-11-23 Keith Seitz <keiths@redhat.com>
3539
3540 * lib/mi-support.exp (varobj_tree): New namespace and procs.
3541 (mi_varobj_tree_test_children_callback): New proc.
3542 (mi_walk_varobj_tree): New proc.
3543
3544 2011-11-22 Tom Tromey <tromey@redhat.com>
3545
3546 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
3547 Add "use_mi_command" argument.
3548 (mi_run_cmd, mi_run_with_cli): New procs.
3549 * gdb.mi/solib-lib.c: New file.
3550 * gdb.mi/solib-main.c: New file.
3551 * gdb.mi/mi-solib.exp: New file.
3552
3553 2011-11-21 Doug Evans <dje@google.com>
3554
3555 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
3556 _Unwind_DebugHook is missing.
3557
3558 2011-11-20 Stan Shebs <stan@codesourcery.com>
3559
3560 * gdb.trace/tstatus.exp: New.
3561 * gdb.trace/actions.c: Include string.h.
3562
3563 2011-11-18 Yao Qi <yao@codesourcery.com>
3564
3565 * gdb.trace/pending.exp: New.
3566 * gdb.trace/pending.c: New.
3567 * gdb.trace/pendshr1.c: New.
3568 * gdb.trace/pendshr2.c: New.
3569 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
3570 tracepoint location becomes pending.
3571 (tracepoint_change_loc_2): New.
3572
3573 2011-11-16 David S. Miller <davem@davemloft.net>
3574
3575 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
3576 target is sparc*-*-linux*
3577
3578 2011-11-15 Paul Koning <paul_koning@dell.com>
3579
3580 * gdb.python/py-type.exp: New testcases for exceptions on scalar
3581 types.
3582
3583 2011-11-14 Doug Evans <dje@google.com>
3584
3585 * gdb.base/shell.exp: New file.
3586
3587 2011-11-14 Stan Shebs <stan@codesourcery.com>
3588
3589 * gdb.trace/ftrace.c: New.
3590 * gdb.trace/ftrace.exp: New.
3591
3592 2011-11-14 Yao Qi <yao@codesourcery.com>
3593
3594 * gdb.trace/change-loc-1.c: New.
3595 * gdb.trace/change-loc-2.c: New.
3596 * gdb.trace/change-loc.c: New.
3597 * gdb.trace/change-loc.exp: New.
3598 * gdb.trace/change-loc.h: New.
3599 * gdb.trace/trace-break.c (marker): Define new symbol.
3600 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
3601 New.
3602 (break_trace_same_addr_6): New.
3603
3604 2011-11-12 Matt Rice <ratmice@gmail.com>
3605
3606 * gdb.base/info-macros.exp: Make tests for info definitions
3607 test info macro. Add tests for info macro argument processing.
3608 Rename a few tests.
3609
3610 2011-11-11 Keith Seitz <keiths@redhat.com>
3611
3612 PR gdb/12843
3613 * gdb.base/linespecs.exp: New file.
3614
3615 2011-11-11 Doug Evans <dje@google.com>
3616
3617 * gdb.threads/print-threads.exp: Extend timeout for slower
3618 tests.
3619
3620 2011-11-10 Doug Evans <dje@google.com>
3621
3622 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
3623 "record to end of main" test.
3624
3625 * gdb.python/py-type.c (TS): New typedef.
3626 (ts): New global.
3627 * gdb.python/py-type.exp: Test field list of typedef.
3628
3629 2011-11-10 Joel Brobecker <brobecker@adacore.com>
3630
3631 * gdb.ada/small_reg_param: New testcase.
3632
3633 2011-11-09 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.cp/destrprint.exp: New file.
3636 * gdb.cp/destrprint.cc: New file.
3637
3638 2011-11-08 Meador Inge <meadori@codesourcery.com>
3639
3640 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
3641 (switch_stack_to_other): New test function.
3642 * gdb.arch/thumb-prologue.exp: New test cases.
3643
3644 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
3645
3646 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
3647
3648 2011-11-08 Yao Qi <yao@codesourcery.com>
3649
3650 * gdb.exp (supports_process_record): New.
3651 (supports_reverse): New.
3652 * gdb.reverse/break-precsave.exp: Call support_process_record
3653 to run test conditionally.
3654 * gdb.reverse/consecutive-precsave.exp: Likewise.
3655 * gdb.reverse/i386-precsave.exp: Likewise.
3656 * gdb.reverse/machinestate-precsave.exp: Likewise.
3657 * gdb.reverse/solib-precsave.exp: Likewise.
3658 * gdb.reverse/step-precsave.exp: Likewise.
3659 * gdb.reverse/until-precsave.exp: Likewise.
3660 * gdb.reverse/watch-precsave.exp: Likewise.
3661 * gdb.reverse/break-reverse.exp: Call support_reverse to run
3662 test conditionally.
3663 * gdb.reverse/consecutive-reverse.exp: Likewise.
3664 * gdb.reverse/finish-precsave.exp: Likewise.
3665 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3666 * gdb.reverse/finish-reverse.exp: Likewise.
3667 * gdb.reverse/i386-reverse.exp: Likewise.
3668 * gdb.reverse/i386-sse-reverse.exp: Likewise.
3669 * gdb.reverse/machinestate.exp: Likewise.
3670 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
3671 * gdb.reverse/sigall-precsave.exp: Likewise.
3672 * gdb.reverse/sigall-reverse.exp: Likewise.
3673 * gdb.reverse/solib-reverse.exp: Likewise.
3674 * gdb.reverse/step-reverse.exp: Likewise.
3675 * gdb.reverse/until-reverse.exp: Likewise.
3676 * gdb.reverse/watch-reverse.exp: Likewise.
3677
3678 2011-11-05 Yao Qi <yao@codesourcery.com>
3679
3680 * gdb.trace/trace-break.exp: Add test on setting two
3681 fast tracepoints at the same address.
3682
3683 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3684
3685 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
3686
3687 2011-11-02 Stan Shebs <stan@codesourcery.com>
3688
3689 * gdb.trace/collection.c: Add code using strings.
3690 * gdb.trace/collection.exp: Add tests of string collection.
3691
3692 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3693
3694 * gdb.base/skip-solib.exp (executable_main): New variable.
3695 (binfile_main): Base it on that.
3696 Use $executable_main in clean_restart calls. Drop gdb_exit and
3697 gdb_start calls.
3698
3699 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 Fix racy FAILs.
3702 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
3703 breakpoint_re globals import by async. Set string_regex to .* for
3704 async. Remove the optional thread_selected_re and breakpoint_re
3705 globals expectations.
3706
3707 2011-11-01 Joseph Myers <joseph@codesourcery.com>
3708
3709 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
3710 well as Cygwin.
3711
3712 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
3713
3714 Add tests for skip command.
3715 * gdb.base/skip-solib-lib.c: New
3716 * gdb.base/skip-solib-main.c: New
3717 * gdb.base/skip-solib.exp: New
3718 * gdb.base/skip.c: New
3719 * gdb.base/skip.exp: New
3720 * gdb.base/skip1.c: New
3721 * gdb.base/Makefile.in: Adding new files.
3722
3723 2011-10-31 Yao Qi <yao@codesourcery.com>
3724 Pedro Alves <pedro@codesourcery.com>
3725
3726 * gdb.trace/trace-break.c: New.
3727 * gdb.trace/trace-break.exp: New.
3728
3729 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3730
3731 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
3732 break-here-2.
3733
3734 2011-10-28 Pedro Alves <pedro@codesourcery.com>
3735
3736 * gdb.threads/no-unwaited-for-left.c: New.
3737 * gdb.threads/no-unwaited-for-left.exp: New.
3738 * gdb.threads/non-ldr-exc-1.c: New.
3739 * gdb.threads/non-ldr-exc-1.exp: New.
3740 * gdb.threads/non-ldr-exc-2.c: New.
3741 * gdb.threads/non-ldr-exc-2.exp: New.
3742 * gdb.threads/non-ldr-exc-3.c: New.
3743 * gdb.threads/non-ldr-exc-3.exp: New.
3744 * gdb.threads/non-ldr-exc-4.c: New.
3745 * gdb.threads/non-ldr-exc-4.exp: New.
3746
3747 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
3748
3749 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
3750 * gdb.base/attach-pie-misread.exp: Likewise.
3751 * gdb.base/break-interp.exp: Likewise.
3752 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
3753 testcases for use_gdb_stub.
3754 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
3755 (continue): New testcase.
3756 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
3757 * gdb.threads/attach-into-signal.exp: Likewise.
3758 * gdb.threads/attach-stopped.exp: Likewise.
3759 * gdb.threads/attachstop-mt.exp: Likewise.
3760
3761 2011-10-28 Paul Koning <paul_koning@dell.com>
3762
3763 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
3764
3765 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3766
3767 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
3768 (mi_gdb_test): Import globals thread_selected_re
3769 and breakpoint_re. Expect them optionally at the regex start.
3770
3771 2011-10-27 Doug Evans <dje@google.com>
3772
3773 * gdb.python/python.exp: Test source -s.
3774
3775 2011-10-26 Paul Koning <paul_koning@dell.com>
3776
3777 * gdb.python/lib-types.cc (struct A): New structure.
3778 * gdb.python/lib-types.exp (deepitems): New tests.
3779
3780 2011-10-25 Paul Koning <paul_koning@dell.com>
3781
3782 PR python/13327
3783
3784 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
3785 fetch_lazy method.
3786
3787 2011-10-24 Yao Qi <yao@codesourcery.com>
3788
3789 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
3790 target is tic6x-*-*.
3791
3792 2011-10-21 Joel Brobecker <brobecker@adacore.com>
3793
3794 * gdb.ada/mi_task_info/task_switch.adb: New file.
3795 * gdb.ada/mi_task_info.exp: New file.
3796
3797 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 * gdb.cp/expand-psymtabs-cxx.exp: New file.
3800 * gdb.cp/expand-psymtabs-cxx.cc: New file.
3801
3802 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
3803
3804 PR python/12656
3805
3806 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
3807 global_block tests.
3808
3809 2011-10-18 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
3812
3813 2011-10-18 Tom Tromey <tromey@redhat.com>
3814
3815 * gdb.base/source.exp: Don't include full file name in test name.
3816 * gdb.python/python.exp: Don't include full file name in test
3817 name.
3818
3819 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3820
3821 * gdb.base/attach-pie-noexec.c: New files.
3822 * gdb.base/attach-pie-noexec.exp: New files.
3823
3824 2011-10-17 Joseph Myers <joseph@codesourcery.com>
3825
3826 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
3827 prompt for each extra line in command.
3828
3829 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3830
3831 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
3832 Revert the part of:
3833 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3834 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
3835 Change the expected string.
3836
3837 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3838
3839 Fix results with system glibc debug info installed.
3840 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
3841 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
3842 Accept also __libc_ symbol prefix and no prefix.
3843
3844 2011-10-14 Keith Seitz <keiths@redhat.com>
3845
3846 PR c++/13225
3847 * gdb.cp/converts.cc (foo3_1): New function.
3848 (foo3_2): New functions.
3849 * gdb.cp/converts.exp: Add tests for int to pointer conversion
3850 and null pointer conversions of integer constant zero.
3851 Add test to check if all arguments are checked for incompatible
3852 conversion BADNESS.
3853
3854 2011-10-14 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
3857 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
3858 linespec.
3859
3860 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3861
3862 Fix internal error regression.
3863 * gdb.dwarf2/implptr-optimized-out.S: New file.
3864 * gdb.dwarf2/implptr-optimized-out.exp: New file.
3865
3866 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3867
3868 Fix empty DWARF expressions DATA vs. SIZE conditionals.
3869 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
3870 (loclist): New.
3871 (4): New abbrev.
3872 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
3873 Use prepare_for_testing, remove clean_restart.
3874 (p arraynoloc, p arraycallnoloc): New tests.
3875
3876 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3877
3878 * gdb.cp/namespace-enum.exp (executable): New variable.
3879 (binfile): Use ${objdir}/${subdir}/ prefix.
3880 Use ${executable} for clean_restart.
3881
3882 2011-10-11 Sterling Augustine <saugustine@google.com>
3883
3884 * gdb.cp/Makefile.in: Add namespace-enum test.
3885 * gdb.cp/namespace-enum.exp: New file.
3886 * gdb.cp/namespace-enum.c: New file.
3887 * gdb.cp/namespace-enum-main.c: New file.
3888
3889 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
3890
3891 * gdb.python/py-shared.exp: Relax filename check to handle remote:
3892 sysroot.
3893
3894 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 Reimplement @entry in input expressions.
3897 * gdb.base/exprs.c (v_int_array_init): New variable.
3898 * gdb.base/exprs.exp (print v_int_array_init)
3899 (print *v_int_array_init@1, print *v_int_array_init@2)
3900 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
3901 (print v_int_array_init[1]@1): New tests.
3902
3903 2011-10-10 Joseph Myers <joseph@codesourcery.com>
3904
3905 * gdb.cp/gdb2495.exp: Do not include directories in filename in
3906 expected message.
3907
3908 2011-10-09 Doug Evans <dje@google.com>
3909
3910 * gdb.base/alias.exp: Add tests for alias command.
3911
3912 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3913
3914 * gdb.arch/amd64-entry-value.s: New file.
3915 * gdb.mi/mi2-amd64-entry-value.s: New file.
3916
3917 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3918
3919 Display @entry parameter values even for references.
3920 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
3921 functions.
3922 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
3923 reference and datap_input.
3924 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
3925 breakpoints.
3926 (continue to breakpoint: entry_reference: reference)
3927 (entry_reference: bt at entry)
3928 (continue to breakpoint: entry_reference: breakhere_reference)
3929 (entry_reference: bt, entry_reference: ptype regparam)
3930 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
3931 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
3932 (entry_reference: p regcopy, entry_reference: p nodataparam)
3933 (entry_reference: p nodataparam@entry): New tests.
3934
3935 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3936
3937 Support @entry in input expressions.
3938 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
3939 (entry_stack: p s1@entry, entry_stack: p s2@entry)
3940 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
3941 (tailcall: p j@entry): New tests.
3942 * gdb.cp/koenig.cc (A::entry): New function.
3943 (main): Call it.
3944 * gdb.cp/koenig.exp (p entry (c)): New test.
3945
3946 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3947
3948 Display @entry parameter values (without references).
3949 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
3950 (different, validity, invalid): New functions.
3951 (main): Call them.
3952 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
3953 stacktest, breakhere_stacktest, different, breakhere_different,
3954 breakhere_validity and breakhere_invalid.
3955 (entry: bt): Update for @entry.
3956 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
3957 (entry_validity: *, entry_invalid: *): Many new tests.
3958 * gdb.base/break.exp
3959 (run until breakpoint set at small function, optimized file): Accept
3960 also the @entry suffix.
3961 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
3962 * gdb.mi/mi2-amd64-entry-value.c: New files.
3963 * gdb.mi/mi2-amd64-entry-value.exp: New files.
3964
3965 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3966
3967 Protect entry values against self tail calls.
3968 * gdb.arch/amd64-entry-value.cc (self2, self): New.
3969 (main): Call self.
3970 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
3971 (set debug entry-values 1, self: bt debug entry-values): New tests.
3972
3973 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3974
3975 Recognize virtual tail call frames.
3976 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
3977 (amb_b, amb_a): New.
3978 (main): Call a and b.
3979 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
3980 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
3981 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
3982 New tests.
3983
3984 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3985
3986 Implement basic support for DW_TAG_GNU_call_site.
3987 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
3988 * gdb.arch/amd64-entry-value.cc: New file.
3989 * gdb.arch/amd64-entry-value.exp: New file.
3990
3991 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3992
3993 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
3994 * gdb.dwarf2/implptr-64bit.S: New file.
3995 * gdb.dwarf2/implptr-64bit.exp: New file.
3996
3997 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3998
3999 Fix initial language detection with -readnow.
4000 * gdb.cp/readnow-language.cc: New file.
4001 * gdb.cp/readnow-language.exp: New file.
4002
4003 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4004
4005 Fix printed anonymous struct name.
4006 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
4007
4008 2011-10-09 Joseph Myers <joseph@codesourcery.com>
4009
4010 * gdb.base/solib-symbol.exp: Do not include directories in
4011 filenames in expected messages.
4012
4013 2011-10-07 Doug Evans <dje@google.com>
4014
4015 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
4016
4017 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
4018
4019 Allow Python notification of new object-file loadings.
4020 * gdb.python/py-events.exp: Test newobjfile event.
4021 * gdb.python/py-events.py: Register newobjfile callback.
4022 * gdb.python/py-events.c: Add call to shared library
4023 * gdb.python/py-events-shlib.c: New file.
4024
4025 2011-10-06 Joseph Myers <joseph@codesourcery.com>
4026
4027 * gdb.base/fixsection.exp: Do not include directories in filename
4028 in expected message.
4029
4030 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
4031
4032 Add tests for passing of environment variables to inferior.
4033 * gdb.base/testenv.c: New test source.
4034 * gdb.base/testenv.exp: New expect test.
4035
4036 2011-10-04 Paul Koning <paul_koning@dell.com>
4037
4038 * gdb.python/py-value.c (main): Break before return.
4039
4040 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
4041
4042 PR python/12691: Add the inferior to Python exited event
4043 * gdb.python/py-events.exp: Test the inferior attribute of exited
4044 event with a fork.
4045 * gdb.python/py-events.py: Print inferior number on exit.
4046 * gdb.python/py-events.c: Fork the inferior.
4047
4048 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4049
4050 * gdb.base/jit.exp: Add testcase name to log message
4051
4052 2011-10-03 Paul Koning <paul_koning@dell.com>
4053 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 * gdb.python/py-value.exp
4056 (python inval = gdb.parse_and_eval('*(int*)0'))
4057 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
4058 (set argc=2, python print argc_lazy): New tests.
4059
4060 2011-10-02 Joel Brobecker <brobecker@adacore.com>
4061
4062 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
4063
4064 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4065 Pedro Alves <pedro@codesourcery.com>
4066
4067 * gdb.python/py-value.exp (test_value_in_inferior): New variable
4068 can_read_0, test for it.
4069 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
4070 (parse_and_eval with memory error): ... here, make it untested if
4071 can_read_0.
4072
4073 2011-09-30 Marek Polacek <mpolacek@redhat.com>
4074
4075 * gdb.python/python.exp (verify pagination beforehand)
4076 (verify pagination afterwards): Fix race by splitting the line.
4077
4078 2011-09-29 Joseph Myers <joseph@codesourcery.com>
4079
4080 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
4081 for 64-bit multilibs from i?86-* targets.
4082
4083 2011-09-29 Marek Polacek <mpolacek@redhat.com>
4084
4085 * lib/gdb.exp: Fix a typo in one of the comments.
4086
4087 2011-09-29 Marek Polacek <mpolacek@redhat.com>
4088
4089 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
4090 matching pattern.
4091
4092 2011-09-28 Paul Koning <paul_koning@dell.com>
4093
4094 * gdb.python/py-type.c (enum E): New.
4095 * gdb.python/py-type.exp (test_fields): Add tests for Python
4096 mapping access to fields.
4097 (test_enums): New test for field access on enums.
4098
4099 2011-09-27 Stan Shebs <stan@codesourcery.com>
4100
4101 * gdb.trace/collection.exp: Test collection of $_ret.
4102
4103 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
4104
4105 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
4106 list of compilation switches for <*-*-freebsd*>.
4107
4108 2011-09-19 Stan Shebs <stan@codesourcery.com>
4109
4110 * gdb.trace/tspeed.exp: New file.
4111 * gdb.trace/tspeed.c: New file.
4112
4113 2011-09-18 Yao Qi <yao@codesourcery.com>
4114
4115 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
4116 instructions.
4117 (test_adr_32bit, test_pop_pc): Likewise.
4118 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
4119 Thumb instructions.
4120 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
4121 in gdb_test_multiple.
4122 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
4123
4124 2011-09-17 Yao Qi <yao@codesourcery.com>
4125
4126 * lib/gdb.exp (can_single_step_to_signal_handler): New.
4127 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
4128 support single step to signal handler.
4129
4130 2011-09-17 Yao Qi <yao@codesourcery.com>
4131
4132 * gdb.base/disp-step-fork.c: New.
4133 * gdb.base/disp-step-syscall.exp: New.
4134 * gdb.base/disp-step-vfork.c: New.
4135
4136 2011-09-16 Joel Brobecker <brobecker@adacore.com>
4137
4138 * gdb.ada/tasks.exp: Make the expected output for
4139 the `info tasks' tests more resilient to spacing
4140 changes.
4141
4142 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4143
4144 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
4145 (reached breakpoint 2, reached breakpoint 3): Update expected output.
4146
4147 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
4148
4149 PR Python/12692 Add gdb.selected_inferior() to Python interface.
4150 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
4151
4152 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
4153
4154 Handle multiple breakpoint hits in Python interface:
4155 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
4156 presence.
4157 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
4158 breakpoint hits.
4159
4160 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
4161 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 * gdb.python/py-events.exp: Remove pretty printing comment.
4164 * gdb.python/py-evsignal.exp: New file.
4165 * gdb.python/py-evthreads.c: Include signal.h.
4166 (thread3): Remove variable count3. Remove variable bad and use raise
4167 instead.
4168 (thread2): Remove variable count2. Move thread3 pthread_create here,
4169 merge pthread_join to a single line.
4170 (main): Remove variable count1. Merge pthread_join with pthread_create
4171 to a single line.
4172 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
4173 KFAIL python/12966 for gdbserver. Test return value of
4174 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
4175 gdb_expect by gdb_test and gdb_test_multiple.
4176 (thread 2, thread 3): New tests.
4177
4178 2011-09-12 Matt Rice <ratmice@gmail.com>
4179 Pedro Alves <pedro@codesourcery.com>
4180
4181 PR gdb/13175
4182
4183 * gdb.base/interp.exp: New tests.
4184 * gdb.base/interp.c: New file.
4185
4186 2011-09-12 Doug Evans <dje@google.com>
4187
4188 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
4189 * gdb.dwarf2/typeddwarf.exp: Ditto.
4190
4191 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4192
4193 Fix compatibility with x32 arch.
4194 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
4195 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
4196 is_x86_like_target.
4197 * testsuite/gdb.trace/collection.exp: Likewise.
4198 * testsuite/gdb.trace/report.exp: Likewise.
4199 * testsuite/gdb.trace/unavailable.exp: Likewise.
4200 * testsuite/gdb.trace/while-dyn.exp: Likewise.
4201 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
4202 (is_x86_like_target): Check also is_amd64_regs_target.
4203
4204 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 PR breakpoints/12435
4207 * gdb.arch/amd64-prologue-xmm.c: New file.
4208 * gdb.arch/amd64-prologue-xmm.exp: New file.
4209 * gdb.arch/amd64-prologue-xmm.s: New file.
4210
4211 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4212
4213 * gdb.dwarf2/dw2-param-error-main.c: New file.
4214 * gdb.dwarf2/dw2-param-error.S: New file.
4215 * gdb.dwarf2/dw2-param-error.exp: New file.
4216
4217 2011-09-08 Pedro Alves <pedro@codesourcery.com>
4218
4219 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
4220 inferior's pid and look for a core dump named core.$pid. Use
4221 `remote_file' commands on the host instead of hand coding shell
4222 commands on the build.
4223 * gdb.base/valgrind-db-attach.exp: Kill the program before
4224 finishing the test.
4225
4226 2011-09-02 Matt Rice <ratmice@gmail.com>
4227
4228 * lib/prompt.exp: New file for testing the first prompt.
4229 * gdb.python/py-prompt.exp: Ditto.
4230 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
4231
4232 2011-09-02 Pedro Alves <pedro@codesourcery.com>
4233
4234 * gdb.threads/gcore-thread.exp: Set the global core_supported to
4235 0, before testing gcore.
4236
4237 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 * dw2-ifort-parameter-debug.S: Update copyright year.
4240 * dw2-ifort-parameter.c: Update copyright year.
4241 * dw2-ifort-parameter.exp: Update copyright year.
4242
4243 * dw2-ifort-parameter-debug.S: New file.
4244 * dw2-ifort-parameter.c: New file.
4245 * dw2-ifort-parameter.exp: New file.
4246
4247 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.base/commands.exp (error_clears_commands_left): New function.
4250 (): Call it.
4251
4252 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4253
4254 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
4255 (C): Initialize `a'.
4256 * gdb.mi/mi-inheritance-syntax-error.exp
4257 (-data-evaluate-expression $path): Expect `a' as 5.
4258
4259 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
4260
4261 PR mi/11912
4262 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
4263 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
4264 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
4265 keyword in output of -var-info-path-expression.
4266
4267 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4268
4269 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
4270 * gdb.trace/collection.exp: Likewise.
4271 * gdb.trace/report.exp: Likewise.
4272 * gdb.trace/unavailable.exp: Likewise.
4273 * gdb.trace/while-dyn.exp: Likewise.
4274
4275 2011-08-18 Keith Seitz <keiths@redhat.com>
4276
4277 PR c++/12266
4278 * gdb.cp/meth-typedefs.cc: New file.
4279 * gdb.cp/meth-typedefs.exp: New file.
4280
4281 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
4282
4283 * gdb.python/python.exp: Add extended-prompt tests.
4284
4285 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4286
4287 * gdb.arch/i386-dr3-watch.exp
4288 (watchpoint on gap1 does not fit debug registers)
4289 (delete all watchpoints): Fix racy expect strings.
4290
4291 2011-08-14 Yao Qi <yao@codesourcery.com>
4292
4293 * gdb.base/maint.exp: set data_section to ".neardata".
4294 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
4295 * gdb.base/savedregs.exp: Handle SIGILL.
4296 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
4297 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
4298
4299 2011-08-12 Doug Evans <dje@google.com>
4300
4301 * gdb.python/py-symbol.exp: Add test for symbol.type.
4302
4303 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
4304
4305 * gdb.threads/pthreads.exp: Enable on non-native configurations.
4306 * gdb.mi/mi-pthreads.exp: Likewise.
4307 * gdb.mi/mi2-pthreads.exp: Likewise.
4308 * gdb.mi/gdb669.exp.exp: Likewise.
4309
4310 2011-08-09 Pedro Alves <pedro@codesourcery.com>
4311
4312 * lib/mi-support.exp (detect_async): Rename to...
4313 (mi_detect_async): ... this.
4314 * gdb.mi/mi-nonstop-exit.exp: Adjust.
4315 * gdb.mi/mi-nonstop.exp: Adjust.
4316 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
4317 * gdb.mi/mi-nsintrall.exp: Adjust.
4318 * gdb.mi/mi-nsmoribund.exp: Adjust.
4319 * gdb.mi/mi-nsthrexec.exp: Adjust.
4320
4321 2011-08-09 Pedro Alves <pedro@codesourcery.com>
4322
4323 * gdb.base/display.c (do_loops): New `p_i' local.
4324 * gdb.base/display.exp: Test displaying a variable that is
4325 temporarily at a bad address.
4326
4327 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4328
4329 * gdb.dwarf2/dw2-op-stack-value.S: New file.
4330 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
4331
4332 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4333
4334 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
4335 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
4336 (p fuNC_symtab): Permit also ppc64 leading dot.
4337
4338 2011-08-05 Pedro Alves <pedro@codesourcery.com>
4339
4340 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
4341 procedure.
4342 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
4343
4344 2011-08-05 Yao Qi <yao@codesourcery.com>
4345
4346 * gdb.base/callfuncs.exp: Set language after main.
4347 * gdb.cp/cplusfuncs.exp: Likewise.
4348 * gdb.cp/inherit.exp: Likewise.
4349
4350 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4351
4352 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
4353 * gdb.base/watch-vfork.exp: Skip on remote targets.
4354
4355 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4356
4357 * gdb.threads/thread-find.exp: Support remote targets.
4358
4359 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
4360
4361 * gdb.base/jit.exp: Download solib_binfile to target.
4362 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
4363 and call dlopen without full path name.
4364 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
4365 dlopen without full path name.
4366
4367 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4368
4369 * gdb.base/break-always.exp: Complete the test
4370 with duplicated breakpoints and enabling/disabling them.
4371
4372 2011-08-02 Tom Tromey <tromey@redhat.com>
4373
4374 PR gdb/11289:
4375 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
4376
4377 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
4378
4379 PR gdb/13045
4380 * gdb.base/float.exp: Add new test case for PR gdb/13045
4381 * gdb.base/float.c: New file.
4382
4383 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
4384
4385 * gdb.python/py-mi.exp: Test printers returning string hint, and
4386 also not returning a value.
4387 * gdb.python/py-prettyprint.c: Add testcase for above.
4388 * gdb.python/py-prettyprint.py: Add test printer for above.
4389
4390 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4391
4392 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
4393 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
4394 (.Ldie30) Add as field "data4".
4395 (.Ldie32) Rename field "b" to "shl".
4396 (abbrev4) Change for the "data4" field.
4397 (abbrev5, abbrev6) Remove.
4398 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
4399 (p &s.shl): ... here. Add comment.
4400 (p &s.data4): New.
4401
4402 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4403
4404 Fix crash on lval_computed values.
4405 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
4406
4407 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4408
4409 * gdb.base/help.exp (help whatis): Update the expected string.
4410
4411 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
4414 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
4415 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
4416 Change the expected string.
4417
4418 2011-07-26 Pedro Alves <pedro@codesourcery.com>
4419
4420 * gdb.base/watchpoint.exp
4421 (test_disable_enable_software_watchpoint): New procedure.
4422 (top level): Run it.
4423
4424 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
4425
4426 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
4427 executable file "${binfile}", C++ version "${binfile}-cxx".
4428 * gdb.python/py-prettyprint.exp: Likewise.
4429 * gdb.python/py-symbol.exp: Likewise.
4430 * gdb.python/py-type.exp: Likewise.
4431 * gdb.python/py-value.exp: Likewise.
4432 * gdb.python/py-template.exp (test_template_arg): Pass full executable
4433 file name instead of just suffix.
4434
4435 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4436
4437 Fix implicit pointer offsets.
4438 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
4439 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
4440 (continue to breakpoint: continue to baz breakpoint for implptr)
4441 (sanity check element 0, sanity check element 1)
4442 (enter the inlined function, check element 0 for the offset)
4443 (check element 1 for the offset)
4444 (continue to breakpoint: ignore the second baz breakpoint): New tests.
4445 (set foo breakpoint for implptr): Update the breakpoint number.
4446
4447 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4448
4449 * gdb.python/py-mi.exp: Use different file names for different
4450 versions of the executable under test.
4451 * gdb.python/py-prettyprint.exp: Likewise.
4452 * gdb.python/py-symbol.exp: Likewise.
4453 * gdb.python/py-template.exp: Likewise.
4454 * gdb.python/py-type.exp: Likewise.
4455 * gdb.python/py-value.exp: Likewise.
4456
4457 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4458
4459 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
4460 flag after restarting GDB if necessary.
4461
4462 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
4463
4464 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
4465
4466 2011-07-22 Pedro Alves <pedro@codesourcery.com>
4467
4468 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
4469 backend doesn't leave used debug registers behind.
4470
4471 2011-07-22 Tom Tromey <tromey@redhat.com>
4472
4473 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
4474 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
4475 argument.
4476 * gdb.dwarf2/typeddwarf-amd64.S: New file.
4477
4478 2011-07-21 Matt Rice <ratmice@gmail.com>
4479
4480 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
4481 in mostlyclean rule. Add files ending in .core.
4482
4483 2011-07-21 Matt Rice <ratmice@gmail.com>
4484
4485 PR macros/12999
4486 * gdb.base/info-macros.c: New test sources.
4487 * gdb.base/info-macros.exp: New tests.
4488
4489 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
4490
4491 * gdb.python/python.exp: Add prompt substitution tests.
4492
4493 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4494
4495 Fix crash if referenced CU is aged out.
4496 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
4497 New.
4498 * gdb.dwarf2/implptr.exp: Likewise.
4499
4500 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4501
4502 * gdb.dwarf2/implptr.S: Rebuilt.
4503 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
4504 (bar): Use them for j, k, l.
4505 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
4506 COMPILE.
4507 (print j in implptr:bar): Update for the intp typedef.
4508 (print p[0].x in implptr:foo): Use more exact regex.
4509
4510 2011-07-18 Tom Tromey <tromey@redhat.com>
4511
4512 * gdb.cp/static-method.exp: Add missing single quote.
4513
4514 2011-07-18 Yao Qi <yao@codesourcery.com>
4515
4516 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
4517 supported.
4518 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4519 * gdb.mi/mi-nonstop.exp: Likewise.
4520 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4521 * gdb.mi/mi-nsintrall.exp: Likewise.
4522 * gdb.mi/mi-nsmoribund.exp: Likewise.
4523 * gdb.mi/mi-nsthrexec.exp: Likewise.
4524 * gdb.python/py-evthreads.exp: Likewise.
4525
4526 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4527
4528 Code cleanup.
4529 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
4530 it. Substitute it instead of test_compiler_info everywhere.
4531
4532 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4533
4534 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
4535 remote targets as well.
4536
4537 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4538
4539 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
4540 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
4541
4542 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
4543
4544 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
4545 a remote machine, not the host.
4546 (gdb_compile_shlib): Set soname if target is remote.
4547
4548 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
4549
4550 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
4551
4552 2011-07-13 Matt Rice <ratmice@gmail.com>
4553
4554 * gdb.python/py-objfile-script-gdb.py: Renamed to
4555 py-objfile-script-gdb.py.in.
4556 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
4557 py-objfile-script-gdb.py.
4558 * gdb.python/py-objfile-script.exp: Update reference to
4559 py-objfile-script-gdb.py.
4560
4561 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4562
4563 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
4564 reference undefined label.
4565
4566 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4567
4568 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
4569 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
4570 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
4571 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
4572
4573 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
4574
4575 PR python/12438
4576 * gdb.python/python.exp: Add maint set/show python print-stack
4577 deprecated tests. Add set/show python print-backtrace tests.
4578
4579 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4580
4581 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
4582 debug info.
4583
4584 2011-07-06 Matt Rice <ratmice@gmail.com>
4585
4586 * gdb.python/python.exp: Update filename paths.
4587 * gdb.python/py-symtab.exp: Ditto.
4588
4589 2011-07-06 Marek Polacek <mpolacek@redhat.com>
4590
4591 * gdb.python/py-evthreads.exp: Add missing `$'.
4592
4593 2011-07-06 Jie Zhang <jie.zhang@analog.com>
4594
4595 * config/bfin.exp: New file.
4596 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
4597 * gdb.asm/bfin.inc: New file.
4598
4599 2011-07-06 Marek Polacek <mpolacek@redhat.com>
4600
4601 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
4602 the whole output.
4603
4604 2011-07-05 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.java/jprint.java (jprint.hi): New field.
4607 * gdb.java/jprint.exp: Print string.
4608
4609 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
4610
4611 * gdb.base/call-sc.c: Fix typos.
4612 * gdb.base/ifelse.exp: Likewise.
4613 * gdb.base/structs.c: Likewise.
4614
4615 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
4616
4617 * gdb.base/jit-so.exp: New test.
4618 * gdb.base/jit-dlmain.c: New file.
4619 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
4620
4621 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4622
4623 * gdb.cp/m-static.exp: Call get_compiler_info.
4624 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
4625 * gdb.cp/pr9167.exp (p b): Likewise.
4626 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
4627 (test value of P in inner_m, test type of Z in inner_m): Call
4628 setup_xfail for gcc <= 4.5.
4629
4630 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4631
4632 * gdb.cp/paren-type.cc: New files.
4633 * gdb.cp/paren-type.exp: New files.
4634
4635 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4636
4637 Stop on first linespec terminator instead of eating what we can.
4638 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
4639 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
4640 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
4641 (break C::f()): ... this one.
4642 (break C::operator()()): New test.
4643 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
4644 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
4645 test.
4646
4647 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4648
4649 Fall back linespec to minimal symbols.
4650 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
4651 error message.
4652 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
4653 * gdb.cp/minsym-fallback-main.cc: New file.
4654 * gdb.cp/minsym-fallback.cc: New file.
4655 * gdb.cp/minsym-fallback.exp: New file.
4656 * gdb.cp/minsym-fallback.h: New file.
4657
4658 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4659
4660 * gdb.cp/no-dmgl-verbose.cc: New file.
4661 * gdb.cp/no-dmgl-verbose.exp: New file.
4662
4663 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4664
4665 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
4666 __GI_.
4667 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
4668 (f): New function.
4669 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
4670 (complete p 'func<short>(): ... here.
4671 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
4672 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
4673 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
4674 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
4675 Make them KFAIL gcc/49546.
4676
4677 2011-07-01 Joel Brobecker <brobecker@adacore.com>
4678
4679 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
4680
4681 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4682
4683 Test GCC PR debug/49546.
4684 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
4685 (test type of F in k3_m, test value of F in k3_m): New.
4686 * gdb.cp/temargs.cc (struct S3, struct K3): New.
4687 (main): New variable k3. Call k3.k3_m.
4688
4689 2011-07-01 Jean-Charles Delay <delay@adacore.com>
4690
4691 * gdb.ada/packed_array.exp: Fix expected outout.
4692
4693 2011-07-01 Jean-Charles Delay <delay@adacore.com>
4694
4695 * gdb.ada/packed_array.exp: fixed expected output.
4696
4697 2011-07-01 Joel Brobecker <brobecker@adacore.com>
4698
4699 * gdb.ada/same_enum: New testcase.
4700
4701 2011-07-01 Joel Brobecker <brobecker@adacore.com>
4702
4703 * gdb.ada/ptr_typedef: New testcase.
4704
4705 2011-07-01 Joel Brobecker <brobecker@adacore.com>
4706
4707 * gdb.ada/arrayptr.exp: Add ptype test.
4708
4709 2011-07-01 Joel Brobecker <brobecker@adacore.com>
4710
4711 * gdb.ada/char_enum: New testcase.
4712
4713 2011-07-01 Yao Qi <yao@codesourcery.com>
4714
4715 * gdb.base/dump.exp (capture_pointer_with_type): New.
4716 Get value from address instead of name.
4717 Start GDB once, and do `dump' and `restore'
4718 tests together.
4719
4720 2011-06-30 Jie Zhang <jie.zhang@analog.com>
4721 Mike Frysinger <vapier@gentoo.org>
4722
4723 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
4724 helper functions for getting/setting remotetimeout variable.
4725 * lib/gdb.exp (gdb_load): If the target is remote, set
4726 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
4727 with $loadtimeout. Set $load_ok to 0 before doing the load.
4728 Instead of returning, immediately, set $load_ok to 0. Call
4729 set_remotetimeout with $oldremotetimeout, and then return if
4730 $load_ok is 1.
4731
4732 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
4733
4734 * gdb.python/py-template.exp: Don't run this test if the target
4735 does not support c++ tests.
4736
4737 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4738
4739 Fix non-only rename list for Fortran modules import.
4740 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
4741 tests.
4742 * gdb.fortran/module.f90 (module moduse): New.
4743 (program module): use moduse, test var_x, var_y and var_z.
4744
4745 2011-06-29 Tom Tromey <tromey@redhat.com>
4746
4747 PR testsuite/12040:
4748 * gdb.fortran/array-element.exp: Use f90, not f77.
4749 * gdb.fortran/complex.exp: Use f90, not f77.
4750 * gdb.fortran/derived-type.exp: Use f90, not f77.
4751 * gdb.fortran/library-module.exp: Use f90, not f77.
4752 * gdb.fortran/logical.exp: Use f90, not f77.
4753 * gdb.fortran/module.exp: Use f90, not f77.
4754 * gdb.fortran/multi-dim.exp: Use f90, not f77.
4755 * gdb.fortran/subarray.exp: Use f90, not f77.
4756
4757 2011-06-29 Tom Tromey <tromey@redhat.com>
4758
4759 * gdb.fortran/charset.exp: New file.
4760 * gdb.fortran/charset.f90: New file.
4761
4762 2011-06-29 Tom Tromey <tromey@redhat.com>
4763
4764 PR testsuite/12040:
4765 * lib/future.exp: New file, mostly extracted from ada.exp.
4766 Rewrote compatibility code to use rename.
4767 (gdb_find_gfortran): New proc.
4768 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
4769 gfortran patch.
4770 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
4771 Move to future.exp.
4772 * lib/gdb.exp: Always load future.exp.
4773
4774 2011-06-28 Yao Qi <yao@codesourcery.com>
4775
4776 * gdb.cp/exception.cc: Don't include iostream.
4777 (bar): Remove print statement.
4778 (catcher): New.
4779 (main): Remove print statements. Call function catcher.
4780 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
4781 Set breakpoint on catcher, and check the value of parameter.
4782
4783 2011-06-23 Yao Qi <yao@codesourcery.com>
4784
4785 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check breakpoint
4786 1.2 is disabled. KFAIL for uclinux.
4787
4788 2011-06-23 Marek Polacek <mpolacek@redhat.com>
4789
4790 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
4791 mi_gdb_test.
4792
4793 2011-06-23 Marek Polacek <mpolacek@redhat.com>
4794
4795 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
4796
4797 2011-06-23 Marek Polacek <mpolacek@redhat.com>
4798
4799 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
4800
4801 2011-06-23 Marek Polacek <mpolacek@redhat.com>
4802
4803 * gdb.mi/mi2-basics.exp: Fix races. Honour the
4804 `test_exec_and_symbol_mi_operatons' return value.
4805 (test_mi_interpreter_selection): Use mi_gdb_test instead of
4806 gdb_test_multiple.
4807 (test_exec_and_symbol_mi_operatons): Likewise.
4808 (test_path_specification): Likewise.
4809
4810 2011-06-23 Yao Qi <yao@codesourcery.com>
4811
4812 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
4813 supported.
4814 * lib/gdb.exp (support_displaced_stepping): New.
4815
4816 2011-06-23 Yao Qi <yao@codesourcery.com>
4817
4818 * gdb.threads/execl.exp: Skip on remote target.
4819
4820 2011-06-21 Marek Polacek <mpolacek@redhat.com>
4821
4822 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
4823 mi_gdb_test.
4824
4825 2011-06-20 Marek Polacek <mpolacek@redhat.com>
4826
4827 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
4828
4829 2011-06-20 Marek Polacek <mpolacek@redhat.com>
4830
4831 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
4832 mi_gdb_test.
4833
4834 2011-06-20 Marek Polacek <mpolacek@redhat.com>
4835
4836 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
4837
4838 2011-06-14 Yao Qi <yao@codesourcery.com>
4839
4840 gdb/testsuite/
4841 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
4842
4843 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4844
4845 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
4846
4847 2011-06-10 Tom Tromey <tromey@redhat.com>
4848
4849 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
4850 Add tests for pointer-to-member-function.
4851 * gdb.cp/temargs.cc (S::somefunc): New function.
4852 (K2): New class.
4853 (main): Instantiate K2; call method.
4854
4855 2011-06-08 Joel Brobecker <brobecker@adacore.com>
4856
4857 * gdb.python/py-inferior.c (f2): Make str an array rather
4858 than a pointer.
4859 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
4860
4861 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.base/async-shell.c: New file.
4864 * gdb.base/async-shell.exp: New file.
4865
4866 2011-06-06 Pedro Alves <pedro@codesourcery.com>
4867
4868 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
4869
4870 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
4871
4872 From Stephen Kitt <steve@sk2.org>
4873 * gdb.base/help.exp: Adjust following some spelling corrections
4874 in GDB.
4875
4876 2011-06-01 Yao Qi <yao@codesourcery.com>
4877
4878 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
4879
4880 2010-05-31 Keith Seitz <keiths@redhat.com>
4881
4882 PR c++/12750
4883 * gdb.cp/static-method.cc: New file.
4884 * gdb.cp/static-method.exp: New file.
4885
4886 2010-05-31 Keith Seitz <keiths@redhat.com>
4887
4888 PR symtab/12704
4889 * gdb.cp/anon-ns.cc: New file.
4890 * gdb.cp/anon-ns.exp: New file.
4891
4892 2011-05-31 Pedro Alves <pedro@codesourcery.com>
4893
4894 * gdb.arch/i386-dr3-watch.c: New file.
4895 * gdb.arch/i386-dr3-watch.exp: New file.
4896
4897 2011-05-30 Yao Qi <yao@codesourcery.com>
4898
4899 * gdb.base/callfuncs.c (t_structs_fc): New.
4900 (t_structs_dc, t_structs_ldc): New.
4901 (t_double_many_args):
4902 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
4903 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
4904 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
4905 * gdb.base/callfuncs.exp: Call new functions.
4906
4907 2011-05-30 Yao Qi <yao@codesourcery.com>
4908
4909 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
4910 Call rerun_and_prepare for each test to isolate effects.
4911
4912 2011-05-30 Yao Qi <yao@codesourcery.com>
4913
4914 * gdb.base/varargs.c (find_max_float_real): New.
4915 (find_max_double_real, find_max_long_double_real): New.
4916 * gdb.base/varargs.exp: Call these new added functions.
4917 * lib/gdb.exp (setup_kfail_for_target): New.
4918
4919 2011-05-30 Yao Qi <yao@codesourcery.com>
4920
4921 * gdb.base/funcargs.c (callca, callcb, callcc): New.
4922 (callcd, callce, callcf, callc1a, callc1b): New.
4923 (callc2a, callc2b): New.
4924 * gdb.base/funcargs.exp (complex_args): New.
4925 (complex_integral_args, complex_float_integral_args): New.
4926 * lib/gdb.exp (support_complex_tests): New. Determine
4927 whether to run test cases on _Complex types.
4928
4929 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4930
4931 * gdb.threads/leader-exit.c: New file.
4932 * gdb.threads/leader-exit.exp: New file.
4933
4934 2011-05-27 Marek Polacek <mpolacek@redhat.com>
4935
4936 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
4937
4938 2011-05-27 Marek Polacek <mpolacek@redhat.com>
4939
4940 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
4941 remove the `supported' variable.
4942 * gdb.mi/mi-nonstop.exp: Likewise.
4943 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4944 * gdb.mi/mi-nsintrall.exp: Likewise.
4945 * gdb.mi/mi-nsmoribund.exp: Likewise.
4946 * gdb.mi/mi-nsthrexec.exp: Likewise.
4947
4948 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4949
4950 * gdb.reverse/finish-reverse-bkpt.exp: New test.
4951
4952 2011-05-26 Pedro Alves <pedro@codesourcery.com>
4953
4954 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
4955
4956 2011-05-24 Keith Seitz <keiths@redhat.com>
4957
4958 PR breakpoint/12803
4959 * gdb.cp/cmpd-minsyms.cc (a): New method.
4960 (b): New method.
4961 (c): New method.
4962 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
4963
4964 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4965
4966 * gdb.base/commands.exp (watchpoint_command_test): Check that the
4967 watchpoint's command list didn't execute when the watchpoint went
4968 out of scope.
4969
4970 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
4971
4972 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
4973 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
4974 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
4975 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4976 * gdb.arch/i386-permbkpt.exp: Likewise.
4977 * gdb.arch/i386-prologue.exp: Likewise.
4978 * gdb.arch/i386-size-overlap.exp: Likewise.
4979 * gdb.arch/i386-size.exp: Likewise.
4980 * gdb.arch/i386-unwind.exp: Likewise.
4981 * gdb.reverse/i386-precsave.exp: Likewise.
4982 * gdb.reverse/i386-reverse.exp: Likewise.
4983 * gdb.reverse/i386-sse-reverse.exp: Likewise.
4984 * gdb.reverse/i387-env-reverse.exp: Likewise.
4985 * gdb.reverse/i387-stack-reverse.exp: Likewise.
4986
4987 2011-05-24 Pedro Alves <pedro@codesourcery.com>
4988
4989 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
4990 file doesn't error, using MI.
4991
4992 2011-05-23 Tom Tromey <tromey@redhat.com>
4993
4994 * gdb.base/charset.exp (string_display): Add tests to assign to
4995 arrays.
4996 * gdb.base/charset.c (short_array, int_array, long_array): New.
4997
4998 2011-05-20 Pedro Alves <pedro@codesourcery.com>
4999
5000 Cope with async mode.
5001
5002 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
5003 into gdb_test + mi_expect_stop.
5004
5005 2011-05-20 Pedro Alves <pedro@codesourcery.com>
5006
5007 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
5008 (callme): Remove printf call.
5009
5010 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
5011
5012 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
5013 quote pattern to avoid problems with Cygwin/mingw expect versions.
5014 * gdb.base/default.exp (show convenience): Use double
5015 quote pattern for regular expressions.
5016
5017 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5018
5019 Fix -readnow for -gdwarf-4 unused type units.
5020 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
5021 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
5022
5023 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5024
5025 * gdb.base/kill-after-signal.c: New file.
5026 * gdb.base/kill-after-signal.exp: New file.
5027
5028 2011-05-16 Pedro Alves <pedro@codesourcery.com>
5029
5030 * gdb.ada/start.exp: Call untested with the correct test filename.
5031 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
5032 test filename. Make the test's binary unique.
5033 * gdb.arch/i386-signal.exp: Call untested with the correct test
5034 filename.
5035 * gdb.arch/i386-size-overlap.exp: Ditto.
5036 * gdb.arch/Makefile.in (EXECUTABLES): Update.
5037 * gdb.base/gcore-buffer-overflow.exp: Ditto.
5038 * gdb.cp/call-c.exp: Ditto.
5039 * gdb.mi/mi-reverse.exp: Call untested with the correct test
5040 filename. Make the test's binary unique.
5041 * gdb.mi/Makefile.in (EXECUTABLES): Update.
5042 * gdb.python/py-mi.exp: Ditto.
5043 * gdb.python/Makefile.in (EXECUTABLES): Update.
5044 * gdb.reverse/i386-precsave.exp: Ditto.
5045 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
5046 test filename.
5047 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5048 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
5049 unique.
5050 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
5051 test filename.
5052 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
5053 * gdb.trace/tfile.exp: Ditto.
5054
5055 2011-05-14 Yao Qi <yao@codesourcery.com>
5056
5057 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
5058 type.
5059
5060 2011-05-13 Doug Evans <dje@google.com>
5061
5062 * gdb.python/py-objfile-script.exp: New file.
5063 * gdb.python/py-objfile-script.c: New file.
5064 * gdb.python/py-objfile-script-gdb.py: New file.
5065 * testsuite/gdb.python/py-section-script.exp: Test
5066 "info auto-load-scripts".
5067
5068 2011-05-13 Tom Tromey <tromey@redhat.com>
5069
5070 * gdb.dwarf2/clztest.exp: New file.
5071 * gdb.dwarf2/clztest.c: New file.
5072 * gdb.dwarf2/clztest.S: New file.
5073
5074 2011-05-13 Doug Evans <dje@google.com>
5075
5076 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
5077 String16 tests.
5078
5079 2011-05-13 Tom Tromey <tromey@redhat.com>
5080
5081 * lib/gdb.exp (is_x86_like_target): New proc.
5082 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
5083 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
5084 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
5085 -nostdlib to compiler.
5086 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
5087 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
5088 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
5089 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
5090 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
5091
5092 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5093
5094 * gdb.python/py-function.exp: Test setting a value from a function
5095 which executes a command.
5096
5097 2011-05-12 Tom Tromey <tromey@redhat.com>
5098
5099 * gdb.dwarf2/typeddwarf.S: New file.
5100 * gdb.dwarf2/typeddwarf.c: New file.
5101 * gdb.dwarf2/typeddwarf.exp: New file.
5102
5103 2011-05-12 Marek Polacek <mpolacek@redhat.com>
5104
5105 * gdb.mi/mi-basics.exp: Fix races. Honour the
5106 `test_exec_and_symbol_mi_operatons' return value.
5107 (test_mi_interpreter_selection): Use mi_gdb_test instead of
5108 gdb_test_multiple.
5109 (test_exec_and_symbol_mi_operatons): Likewise.
5110 (test_path_specification): Likewise.
5111
5112 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5113
5114 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
5115 (gdb_touch_execfile): Remove catch wrappers. New variable time.
5116 Replace `file copy' and `file rename' by `file mtime'. Twice.
5117
5118 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5119
5120 * gdb.base/readline-ask.c: New file.
5121 * gdb.base/readline-ask.exp: New file.
5122 * gdb.base/readline-ask.inputrc: New file.
5123
5124 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
5125
5126 * gdb.cell/bt.exp: Delete breakpoints before running to signal
5127 to avoid race condition.
5128 * gdb.cell/coremaker.c: Use small stack size.
5129 * gdb.cell/ea-standalone.exp: Use file name without path as
5130 argument to c_to.
5131 * gdb.cell/fork.exp: Allow other output when continuing to end.
5132
5133 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.threads/corethreads.c: New file.
5136 * gdb.threads/corethreads.exp: New file.
5137
5138 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5139
5140 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
5141 Try to compile the test using -Wl,-z,norelro first.
5142 (load_core): New variable libthread_db_seen, initialize it.
5143 (zeroed-threads cannot be listed): Protect it by XFAIL on
5144 !$libthread_db_seen.
5145
5146 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5147
5148 PR 12573
5149 * gdb.dwarf2/dw2-skip-prologue.S: New file.
5150 * gdb.dwarf2/dw2-skip-prologue.c: New file.
5151 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
5152
5153 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.cp/psymtab-parameter.cc: New file.
5156 * gdb.cp/psymtab-parameter.exp: New file.
5157
5158 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5159
5160 Fix a race.
5161 * gdb.cp/static-print-quit.exp (print c): Split to ...
5162 (print c - <return>, print c - q <return>, print c - to quit):
5163 ... these. Make the testfile untested on gdb-7.1.
5164
5165 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
5166
5167 * lib/gdb.exp (exec_target_file, exec_symbol_file,
5168 gdb_rename_execfile, gdb_touch_execfile): New.
5169 * gdb.base/reread.exp: Use new procs to handle multiple
5170 exec files.
5171
5172 2011-05-05 Yao Qi <yao@codesourcery.com>
5173
5174 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
5175 (test_adr_32bit, test_pop_pc): New.
5176 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
5177 (test_adr_32bit, test_pop_pc): New.
5178
5179 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5180
5181 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
5182 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
5183 targets.
5184 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
5185 handle targets.
5186
5187 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5188
5189 * gdb.base/completion.exp (complete help info wat): Rename to ...
5190 (complete 'help info wat'): ... here.
5191 Remove all `-re ".*' and `-re "^.*' redundant regexes.
5192 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
5193
5194 2011-05-04 Pedro Alves <pedro@codesourcery.com>
5195
5196 * gdb.base/completion.exp: Use gdb_test_multiple instead of
5197 gdb_test and explicit $gdb_prompt/timeout matches.
5198
5199 2011-05-04 Yao Qi <yao@codesourcery.com>
5200
5201 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
5202 and __thumb2__.
5203
5204 2011-05-03 Marek Polacek <mpolacek@redhat.com>
5205
5206 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
5207 in place of `gdb_test "delete breakpoints"'. This eliminates two
5208 testcases.
5209
5210 2011-05-02 Pedro Alves <pedro@codesourcery.com>
5211
5212 PR testsuite/12649
5213 Fix races.
5214
5215 * gdb.base/completion.exp: Remove all sleep calls. Remove
5216 unnecessary regexs. Don't explicitly expect anything after the
5217 prompt. Eat the prompt if necessary.
5218
5219 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5220
5221 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
5222 accept to show the caller line again as well as the line after.
5223
5224 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
5225
5226 PR mi/12531
5227
5228 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
5229 compile target.
5230 * gdb.python/py-prettyprint.exp: Add C++ object for
5231 CPLUS_FAKE_CHILD test.
5232
5233 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
5234
5235 * gdb.base/signest.exp: New file.
5236 * gdb.base/signest.c: Likewise.
5237
5238 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
5241 thread and breakpoint notifications.
5242
5243 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.base/fortran-sym-case.c: New file.
5246 * gdb.base/fortran-sym-case.exp: New file.
5247 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
5248 * gdb.dwarf2/dw2-case-insensitive.c: New file.
5249 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
5250
5251 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5252
5253 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
5254 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
5255 false #1', `if true else false #2' and `if true else false #3'.
5256
5257 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
5258
5259 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
5260 while delivering signal.
5261
5262 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
5263
5264 MI breakpoint notifications.
5265
5266 * testsuite/gdb.mi/mi-cli.exp: Adust.
5267 * testsuite/gdb.mi/mi2-cli.exp: Adust.
5268 * testsuite/gdb.mi/mi-watch.exp: Adust.
5269 * testsuite/gdb.mi/mi2-watch.exp: Adust.
5270 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
5271 notifications.
5272
5273 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5274
5275 * gdb.base/gdbindex-stabs-dwarf.c: New file.
5276 * gdb.base/gdbindex-stabs.c: New file.
5277 * gdb.base/gdbindex-stabs.exp: New file.
5278
5279 2011-04-25 Yao Qi <yao@codesourcery.com>
5280
5281 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
5282 with /*...*/.
5283 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5284
5285 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5286
5287 * gdb.python/py-value.exp (test_objfiles): Name the first test
5288 `py-value in file.filename'.
5289
5290 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5291
5292 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
5293 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
5294 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
5295 !gdbserver_reconnect_p..
5296 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
5297
5298 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5299
5300 * gdb.cp/cpcompletion.exp (complete class methods)
5301 (complete class methods beginning with F): Move them above runto. New
5302 comment about the runto delimiter.
5303
5304 2011-04-20 Pedro Alves <pedro@codesourcery.com>
5305
5306 * gdb.base/maint.exp: Test that "maint print registers" works
5307 without a running program.
5308
5309 2011-04-20 Marek Polacek <mpolacek@redhat.com>
5310
5311 * gdb.base/setshow.exp: Fix racy tests.
5312 ($old_gdb_prompt): New variable.
5313
5314 2011-04-19 Tom Tromey <tromey@redhat.com>
5315
5316 * gdb.mi/mi-nsmoribund.exp:
5317 * gdb.hp/gdb.objdbg/objdbg01.exp:
5318 * gdb.base/structs.exp (test_struct_returns):
5319 * gdb.base/call-sc.exp (test_scalar_returns):
5320 * gdb.base/bigcore.exp: Remove duplicate words.
5321
5322 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5323
5324 * gdb.base/break-interp-lib.c (v, vptr): New variables.
5325 * gdb.base/break-interp.exp (test_attach): New comment.
5326
5327 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5328
5329 * gdb.threads/gcore-thread.exp ($core0file): New variable.
5330 (clear __stack_user.next, clear stack_used.next)
5331 (save a zeroed-threads corefile): New test.
5332 Call core_load for $core0file.
5333 (zeroed-threads cannot be listed): New test.
5334
5335 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5336
5337 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
5338 filename.
5339 ($srcfile): Preserve the original value.
5340 ($testfile): Match it the .exp filename.
5341 ($corefile): New variable. Substitute it around.
5342 Use clean_restart.
5343 ($prev_timeout): Remove.
5344 (load_core): Move core loading into this proc.
5345 Fix restore of $timeout if load_core fails.
5346
5347 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5348
5349 * gdb.base/eu-strip-infcall.c: New file.
5350 * gdb.base/eu-strip-infcall.exp: New file.
5351
5352 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5353
5354 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
5355 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
5356
5357 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5358
5359 Fix Python access to inlined frames.
5360 * gdb.python/py-frame-inline.c: New file.
5361 * gdb.python/py-frame-inline.exp: New file.
5362
5363 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
5364
5365 * gdb.base/gdb1090.exp: Change breakpoint location to read the
5366 content of 's24' correctly (avoiding "optimized out").
5367 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
5368
5369 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5370
5371 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
5372
5373 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
5374
5375 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
5376 expect a colon in watch -location output.
5377
5378 2011-04-13 Marek Polacek <mpolacek@redhat.com>
5379
5380 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
5381 New testcase `expect response to define backtrace'. Also remove
5382 redundant `default' block.
5383
5384 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5385
5386 * gdb.python/py-prettyprint.c (struct hint_error): New.
5387 (main): New variable hint_error.
5388 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
5389 "print hint_error".
5390 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
5391 (register_pretty_printers): Register it.
5392
5393 2011-04-04 Tom Tromey <tromey@redhat.com>
5394
5395 * gdb.cp/maint.exp (test_help): Update.
5396 (test_namespace): Likewise.
5397
5398 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5399
5400 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
5401 * gdb.ada/arrayptr.exp: Add new tests.
5402
5403 2011-04-01 Joel Brobecker <brobecker@adacore.com>
5404
5405 * gdb.ada/mi_catch_ex: New testcase.
5406
5407 2011-04-01 Pedro Alves <pedro@codesourcery.com>
5408
5409 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
5410 base::overload(void) method without specifying "const".
5411
5412 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5413
5414 * gdb.arch/thumb-singlestep.S: New file.
5415 * gdb.arch/thumb-singlestep.exp: Likewise.
5416
5417 2011-03-31 Tom Tromey <tromey@redhat.com>
5418
5419 * gdb.python/py-prettyprint.py (exception_flag): New global.
5420 (NoStringContainerPrinter._iterator.next): Check it.
5421 * gdb.python/py-prettyprint.c (main): New variable nstype2.
5422 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
5423
5424 2011-03-29 Tom Tromey <tromey@redhat.com>
5425
5426 * gdb.cp/anon-struct.cc: New file.
5427 * gdb.cp/anon-struct.exp: New file.
5428
5429 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5430
5431 Test STT_GNU_IFUNC support.
5432 * gdb.base/gnu-ifunc-lib.c: New file.
5433 * gdb.base/gnu-ifunc.c: New file.
5434 * gdb.base/gnu-ifunc.exp: New file.
5435
5436 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5437
5438 Support a ring of related breakpoints.
5439 * gdb.base/watchpoint-delete.c: New file.
5440 * gdb.base/watchpoint-delete.exp: New file.
5441
5442 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 * gdb.ada/arrayparam.exp (print first after function call): Use
5445 explicit package name. Add a comment
5446 (print lasta after function call): Rename ...
5447 (print last after function call): ... it and use explicit package
5448 name.
5449 (print length after function call): Use explicit package name.
5450 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
5451 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
5452 (multiple matches for symbol i): Rename ...
5453 (multiple matches for symbol integervar): ... it.
5454 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
5455 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
5456
5457 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
5458
5459 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
5460 environment variable to make grep output more predictable. Move
5461 all the environment setup into gdb_init so it's done once per test
5462 case rather than each time we start gdb.
5463
5464 2011-03-24 Tom Tromey <tromey@redhat.com>
5465
5466 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
5467 test.
5468
5469 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5470
5471 * gdb.dwarf2/dw2-entry-value-main.c: New file.
5472 * gdb.dwarf2/dw2-entry-value.S: New file.
5473 * gdb.dwarf2/dw2-entry-value.exp: New file.
5474
5475 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
5476
5477 PR python/12183
5478
5479 * gdb.python/py-function.exp: Add GdbError tests.
5480
5481 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5482
5483 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
5484 (reglocal_test_func, statlocal_test_func): New functions.
5485 (globals_test_func): Call new functions.
5486 * gdb.trace/unavailable.exp (gdb_collect_args_test)
5487 (gdb_collect_locals_test): New procedure.
5488 (gdb_trace_collection_test): Call new procedures.
5489
5490 2011-03-18 Pedro Alves <pedro@codesourcery.com>
5491
5492 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
5493 (test_register, test_register_unavailable): New procedures.
5494 (gdb_unavailable_registers_test): New procedure.
5495 (gdb_trace_collection_test): Call it.
5496
5497 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
5498
5499 PR python/12149
5500
5501 * gdb.python/python.exp: Add gdb.write tests.
5502
5503 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
5504
5505 * gdb.python/Makefile.in: Add py-objfile.
5506 * gdb.python/py-objfile.exp: New file.
5507 * gdb.python/py-objfile.c: New file.
5508 * gdb.python/py-block.exp: Add is_valid tests.
5509 * gdb.python/py-inferior.exp: Ditto.
5510 * gdb.python/py-infthread.exp: Ditto.
5511 * gdb.python/py-symbol.exp: Ditto.
5512 * gdb.python/py-symtab.exp: Ditto.
5513
5514 2011-03-16 Keith Seitz <keiths@redhat.com>
5515
5516 PR c++/12273
5517 * gdb.cp/cmpd-minsyms.exp: New test.
5518 * gdb.cp/cmpd-minsyms.cc: New file.
5519
5520 PR c++/11734
5521 * gdb.cp/ovsrch.exp: New test.
5522 * gdb.cp/ovsrch.h: New file.
5523 * gdb.cp/ovsrch1.cc: New file.
5524 * gdb.cp/ovsrch2.cc: New file.
5525 * gdb.cp/ovsrch3.cc: New file.
5526 * gdb.cp/ovsrch4.cc: New file.
5527
5528 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
5529
5530 PR gdb/12528
5531 * gdb.base/Makefile.in: Adjust EXECUTABLES.
5532 * gdb.base/break-on-linker-gcd-function.exp: New test.
5533 * gdb.base/break-on-linker-gcd-function.cc: New file.
5534
5535 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
5536
5537 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
5538
5539 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
5540
5541 * lib/gdb.exp (gdb_unload): Add another termination case.
5542
5543 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5544
5545 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
5546 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
5547 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
5548 Provide a stub byte there.
5549 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
5550 DW_AT_entry_pc.
5551 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
5552
5553 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
5554
5555 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
5556 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
5557 "generic ABI, auto".
5558 (altivec_abi_tests): Accept vectors returned by reference.
5559
5560 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
5561
5562 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
5563
5564 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
5565
5566 * gdb.python/py-section-script.exp: Skip test if no Python support.
5567
5568 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
5569
5570 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
5571
5572 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
5573
5574 * gdb.python/py-parameter.exp: Update tests to the new Python
5575 parameter API. Add "no documentation" test. Add deprecated API
5576 backward compatibility test.
5577
5578 2011-03-09 Tom Tromey <tromey@redhat.com>
5579
5580 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
5581 gdb_continue_to_end.
5582
5583 2011-03-09 Mark Kettenis <kettenis@gnu.org>
5584
5585 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
5586 tabs.
5587
5588 2011-03-09 Tom Tromey <tromey@redhat.com>
5589
5590 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
5591 parentheses.
5592 (gdb_continue_to_end): Add "allow_extra" parameter. Use
5593 $command.
5594 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
5595 argument to gdb_continue_to_end.
5596 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
5597 argument to gdb_continue_to_end.
5598 * gdb.cp/annota3.exp: Fix regex.
5599 * gdb.cp/annota2.exp: Fix regex.
5600 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
5601 gdb_continue_to_end.
5602 * gdb.base/call-signal-resume.exp: Revert earlier patch.
5603 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
5604 gdb_continue_to_end.
5605
5606 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5607
5608 * gdb.server/ext-run.exp
5609 (load new file without any gdbserver inferior): New test.
5610
5611 2011-03-07 Tom Tromey <tromey@redhat.com>
5612
5613 * Makefile.in (TAGS): Rewrite.
5614
5615 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5616
5617 * gdb.trace/report.exp (12.1: trace report #1): New match for the
5618 initial commands echo. New match for `Found trace'. Anchor all the
5619 other matches. Anchor and match for `No trace frame found' the final
5620 match.
5621
5622 2011-03-07 Tom Tromey <tromey@redhat.com>
5623
5624 * Makefile.in (TAGS): New target.
5625
5626 2011-03-07 Tom Tromey <tromey@redhat.com>
5627
5628 * lib/opencl.exp (skip_opencl_tests): Update for exit message
5629 change.
5630 * lib/mi-support.exp (mi_gdb_test): Update for exit message
5631 change.
5632 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
5633 exit message change.
5634 (skip_altivec_tests): Update for exit message change.
5635 (skip_vsx_tests): Likewise.
5636 (gdb_continue_to_end): Likewise. Add 'command' argument.
5637 * lib/cell.exp (skip_cell_tests): Update for exit message change.
5638 * gdb.threads/tls.exp: Update for exit message change.
5639 * gdb.threads/thread-unwindonsignal.exp: Use
5640 gdb_continue_to_end.
5641 * gdb.threads/step.exp (step_it): Update for exit message change.
5642 (continue_all): Likewise.
5643 * gdb.threads/print-threads.exp (test_all_threads): Update for
5644 exit message change.
5645 * gdb.threads/interrupted-hand-call.exp: Use
5646 gdb_continue_to_end.
5647 * gdb.threads/execl.exp: Use gdb_continue_to_end.
5648 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
5649 gdb_continue_to_end.
5650 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
5651 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
5652 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
5653 * gdb.cp/method.exp: Update for exit message change.
5654 * gdb.cp/mb-templates.exp: Update for exit message change.
5655 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
5656 * gdb.cp/annota3.exp: Update for exit message change.
5657 * gdb.cp/annota2.exp: Update for exit message change.
5658 * gdb.cell/fork.exp: Use gdb_continue_to_end.
5659 * gdb.base/term.exp: Update for exit message change.
5660 * gdb.base/step-test.exp (test_i): Update for exit message change.
5661 * gdb.base/sigstep.exp (advance): Update for exit message change.
5662 (advancei): Likewise.
5663 * gdb.base/siginfo.exp: Update for exit message change.
5664 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
5665 * gdb.base/reread.exp: Use gdb_continue_to_end.
5666 * gdb.base/langs.exp: Use gdb_continue_to_end.
5667 * gdb.base/interrupt.exp: Update for exit message change.
5668 * gdb.base/gdb1555.exp: Update for exit message change.
5669 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
5670 * gdb.base/ending-run.exp: Update for exit message change.
5671 * gdb.base/chng-syms.exp: Update for exit message change.
5672 * gdb.base/checkpoint.exp: Update for exit message change.
5673 * gdb.base/catch-syscall.exp (check_for_program_end): Use
5674 gdb_continue_to_end.
5675 (test_catch_syscall_with_wrong_args): Likewise.
5676 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
5677 * gdb.base/break-interp.exp (test_ld): Update for exit message
5678 change.
5679 * gdb.base/bang.exp: Update for exit message change.
5680 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
5681 (do_call_attach_tests): Likewise.
5682 * gdb.base/a2-run.exp: Update for exit message change.
5683 * gdb.arch/ppc-dfp.exp: Update for exit message change.
5684 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
5685 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
5686
5687 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
5690
5691 2011-03-03 Tom Tromey <tromey@redhat.com>
5692
5693 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
5694 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
5695 * gdb.hp/gdb.aCC/configure.ac: Remove.
5696 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
5697 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
5698 * gdb.hp/gdb.base-hp/configure.ac: Remove.
5699 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
5700 * gdb.hp/gdb.compat/configure (Makefile): Remove.
5701 * gdb.hp/gdb.compat/configure.ac: Remove.
5702 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
5703 * gdb.hp/gdb.defects/configure (Makefile): Remove.
5704 * gdb.hp/gdb.defects/configure.ac: Remove.
5705 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
5706 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
5707 * gdb.hp/gdb.objdbg/configure.ac: Remove.
5708 * gdb.hp/configure.ac: Remove.
5709 * gdb.hp/configure: Remove.
5710 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
5711 substitution.
5712 (Makefile): Remove rule.
5713 * gdb.cell/configure.ac: Remove.
5714 * gdb.cell/configure: Remove.
5715 * gdb.stabs/Makefile.in (Makefile): Remove.
5716 (distclean): Don't remove config.status or config.log.
5717 * gdb.stabs/configure (Makefile): Remove.
5718 * gdb.stabs/configure.ac: Remove.
5719 * configure: Rebuild.
5720 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
5721 Remove stabs- and cell-specific logic. Test for existence of
5722 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
5723 subdirectories, gdb.cell, and and gdb.stabs.
5724 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
5725
5726 2011-03-03 Joel Brobecker <brobecker@adacore.com>
5727
5728 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
5729 end of buffer.
5730
5731 2011-03-02 Joel Brobecker <brobecker@adacore.com>
5732
5733 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
5734 gdb_test when running a test where we expected no output back.
5735
5736 2011-02-28 Michael Snyder <msnyder@vmware.com>
5737
5738 * gdb.cp/overload.cc: Change initializer value to integer.
5739
5740 2011-02-27 Michael Snyder <msnyder@vmware.com>
5741
5742 * gdb.multi/base.exp: Add test for remove-inferiors.
5743
5744 2011-02-26 Joel Brobecker <brobecker@adacore.com>
5745
5746 * gdb.python/py-frame.exp: Simplify the initialization phase
5747 using prepare_for_testing.
5748
5749 2011-02-25 Michael Snyder <msnyder@vmware.com>
5750
5751 * gdb.multi/base.exp: Add tests for info inferiors with args.
5752
5753 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5754
5755 * gdb.dwarf2/dw2-ranges.S: Rename to ...
5756 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
5757 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
5758 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
5759 asmfile3. Comment the STABS (#3) file compilation. Compile
5760 everything through assembler. Provide KFAIL for symtab/12497.
5761 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
5762 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
5763 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
5764 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
5765
5766 2011-02-24 Michael Snyder <msnyder@vmware.com>
5767
5768 * gdb.base/break.exp: Add tests for delete breakpoints using
5769 convenience variables and value history references.
5770
5771 2011-02-24 Michael Snyder <msnyder@vmware.com>
5772
5773 * gdb.base/break.exp: Remove debugging 'printf' accidentally
5774 left behind in previous check-in.
5775
5776 2011-02-23 Michael Snyder <msnyder@vmware.com>
5777
5778 * gdb.base/break.exp: Add tests for "info break" with arguments.
5779 * gdb.trace/infotrace.exp: Update patterns for error and help.
5780 * gdb.base/completion.exp: Update pattern.
5781 * gdb.base/ena-dis-br.exp: Update pattern.
5782 * gdb.base/help.exp: Update patterns.
5783
5784 2011-02-23 Michael Snyder <msnyder@vmware.com>
5785
5786 * gdb.base/memattr.exp: New test.
5787 * gdb.base/memattr.c: Test load for memattr.exp.
5788
5789 2011-02-22 Doug Evans <dje@google.com>
5790
5791 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
5792
5793 2011-02-22 Michael Snyder <msnyder@vmware.com>
5794
5795 * Makefile.in: Make more clean.
5796 * gdb.ada/Makefile.in: Ditto.
5797 * gdb.arch/Makefile.in: Ditto.
5798 * gdb.asm/Makefile.in: Ditto.
5799 * gdb.base/Makefile.in: Ditto.
5800 * gdb.cp/Makefile.in: Ditto.
5801 * gdb.dwarf2/Makefile.in: Ditto.
5802 * gdb.java/Makefile.in: Ditto.
5803 * gdb.mi/Makefile.in: Ditto.
5804 * gdb.modula2/Makefile.in: Ditto.
5805 * gdb.python/Makefile.in: Ditto.
5806 * gdb.server/Makefile.in: Ditto.
5807 * gdb.stabs/Makefile.in: Ditto.
5808 * gdb.threads/Makefile.in: Ditto.
5809 * gdb.trace/Makefile.in: Ditto.
5810
5811 2011-02-22 Michael Snyder <msnyder@vmware.com>
5812
5813 * gdb.threads/thread-find.exp: Add tests for bad input to
5814 info threads.
5815
5816 2011-02-22 Joel Brobecker <brobecker@adacore.com>
5817
5818 * gdb.python/py-breakpoint.exp: Fix the expected output of
5819 one of the "maint info breakpoints" tests to accept the output
5820 generated on platforms that do not have hardware watchpoints.
5821
5822 2011-02-22 Joel Brobecker <brobecker@adacore.com>
5823
5824 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
5825 clean_restart. Be a little stricter in the expected output
5826 for one of the tests. Fix a typo in one of the comments.
5827
5828 2011-02-22 Joel Brobecker <brobecker@adacore.com>
5829
5830 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
5831 Delete variable binfile, no longer use. Add or modify test
5832 comments to make them unique.
5833
5834 2011-02-21 Michael Snyder <msnyder@vmware.com>
5835
5836 * Makefile.in: Update for make clean.
5837 * gdb.ada/Makefile.in: Ditto.
5838 * gdb.arch/Makefile.in: Ditto.
5839 * gdb.asm/Makefile.in: Ditto.
5840 * gdb.base/Makefile.in: Ditto.
5841 * gdb.cp/Makefile.in: Ditto.
5842 * gdb.dwarf2/Makefile.in: Ditto.
5843 * gdb.java/Makefile.in: Ditto.
5844 * gdb.mi/Makefile.in: Ditto.
5845 * gdb.modula2/Makefile.in: Ditto.
5846 * gdb.python/Makefile.in: Ditto.
5847 * gdb.server/Makefile.in: Ditto.
5848 * gdb.stabs/Makefile.in: Ditto.
5849 * gdb.threads/Makefile.in: Ditto.
5850 * gdb.trace/Makefile.in: Ditto.
5851
5852 2011-02-21 Michael Snyder <msnyder@vmware.com>
5853
5854 * gdb.threads/thread-find.exp: Update patterns for changes in
5855 output of "info threads" command.
5856
5857 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5858 Ulrich Weigand <uweigand@de.ibm.com>
5859
5860 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
5861 (skip_hw_watchpoint_tests): Likewise.
5862 (skip_hw_watchpoint_multi_tests): Likewise.
5863
5864 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
5865
5866 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
5867 (skip_hw_watchpoint_tests): Likewise.
5868 (skip_hw_watchpoint_multi_tests): Likewise.
5869 (skip_hw_watchpoint_access_tests): Likewise.
5870
5871 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
5872 * gdb.base/pr11022.exp: Likewise.
5873 * gdb.base/watch-read.exp: Likewise.
5874 * gdb.base/watch_thread_num.exp: Likewise.
5875 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
5876 * gdb.base/watchpoint-hw.exp: Likewise.
5877 * gdb.base/watchpoint.exp: Likewise.
5878 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
5879 * gdb.threads/watchthreads-reorder.exp: Likewise.
5880 * gdb.threads/watchthreads.exp: Likewise.
5881 * gdb.threads/watchthreads2.exp: Likewise.
5882
5883 2011-02-21 Joel Brobecker <brobecker@adacore.com>
5884
5885 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
5886 the debugger is unable to find the array bounds.
5887
5888 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5889
5890 * gdb.cp/typedef-operator.exp: New file.
5891 * gdb.cp/typedef-operator.cc: New file.
5892
5893 2011-02-17 Michael Snyder <msnyder@vmware.com>
5894
5895 * gdb.threads/thread-find.exp: Fix regular expressions.
5896
5897 2011-02-17 Joel Brobecker <brobecker@adacore.com>
5898
5899 * gdb.ada/packed_array: Expand testcase to test printing of
5900 unconstrained packed array.
5901
5902 2011-02-17 Joel Brobecker <brobecker@adacore.com>
5903
5904 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
5905
5906 2011-02-16 Pedro Alves <pedro@codesourcery.com>
5907
5908 * gdb.trace/collection.c (globalarr3): New global.
5909 (main): Initialize it before collecting, and and clear it
5910 afterwards.
5911 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
5912 collecting with '{type} addr', where the addr expression is not an
5913 rvalue.
5914
5915 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
5916
5917 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
5918 a bool variable. Expect correct OpenCL names for vector types. Use the
5919 uc3 variable name instead of referring to the uchar3 built-in type.
5920 Escape the asterisk at the half pointer test.
5921
5922 2011-02-16 Pedro Alves <pedro@codesourcery.com>
5923
5924 * gdb.trace/collection.c (globalarr2): New global.
5925 (main): Initialize it before collecting, and and clear it
5926 afterwards.
5927 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
5928 collecting overlapping memory ranges.
5929
5930 2011-02-15 Michael Snyder <msnyder@vmware.com>
5931
5932 * gdb.base/default.exp: Add tests for thread commands.
5933 * gdb.base/help.exp: Add tests for thread commands.
5934 * gdb.threads/thread-find.exp: New test for thread find command.
5935
5936 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
5937
5938 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
5939
5940 2011-02-15 Yao Qi <yao@codesourcery.com>
5941
5942 PR tdep/12352
5943 * gdb.arch/arm-disp-step.S : New test for str instruction.
5944 * gdb.arch/arm-disp-step.exp : Likewise.
5945
5946 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
5947
5948 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
5949 "vector_register2_vr" test strings. Test the extended floating
5950 point registers (F32~F63).
5951 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
5952 IBM XL C compiler. Make the test program use a register provided
5953 by the compiler for the lxvd2x instruction.
5954
5955 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5956
5957 * gdb.trace/unavailable.cc (class Base, class Middle, class
5958 Derived): New types.
5959 (derived_unavail, derived_partial, derived_whole): New globals.
5960 (virtual_partial): New global.
5961 (virtualp): Point at virtual_partial.
5962 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
5963 related to unavailable vptr.
5964
5965 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5966
5967 * gdb.trace/unavailable.cc (a, b, c): New globals.
5968 (main): Set and clear them.
5969 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
5970 `a' and `c', and check that `b' isn't collected, although `a' and
5971 `c' are.
5972
5973 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5974
5975 * gdb.trace/unavailable.cc (struct Virtual): New.
5976 (virtualp): New global pointer.
5977 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
5978 printing a pointer to an object whose type has a vtable, with
5979 print object on.
5980
5981 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5982
5983 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
5984 value repeat handles unavailableness.
5985
5986 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5987
5988 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
5989 tests for building arrays from unavailable values, subscripting
5990 non-memory rvalue unvailable arrays, and accessing fields or
5991 baseclasses of non-lazy unavailable values,
5992 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
5993 struct types.
5994 (g_smallstruct, g_smallstruct_b): New globals.
5995
5996 2011-02-14 Pedro Alves <pedro@codesourcery.com>
5997
5998 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
5999
6000 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6001
6002 Fix const/volatile qualifiers of C++ types, PR c++/12328.
6003 * gdb.cp/overload-const.exp: New file.
6004 * gdb.cp/overload-const.cc: New file.
6005
6006 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6007
6008 * gdb.opencl/callfuncs.cl: New file.
6009 * gdb.opencl/callfuncs.exp: New test.
6010 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
6011
6012 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
6013
6014 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
6015 when computing result.
6016 * gdb.arch/altivec-abi.exp: Update expected results.
6017
6018 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
6019
6020 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
6021 * gdb.base/jit.exp: Likewise.
6022 * gdb.base/pie-execl.exp: Likewise.
6023 * gdb.base/solib-nodir.exp: Likewise.
6024 * gdb.base/solib-overlap.exp: Likewise.
6025
6026 2011-02-07 Pedro Alves <pedro@codesourcery.com>
6027
6028 * gdb.trace/collection.c (global_pieces): New.
6029 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
6030 New procedure.
6031 (gdb_trace_collection_test): Call it.
6032
6033 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
6034
6035 * gdb.python/py-evthreads.c: New file.
6036 * gdb.python/py-evthreads.exp: New file.
6037 * gdb.python/py-events.py: New file.
6038 * gdb.python/py-events.exp: New file.
6039 * gdb.python/py-events.c: New file.
6040
6041 2011-02-04 David Daney <ddaney@caviumnetworks.com>
6042
6043 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
6044
6045 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
6046
6047 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
6048 gdb.base/disasm-end-cu.exp: New test for disassembling over the
6049 boundary between two compilation units.
6050
6051 2011-02-02 Pedro Alves <pedro@codesourcery.com>
6052
6053 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
6054 (Virtual): New structs.
6055 (virtual_o, virtual_middle_b): New globals.
6056 * gdb.cp/virtbase.exp: New tests.
6057
6058 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
6059
6060 * gdb.base/jit.exp: New file.
6061 * gdb.base/jit-main.c: New file.
6062 * gdb.base/jit-solib.c: New file.
6063
6064 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
6065
6066 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
6067 proceed to initial kernel entry point.
6068 * gdb.opencl/datatypes.exp: Likewise.
6069 * gdb.opencl/operators.exp: Likewise.
6070 * gdb.opencl/vec_comps.exp: Likewise.
6071
6072 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
6073
6074 * gdb.cp/nsnested.cc: New.
6075 * gdb.cp/nsnested.exp: New.
6076 * gdb.cp/nsnoimports.exp: New.
6077 * gdb.cp/nsnoimports.cc: New.
6078
6079 2011-01-31 Joel Brobecker <brobecker@adacore.com>
6080
6081 * gdb.base/interact.exp: Add extra tests that verify that
6082 the value of the interactive-mode setting does not change
6083 after the script is sourced.
6084
6085 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6086
6087 * gdb.cp/noparam.exp: New file.
6088 * gdb.cp/noparam.cc: New file.
6089
6090 2011-01-28 Pedro Alves <pedro@codesourcery.com>
6091
6092 * gdb.trace/tfile.exp: Test that with no traceframe selected,
6093 there's no stack or registers.
6094
6095 2011-01-26 Tom Tromey <tromey@redhat.com>
6096
6097 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
6098 space before string output. Add test for "set print pretty off"
6099 case.
6100
6101 2011-01-25 Pedro Alves <pedro@codesourcery.com>
6102
6103 * gdb.base/frame-args.exp: Adjust.
6104 * gdb.dwarf2/dw2-noloc.exp: Adjust.
6105 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
6106 * gdb.dwarf2/pieces.exp: Adjust.
6107 * gdb.opt/clobbered-registers-O2.exp: Adjust.
6108 * gdb.opt/inline-locals.exp: Adjust.
6109 * gdb.threads/fork-child-threads.exp: Adjust.
6110
6111 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
6112
6113 * gdb.opencl/convs_casts.cl: Move program scope variables into the
6114 OpenCL kernel function. Add a comment as marker. Add address space
6115 qualifiers for the remaining program scope variables.
6116 * gdb.opencl/datatypes.cl: Likewise.
6117 * gdb.opencl/operators.cl: Likewise.
6118 * gdb.opencl/vec_comps.cl: Likewise.
6119 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
6120 Add breakpoint at the marker comment.
6121 * gdb.opencl/datatypes.exp: Likewise.
6122 * gdb.opencl/operators.exp: Likewise.
6123 * gdb.opencl/vec_comps.exp: Likewise.
6124
6125 2011-01-24 Pedro Alves <pedro@codesourcery.com>
6126
6127 * gdb.base/printcmds.c (some_struct): New struct and instance.
6128 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
6129 procedure.
6130 <global scope>: Call it.
6131
6132 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
6133
6134 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
6135 argument to the gdb_compile_opencl_hostapp call.
6136
6137 2011-01-19 Yao Qi <yao@codesourcery.com>
6138
6139 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
6140 positve list.
6141
6142 2011-01-19 Yao Qi <yao@codesourcery.com>
6143
6144 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
6145 canonical form.
6146 Remove "xscale-*-*"
6147 * gdb.xml/tdesc-regs.exp: Likewise.
6148 * gdb.python/py-section-script.exp: Replace ARM target triplet
6149 with canonical form.
6150 Match arm*-*-symbianelf*.
6151 * gdb.base/dup-sect.exp: Likewise.
6152 * lib/dwarf.exp: New.
6153 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
6154 dwarf2_support.
6155 * gdb.dwarf2/dup-psym.exp: Likewise.
6156 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
6157 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6158 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
6159 * gdb.dwarf2/dw2-basic.exp: Likewise.
6160 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6161 * gdb.dwarf2/dw2-const.exp: Likewise.
6162 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
6163 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
6164 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
6165 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
6166 * gdb.dwarf2/dw2-filename.exp: Likewise.
6167 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
6168 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
6169 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6170 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6171 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
6172 * gdb.dwarf2/dw2-noloc.exp: Likewise.
6173 * gdb.dwarf2/dw2-op-call.exp: Likewise.
6174 * gdb.dwarf2/dw2-producer.exp: Likewise.
6175 * gdb.dwarf2/dw2-ranges.exp: Likewise.
6176 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
6177 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
6178 * gdb.dwarf2/dw2-strp.exp: Likewise.
6179 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
6180 * gdb.dwarf2/implptr.exp: Likewise.
6181 * gdb.dwarf2/mac-fileno.exp: Likewise.
6182 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
6183 * gdb.dwarf2/pieces.exp: Likewise.
6184 * gdb.dwarf2/pr11465.exp: Likewise.
6185 * gdb.dwarf2/valop.exp: Likewise.
6186 * gdb.dwarf2/watch-notconst.exp: Likewise.
6187 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
6188
6189 2011-01-19 Tom Tromey <tromey@redhat.com>
6190
6191 * gdb.python/py-infthread.exp: Add thread tests.
6192
6193 2011-01-14 Joel Brobecker <brobecker@adacore.com>
6194
6195 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
6196
6197 2011-01-14 Joel Brobecker <brobecker@adacore.com>
6198
6199 * gdb.ada/widewide: New testcase.
6200
6201 2011-01-13 Joel Brobecker <brobecker@adacore.com>
6202
6203 * gdb.base/interact.exp: New testcase.
6204
6205 2011-01-12 Tom Tromey <tromey@redhat.com>
6206
6207 * gdb.mi/gdb2549.exp: Update for error message changes.
6208 * gdb.mi/mi-cli.exp: Likewise.
6209 * gdb.mi/mi-disassemble.exp: Likewise.
6210 * gdb.mi/mi-pthreads.exp: Likewise.
6211 * gdb.mi/mi-regs.exp: Likewise.
6212 * gdb.mi/mi-stack.exp: Likewise.
6213 * gdb.mi/mi-var-block.exp: Likewise.
6214 * gdb.mi/mi-var-cmd.exp: Likewise.
6215 * gdb.mi/mi2-cli.exp: Likewise.
6216 * gdb.mi/mi2-disassemble.exp: Likewise.
6217 * gdb.mi/mi2-pthreads.exp: Likewise.
6218 * gdb.mi/mi2-regs.exp: Likewise.
6219 * gdb.mi/mi2-stack.exp: Likewise.
6220 * gdb.mi/mi2-var-block.exp: Likewise.
6221 * gdb.mi/mi2-var-cmd.exp: Likewise.
6222
6223 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
6224 Jan Kratochvil <jan.kratochvil@redhat.com>
6225
6226 PR fortran/11104 and DWARF unbound arrays detection.
6227 * gdb.fortran/multi-dim.exp: New file.
6228 * gdb.fortran/multi-dim.f90: New file.
6229
6230 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
6231
6232 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
6233 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
6234 add new tests for opcode dumping.
6235
6236 2011-01-11 Tom Tromey <tromey@redhat.com>
6237
6238 * gdb.python/py-infthread.exp: Load gdb-python.exp.
6239
6240 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
6241
6242 Convert hardware watchpoints to use breakpoint_ops.
6243 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
6244 type is not supported.
6245 * gdb.base/foll-fork.exp: Likewise.
6246 * gdb.base/foll-vfork.exp: Likewise.
6247
6248 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
6249
6250 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
6251 Use load_lib gdb-python.exp.
6252 * gdb.python/python.exp: Ditto.
6253 * gdb.python/py-function.exp: Ditto.
6254
6255 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
6256
6257 * gdb.threads/tls.exp ("info address me"): Fix expected output.
6258
6259 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 * configure: Regenerate.
6262
6263 2011-01-06 Tom Tromey <tromey@redhat.com>
6264
6265 * gdb.python/py-frame.exp: Test gdb.newest_frame.
6266
6267 2011-01-06 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
6270 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
6271 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
6272 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
6273 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
6274 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
6275 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
6276 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
6277 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
6278 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
6279 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
6280 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
6281 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
6282 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
6283 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
6284 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
6285 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
6286 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
6287 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
6288 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
6289 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
6290 gdb.ada/uninitialized_vars.exp,
6291 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
6292 Simplify by using clean_restart.
6293
6294 2011-01-06 Joel Brobecker <brobecker@adacore.com>
6295
6296 Add marker to be used as anchor for inserting breakpoints.
6297 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
6298 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
6299 Likewise.
6300
6301 Remove uses of gdb_start_cmd.
6302 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
6303 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
6304
6305 Do not run testcase if testing with GDBserver.
6306 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
6307 if testing with GDBserver.
6308
6309 2011-01-06 Joel Brobecker <brobecker@adacore.com>
6310
6311 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
6312 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
6313 copyright header.
6314
6315 2011-01-05 Joel Brobecker <brobecker@adacore.com>
6316
6317 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
6318 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
6319 testsuite/gdb.fortran/complex.f,
6320 testsuite/gdb.fortran/derived-type.f90,
6321 testsuite/gdb.fortran/library-module-lib.f90,
6322 testsuite/gdb.fortran/library-module-main.f90,
6323 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
6324 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
6325 Copyright year update.
6326
6327 2011-01-05 Joel Brobecker <brobecker@adacore.com>
6328
6329 * gdb.base/langs1.f: Add copyright header.
6330
6331 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6332
6333 * gdb.base/morestack.exp: New file.
6334 * gdb.base/morestack.c: New file.
6335
6336 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
6339
6340 2010-12-29 Joel Brobecker <brobecker@adacore.com>
6341
6342 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
6343 * gdb.ada/arrayptr.exp: Add test printing that new variable.
6344
6345 2010-12-29 Joel Brobecker <brobecker@adacore.com>
6346
6347 * gdb.ada/lang_switch.exp: Correct expected parameter value.
6348
6349 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
6350
6351 * gdb.threads/tls.exp: Fix typo.
6352
6353 * gdb.threads/thread-specific.exp (get_thread_list): Update.
6354 * gdb.threads/execl.exp: Update.
6355
6356 2010-12-23 Yao Qi <yao@codesourcery.com>
6357
6358 * gdb.arch/arm-disp-step.exp: New.
6359 * gdb.arch/arm-disp-step.S: New.
6360
6361 2010-12-21 Tom Tromey <tromey@redhat.com>
6362
6363 * gdb.threads/execl.exp: Update.
6364 * gdb.threads/linux-dp.exp: Update.
6365 * gdb.threads/manythreads.exp: Update.
6366 * gdb.threads/tls.exp: Update.
6367
6368 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6369
6370 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
6371 (NextOverThrowDerivates) <resumebpt>: New.
6372 (resumebpt_test): New.
6373 (main): Call resumebpt_test.
6374 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
6375
6376 2010-12-12 Stan Shebs <stan@codesourcery.com>
6377
6378 * gdb.trace/tsv.exp: Test print command on trace state variables.
6379
6380 2010-12-09 Tom Tromey <tromey@redhat.com>
6381
6382 * gdb.base/interp.exp: Add regression test.
6383
6384 2010-12-09 Tom Tromey <tromey@redhat.com>
6385
6386 * gdb.java/jnpe.java: New file.
6387 * gdb.java/jnpe.exp: New file.
6388 * gdb.cp/nextoverthrow.exp: New file.
6389 * gdb.cp/nextoverthrow.cc: New file.
6390
6391 2010-12-07 Doug Evans <dje@google.com>
6392
6393 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
6394 of data-directory.
6395 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
6396 updated.
6397 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
6398
6399 2010-11-29 Michael Snyder <msnyder@vmware.com>
6400
6401 * gdb.base/callfuncs.exp: Test for skip_float_tests.
6402 * gdb.base/call-sc.exp: Ditto.
6403 * gdb.base/finish.exp: Ditto.
6404 * gdb.base/return.exp: Ditto.
6405 * gdb.base/return2.exp: Ditto.
6406
6407 2010-11-30 Doug Evans <dje@google.com>
6408
6409 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
6410 (gdb_expect_list): Fix spelling errors in comments.
6411 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
6412 send_gdb/gdb_expect_list where applicable.
6413 * gdb.base/call-ar-st.exp: Ditto.
6414 * gdb.base/funcargs.exp: Ditto.
6415 * gdb.base/gcore.exp: Ditto.
6416 * gdb.base/page.exp: Ditto.
6417 * gdb.base/sigaltstack.exp: Ditto.
6418 * gdb.base/siginfo.exp: Ditto.
6419 * gdb.base/sigstep.exp: Ditto.
6420 * gdb.base/trace-commands.exp: Ditto.
6421
6422 2010-11-29 Doug Evans <dje@google.com>
6423
6424 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
6425 printer-name;subprinter-name.
6426
6427 2010-11-29 Tom Tromey <tromey@redhat.com>
6428
6429 * gdb.dwarf2/implptr.exp: New file.
6430 * gdb.dwarf2/implptr.c: New file.
6431 * gdb.dwarf2/implptr.S: New file.
6432
6433 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
6434
6435 PR python/12199
6436
6437 * gdb.python/py-breakpoint.exp: Test the delete method.
6438
6439 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6440
6441 Fix step_resume_breakpoint unsaved during an infcall.
6442 * gdb.base/step-resume-infcall.exp: New file.
6443 * gdb.base/step-resume-infcall.c: New file.
6444
6445 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
6446
6447 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
6448
6449 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
6450
6451 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
6452 on ppc64's symbols; "finish" and "return" commands must accept to
6453 show the caller line again as well as the line after.
6454 * gdb.asm/powerpc64.inc: New file.
6455
6456 2010-11-23 Doug Evans <dje@google.com>
6457
6458 * lib/gdb.exp (gdb_test_sequence): New function.
6459 (gdb_expect_list): Add verbose -log call for each pattern.
6460 * gdb.base/signals.exp (test_handle_all_print): Call it.
6461 Reduce timeout increment from 6 minutes to 1 minute.
6462 * gdb.server/ext-run.exp: Call it.
6463
6464 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
6465
6466 PR python/12212
6467
6468 * gdb.python/python.exp: Check that selected_thread raises an
6469 error when no inferior is loaded.
6470
6471 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6472
6473 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
6474 * gdb.dwarf2/dw2-stack-boundary.S: New file.
6475
6476 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6477
6478 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
6479 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
6480
6481 2010-11-18 Doug Evans <dje@google.com>
6482
6483 * gdb.server/ext-run.exp: Fix intermittent failures.
6484
6485 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6486
6487 * gdb.stabs/gdb11479.exp: Use runto_main.
6488
6489 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6490
6491 * gdb.base/break-entry.exp: Skip if using a stub.
6492
6493 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
6494
6495 * gdb.python/py-inferior.exp: Pack values in target endianness.
6496
6497 2010-11-12 Tom Tromey <tromey@redhat.com>
6498
6499 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
6500 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
6501 MemoryError.
6502 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
6503 type.
6504 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
6505 MemoryError.
6506 (test_subscript_regression): Update exception type.
6507
6508 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
6509
6510 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
6511 breakpoint tests.
6512
6513 2010-11-09 Pedro Alves <pedro@codesourcery.com>
6514
6515 * gdb.base/watchpoint.exp: Test "watch -location" with an
6516 innacessible location.
6517
6518 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
6519 Luis Machado <luisgpm@br.ibm.com>
6520
6521 * gdb.base/maint.exp: Expect "." prefix.
6522 * gdb.base/nodebug.exp: Expect "." Likewise.
6523 * gdb.base/sepsymtab.exp: Expect "." Likewise.
6524 * gdb.base/watchpoint-cond-gone.exp: Likewise.
6525 * gdb.base/watchpoint.exp: Expect a software watch to be created for
6526 POWER server processors.
6527
6528 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
6529 Luis Machado <luisgpm@br.ibm.com>
6530
6531 * gdb.base/break-entry.exp: convert entry point for
6532 ppc64 and expect leading `.' on ppc64's symbols
6533
6534 2010-11-05 Doug Evans <dje@google.com>
6535
6536 * gdb.base/help.exp: Update expected output.
6537 * gdb.python/py-param.exp: Delete, contents moved to ...
6538 * gdb.python/py-parameter.exp: ... here. New file.
6539 Add test for gdb.parameter ("directories").
6540
6541 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
6542
6543 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
6544 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
6545 * configure: Regenerate.
6546 * gdb.opencl/Makefile.in: New File.
6547 * gdb.opencl/datatypes.exp: Likewise.
6548 * gdb.opencl/datatypes.cl: Likewise.
6549 * gdb.opencl/operators.exp: Likewise.
6550 * gdb.opencl/operators.cl: Likewise.
6551 * gdb.opencl/vec_comps.exp: Likewise.
6552 * gdb.opencl/vec_comps.cl: Likewise.
6553 * gdb.opencl/convs_casts.exp: Likewise.
6554 * gdb.opencl/convs_casts.cl: Likewise.
6555 * lib/opencl.exp: Likewise.
6556 * lib/opencl_hostapp.c: Likewise.
6557 * lib/opencl_kernel.cl: Likewise.
6558 * lib/cl_util.c: Likewise.
6559 * lib/cl_util.c: Likewise.
6560 * gdb.base/default.exp (set language): Add "opencl" to the list of
6561 languages.
6562
6563 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
6564
6565 * gdb.cp/overload.exp: Added test for inheritance overload.
6566 * gdb.cp/overload.cc: Ditto.
6567 * gdb.cp/oranking.exp: Removed releveant kfails.
6568
6569 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6570 Joel Brobecker <brobecker@adacore.com>
6571
6572 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
6573 check test_compiler_info.
6574
6575 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
6576
6577 * gdb.base/gnu_vector.exp: Adjust expect messages.
6578
6579 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
6580
6581 * gdb.base/gnu_vector.exp: Add unary operator tests.
6582
6583 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
6584
6585 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
6586
6587 2010-11-02 Doug Evans <dje@google.com>
6588
6589 * gdb.python/py-pp-maint.c: New file.
6590 * gdb.python/py-pp-maint.exp: New file.
6591 * gdb.python/py-pp-maint.py: New file.
6592
6593 2010-11-02 Tom Tromey <tromey@redhat.com>
6594
6595 * gdb.base/default.exp: Remove "scheme" from language list.
6596
6597 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6598
6599 Revert:
6600 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6601 * gdb.threads/sigstep-threads.exp: New file.
6602 * gdb.threads/sigstep-threads.c: New file.
6603
6604 2010-10-20 Michael Snyder <msnyder@vmware.com>
6605
6606 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
6607
6608 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6609
6610 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
6611 Skip test completely if gdb,no_hardware_watchpoints.
6612
6613 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
6614
6615 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
6616 strict, but do not check for any particular function name within libc.
6617
6618 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6619
6620 * gdb.cp/smartp.exp: New test.
6621 * gdb.cp/smartp.cc : New test.
6622
6623 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
6624
6625 * gdb.cp/converts.exp: Test pointer to bool conversion.
6626 Test pointer to long conversion.
6627 * gdb.cp/oranking.exp: Removed relevant kfail.
6628
6629 2010-10-18 Tom Tromey <tromey@redhat.com>
6630
6631 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
6632 argument to lazy_string.
6633 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
6634 (pp_ls.to_string): Use it.
6635 * gdb.python/py-prettyprint.c (main): Move declarations to top.
6636 Add "estring2" local.
6637
6638 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6639
6640 Fix s390x compatibility.
6641 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
6642 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
6643
6644 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 * gdb.threads/sigstep-threads.exp: New file.
6647 * gdb.threads/sigstep-threads.c: New file.
6648
6649 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6650
6651 * gdb.base/pie-execl.exp: New file.
6652 * gdb.base/pie-execl.c: New file.
6653
6654 2010-10-13 Doug Evans <dje@google.com>
6655 Jan Kratochvil <jan.kratochvil@redhat.com>
6656
6657 PR exp/12117
6658 * gdb.cp/ptype-cv-cp.cc: New file.
6659 * gdb.cp/ptype-cv-cp.exp: New file.
6660
6661 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
6662
6663 * gdb.cp/converts.cc: New test program.
6664 * gdb.cp/converts.exp: New test.
6665 * gdb.cp/overload.exp: Added test for void* vs int*.
6666 * gdb.cp/overload.exp: Ditto.
6667 * gdb.cp/oranking.exp: Removed related kfail.
6668
6669 2010-10-13 Doug Evans <dje@google.com>
6670
6671 * lib/gdb-python.exp (gdb_check_python_config): New function.
6672 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
6673 * gdb.python/lib-types.cc: New file.
6674 * gdb.python/lib-types.exp: New file.
6675
6676 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6677
6678 * gdb.python/py-error.exp: New file.
6679 * gdb.python/py-error.py: New file.
6680
6681 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6682
6683 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
6684 gdb_test_multiple.
6685
6686 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 * gdb.base/break-interp.exp: Use ldlags for linking flags.
6689 * gdb.base/prelink.exp: Likewise.
6690 * gdb.base/solib-nodir.exp: Likewise.
6691 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
6692 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
6693 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
6694
6695 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
6696
6697 * break-interp.exp (test_ld): Use two separate gdb_expect statements
6698 for the "info files" test to avoid timeouts on slow machines.
6699
6700 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6701
6702 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
6703 (main): Make openlib dummy call.
6704
6705 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6706
6707 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
6708 * break-interp.exp (reach): Move the core body ...
6709 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
6710 (test_ld): Provide always real argument, even to the linker. Replace
6711 dl_main by _dl_debug_state.
6712
6713 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6714
6715 Fix results of prelinked PIEs on ppc*.
6716 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
6717 Accept also DISPLACEMENT "PRESENT".
6718 (main): Replace "ZERO" displacements by "PRESENT".
6719
6720 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
6721
6722 * gdb.cp/oranking.exp: New test.
6723 * gdb.cp/oranking.cc: New test program.
6724
6725 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
6726
6727 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
6728 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
6729
6730 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
6731
6732 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
6733 lush, lynx) New constant.
6734 * gdb.base/constvars.exp: Test const array types.
6735 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
6736
6737 2010-10-06 Doug Evans <dje@google.com>
6738
6739 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
6740 of syscall staging area.
6741
6742 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
6743
6744 * gdb.base/gnu_vector.c: Add variable c4.
6745 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
6746 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
6747
6748 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
6749
6750 * gdb.arch/altivec-abi.exp: Fix a typo.
6751
6752 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
6753
6754 * lib/mi-support.exp (thread_selected_re): Correct pattern used
6755 to match a thread ID.
6756
6757 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 Fix s390x testcase compatibility.
6760 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
6761
6762 2010-10-01 Doug Evans <dje@google.com>
6763
6764 * lib/gdb-python.exp: New file.
6765 * gdb.python/py-block.exp: Use it.
6766 * gdb.python/py-breakpoint.exp: Ditto.
6767 * gdb.python/py-frame.exp: Ditto.
6768 * gdb.python/py-inferior.exp: Ditto.
6769 * gdb.python/py-param.exp: Ditto.
6770 * gdb.python/py-prettyprint.exp: Ditto.
6771 * gdb.python/py-shared.exp: Ditto.
6772 * gdb.python/py-symbol.exp: Ditto.
6773 * gdb.python/py-symtab.exp: Ditto.
6774 * gdb.python/py-type.exp: Ditto.
6775 * gdb.python/py-value.exp: Ditto.
6776 * gdb.python/python.exp: Ditto.
6777
6778 2010-09-30 Tom Tromey <tromey@redhat.com>
6779
6780 * gdb.base/anon.exp: New file.
6781 * gdb.base/anon.c: New file.
6782
6783 2010-09-30 Tom Tromey <tromey@redhat.com>
6784
6785 * gdb.base/completion.exp: Test completion through anonymous
6786 union.
6787 * gdb.base/break1.c (struct some_struct): Add anonymous union.
6788
6789 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6790
6791 Fix printing parameters of inlined functions.
6792 * gdb.dwarf2/dw2-inline-param.exp: New file.
6793 * gdb.dwarf2/dw2-inline-param-main.c: New file.
6794 * gdb.dwarf2/dw2-inline-param.S: New file.
6795
6796 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6797
6798 PR corefiles/12071.
6799 * gdb.base/corefile.exp (quit with a process, no question: load core)
6800 (quit with a core file): New tests.
6801
6802 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 Fix GDB crash on inferior calls with self-referencing classes.
6805 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
6806 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
6807 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
6808
6809 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6810
6811 Fix lost siginfo_t for inferior calls.
6812 * gdb.base/siginfo-infcall.exp: New file.
6813 * gdb.base/siginfo-infcall.c: New file.
6814
6815 2010-09-22 Joel Brobecker <brobecker@adacore.com>
6816
6817 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
6818
6819 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
6820
6821 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
6822 New test.
6823 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
6824
6825 2010-09-22 Joel Brobecker <brobecker@adacore.com>
6826
6827 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
6828 type of our const type.
6829
6830 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
6831
6832 * gdb.cp/pr12028.cc: New.
6833 * gdb.cp/pr12028.exp: New.
6834
6835 2010-09-22 Joel Brobecker <brobecker@adacore.com>
6836
6837 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
6838
6839 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
6840 Jan Kratochvil <jan.kratochvil@redhat.com>
6841
6842 PR mi/11407
6843 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
6844 * gdb.mi/dw2-ref-missing-frame-main.c New File.
6845 * gdb.mi/dw2-ref-missing-frame.S New File.
6846 * gdb.mi/dw2-ref-missing-frame.exp New File.
6847
6848 2010-09-14 Tom Tromey <tromey@redhat.com>
6849
6850 PR symtab/8399:
6851 * gdb.threads/tls.exp: Remove kfail. Update expected output.
6852
6853 2010-09-14 Tom Tromey <tromey@redhat.com>
6854
6855 PR exp/11803:
6856 * gdb.threads/tls.exp: Use C++.
6857 (check_thread_local): Use K::another_thread_local.
6858 * gdb.threads/tls.c (class K): New.
6859 (another_thread_local): Now a member of K.
6860 (spin): Update. No longer K&R C.
6861
6862 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
6863
6864 * gdb.cp/koenig.cc: created class for testing member lookup.
6865 * gdb.cp/koenig.exp: Added test for member lookup.
6866
6867 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6868
6869 Fix false FAILs on sourcetree topdir directory containing "kill".
6870 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
6871 source line matching regexp.
6872
6873 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6874
6875 * gdb.python/python.exp (set height 0, collect help from uiout)
6876 (verify help to uiout): New tests.
6877
6878 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6879
6880 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
6881 is_lp64_target to check 64bit target.
6882
6883 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6884
6885 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
6886 (test_ld) <powerpc64-*>: New.
6887
6888 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6889
6890 * gdb.cp/templates.exp (test_template_args): Allow "struct".
6891
6892 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
6893
6894 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
6895 (FunctionArg::method): New function.
6896 (empty, arg): New variables.
6897 (main): Call arg.method.
6898 * gdb.cp/templates.exp (test_template_args): New function.
6899 (do_tests): Call it.
6900
6901 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
6902
6903 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
6904 of "next" to proceed over pthread_exit call.
6905
6906 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
6907
6908 * gdb.base/maint.exp: Avoid wildcards against potentially very long
6909 "maint print statistics" output to prevent expect timeouts.
6910
6911 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
6914 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6915 (test_float_rejected): ... here.
6916 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
6917 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6918 (test_float_rejected): ... here.
6919 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
6920 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6921 (test_float_rejected): ... here.
6922 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
6923 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
6924 (test_float_rejected): ... here.
6925
6926 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
6927
6928 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
6929 before disabling hardware watchpoints.
6930 (test_inaccessible_watchpoint): Check that hardware watchpoints
6931 are used. Test for watchpoints on a constant address.
6932
6933 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6934
6935 * gdb.base/ui-redirect.exp: New file.
6936
6937 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6938 Joel Brobecker <brobecker@adacore.com>
6939
6940 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
6941
6942 2010-08-31 Doug Evans <dje@google.com>
6943
6944 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
6945
6946 2010-08-30 Tom Tromey <tromey@redhat.com>
6947
6948 PR python/11792:
6949 * gdb.python/py-value.exp (test_subscript_regression): Add
6950 dynamic_type test.
6951
6952 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
6953
6954 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
6955 instead of running to main. Do not test the main function.
6956 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
6957 Add new main.
6958
6959 2010-08-26 Pedro Alves <pedro@codesourcery.com>
6960
6961 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
6962 one test.
6963
6964 2010-08-24 Doug Evans <dje@google.com>
6965
6966 PR symtab/11942
6967 * gdb.dwarf2/dw4-sig-types.cc: New file.
6968 * gdb.dwarf2/dw4-sig-types.h: New file.
6969 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
6970 * gdb.dwarf2/dw4-sig-types.exp: New file.
6971
6972 2010-08-23 Tom Tromey <tromey@redhat.com>
6973
6974 PR python/11145:
6975 * gdb.python/py-value.c (Base, Derived): New types.
6976 (base): New global.
6977 * gdb.python/py-value.exp (test_subscript_regression): Add
6978 dynamic_cast test.
6979
6980 2010-08-23 Tom Tromey <tromey@redhat.com>
6981
6982 PR python/10676:
6983 * gdb.python/py-type.exp (test_fields): Add tests for type
6984 equality.
6985
6986 2010-08-23 Tom Tromey <tromey@redhat.com>
6987
6988 PR python/11915:
6989 * gdb.python/py-type.exp (test_fields): Add tests for array.
6990
6991 2010-08-23 Keith Seitz <keiths@redhat.com>
6992
6993 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
6994 have any children. Create a new abbrev for it.
6995 Add missing terminal sequence to .debug_abbrev.
6996
6997 2010-08-20 Keith Seitz <keiths@redhat.com>
6998
6999 PR symtab/11465:
7000 * gdb.dwarf2/pr11465.exp: New test.
7001 * gdb.dwarf2/pr11465.S: New file.
7002 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
7003 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
7004
7005 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
7006
7007 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
7008 registers. Update data sets with the new v2_double element in the
7009 VSX register union. Add vector_register3_vr data set for the AltiVec
7010 registers. Use gdb_test_no_output instead of send_gdb.
7011
7012 2010-08-19 Pedro Alves <pedro@codesourcery.com>
7013
7014 * gdb.python/py-shared.exp: New file, factored out from
7015 python.exp.
7016 * gdb.python/py-shared.c: New file.
7017 * gdb.python/py-shared-sl.c: New file.
7018 * gdb.python/python-1.c: New file.
7019 * gdb.python/python-sl.c: Delete.
7020 * gdb.python/python.c: Mention python-1.c.
7021 * gdb.python/python.exp: Move shared library tests to
7022 py-shared.exp.
7023 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
7024 (MISCELLANEOUS): New.
7025 (clean mostlyclean): Also remove $MISCELLANEOUS.
7026
7027 2010-08-19 Doug Evans <dje@google.com>
7028
7029 PR exp/11926
7030 * gdb.base/printcmds.exp (test_float_accepted): New function.
7031 Move existing float tests there. Add tests for floats with suffixes.
7032 (test_float_rejected): New function.
7033 * gdb.java/jv-print.exp (test_float_accepted): New function.
7034 (test_float_rejected): New function.
7035 * gdb.objc/print.exp: New file.
7036 * gdb.pascal/print.exp: New file.
7037 * lib/objc.exp: New file.
7038
7039 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
7040
7041 * gdb.base/default.exp (info set): Avoid full buffer error and force
7042 reading up to final gdb prompt.
7043 (show): Likewise.
7044
7045 2010-08-18 Tom Tromey <tromey@redhat.com>
7046
7047 PR symtab/11919:
7048 * gdb.base/completion.exp: Add test.
7049
7050 2010-08-18 Doug Evans <dje@google.com>
7051
7052 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
7053 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
7054 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
7055 Simplify, early exit if runto_main fails.
7056 * gdb.fortran/exprs.exp: load_lib fortran.exp.
7057 (set_lang_fortran): Moved to lib/fortran.exp.
7058 * gdb.fortran/types.exp: load_lib fortran.exp.
7059 (set_lang_fortran): Moved to lib/fortran.exp.
7060 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
7061 * gdb.java/jprint.exp (set_lang_java): Ditto.
7062 * gdb.java/jv-exp.exp: load_lib java.exp.
7063 If set_lang_java fails, issue a warning instead of failure to be
7064 consistent with other set_lang_foo uses.
7065 (set_lang_java): Moved to lib/java.exp.
7066 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
7067 If set_lang_java fails, issue a warning instead of failure to be
7068 consistent with other set_lang_foo uses.
7069 * gdb.pascal/types.exp: load_lib pascal.exp.
7070 (set_lang_pascal): Moved to lib/pascal.exp.
7071 * lib/fortran.exp: New file.
7072 * lib/java.exp (set_lang_java): New function.
7073 * lib/pascal.exp (set_lang_pascal): New function.
7074
7075 2010-08-18 Yao Qi <yao@codesourcery.com
7076
7077 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
7078 func_nofb_start and func_loopfb_start, so that address of functions
7079 is equal to these labels on Thumb.
7080
7081 2010-08-18 Yao Qi <yao@codesourcery.com>
7082
7083 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
7084 to reflect latest c source file.
7085
7086 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7087
7088 * gdb.cp/infcall-dlopen.exp: New file.
7089 * gdb.cp/infcall-dlopen.cc: New file.
7090 * gdb.cp/infcall-dlopen-lib.cc: New file.
7091
7092 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7093 Pedro Alves <pedro@codesourcery.com>
7094
7095 PR breakpoints/11371
7096
7097 * gdb.base/watch-cond-infcall.exp: New file.
7098 * gdb.base/watch-cond-infcall.c: New file.
7099
7100 2010-08-16 Tom Tromey <tromey@redhat.com>
7101
7102 * gdb.base/help.exp: Update.
7103 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
7104 watchpoint.
7105 (test_watch_location): New proc.
7106 (test_watchpoint_in_big_blob): Delete watchpoint.
7107 * gdb.base/watchpoint.c (func5): New function.
7108 (main): Call it.
7109
7110 2010-08-16 Doug Evans <dje@google.com>
7111
7112 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
7113
7114 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7115
7116 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
7117 tests.
7118
7119 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
7120
7121 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
7122 * gdb.base/gnu_vector.c: New File.
7123 * gdb.base/gnu_vector.exp: Likewise.
7124
7125 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
7126
7127 * gdb.python/python.c: New File.
7128 * gdb.python/python-sl.c: New File.
7129 * gdb.python/python.exp: Test solib_address and decode_line
7130 * functions.
7131
7132 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7133
7134 * gdb.python/python.exp (show height, set height 10)
7135 (verify pagination beforehand, verify pagination beforehand: q)
7136 (gdb.execute does not page, verify pagination afterwards)
7137 (verify pagination afterwards: q): New.
7138
7139 2010-08-02 Doug Evans <dje@google.com>
7140
7141 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
7142 because of an older gcc, change test2
7143 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
7144 to unsupported.
7145
7146 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
7147
7148 * gdb.base/break-always.exp: Do not expect full paths to file
7149 names.
7150 * gdb.base/commands.exp: Likewise.
7151
7152 2010-07-30 Doug Evans <dje@google.com>
7153
7154 * gdb.cp/temargs.exp: For new tests that require newer gccs,
7155 xfail them when run with older gccs.
7156
7157 * lib/gdb.exp (build_executable): Forward "c++" option to
7158 get_compiler_info.
7159
7160 * gdb.python/py-type.exp (test_template): Mark as xfail tests
7161 "python print ttype.template_argument(1)" and
7162 "python print isinstance(ttype.template_argument(1), gdb.Value)"
7163 if using gcc 4.4 or earlier.
7164
7165 * gdb.base/valgrind-db-attach.exp: Use unique test name for
7166 attach-to-debugger handling.
7167
7168 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
7171 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
7172 (main): Use copyreloc.
7173 * gdb.base/prelink.exp (split debug of executable)
7174 (.dynbss vs. .bss address shift): New tests.
7175
7176 2010-07-29 Pedro Alves <pedro@codesourcery.com>
7177
7178 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
7179 in gdb_test_multiple.
7180
7181 2010-07-29 Pedro Alves <pedro@codesourcery.com>
7182
7183 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
7184 environment.
7185
7186 2010-07-28 Tom Tromey <tromey@redhat.com>
7187
7188 PR python/11060:
7189 * gdb.python/py-type.c (Temargs): New template.
7190 (temvar): New variable.
7191 * gdb.python/py-type.exp (test_template): New proc.
7192
7193 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
7194
7195 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
7196 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
7197
7198 2010-07-28 Tom Tromey <tromey@redhat.com>
7199
7200 PR c++/9946:
7201 * gdb.cp/temargs.exp: New file.
7202 * gdb.cp/temargs.cc: New file.
7203
7204 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7205
7206 * gdb.base/help.exp (help disassemble): Update the content.
7207
7208 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7209
7210 * gdb.threads/ia64-sigill.exp: New file.
7211 * gdb.threads/ia64-sigill.c: New file.
7212
7213 2010-07-27 Tom Tromey <tromey@redhat.com>
7214
7215 * gdb.opt/inline-cmds.c (ATTR): New define.
7216 (func1): Use it.
7217 (func2): Likewise.
7218 (func3): Likewise.
7219 (outer_inline1): Likewise.
7220 (outer_inline2): Likewise.
7221 * gdb.opt/inline-bt.c (ATTR): New define.
7222 (func1): Use it.
7223 (func2): Likewise.
7224 * gdb.opt/inline-locals.c (ATTR): New define.
7225 (func1): Use it.
7226 (func2): Likewise.
7227
7228 2010-07-27 Tom Tromey <tromey@redhat.com>
7229
7230 * gdb.stabs/gdb11479.c (hack): New function.
7231 (test): Use it.
7232 (test2): Use it.
7233 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
7234 (int32_search_buf, int64_search_buf): No longer static.
7235 (x): Remove.
7236 * gdb.base/relocate.c (hack): New function.
7237
7238 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
7239
7240 * gdb.python/py-value.exp (test_inferior_function_call): New function.
7241 * gdb.python/py-value.c (func1): New function.
7242 (func2): Likewise.
7243
7244 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
7245
7246 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
7247 as not to clash with .data section.
7248
7249 2010-07-26 Jerome Guitton <guitton@adacore.com>
7250
7251 * gdb.base/code_elim.exp: New file.
7252 * gdb.base/code_elim1.c: New file.
7253 * gdb.base/code_elim2.c: New file.
7254
7255 2010-07-21 Pedro Alves <pedro@codesourcery.com>
7256
7257 PR symtab/11827
7258
7259 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
7260 (some_volatile_enum): New variable.
7261 * gdb.base/printcmds.exp (test_print_enums): New.
7262 <top level>: Call it.
7263
7264 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
7265
7266 * gdb.cp/fpointer.cc: New test.
7267 * gdb.cp/fpointer.exp: New test.
7268
7269 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7270
7271 * gdb.base/solib-nodir.exp: New file.
7272 * lib/gdb.exp (runto): New case for a GDB internal error.
7273
7274 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7275 Ulrich Weigand <uweigand@de.ibm.com>
7276 Tom Tromey <tromey@redhat.com>
7277
7278 * gdb.base/charset-malloc.c: New file.
7279 * gdb.base/charset.c (malloc_stub): New prototype.
7280 (main): Call it instead of malloc itself.
7281 * gdb.base/charset.exp: Use only prepare_for_testing.
7282 (binfile): Remove the variable.
7283
7284 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7285
7286 Make core files the process_stratum.
7287 * gdb.base/corefile.exp (run: load core again)
7288 (run: sanity check we see the core file, run: with core)
7289 (run: core file is cleared, attach: load core again)
7290 (attach: sanity check we see the core file, attach: with core)
7291 (attach: core file is cleared): New tests.
7292 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
7293
7294 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
7295
7296 * gdb.arch/altivec-abi.exp: New tests.
7297
7298 2010-07-13 Tom Tromey <tromey@redhat.com>
7299
7300 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
7301 (main): Use it.
7302 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
7303
7304 2010-07-13 Tom Tromey <tromey@redhat.com>
7305
7306 * gdb.base/label.exp: New file.
7307 * gdb.base/label.c: New file.
7308
7309 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
7310 H.J. Lu <hongjiu.lu@intel.com>
7311
7312 * lib/gdb.exp (is_ilp32_target): New.
7313 (is_lp64_target): Likewise.
7314
7315 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
7316 target.
7317 * gdb.arch/amd64-disp-step.exp: Likewise.
7318 * gdb.arch/amd64-dword.exp: Likewise.
7319 * gdb.arch/amd64-i386-address.exp: Likewise.
7320 * gdb.arch/amd64-word.exp: Likewise.
7321
7322 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
7323 target.
7324 * gdb.arch/i386-bp_permanent.exp: Likewise.
7325 * gdb.arch/i386-byte.exp: Likewise.
7326 * gdb.arch/i386-disp-step.exp: Likewise.
7327 * gdb.arch/i386-gnu-cfi.exp: Likewise.
7328 * gdb.arch/i386-prologue.exp: Likewise.
7329 * gdb.arch/i386-size-overlap.exp: Likewise.
7330 * gdb.arch/i386-size.exp: Likewise.
7331 * gdb.arch/i386-sse.exp: Likewise.
7332 * gdb.arch/i386-unwind.exp: Likewise.
7333 * gdb.arch/i386-word.exp: Likewise.
7334
7335 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
7336 test only when building 64-bit executables. Do not hard-code
7337 -m64 option.
7338
7339 2010-07-07 Doug Evans <dje@google.com>
7340
7341 * lib/gdb.exp (gdb_test_list_exact): New function.
7342 * gdb.base/default.exp (show convenience): Call it, add tests for
7343 $_sdata = void, $_thread = 0.
7344
7345 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7346 Joel Brobecker <brobecker@adacore.com>
7347
7348 Fix re-run of PIE executable, PR shlibs/11776.
7349 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
7350 Remove $displacement_main to match the solib-svr4.c change. New "kill"
7351 and re-"run" of the inferior.
7352
7353 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7354 Joel Brobecker <brobecker@adacore.com>
7355
7356 Cope with missing /usr/sbin/prelink.
7357 * lib/prelink-support.exp (prelink_no):
7358 <result == 1 && $output is "no such file or directory">: New.
7359 (prelink_yes): Likewise. Return on failed prelink_no.
7360
7361 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7362 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
7365 build_executable by build_executable_own_libs. Replace "prelink -R"
7366 execution by a call of prelink_yes. Comment why "prelink -r" needs no
7367 change.
7368 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
7369 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
7370 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
7371 Replace build_executable by build_executable_own_libs's function
7372 build_executable_own_libs.
7373 (prelinkNO): Create new stub to call prelink_no.
7374 (prelinkYES): Create new stub to call prelink_yes.
7375 (test_attach): Rename calls of copy to file_copy.
7376 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
7377 (copy): Move to ...
7378 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
7379 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
7380 * gdb.base/prelink.exp: Disable testcase also for is_remote and
7381 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
7382 special flags by gdb_compile_shlib. Replace second gdb_compile by
7383 build_executable_own_libs. Replace "prelink -R" execution by a call of
7384 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
7385 a second call of prelink_yes. Replace restart commands by
7386 clean_restart.
7387 (prelink): Rename to ...
7388 (seen displacement message): ... this test. Extend its expectation
7389 strictness.
7390
7391 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7392
7393 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
7394 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
7395 displacement message exactly once.
7396
7397 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7398 Joel Brobecker <brobecker@adacore.com>
7399
7400 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
7401 its restore after the <$relink_args != ""> loop. new comment.
7402
7403 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7404 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
7407 code for it. New variable relink_args.
7408 (prelinkYES): Call prelinkNO.
7409 (test_attach): Accept new parameter relink_args. Re-prelink the binary
7410 in such case. Move the core code to ...
7411 (test_attach_gdb): ... a new function. Send GDB command "file".
7412 Extend expected "Attaching to " string.
7413
7414 2010-07-02 Tom Tromey <tromey@redhat.com>
7415
7416 * gdb.base/bitops.exp: Remove extraneous "pass".
7417
7418 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
7419
7420 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
7421
7422 2010-07-01 Pedro Alves <pedro@codesourcery.com>
7423
7424 * gdb.base/help.exp: Adjust expected output.
7425
7426 2010-07-01 Pedro Alves <pedro@codesourcery.com>
7427
7428 * gdb.base/help.exp: Adjust expected output.
7429
7430 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7431
7432 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
7433 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
7434 c++/11702.
7435
7436 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7437 Doug Evans <dje@google.com>
7438
7439 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
7440 add .dynamic entry'.
7441
7442 2010-06-29 Doug Evans <dje@google.com>
7443
7444 Test PR c++/11702.
7445 * gdb.cp/m-static.exp: Add testcase.
7446 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
7447
7448 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
7449 Tom Tromey <tromey@redhat.com>
7450 Thiago Jung Bauermann <bauerman@br.ibm.com>
7451
7452 * gdb.python/py-inferior.c: New File.
7453 * gdb.python/py-infthread.c: New File.
7454 * gdb.python/py-inferior.exp: New File.
7455 * gdb.python/py-infthread.exp: New File.
7456
7457 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7458
7459 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
7460 (ptype ::C::OtherFileClass typedefs): New.
7461 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
7462 (C::OtherFileClass::cOtherFileClassVar2): New.
7463 (C::OtherFileClass::cOtherFileClassVar_use): Use also
7464 cOtherFileClassVar2.
7465 (C::cOtherFileType2, C::cOtherFileVar2): New.
7466 (C::cOtherFileVar_use): use also cOtherFileVar2.
7467 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
7468
7469 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
7472 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
7473 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
7474 (print ::C::cOtherFileVar)
7475 (whatis C::OtherFileClass::cOtherFileClassType)
7476 (whatis ::C::OtherFileClass::cOtherFileClassType)
7477 (print C::OtherFileClass::cOtherFileClassVar)
7478 (print ::cOtherFileClassVar)
7479 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
7480 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
7481 trailing content.
7482 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
7483 (C::OtherFileClass::cOtherFileClassVar)
7484 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
7485 (C::cOtherFileVar, C::cOtherFileVar_use): New.
7486
7487 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7488
7489 Test PR c++/11703 and PR gdb/1448.
7490 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
7491 gdb/1448.
7492
7493 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
7496 (main) <rtti_data>: New.
7497 * gdb.cp/virtbase.exp (print rtti_data): New.
7498
7499 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7500 Joel Brobecker <brobecker@adacore.com>
7501
7502 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
7503
7504 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7505
7506 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
7507
7508 2010-06-28 Doug Evans <dje@google.com>
7509
7510 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
7511
7512 2010-06-27 Doug Evans <dje@google.com>
7513
7514 * gdb.cp/m-static.exp: Update expected test output.
7515
7516 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
7517
7518 * gdb.gdb/selftest.exp: Adjust expected message for
7519 capturing start-up runtime.
7520
7521 2010-06-25 Tom Tromey <tromey@redhat.com>
7522
7523 PR python/10808:
7524 * gdb.python/python.exp: Add new tests.
7525
7526 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
7527
7528 * gdb.cp/operator.cc: Created an import loop.
7529 * gdb.cp/operator.exp: Added testcase for import loop.
7530
7531 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 Test PR python/11407.
7534 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
7535 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
7536 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
7537 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
7538 executable_nofb and executable_fb. New variables srcsfile, objsfile,
7539 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
7540 binfile. Call gdb_compile with clean_restart twice.
7541 (func_nofb print, func_nofb backtrace, func_loopfb print)
7542 (func_loopfb backtrace): New.
7543
7544 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7545
7546 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
7547 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
7548 by a hand made one.
7549 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
7550 i?86 requirement. Remove variables srcfile and binfile. New variable
7551 sources, executable_nofb and executable_fb. Call prepare_for_testing.
7552
7553 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7554
7555 * gdb.cell/dwarfaddr.exp: New file.
7556 * gdb.cell/dwarfaddr.S: New file.
7557
7558 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7559
7560 Test PR 9436.
7561 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
7562
7563 2010-06-24 Hui Zhu <teawater@gmail.com>
7564
7565 * gdb.base/eval.exp: New file.
7566
7567 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7568
7569 * gdb.cell/fork.exp: New file.
7570 * gdb.cell/fork.c: Likewise.
7571 * gdb.cell/fork-spu.c: Likewise.
7572
7573 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
7574
7575 * lib/gdb.exp (banned_variables_traced): New global variable.
7576 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
7577 (gdb_init): Use `trace add variable' instead of obsolete
7578 `trace variable'.
7579
7580 2010-06-21 Doug Evans <dje@google.com>
7581
7582 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
7583
7584 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7585
7586 * gdb.arch/spu-ls.exp: New file.
7587 * gdb.arch/spu-ls.c: Likewise.
7588
7589 2010-06-18 Stan Shebs <stan@codesourcery.com>
7590
7591 * gdb.threads/thread-specific.exp: Add tests of $_thread.
7592
7593 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7594
7595 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
7596 * gdb.base/watch-cond.exp: Likewise.
7597 * gdb.python/py-breakpoint.exp: Likewise.
7598
7599 2010-06-18 Pedro Alves <pedro@codesourcery.com>
7600
7601 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
7602 clean_restart, make sure every test has a distinct message, and
7603 that messages don't include the executable' full path.
7604
7605 2010-06-17 Doug Evans <dje@google.com>
7606
7607 * gdb.arch/i386-size.exp: Updated expected output for
7608 DISASSEMBLY_OMIT_FNAME.
7609
7610 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7611 Sergio Durigan Junior <sergiodj@redhat.com>
7612
7613 * gdb.base/watch-notconst.c: New file.
7614 * gdb.base/watch-notconst.S: New file.
7615 * gdb.base/watch-notconst2.c: New file.
7616 * gdb.base/watch-notconst2.S: New file.
7617 * gdb.base/watch-notconst.exp: New file.
7618 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
7619 (func4): Add operations on `global_ptr_ptr'.
7620 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
7621 routine to test watchpoints created with a constant expression.
7622 (test_inaccessible_watchpoint): Include tests for watchpoints
7623 created with a constant expression.
7624
7625 2010-06-14 Kevin Buettner <kevinb@redhat.com>
7626
7627 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
7628 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
7629 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
7630 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
7631 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
7632 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
7633 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
7634 of `_start'.
7635
7636 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7637
7638 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
7639 not supported on the target.
7640 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7641 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7642 * gdb.mi/mi-nsintrall.exp: Likewise.
7643 * gdb.mi/mi-nsmoribund.exp: Likewise.
7644 * gdb.mi/mi-nsthrexec.exp: Likewise.
7645
7646 2010-06-11 Stan Shebs <stan@codesourcery.com>
7647
7648 * gdb.base/permissions.exp: New file.
7649
7650 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7651
7652 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
7653 does not support ELF executable class.
7654
7655 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7656
7657 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
7658
7659 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7660
7661 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
7662 (runto): Catch "The target does not support running in non-stop mode.".
7663
7664 2010-06-11 Michael Snyder <msnyder@vmware.com>
7665
7666 * gdb.base/setshow.exp (set language asm): Don't use
7667 gdb_test_no_output, fails on some targets.
7668
7669 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7670
7671 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
7672 * gdb.cp/pr9167.exp: Likewise.
7673
7674 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7675
7676 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
7677
7678 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7679
7680 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
7681
7682 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7683
7684 * gdb.base/charset.c (main): Make sure malloc gets linked in.
7685
7686 2010-06-11 Tom Tromey <tromey@redhat.com>
7687
7688 PR gdb/9977, PR exp/11636::
7689 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
7690 (pieces_test_f6): Update expected output.
7691
7692 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7693
7694 * gdb.base/moribund-step.exp: New.
7695
7696 2010-06-08 Michael Snyder <msnyder@vmware.com>
7697
7698 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
7699 * gdb.ada/boolean_expr.exp:
7700 * gdb.ada/frame_args.exp: Ditto.
7701 * gdb.ada/lang_switch.exp: Ditto.
7702 * gdb.ada/ptype_arith_binop.exp: Ditto.
7703 * gdb.ada/ref_param.exp: Ditto.
7704 * gdb.ada/type_coercion.exp:Ditto.
7705
7706 * gdb.asm/asm-source.exp: Ditto.
7707
7708 * gdb.base/attach.exp: Ditto.
7709 * gdb.base/bitfields2.exp: Ditto.
7710 * gdb.base/call-signal-resume.exp: Ditto.
7711 * gdb.base/callfuncs.exp: Ditto.
7712 * gdb.base/commands.exp: Ditto.
7713 * gdb.base/dbx.exp: Ditto.
7714 * gdb.base/default.exp: Ditto.
7715 * gdb.base/dump.exp: Ditto.
7716 * gdb.base/exprs.exp: Ditto.
7717 * gdb.base/freebpcmd.exp: Ditto.
7718 * gdb.base/interrupt.exp: Ditto.
7719 * gdb.base/list.exp: Ditto.
7720 * gdb.base/long_long.exp: Ditto.
7721 * gdb.base/maint.exp: Ditto.
7722 * gdb.base/ptype.exp: Ditto.
7723 * gdb.base/return.exp: Ditto.
7724 * gdb.base/setshow.exp: Ditto.
7725 * gdb.base/sigbpt.exp: Ditto.
7726 * gdb.base/sigrepeat.exp: Ditto.
7727
7728 * gdb.cp/classes.exp: Ditto.
7729
7730 * gdb.dwarf2/dw2-restore.exp: Ditto.
7731
7732 * gdb.gdb/selftest.exp: Ditto.
7733
7734 * gdb.multi/base.exp: Ditto.
7735 * gdb.multi/bkpt-multi-exec.exp: Ditto.
7736
7737 * gdb.python/py-block.exp: Ditto.
7738 * gdb.python/py-prettyprint.exp: Ditto.
7739 * gdb.python/py-template.exp: Ditto.
7740
7741 * gdb.server/ext-attach.exp: Ditto.
7742 * gdb.server/ext-run.exp: Ditto.
7743 * gdb.server/server-mon.exp: Ditto.
7744
7745 * gdb.threads/fork-thread-pending.exp: Ditto.
7746 * gdb.threads/hand-call-in-threads.exp: Ditto.
7747 * gdb.threads/interrupted-hand-call.exp: Ditto.
7748 * gdb.threads/linux-dp.exp: Ditto.
7749 * gdb.threads/manythreads.exp: Ditto.
7750 * gdb.threads/print-threads.exp: Ditto.
7751 * gdb.threads/pthreads.exp: Ditto.
7752 * gdb.threads/schedlock.exp: Ditto.
7753 * gdb.threads/thread-unwindonsignal.exp: Ditto.
7754 * gdb.threads/threadapply.exp: Ditto.
7755
7756 2010-06-08 Michael Snyder <msnyder@vmware.com>
7757
7758 * gdb.ada/exec_changed.exp:
7759 Use ".*" instead of "" as wildcard regexp.
7760
7761 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
7762 * gdb.base/call-ar-st.exp: Ditto.
7763 * gdb.base/checkpoint.exp: Ditto.
7764 * gdb.base/default.exp: Ditto.
7765 * gdb.base/dump.exp: Ditto.
7766 * gdb.base/ending-run.exp: Ditto.
7767 * gdb.base/fileio.exp: Ditto.
7768 * gdb.base/miscexprs.exp: Ditto.
7769 * gdb.base/pointers.exp: Ditto.
7770 * gdb.base/readline.exp: Ditto.
7771 * gdb.base/reread.exp: Ditto.
7772 * gdb.base/restore.exp: Ditto.
7773 * gdb.base/shlib-call.exp: Ditto.
7774 * gdb.base/valgrind-db-attach.exp: Ditto.
7775 * gdb.base/volatile.exp: Ditto.
7776 * gdb.base/watchpoints.exp: Ditto.
7777
7778 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
7779
7780 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
7781 * gdb.python/py-value.exp: Ditto.
7782
7783 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
7784 * gdb.trace/circ.exp: Ditto.
7785 * gdb.trace/collection.exp: Ditto.
7786 * gdb.trace/packetlen.exp: Ditto.
7787 * gdb.trace/passc-dyn.exp: Ditto.
7788 * gdb.trace/report.exp: Ditto.
7789 * gdb.trace/tfile.exp: Ditto.
7790 * gdb.trace/tfind.exp: Ditto.
7791 * gdb.trace/while-dyn.exp: Ditto.
7792
7793 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7794
7795 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
7796
7797 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7798
7799 Test PR 10640.
7800 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
7801
7802 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
7803
7804 * gdb.cp/koenig.exp: Test for ADL operators.
7805 * gdb.cp/koenig.cc: Added ADL operators.
7806 * gdb.cp/operator.exp: New test.
7807 * gdb.cp/operator.cc: New test.
7808
7809 2010-06-04 Michael Snyder <msnyder@vmware.com>
7810
7811 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
7812 * gdb.base/pending.exp: Ditto.
7813
7814 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
7815
7816 2010-06-04 Doug Evans <dje@google.com>
7817
7818 * gdb.python/py-prettyprint.exp: Add new test for enabled and
7819 disabled printers.
7820 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
7821 (enable_lookup_function): New function.
7822
7823 2010-06-04 Tom Tromey <tromey@redhat.com>
7824
7825 * gdb.python/py-value.exp (test_value_hash): Don't test equality
7826 of hash and id.
7827
7828 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7829
7830 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
7831 newline.
7832 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
7833 (empty verbose non-noisy clear, empty verbose noisy clear)
7834 (empty non-verbose noisy clear): Likewise.
7835
7836 2010-06-03 Michael Snyder <msnyder@vmware.com>
7837
7838 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
7839 * gdb.base/display.exp: Ditto.
7840 * gdb.base/find.exp: Ditto.
7841 * gdb.base/ifelse.exp: Ditto.
7842 * gdb.base/multi-forks.exp: Ditto.
7843 * gdb.base/recurse.exp: Ditto.
7844 * gdb.base/setshow.exp: Ditto.
7845 * gdb.base/value-double-free.exp: Ditto.
7846 * gdb.base/watch-vfork.exp: Ditto.
7847 * gdb.base/watch_thread_num.exp: Ditto.
7848 * gdb.base/watchpoint-solib.exp: Ditto.
7849 * gdb.base/watchpoint.exp: Ditto.
7850 * gdb.base/watchpoints.exp: Ditto.
7851
7852 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
7853 * gdb.cp/overload.exp: Ditto.
7854 * gdb.cp/virtfunc.exp: Ditto.
7855
7856 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
7857
7858 * gdb.reverse/watch-precsave.exp:
7859 Replace gdb_test with gdb_test_no_output.
7860
7861 * gdb.threads/attach-into-signal.exp:
7862 Replace gdb_test with gdb_test_no_output.
7863 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
7864 * gdb.threads/watchthreads.exp: Ditto.
7865 * gdb.threads/watchthreads2.exp: Ditto.
7866
7867 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
7868 * gdb.trace/tfind.exp: Ditto.
7869
7870 2010-06-03 Joel Brobecker <brobecker@adacore.com>
7871
7872 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
7873 successful test if message is the empty string.
7874
7875 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 * gdb.fortran/module.exp (stopped language detection): New test.
7878
7879 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7880
7881 Support DW_TAG_module as separate namespaces.
7882 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
7883 gdb.fortran/library-module-lib.f90: New.
7884 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
7885 (print i): Remove.
7886 (continue to breakpoint: i-is-1, print var_i value 1)
7887 (continue to breakpoint: i-is-2, print var_i value 2)
7888 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
7889 (print var_d, print var_i value 14, ptype modmany, complete `modm)
7890 (complete `modmany, complete `modmany`, complete `modmany`var)
7891 (show language, setting breakpoint at module): New tests.
7892 * gdb.fortran/module.f90 (module mod): Remove.
7893 (module mod1, module mod2, module modmany, subroutine sub1)
7894 (subroutine sub2, program module): New.
7895
7896 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7897
7898 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
7899 (print value of rUC, print value of rI, print value of UI): ... here.
7900 * gdb.cp/anon-union.exp (pass): Rename to ...
7901 (print z 2): ... here.
7902
7903 2010-06-02 Michael Snyder <msnyder@vmware.com>
7904
7905 * gdb.trace/actions.exp: Use gdb_test_no_output.
7906 * gdb.trace/circ.exp: Ditto.
7907 * gdb.trace/packetlen.exp: Ditto.
7908 * gdb.trace/save-trace.exp: Ditto.
7909 * gdb.trace/tracecmd.exp: Ditto.
7910 * gdb.trace/tsv.exp: Ditto.
7911
7912 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
7913 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
7914 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
7915 * gdb.threads/manythreads.exp: Ditto.
7916 * gdb.threads/print-threads.exp: Ditto.
7917 * gdb.threads/pthreads.exp: Ditto.
7918 * gdb.threads/schedlock.exp: Ditto.
7919 * gdb.threads/staticthreads.exp: Ditto.
7920 * gdb.threads/thread-specific.exp: Ditto.
7921 * gdb.threads/thread-unwindonsignal.exp: Ditto.
7922 * gdb.threads/threadapply.exp: Ditto.
7923 * gdb.threads/watchthreads.exp: Ditto.
7924 * gdb.threads/watchthreads2.exp: Ditto.
7925
7926 * gdb.python/py-block.exp: Use gdb_test_no_output.
7927 * gdb.python/py-prettyprint.exp: Ditto.
7928 * gdb.python/py-template.exp: Ditto.
7929 * gdb.python/py-value.exp: Ditto.
7930
7931 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
7932 * gdb.reverse/watch-reverse.exp: Ditto.
7933
7934 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
7935 * gdb.server/ext-run.exp: Ditto.
7936
7937 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
7938 * gdb.dwarf2/dw2-compressed.exp: Ditto.
7939 * gdb.dwarf2/dw2-intercu.exp: Ditto.
7940 * gdb.dwarf2/dw2-intermix.exp: Ditto.
7941 * gdb.dwarf2/dw2-producer.exp: Ditto.
7942 * gdb.dwarf2/mac-fileno.exp: Ditto.
7943
7944 * gdb.gdb/observer.exp: Use gdb_test_no_output.
7945 * gdb.gdb/selftest.exp: Ditto.
7946
7947 * gdb.multi/base.exp: Use gdb_test_no_output.
7948
7949 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
7950
7951 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7952
7953 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
7954
7955 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
7956
7957 * gdb.cp/class2.exp: Use gdb_test_no_output.
7958 * gdb.cp/classes.exp: Ditto.
7959 * gdb.cp/extern-c.exp: Ditto.
7960 * gdb.cp/inherit.exp: Ditto.
7961 * gdb.cp/maint.exp: Ditto.
7962 * gdb.cp/mb-inline.exp: Ditto.
7963 * gdb.cp/mb-templates.exp: Ditto.
7964 * gdb.cp/method2.exp: Ditto.
7965 * gdb.cp/misc.exp: Ditto.
7966 * gdb.cp/ovldbreak.exp: Ditto.
7967 * gdb.cp/punctuator.exp: Ditto.
7968 * gdb.cp/templates.exp: Ditto.
7969 * gdb.cp/virtbase.exp: Ditto.
7970
7971 * gdb.threads/attach-stopped.exp:
7972 Replace uses of send_gdb / gdb_expect.
7973 * gdb.threads/attachstop-mt.exp:
7974 Replace uses of send_gdb / gdb_expect.
7975 * gdb.threads/gcore-thread.exp:
7976 Replace uses of send_gdb / gdb_expect.
7977 * gdb.threads/hand-call-in-threads.exp:
7978 Replace uses of send_gdb / gdb_expect.
7979 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
7980 * gdb.threads/print-threads.exp:
7981 Replace uses of send_gdb / gdb_expect.
7982 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
7983 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
7984 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
7985
7986 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
7987 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
7988 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
7989 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
7990 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
7991 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
7992 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
7993 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
7994 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
7995 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
7996 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
7997
7998 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7999
8000 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
8001
8002 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
8003
8004 * gdb.cp/koenig.exp: Added new test case.
8005 * gdb.cp/koenig.cc: Ditto.
8006
8007 2010-06-01 Michael Snyder <msnyder@vmware.com>
8008
8009 * gdb.base/arithmet.exp: Use gdb_test_no_output.
8010 * gdb.base/arrayidx.exp: Ditto.
8011 * gdb.base/attach.exp: Ditto.
8012 * gdb.base/auxv.exp: Ditto.
8013 * gdb.base/bigcre.exp: Ditto.
8014 * gdb.base/break-always.exp: Ditto.
8015 * gdb.base/break-interp.exp: Ditto.
8016 * gdb.base/break.exp: Ditto.
8017 * gdb.base/breakpoint-shadow.exp: Ditto.
8018 * gdb.base/call-ar-st.exp: Ditto.
8019 * gdb.base/call-sc.exp: Ditto.
8020 * gdb.base/call-signal-resume.exp: Ditto.
8021 * gdb.base/callfuncs.exp: Ditto.
8022 * gdb.base/catch-syscall.exp: Ditto.
8023 * gdb.base/charset.exp: Ditto.
8024 * gdb.base/code-expr.exp: Ditto.
8025 * gdb.base/commands.exp: Ditto.
8026 * gdb.base/cond-expr.exp: Ditto.
8027 * gdb.base/condbreak.exp: Ditto.
8028 * gdb.base/cursal.exp: Ditto.
8029 * gdb.base/cvexpr.exp: Ditto.
8030 * gdb.base/default.exp: Ditto.
8031 * gdb.base/del.exp: Ditto.
8032 * gdb.base/detach.exp: Ditto.
8033 * gdb.base/display.exp: Ditto.
8034 * gdb.base/ena-dis-br.exp: Ditto.
8035 * gdb.base/eval-skip.exp: Ditto.
8036 * gdb.base/foll-fork.exp: Ditto.
8037 * gdb.base/foll-vfork.exp: Ditto.
8038 * gdb.base/frame-args.exp: Ditto.
8039 * gdb.base/funcargs.exp: Ditto.
8040 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8041 * gdb.base/gdbvars.exp: Ditto.
8042 * gdb.base/help.exp: Ditto.
8043 * gdb.base/ifelse.exp: Ditto.
8044 * gdb.base/included.exp: Ditto.
8045 * gdb.base/list.exp: Ditto.
8046 * gdb.base/macscp.exp: Ditto.
8047 * gdb.base/maint.exp: Ditto.
8048 * gdb.base/multi-fork.exp: Ditto.
8049 * gdb.base/overlays.exp: Ditto.
8050 * gdb.base/page.exp: Ditto.
8051 * gdb.base/pending.exp: Ditto.
8052 * gdb.base/pointers.exp: Ditto.
8053 * gdb.base/pr11022.exp: Ditto.
8054 * gdb.base/prelink.exp: Ditto.
8055 * gdb.base/printcmds.exp: Ditto.
8056 * gdb.base/psymtab.exp: Ditto.
8057 * gdb.base/randomize.exp: Ditto.
8058 * gdb.base/relational.exp: Ditto.
8059 * gdb.base/relocate.exp: Ditto.
8060 * gdb.base/remote.exp: Ditto.
8061 * gdb.base/sepdebug.exp: Ditto.
8062 * gdb.base/set-lang-auto.exp: Ditto.
8063 * gdb.base/setshow.exp: Ditto.
8064 * gdb.base/setvar.exp: Ditto.
8065 * gdb.base/signals.exp: Ditto.
8066 * gdb.base/signull.exp: Ditto.
8067 * gdb.base/sigstep.exp: Ditto.
8068 * gdb.base/sizeof.exp: Ditto.
8069 * gdb.base/solib-disc.exp: Ditto.
8070 * gdb.base/store.exp: Ditto.
8071 * gdb.base/structs.exp: Ditto.
8072 * gdb.base/structs2.exp: Ditto.
8073 * gdb.base/subst.exp: Ditto.
8074 * gdb.base/term.exp: Ditto.
8075 * gdb.base/trace-commands.exp: Ditto.
8076 * gdb.base/unwindonsignal.exp: Ditto.
8077 * gdb.base/valgrind-db-attach.exp: Ditto.
8078 * gdb.base/varargs.exp: Ditto.
8079 * gdb.base/watch-cond.exp: Ditto.
8080 * gdb.base/watch_thread_num.exp: Ditto.
8081 * gdb.base/watchpoint-cond-gone.exp: Ditto.
8082 * gdb.base/watchpoint.exp: Ditto.
8083 * gdb.base/whatis-exp.exp: Ditto.
8084
8085 2010-06-01 Michael Snyder <msnyder@vmware.com>
8086
8087 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
8088 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
8089 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
8090 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
8091 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
8092 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
8093 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
8094 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
8095 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
8096 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
8097 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
8098 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
8099 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
8100 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
8101 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
8102
8103 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8104
8105 * gdb.base/commands.exp (begin commands on watch): Remove excessive
8106 trailing newline.
8107 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
8108 * gdb.java/jmisc.exp (p *args\n): Rename to ...
8109 (p *args): ... here and remove excessive trailing newline.
8110
8111 2010-05-31 Joel Brobecker <brobecker@adacore.com>
8112
8113 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
8114
8115 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 Accept the new Linux kernel "t (tracing stop)" string.
8118 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
8119 Update comment.
8120 (state_wait) <T (tracing stop)>: New.
8121 (main): Update the state_wait expect string.
8122
8123 2010-05-28 Pedro Alves <pedro@codesourcery.com>
8124
8125 * limits.c, limits.exp: Delete files.
8126 * Makefile.in (clean mostlyclean): Adjust.
8127 * tracecmd.exp: Adjust.
8128
8129 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8130
8131 * gdb.base/tui-layout.exp: New.
8132
8133 2010-05-28 Michael Snyder <msnyder@vmware.com>
8134
8135 * gdb.reverse/break-precsave.exp:
8136 Replace uses of send_gdb / gdb_expect.
8137 * gdb.reverse/break-reverse.exp:
8138 Replace uses of send_gdb / gdb_expect.
8139 * gdb.reverse/consecutive-precsave.exp:
8140 Replace uses of send_gdb / gdb_expect.
8141 * gdb.reverse/consecutive-reverse.exp:
8142 Replace uses of send_gdb / gdb_expect.
8143 * gdb.reverse/finish-precsave.exp:
8144 Replace uses of send_gdb / gdb_expect.
8145 * gdb.reverse/finish-reverse.exp:
8146 Replace uses of send_gdb / gdb_expect.
8147 * gdb.reverse/i386-precsave.exp:
8148 Replace uses of send_gdb / gdb_expect.
8149 * gdb.reverse/i386-reverse.exp:
8150 Replace uses of send_gdb / gdb_expect.
8151 * gdb.reverse/i386-sse-reverse.exp:
8152 Replace uses of send_gdb / gdb_expect.
8153 * gdb.reverse/i387-env-reverse.exp:
8154 Replace uses of send_gdb / gdb_expect.
8155 * gdb.reverse/i387-stack-reverse.exp:
8156 Replace uses of send_gdb / gdb_expect.
8157 * gdb.reverse/machinestate-precsave.exp:
8158 Replace uses of send_gdb / gdb_expect.
8159 * gdb.reverse/machinestate.exp:
8160 Replace uses of send_gdb / gdb_expect.
8161 * gdb.reverse/sigall-precsave.exp:
8162 Replace uses of send_gdb / gdb_expect.
8163 * gdb.reverse/sigall-reverse.exp:
8164 Replace uses of send_gdb / gdb_expect.
8165 * gdb.reverse/solib-precsave.exp:
8166 Replace uses of send_gdb / gdb_expect.
8167 * gdb.reverse/solib-reverse.exp:
8168 Replace uses of send_gdb / gdb_expect.
8169 * gdb.reverse/step-precsave.exp:
8170 Replace uses of send_gdb / gdb_expect.
8171 * gdb.reverse/step-reverse.exp:
8172 Replace uses of send_gdb / gdb_expect.
8173 * gdb.reverse/until-precsave.exp:
8174 Replace uses of send_gdb / gdb_expect.
8175 * gdb.reverse/until-reverse.exp:
8176 Replace uses of send_gdb / gdb_expect.
8177 * gdb.reverse/watch-precsave.exp:
8178 Replace uses of send_gdb / gdb_expect.
8179 * gdb.reverse/watch-reverse.exp:
8180 Replace uses of send_gdb / gdb_expect.
8181
8182 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8183
8184 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
8185 excessive newline.
8186
8187 2010-05-27 Michael Snyder <msnyder@vmware.com>
8188
8189 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
8190 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
8191 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
8192 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
8193 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
8194 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
8195 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
8196 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
8197 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
8198 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
8199 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
8200 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
8201 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
8202 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
8203 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
8204 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
8205 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
8206 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
8207 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
8208
8209 2010-05-26 Michael Snyder <msnyder@vmware.com>
8210
8211 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
8212 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
8213
8214 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
8215 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
8216 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
8217
8218 * gdb.reverse/consecutive-reverse.exp:
8219 Replace uses of send_gdb / gdb_expect.
8220 * gdb.reverse/consecutive-precsave.exp:
8221 Replace uses of send_gdb / gdb_expect.
8222
8223 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
8224 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
8225 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
8226 * gdb.mi/mi-ns-stale-regcache.exp:
8227 Replace uses of send_gdb / gdb_expect.
8228 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
8229 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
8230 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
8231 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
8232 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
8233 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
8234 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
8235 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
8236 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
8237
8238 2010-05-26 Michael Snyder <msnyder@vmware.com>
8239
8240 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
8241
8242 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
8243
8244 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
8245 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
8246 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
8247 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
8248 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
8249 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
8250 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
8251 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
8252 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
8253
8254 2010-05-25 Tom Tromey <tromey@redhat.com>
8255
8256 * gdb.base/macscp.exp: Add missing space after setup_kfail.
8257
8258 2010-05-25 Tom Tromey <tromey@redhat.com>
8259
8260 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
8261 argument order.
8262 * gdb.base/macscp.exp: Fix setup_kfail argument order.
8263 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
8264 order.
8265 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
8266 order.
8267 * gdb.base/call-sc.exp (setup_kfails): Remove.
8268 (setup_compiler_kfails): Remove.
8269 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
8270 argument order.
8271 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
8272 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
8273 (advancei): Fix setup_kfail argument order.
8274 * gdb.base/radix.exp: Fix setup_kfail argument order.
8275 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
8276 order.
8277 * gdb.base/structs.exp (setup_kfails): Remove.
8278 (setup_compiler_kfails): Fix setup_kfail argument order.
8279 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
8280 order.
8281 * gdb.java/jmain.exp: Fix setup_kfail argument order.
8282 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
8283 setup_kfail argument order.
8284 * gdb.cp/overload.exp: Fix setup_kfail argument order.
8285
8286 2010-05-25 Tom Tromey <tromey@redhat.com>
8287
8288 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
8289
8290 2010-05-25 Michael Snyder <msnyder@vmware.com>
8291
8292 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
8293 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
8294 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
8295 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
8296 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
8297 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
8298 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
8299 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
8300 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
8301 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
8302 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
8303 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
8304 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
8305 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
8306 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
8307 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
8308 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
8309 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
8310 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
8311 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
8312 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
8313 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
8314 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
8315 * gdb.base/default.exp: Replace send_gdb with gdb_test.
8316 * gdb.base/define.exp: Replace send_gdb with gdb_test.
8317 * gdb.base/display.exp: Replace send_gdb with gdb_test.
8318 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
8319 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
8320 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
8321 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
8322 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
8323 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
8324 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
8325 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
8326 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
8327 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
8328 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
8329 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
8330 * gdb.base/help.exp: Replace send_gdb with gdb_test.
8331 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
8332 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
8333 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
8334 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
8335 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
8336 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
8337 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
8338 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
8339 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
8340
8341 2010-05-25 Doug Evans <dje@google.com>
8342
8343 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
8344 gdb.string_to_argv.
8345
8346 2010-05-21 Tom Tromey <tromey@redhat.com>
8347
8348 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
8349 Call it.
8350 * gdb.dwarf2/pieces.S: Update.
8351 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
8352
8353 2010-05-21 Tom Tromey <tromey@redhat.com>
8354
8355 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
8356 Call it.
8357 * gdb.dwarf2/pieces.c (struct C): New.
8358 (f6): New function.
8359 * gdb.dwarf2/pieces.S: Replace.
8360
8361 2010-05-21 Tom Tromey <tromey@redhat.com>
8362
8363 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
8364 Call it.
8365
8366 2010-05-21 Tom Tromey <tromey@redhat.com>
8367
8368 * gdb.dwarf2.pieces.exp: New file.
8369 * gdb.dwarf2.pieces.S: New file.
8370 * gdb.dwarf2.pieces.c: New file.
8371
8372 2010-05-20 Pedro Alves <pedro@codesourcery.com>
8373 Joel Brobecker <brobecker@adacore.com>
8374
8375 * lib/gdb.exp (gdb_test_no_output): New function.
8376 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
8377 when testing commands that should produce no output.
8378
8379 2010-05-17 Joel Brobecker <brobecker@adacore.com>
8380
8381 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
8382 parameter that we want to watch being a constant.
8383
8384 2010-05-17 Joel Brobecker <brobecker@adacore.com>
8385
8386 * gdb.ada/cond_lang: New testcase.
8387
8388 2010-05-17 Joel Brobecker <brobecker@adacore.com>
8389
8390 * lib/gdb.exp (banned_variables): New variable/constant.
8391 (gdb_init): Add write trace on variables listed in banned_variables.
8392 (gdb_finish): Remove write traces on variables listed in
8393 banned_variables.
8394
8395 2010-05-17 Joel Brobecker <brobecker@adacore.com>
8396
8397 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
8398 * gdb.cp/koenig.exp: Likewise.
8399
8400 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
8401
8402 PR python/11482
8403
8404 * gdb.python/py-value.exp (test_value_hash): New function.
8405
8406 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
8407
8408 PR exp/11530.
8409 * gdb.base/gdb11530.c: New file.
8410 * gdb.base/gdb11530.exp: New file.
8411
8412 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8413
8414 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
8415 * gdb.dwarf2/dw2-modula2-self-type.S: New.
8416
8417 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
8418
8419 * gdb.cp/koenig.exp: New test.
8420 * gdb.cp/koenig.cc: New test program.
8421
8422 2010-05-05 Joel Brobecker <brobecker@adacore.com>
8423
8424 Remove the use of prms_id and bug_id throughout the testsuite.
8425
8426 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
8427
8428 PR exp/11349.
8429 * testsuite/gdb.cp/ref-types.exp: Add test to examine
8430 use a reference local variable.
8431
8432 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8433
8434 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
8435 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
8436 variable different_dir. Move debugfile into a full directory pathname
8437 under DIFFERENT_DIR.
8438 * lib/gdb.exp (separate_debug_filename): Remove.
8439 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
8440 variable debug_dir and mkdir of it. Update function comments.
8441
8442 2010-04-29 Pedro Alves <pedro@codesourcery.com>
8443
8444 PR gdb/11557
8445
8446 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
8447 files.
8448
8449 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
8450
8451 * gdb.python/py-param.exp: New File.
8452
8453 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
8454
8455 * gdb.base/default.exp: Fix "set language" test.
8456
8457 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
8458
8459 PR breakpoints/11531.
8460 * gdb.base/gdb11531.c: New file.
8461 * gdb.base/gdb11531.exp: New file.
8462
8463 2010-04-26 Tom Tromey <tromey@redhat.com>
8464
8465 * gdb.base/completion.exp: Add tests for completion and deprecated
8466 commands.
8467
8468 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8469
8470 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
8471 (print /x char_array): Escape curly brackets.
8472
8473 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Fix deadlock on looped list of loaded shared objects.
8476 * gdb.base/solib-corrupted.exp: New.
8477
8478 2010-04-23 Doug Evans <dje@google.com>
8479
8480 * gdb.python/py-section-script.c: New file.
8481 * gdb.python/py-section-script.exp: New file.
8482 * gdb.python/py-section-script.py: New file.
8483
8484 2010-04-20 Chris Moller <cmoller@redhat.com>
8485
8486 PR 10179
8487
8488 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
8489 * gdb.base/pr10179-a.c:
8490 * gdb.base/pr10179-b.c:
8491 * gdb.base/pr10179.exp: New files.
8492
8493 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 Fix crashes on dangling display expressions.
8496 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
8497 is SEP.
8498 (lib_flags): Remove the "debug" keyword.
8499 (libsepdebug): New variable for iterating new loop.
8500 (save_pf_prefix): New variable wrapping the loop.
8501 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
8502 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
8503
8504 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8505
8506 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
8507
8508 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8509
8510 PR stabs/11479.
8511 * gdb.stabs/gdb11479.exp: New file.
8512 * gdb.stabs/gdb11479.c: New file.
8513
8514 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
8515
8516 * gdb.base/charset.c (Strin16, String32): New variables.
8517 * gdb.base/charset.exp (gdb_test): Test correct display
8518 of 16 or 32 bit strings.
8519
8520 2010-04-21 Chris Moller <cmoller@redhat.com>
8521
8522 PR 9167
8523 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
8524 * gdb.cp/pr9167.cc: New file.
8525 * gdb.cp/pr9167.exp: New file.
8526
8527
8528 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
8529
8530 PR pascal/11492.
8531 * gdb.pascal/gdb11492.pas: New file.
8532 * gdb.pascal/gdb11492.exp: New file.
8533
8534 2010-04-20 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
8537
8538 2010-04-20 Joel Brobecker <brobecker@adacore.com>
8539
8540 * gdb.ada/dyn_loc: New testcase.
8541
8542 2010-04-20 Chris Moller <cmoller@redhat.com>
8543
8544 PR 10867
8545
8546 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
8547 * gdb.cp/pr10687.cc: New file.
8548 * gdb.cp/pr10687.exp: New file.
8549
8550
8551 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8552 Sergio Durigan Junior <sergiodj@redhat.com>
8553
8554 * gdb.fortran/logical.exp: New testcase.
8555 * gdb.fortran/logical.f90: New file.
8556
8557 2010-04-19 Doug Evans <dje@google.com>
8558
8559 * gdb.base/help.exp (help source): Update expected output.
8560
8561 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8562
8563 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
8564 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
8565 gdb_exit and return.
8566 (executable): New variable.
8567 (binfile): Use it.
8568
8569 2010-04-19 Pedro Alves <pedro@codesourcery.com>
8570
8571 PR breakpoints/8554.
8572
8573 * gdb.trace/save-trace.exp: Adjust.
8574
8575 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
8576
8577 PR corefiles/11511
8578 * gdb.arch/system-gcore.exp: New.
8579 * gdb.arch/gcore.c: Likewise.
8580
8581 2010-04-15 Doug Evans <dje@google.com>
8582
8583 * gdb.python/py-progspace.c: New file.
8584 * gdb.python/py-progspace.exp: New file.
8585
8586 * gdb.base/source.exp: Add tests for "source -s".
8587
8588 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
8589
8590 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
8591 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
8592 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
8593 * gdb.python/py-mi.exp: New test for to_string returning None.
8594
8595 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
8596
8597 * gdb.python/py-breakpoint.c: Make result global.
8598
8599 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 Fix non-GNU make compatibility.
8602 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
8603
8604 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
8605
8606 * gdb.python/py-breakpoint.exp: New File.
8607 * gdb.python/py-breakpoint.C: Ditto.
8608
8609 2010-04-08 Stan Shebs <stan@codesourcery.com>
8610
8611 * gdb.trace/actions.exp: Clear default-collect.
8612 * gdb.trace/save-trace.exp: Clear default-collect.
8613
8614 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
8615
8616 * gdb.python/py-value: Add null string variable.
8617 (test_lazy_string): Test zero length, NULL address lazy
8618 strings.
8619
8620 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
8621
8622 * gdb.arch/i386-avx.c: New.
8623 * gdb.arch/i386-avx.exp: Likewise.
8624
8625 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
8626
8627 2010-04-06 Doug Evans <dje@google.com>
8628
8629 * gdb.base/source-test.gdb: New file.
8630 * gdb.base/source.exp: Test source -v.
8631
8632 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8633
8634 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
8635
8636 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
8637
8638 * gdb.stabs/aout.sed: Convert all backslash to double backslash
8639 within one line, unless it is followed by a double quote.
8640 * gdb.stabs/hppa.sed: Idem.
8641 * gdb.stabs/weird.def: Add char and String constants
8642 * gdb.stabs/weird.exp: Check for correct parsing of
8643 char and string constants.
8644 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
8645 in .stabs to .stabx substitution.
8646
8647 2010-04-05 Stan Shebs <stan@codesourcery.com>
8648
8649 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
8650 constant global.
8651 * gdb.trace/tfile.exp: Try to print them.
8652
8653 2010-04-04 Stan Shebs <stan@codesourcery.com>
8654
8655 * gdb.base/completion.exp: Update for new "info watchpoints".
8656 * gdb.base/default.exp: Ditto.
8657 * gdb.base/help.exp: Ditto.
8658 * gdb.base/watchpoint.exp: Ditto.
8659 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
8660
8661 2010-04-04 Stan Shebs <stan@codesourcery.com>
8662
8663 * gdb.trace/tfile.exp: Sharpen tfind test.
8664
8665 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 * gdb.base/break-entry.exp: New.
8668
8669 2010-04-02 Hui Zhu <teawater@gmail.com>
8670 Michael Snyder <msnyder@vmware.com>
8671
8672 * gdb.reverse/i386-sse-reverse.exp: New file.
8673 * gdb.reverse/i386-sse-reverse.c: New file.
8674
8675 2010-04-02 Pedro Alves <pedro@codesourcery.com>
8676
8677 * gdb.trace/tfind.exp: Adjust expected disassembly output.
8678
8679 2010-04-01 Stan Shebs <stan@codesourcery.com>
8680
8681 * gdb.trace/actions.exp: Tweak expected output.
8682 * gdb.trace/while-stepping.exp: Tweak expected output.
8683
8684 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
8685
8686 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
8687
8688 2010-04-01 Pedro Alves <pedro@codesourcery.com>
8689
8690 * gdb.base/commands.exp: Adjust.
8691 * gdb.cp/extern-c.exp: Adjust.
8692
8693 2010-04-01 Pedro Alves <pedro@codesourcery.com>
8694
8695 * gdb.trace/collection.c (local_test_func): Define a local struct,
8696 and instanciate it.
8697
8698 2010-04-01 Pedro Alves <pedro@codesourcery.com>
8699
8700 * gdb.trace/collection.exp (gdb_collect_args_test)
8701 (gdb_collect_argarray_test): XFAIL the tests that assume the
8702 argarray argument's elements are collected.
8703
8704 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
8705
8706 * gdb.dwarf2/dw2-bad-parameter-type.exp,
8707 gdb.dwarf2/dw2-bad-parameter-type.S: New.
8708
8709 2010-03-31 Stan Shebs <stan@codesourcery.com>
8710
8711 * gdb.trace/save-trace.exp: Test save/restore of default-collect
8712 and tracepoint conditionals.
8713 (gdb_verify_tracepoints): Delete unused return.
8714
8715 2010-03-26 Keith Seitz <keiths@redhat.com>
8716
8717 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
8718 appear in the output before main.
8719 Remove KFAIL for gdb/2215 aka bz 9320.
8720
8721 2010-03-30 Doug Evans <dje@google.com>
8722
8723 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
8724 by dejagnu.
8725 * gdb.arch/amd64-dword.exp: Ditto.
8726
8727 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
8728 match.
8729 (break printf): Ditto.
8730
8731 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
8732
8733 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
8734 gcc < 4.4.
8735 * gdb.cp/shadow.exp: Ditto.
8736
8737 2010-03-29 Pedro Alves <pedro@codesourcery.com>
8738
8739 * gdb.trace/collection.exp (run_trace_experiment): Make sure
8740 "tstart" is silent.
8741
8742 2010-03-29 Pedro Alves <pedro@codesourcery.com>
8743
8744 * gdb.trace/collection.exp (executable): New.
8745 (binfile): Use it.
8746 (fpreg, spreg, pcreg): New.
8747 (test_register): Use gdb_test_multiple. Pass /x to print.
8748 (prepare_for_trace_test): New.
8749 (run_trace_experiment): Use "continue", not gdb_run_cmd.
8750 (gdb_collect_args_test, gdb_collect_argstruct_test)
8751 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
8752 prepare_for_trace_test.
8753 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
8754 fpreg, spreg and pcreg.
8755 (gdb_collect_expression_test, gdb_collect_globals_test): Use
8756 prepare_for_trace_test.
8757 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
8758 try to detect tracing support here. Don't set breakpoints at
8759 `begin' or `end' here.
8760 <global scope>: Use clean_restart. Run to main before checking
8761 for tracing support. Check for for tracing support here.
8762
8763 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8764
8765 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
8766 " as $displacement" to "seen displacement message".
8767
8768 2010-03-28 Pedro Alves <pedro@codesourcery.com>
8769
8770 * gdb.trace/while-dyn.exp (executable): New variable.
8771 (binfile): Use it.
8772 (test_while_stepping): New function. Move most tests here. Call
8773 it once for each of the while-stepping, stepping and ws aliases.
8774
8775 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8776
8777 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
8778 that do not provide the tagless_struct type name at all.
8779 (test_print_anon_union): Do not check value of uninitialized
8780 union member. Do not use cp_test_ptype_class, so we can accept
8781 "long" as well as "long int".
8782
8783 2010-03-26 Pedro Alves <pedro@codesourcery.com>
8784
8785 * gdb.trace/tfile.c (tohex, bin2hex): New.
8786 (write_error_trace_file): Hexify error description.
8787
8788 2010-03-25 Stan Shebs <stan@codesourcery.com>
8789
8790 * gdb.trace/tfile.c: Generate an additional trace file, improve
8791 portability.
8792 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
8793 files in a better way.
8794
8795 2010-03-25 Keith Seitz <keiths@redhat.com>
8796
8797 * gdb.java/jprint.exp: XFAIL printing of static class members
8798 because of GCC debuginfo problem.
8799
8800 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8801
8802 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
8803
8804 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8805
8806 * gdb.base/completion.exp: Allow long instead of long int.
8807 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
8808 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
8809 variable p.
8810 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
8811 * gdb.base/pointers.exp: Allow long instead of long int.
8812 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
8813 * gdb.base/step-line.exp: Allow a directory before the source file name.
8814
8815 2010-03-24 Tom Tromey <tromey@redhat.com>
8816
8817 PR breakpoints/9352:
8818 * gdb.base/default.exp: Update.
8819 * gdb.base/commands.exp: Update.
8820 * gdb.cp/extern-c.exp: Test setting commands on multiple
8821 breakpoints at once.
8822
8823 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8824
8825 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
8826 if gdb,nosignals.
8827 * gdb.base/watchpoints.c: Do not include unnecessary headers.
8828 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
8829 exited".
8830
8831 2010-03-24 Stan Shebs <stan@codesourcery.com>
8832
8833 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
8834
8835 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
8836
8837 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
8838 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
8839 argument. Handle "short" and "long".
8840 (Top level): Pass overprototyped output for old_fptr and xptr.
8841
8842 2010-03-23 Pedro Alves <pedro@codesourcery.com>
8843
8844 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
8845 format strings and add casts to avoid compiler warnings.
8846
8847 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
8848
8849 * lib/trace-support.exp (gdb_trace_setactions):
8850 Don't expect whitespace after ">" prompt.
8851 * gdb.trace/actions.exp: Adjust for output changes.
8852 * gdb.trace/while-stepping.exp: Likewise.
8853
8854 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
8857 and r157645).
8858
8859 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
8860
8861 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
8862 New.
8863
8864 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
8865
8866 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
8867 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
8868
8869 2010-03-19 Stan Shebs <stan@codesourcery.com>
8870
8871 * gdb.trace/ax.exp: New file.
8872
8873 2010-03-19 Doug Evans <dje@google.com>
8874
8875 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
8876 output from gcc.
8877
8878 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
8879 named /usr/sbin/prelink<foo>.
8880
8881 2010-03-18 Stan Shebs <stan@codesourcery.com>
8882
8883 * gdb.trace/circ.exp: Test circular-trace-buffer.
8884 * gdb.trace/tfile.exp: Update tstatus test.
8885
8886 2010-03-18 Joel Brobecker <brobecker@adacore.com>
8887
8888 * gdb.dwarf2/dw2-anonymous-func.S: New file.
8889 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
8890
8891 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8892
8893 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
8894
8895 2010-03-18 Pedro Alves <pedro@codesourcery.com>
8896
8897 * gdb.base/default.exp: Adjust the expected output of the finish
8898 and until commands when the inferior is not being run.
8899
8900 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
8901
8902 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
8903 * gdb.cp/nsusing.exp: Ditto.
8904
8905 2010-03-15 Tom Tromey <tromey@redhat.com>
8906
8907 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
8908 * gdb.cp/userdef.cc (operator==): New function.
8909 (main): New locals mem1, mem2.
8910
8911 2010-03-15 Jie Zhang <jie@codesourcery.com>
8912
8913 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
8914 Declare and use new loadtimeout variable.
8915
8916 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
8917
8918 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
8919 Use gdb_load later.
8920
8921 2010-03-14 Pedro Alves <pedro@codesourcery.com>
8922
8923 * gdb.base/solib-disc.c (main): Make format of fprintf a string
8924 literal. Add missing endlines to prints to stderr.
8925
8926 2010-03-12 Tom Tromey <tromey@redhat.com>
8927
8928 PR c++/9708:
8929 * gdb.cp/m-static.exp: Add regression test.
8930 * gdb.cp/m-static.cc (method): New method.
8931 (main): Call it.
8932
8933 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
8934
8935 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
8936 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
8937
8938 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
8939
8940 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
8941
8942 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
8943
8944 * lib/gdb.exp (skip_stl_tests): New.
8945 (gdb_compile): Symbian needs -ldl.
8946 (shlib_target_file): New.
8947 (shlib_symbol_file): New.
8948 (gdb_load_shlibs): Use shlib_target_file.
8949 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
8950 * gdb.cp/exception.exp: Use skip_stl_tests.
8951 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
8952 * gdb.cp/try_catch.exp: Use skip_stl_tests.
8953 * gdb.cp/mb-templates.exp: Ditto.
8954 * gdb.base/commands.exp: Relax regexes.
8955 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
8956 shlib_target_file and shlib_symbol_file.
8957 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
8958 sections.
8959 * gdb.base/ending-run.exp: Accept E32Main for symbian.
8960 * gdb.base/solib-disc.exp: Use
8961 shlib_target_file and shlib_symbol_file.
8962 * gdb.base/unload.exp: Don't skip on symbian. Use
8963 shlib_target_file and shlib_symbol_file.
8964 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
8965
8966 2010-03-12 Pedro Alves <pedro@codesourcery.com>
8967
8968 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
8969 * gdb.trace/report.exp: Adjust for x86 and x86_64.
8970 Issue a tfind end before looking for a tracepoint frame.
8971 * gdb.trace/tfind.exp: Adjust tstatus output.
8972 Adjust disassembly output.
8973 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
8974
8975 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8976
8977 * gdb.base/break-interp.exp: Create new displacement parameter value
8978 for the test_ld calls.
8979 (reach): New parameter displacement, verify its content. New push of
8980 pf_prefix "reach-$func:". Import global expect_out.
8981 (test_core): New parameter displacement, verify its content. New push
8982 of pf_prefix "core:". New command "set verbose on". Import global
8983 expect_out.
8984 (test_attach): New parameter displacement, verify its content. New
8985 push of pf_prefix "attach:". New command "set verbose on". Import
8986 global expect_out.
8987 (test_ld): New parameter displacement, pass it to the reach, test_core
8988 and test_attach calls and verify its content in the "ld.so exit" test.
8989 * gdb.base/prelink.exp: Remove gdb_exit and final return.
8990 (prelink): Update expected text, use gdb_test.
8991
8992 2010-03-10 Doug Evans <dje@google.com>
8993
8994 * gdb.base/checkpoint.exp: Fix comment.
8995 Lengthen timeout while doing >600 checkpoints test.
8996 Rename duplicate "kill all one" test to keep test names unique.
8997
8998 2010-03-10 Pedro Alves <pedro@codesourcery.com>
8999
9000 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
9001
9002 2010-03-08 Keith Seitz <keiths@redhat.com>
9003
9004 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
9005 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
9006 (dm_type_long): New function.
9007 (dm_type_unsigned_short): New function.
9008 (dm_type_unsigned_long): New function.
9009 (myint): New typedef.
9010 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
9011 long, unsigned shor and long, operator char*, and typedef.
9012 (test_lookup_operator_functions): Add operator char* test.
9013 (test_paddr_operator_functions): Likewise.
9014 (test_paddr_overloaded_functions): Use probe values for
9015 short, long, and unsigned short and long.
9016 (test_paddr_hairy_functions): If the demangler probe detected
9017 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
9018 demangler.
9019 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
9020 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
9021 and "print null_pmf".
9022 Add test "ptype a.*pmf".
9023 * gdb.cp/overload.exp: Allow optional "int" to appear with
9024 "short" and "long".
9025 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
9026 long expect value for men_overload1arg.
9027 Allow "int" to appear with "short" and "long".
9028 When testing "info break", add argument for main (void).
9029 Also allow "int" to appear with "short" and "long".
9030 Ditto with "unsigned" and "long long".
9031 * gdb.java/jmain.exp: Do not enclose methods names in single
9032 quotes.
9033 * gdb.java/jmisc.exp: Likewise.
9034 * gdb.java/jprint.exp: Likewise.
9035 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
9036
9037 From Jan Kratochvil <jan.kratochvil@redhat.com>:
9038 * gdb.cp/exception.exp (backtrace after first throw)
9039 (backtrace after second throw): Allow a namespace before __cxa_throw.
9040 (backtrace after first catch, backtrace after second catch): Allow
9041 a namespace before __cxa_begin_catch.
9042
9043 * gdb.cp/cpexprs.exp: New file.
9044 * gdb.cp/cpexprs.cc: New file.
9045
9046 From Daniel Jacobowitz <dan@codesourcery.com>
9047 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
9048 to use string_to_regexp.
9049 (ctor, dtor): New functions. Use them to match constructor
9050 and destructor function types.
9051 (Top level): Use runto_main.
9052
9053 2010-03-05 Tom Tromey <tromey@redhat.com>
9054
9055 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
9056 gdb.target_charset.
9057 (pp_ns.to_string): Likewise.
9058
9059 2010-03-04 Keith Seitz <keiths@redhat.com>
9060
9061 * gdb.cp/overload.exp: Test that the filename portion of a linespec
9062 can be quoted. Test that both the filename and function/line
9063 portions can be quoted at the same time.
9064
9065 2010-03-04 Pedro Alves <pedro@codesourcery.com>
9066
9067 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
9068
9069 2010-03-03 Doug Evans <dje@google.com>
9070
9071 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
9072 libc contains libpthread.
9073
9074 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
9075 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
9076 of gdb_compile. Add another pattern to match android backtrace.
9077
9078 2010-03-03 Tom Tromey <tromey@redhat.com>
9079
9080 PR gdb/11345:
9081 * gdb.base/printcmds.exp (test_printf): Add test.
9082
9083 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
9084
9085 * gdb.arch/amd64-byte.exp: New.
9086 * gdb.arch/amd64-dword.exp: Likewise.
9087 * gdb.arch/amd64-pseudo.c: Likewise.
9088 * gdb.arch/amd64-word.exp: Likewise.
9089 * gdb.arch/i386-byte.exp: Likewise.
9090 * gdb.arch/i386-pseudo.c: Likewise.
9091 * gdb.arch/i386-word.exp: Likewise.
9092
9093 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
9094
9095 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
9096 types. Add structreg, bitfields, and flags registers.
9097 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
9098 registers.
9099
9100 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
9101
9102 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
9103 (load_description): Set architecture if defined.
9104
9105 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
9106
9107 * gdb.python/py-frame.exp: Add read_var block tests.
9108 * gdb.python/py-frame.c (block): New function.
9109
9110 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9111 Daniel Jacobowitz <dan@codesourcery.com>
9112
9113 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
9114
9115 2010-02-25 David S. Miller <davem@davemloft.net>
9116
9117 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
9118 fix logic for setting all_syscalls_numbers.
9119
9120 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9121
9122 * Makefile.in: Add py-block and py-symbol.
9123 * gdb.python/py-symbol.exp: New File.
9124 * gdb.python/py-symtab.exp: New File.
9125 * gdb.python/py-block.exp: New File.
9126 * gdb.python/py-symbol.c: New File.
9127 * gdb.python/py-block.c: New File.
9128
9129 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
9130
9131 PR python/11314
9132 * lib/gdb.exp (skip_python_tests): New function.
9133 * gdb.python/py-cmd.exp: Use skip_python_tests.
9134 * gdb.python/py-frame.exp: Likewise.
9135 * gdb.python/py-function.exp: Likewise.
9136 * gdb.python/py-prettyprint.exp: Likewise.
9137 * gdb.python/py-template.exp: Likewise.
9138 * gdb.python/py-type.exp: Likewise.
9139 * gdb.python/py-value.exp: Likewise.
9140
9141 2010-02-22 Pedro Alves <pedro@codesourcery.com>
9142
9143 PR9605
9144
9145 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
9146
9147 2010-02-19 Tom Tromey <tromey@redhat.com>
9148
9149 PR c++/8693, PR c++/9496:
9150 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
9151 regression tests.
9152
9153 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9154
9155 Fix compatibility with m68k as.
9156 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
9157 Use only /* comments */.
9158
9159 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9160
9161 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
9162 * configure: Regenerate.
9163
9164 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
9165
9166 * gdb.python/py-type.exp: Check for Python support.
9167
9168 2010-02-17 Pedro Alves <pedro@codesourcery.com>
9169
9170 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
9171 `regsub' syntax available.
9172
9173 2010-02-17 Pedro Alves <pedro@codesourcery.com>
9174
9175 * gdb.base/shmain.c (main): Remove printf call.
9176 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
9177 * gdb.base/unload.c (main): Make format of fprintf a string
9178 literal. Add missing endlines to prints to stderr.
9179 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
9180
9181 2010-02-17 Tom Tromey <tromey@redhat.com>
9182
9183 * gdb.java/jprint.java (jprint.props): New field.
9184 * gdb.java/jprint.exp (set_lang_java): Add regression test.
9185
9186 2010-02-17 Pedro Alves <pedro@codesourcery.com>
9187
9188 * gdb.base/charset.exp: Don't assume new `regsub' syntax
9189 available.
9190
9191 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9192
9193 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
9194 creation to support remote host testing.
9195
9196 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9197
9198 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
9199 Recognize "command not found".
9200
9201 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9202
9203 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
9204 single-stepping.
9205
9206 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9207
9208 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
9209 if arguments are not supported.
9210
9211 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9212
9213 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
9214 be const or non-const.
9215
9216 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9217
9218 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
9219 mi_send_resuming_command to send -exec-continue.
9220
9221 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9222
9223 * gdb.base/list.exp (test_list_filename_and_function): Add test
9224 with single quotes.
9225 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
9226 matching.
9227 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
9228 Add KFAIL'd tests for PR gdb/11289.
9229
9230 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9231
9232 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
9233
9234 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9235
9236 * gdb.base/comp-dir/subdir/dummy.txt: New file.
9237 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
9238 a temporary directory.
9239
9240 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
9241
9242 * gdb.base/charset.exp: Use a single regular expression to match
9243 show host-charset and show target-charset output.
9244
9245 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
9248 "Illegal process-id" expect string more exact.
9249 (attach to digits-starting nonsense is prohibited): New.
9250
9251 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 * gdb.base/prelink.exp (set verbose on): New.
9254
9255 2010-02-12 Tomas Holmberg <th@virtutech.com>
9256
9257 * mi-reverse.exp: New file. Test for reverse option to the
9258 following MI commands: exec-continue, exec-finish, exec-next,
9259 exec-step, exec-next-instruction, exec-step-instruction.
9260
9261 2010-02-09 Joel Brobecker <brobecker@adacore.com>
9262
9263 * gdb.ada/ptype_tagged_param: New testcase.
9264
9265 2010-02-08 Tom Tromey <tromey@redhat.com>
9266
9267 PR c++/8017:
9268 * gdb.cp/overload.exp: Add tests.
9269 * gdb.cp/overload.cc (struct K): New.
9270 (namespace N): New.
9271 (main): Call new functions.
9272 (K::staticoverload): Define.
9273
9274 2010-02-08 Chris Moller <moller@mollerware.com>
9275
9276 PR gdb/10728
9277 * gdb.cp/pr10728-x.h: New file.
9278 * gdb.cp/pr10728-x.cc: New file.
9279 * gdb.cp/pr10728-y.cc: New file.
9280 * gdb.cp/pr10728.exp: New file.
9281 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
9282
9283 2010-02-08 Chris Moller <moller@mollerware.com>
9284
9285 PR gdb/9067
9286 * gdb.cp/pr9067.exp: New
9287 * gdb.cp/pr9067.cc: New
9288 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
9289
9290 2010-02-08 Joel Brobecker <brobecker@adacore.com>
9291
9292 * lib/gdb.exp (gdb_test_timeout): New global variable.
9293 Set it to timeout if not already set.
9294 (gdb_init): Reset the value of timeout to gdb_test_timeout.
9295
9296 2010-02-05 Doug Evans <dje@google.com>
9297
9298 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
9299 user.
9300
9301 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
9302
9303 PR c++/7935:
9304 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
9305
9306 2010-02-04 Tom Tromey <tromey@redhat.com>
9307
9308 * gdb.cp/virtbase.exp: Make test case names unique.
9309
9310 2010-02-02 Tom Tromey <tromey@redhat.com>
9311
9312 * gdb.cp/virtbase.exp: Add regression tests.
9313 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
9314 (main): Instantiate RHC.
9315
9316 2010-02-02 Tom Tromey <tromey@redhat.com>
9317
9318 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
9319 type-printing change.
9320
9321 2010-02-02 Tom Tromey <tromey@redhat.com>
9322
9323 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
9324 * gdb.cp/virtbase.cc: New file.
9325 * gdb.cp/virtbase.exp: New file.
9326 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
9327
9328 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 PR libc/11214:
9331 * gdb.threads/current-lwp-dead.c: Include features.h.
9332 (HAS_NOMMU): New.
9333 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
9334
9335 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9336
9337 * gdb.base/symbol-without-target_section.exp,
9338 gdb.base/symbol-without-target_section.c: New.
9339
9340 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9341
9342 * gdb.base/bigcore.exp: Reset increased timeout.
9343 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
9344
9345 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9346
9347 * gdb.base/gcore.exp (capture_command_output): Use
9348 gdb_test_multiple.
9349
9350 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9351
9352 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
9353 * gdb.arch/thumb2-it.exp (test_it_break): New function.
9354 (Top level): Call it.
9355
9356 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
9357
9358 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
9359
9360 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
9361
9362 * gdb.base/call-strs.exp, gdb.base/default.exp,
9363 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
9364 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
9365 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
9366 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
9367 gdb.base/watchpoint-solib.exp: Save and restore timeout.
9368 * gdb.base/ending-run.exp: Correct restore of timeout.
9369 * gdb.base/page.exp: Remove unnecessary timeout setting.
9370
9371 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9372
9373 * gdb.ada/rec_return: New testcase.
9374
9375 2010-01-29 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdb.ada/call_pn: New testcase.
9378
9379 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
9380
9381 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
9382 (Top level): Use it to resume.
9383 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
9384 the Thumb mode displaced stepping error as unsupported.
9385
9386 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
9387
9388 * gdb.cp/nsusing.exp: Added more tests.
9389 * gdb.cp/nsrecurs.exp: Ditto.
9390 * gdb.cp/nsusing.cc: Added test functions.
9391 * gdb.cp/nsrecurs.cc: Ditto.
9392
9393 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9394
9395 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
9396 absolute directory pathnames in gdb.sum file.
9397
9398 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
9399
9400 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
9401 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
9402
9403 2010-01-26 Tom Tromey <tromey@redhat.com>
9404
9405 PR exp/7643:
9406 * gdb.base/printcmds.exp (test_print_string_constants): Remove
9407 setup_kfail.
9408
9409 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
9410
9411 * gdb.cp/nsrecurs.exp: New test.
9412 * gdb.cp/nsrecurs.cc: New test program.
9413 * gdb.cp/nsstress.exp: New test.
9414 * gdb.cp/nsstress.cc: New test program.
9415 * gdb.cp/nsdecl.exp: New test.
9416 * gdb.cp/nsdecl.cc: New test program.
9417
9418 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
9419
9420 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
9421 imported into file scope.
9422 Marked test as xfail.
9423 * gdb.cp/namespace-using.cc (marker5): New function.
9424 * gdb.cp/shadow.exp: New test.
9425 * gdb.cp/shadow.cc: New test program.
9426 * gdb.cp/nsimport.exp: New test.
9427 * gdb.cp/nsimport.cc: New test program.
9428
9429 2010-01-25 Tom Tromey <tromey@redhat.com>
9430
9431 PR gdb/11049:
9432 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
9433 with "set print null-stop on".
9434
9435 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
9438 Adjust it for DISASSEMBLY_OMIT_FNAME.
9439
9440 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 PR symtab/11199:
9443 * gdb.dwarf2/member-ptr-forwardref.exp,
9444 gdb.dwarf2/member-ptr-forwardref.S: New.
9445
9446 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9447
9448 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
9449 (thread1_func): Protect thread1_tid with thread1_tid_cond by
9450 thread1_tid_mutex. Remove gdbstop_mutex handling.
9451 (thread2_func): Protect thread2_tid with thread2_tid_cond by
9452 thread2_tid_mutex. Remove gdbstop_mutex handling.
9453 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
9454 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
9455 pthread_cond_wait conditionalizations by while loops.
9456
9457 2010-01-20 Tom Tromey <tromey@redhat.com>
9458
9459 PR backtrace/10770:
9460 * gdb.dwarf2/pr10770.exp: New file.
9461 * gdb.dwarf2/pr10770.c: New file.
9462 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
9463
9464 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
9465
9466 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
9467 that target was removed, and the test always runs native anyway.
9468
9469 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9470
9471 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
9472 gdb.base/watchpoint-cond-gone-stripped.c: New.
9473
9474 2010-01-19 Tom Tromey <tromey@redhat.com>
9475
9476 PR c++/8000:
9477 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
9478 existing tests.
9479 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
9480 (main): Use AAA::SomeEnum.
9481
9482 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
9485 (test_ignore_count): Declare line_callme_body global.
9486 (run to breakpoint with ignore count): Use line_callme_body.
9487 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
9488 (set line_main_hello, set line_main_return): Reindent.
9489 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
9490 New.
9491 (continue to callee4): Use line_callee4_body.
9492 (check *stopped from CLI command): Use line_callee4_next.
9493 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
9494 (set line_main_hello, set line_main_return): Reindent.
9495 (set line_callee4_head, set line_callee4_body): New.
9496 (continue to callee4): Use line_callee4_body.
9497
9498 2010-01-18 Tom Tromey <tromey@redhat.com>
9499
9500 PR c++/9680:
9501 * gdb.cp/casts.cc: Add new classes and variables.
9502 * gdb.cp/casts.exp: Test new operators.
9503
9504 2010-01-18 Tom Tromey <tromey@redhat.com>
9505 Thiago Jung Bauermann <bauerman@br.ibm.com>
9506
9507 * gdb.python/source2.py: New file.
9508 * gdb.python/source1: New file.
9509 * gdb.python/python.exp: Test "source" command.
9510
9511 2010-01-15 Stan Shebs <stan@codesourcery.com>
9512
9513 * gdb.trace/tfile.c: New file.
9514 * gdb.trace/tfile.exp: New file.
9515
9516 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
9519
9520 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9521
9522 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
9523
9524 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9525
9526 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
9527 (libfunc): New parameter action. Implement also selectable "sleep".
9528 * gdb.base/break-interp-main.c: Include assert.h.
9529 (libfunc): New parameter action.
9530 (main): New parameters argc and argv. Assert argc. Pass argv.
9531 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
9532 (test_attach): New proc.
9533 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
9534 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
9535
9536 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * gdb.base/break-interp.exp (test_core): New proc.
9539 (test_ld): Call it.
9540
9541 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
9544 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
9545 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
9546 and gdb_compile_shlib. Use new -Wl compiler options.
9547 (dl bt, main bt): New tests.
9548
9549 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 Support PIEs with no symfile_objfile.
9552 * gdb.base/break-interp.exp: New argument at the test_ld calls.
9553 (test_ld): New parameter trynosym.
9554 (test_ld <$trynosym>): New block.
9555
9556 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9557
9558 * gdb.base/break-interp.exp: New file.
9559
9560 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
9561
9562 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
9563 * gdb.python/py-prettyprint.py (pp_ls): New printer.
9564 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
9565 test.
9566 * gdb.python/py-prettyprint.c: Define lazystring test structure.
9567 * gdb.python/py-mi.exp: Add lazy string test.
9568
9569 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
9570
9571 * lib/mi-support.exp (mi_check_thread_states): Handle
9572 core number in thread listing.
9573
9574 2010-01-12 Joel Brobecker <brobecker@adacore.com>
9575
9576 * gdb.base/maint.exp: Adjust the expected output for the
9577 "maint print type" test. Use gdb_test_multiple instead of
9578 gdb_sent/gdb_expect.
9579
9580 2010-01-11 Doug Evans <dje@google.com>
9581
9582 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
9583 from gdbserver_download. All callers updated.
9584
9585 * gdb.server/ext-run.exp: "info os processes" requires xml support.
9586
9587 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9588
9589 Implement binary numbers parsing.
9590 * gdb.base/printcmds.exp (test_integer_literals_accepted)
9591 (test_integer_literals_rejected): New binary tests.
9592
9593 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9594
9595 * gdb.cell/configure: Regenerate.
9596
9597 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9598
9599 * gdb.base/corefile.exp: Move the core finding block out and call it as
9600 core_find, new variable $corefile, replace corefile by $corefile and
9601 [file tail $corefile] for usage vs. test names resp.
9602 * lib/gdb.exp (core_find): Move it as a new function here. New
9603 parameter binfile and deletefiles. New variable $destcore. Pre-delete
9604 $destcore. Return "" on error.
9605
9606 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9607
9608 Workaround PR binutils/10802.
9609 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
9610 (twice).
9611
9612 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
9613
9614 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
9615
9616 2010-01-08 Joel Brobecker <brobecker@adacore.com>
9617
9618 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
9619 call, to avoid interruption.
9620
9621 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9622
9623 * gdb.stabs/weird.def (args93): New.
9624
9625 2010-01-07 Doug Evans <dje@google.com>
9626
9627 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
9628
9629 2010-01-07 Tom Tromey <tromey@redhat.com>
9630
9631 * gdb.base/source.exp: Use correct line number.
9632
9633 2010-01-05 Stan Shebs <stan@codesourcery.com>
9634
9635 * gdb.trace/tracecmd.exp: Test ftrace.
9636
9637 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9638
9639 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
9640
9641 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9642
9643 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
9644 "uint_for_mi_testing".
9645
9646 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9647
9648 Test indented comment in file being sourced.
9649 * gdb.base/commands.exp: Test indented comment in file being sourced.
9650
9651 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9652
9653 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
9654 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
9655 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
9656 notice.
9657
9658 2010-01-01 Joel Brobecker <brobecker@adacore.com>
9659
9660 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
9661 notice.
9662
9663 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
9666 missing $after_stopped and comma (,) expectation.
9667
9668 2009-12-31 Stan Shebs <stan@codesourcery.com>
9669
9670 * gdb.trace/actions.exp: Test teval action.
9671
9672 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
9673
9674 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
9675 (top level): Call test_watchpoint_in_big_blob.
9676 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
9677 watchpoints.
9678 (func3): Write to buf.
9679
9680 2009-12-29 Stan Shebs <stan@codesourcery.com>
9681
9682 * gdb.trace/actions.exp: Test default-collect.
9683
9684 2009-12-28 Stan Shebs <stan@codesourcery.com>
9685
9686 * gdb.trace/tsv.exp: New file.
9687 * gdb.base/completion.exp: Update ambiguous info output.
9688
9689 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
9690
9691 * gdb.base/find.c (main): Reference search buffers.
9692 * gdb.base/included.c (main): Reference integer.
9693 * gdb.base/ptype.c (charfoo): Declare.
9694 (intfoo): Call charfoo.
9695 * gdb.base/scope0.c (useitp): New function.
9696 (usestatics): Use useitp.
9697 (useit): Add a type for val.
9698 * gdb.base/scope1.c (useit1): Take a pointer argument.
9699 (usestatics1): Update calls to useit1.
9700 * gdb.cp/call-c.cc: Declare foo.
9701 (main): Call foo.
9702 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
9703 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
9704 (main): Call C::ensureRefs and ensureOtherRefs.
9705 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
9706 variables.
9707 (ensureOtherRefs): New function.
9708 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
9709 * gdb.cp/templates.cc (main): Call t5i.value.
9710
9711 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9712
9713 Fix compatibility with G++-4.5.
9714 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
9715 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
9716 (uncaught return): Remove.
9717
9718 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9719 Phil Muldoon <pmuldoon@redhat.com>
9720
9721 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
9722 (bp_location13, bp_location14, bp_location17, bp_location18)
9723 (marker3_proto, marker4_proto): New variables.
9724 (breakpoint info): Update output.
9725 (run until breakpoint at marker3, run until breakpoint at marker4): New
9726 tests.
9727
9728 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9729
9730 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
9731 Replace the printf call of Y by provided "y-set-1" label. New block
9732 for the second shared library.
9733 * gdb.base/unload.exp: Compile also the second library, call
9734 gdb_load_shlibs also for it. Use now gdb_breakpoint.
9735 (single pending breakpoint info): Rename to ...
9736 (pending breakpoint info before run): ... this extended test.
9737 (libfile2, libname2, libsrcfile2, libsrc2)
9738 (lib_sl2): New variables.
9739 (exec_opts): Set also SHLIB_NAME2.
9740 (pending breakpoint info on first run at shrfunc1)
9741 (pending breakpoint info on second run at shrfunc1)
9742 (pending breakpoint info on second run at shrfunc2)
9743 (print y from libfile, print y from libfile2): New tests.
9744 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
9745 * gdb.base/unloadshr2.c: New.
9746
9747 2009-12-22 Hui Zhu <teawater@gmail.com>
9748
9749 * gdb.reverse/sigall-reverse.exp: Adjust.
9750
9751 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
9752
9753 PR gdb/10884
9754
9755 * gdb.mi/var-cmd.c (do_bitfield_tests): New
9756 (main): Call do_bitfield_tests.
9757 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9758
9759 2009-12-20 Joel Brobecker <brobecker@adacore.com>
9760
9761 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
9762 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
9763 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
9764 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
9765 gdb.modula2/unbounded1.c: Update copyright header.
9766
9767 2009-12-10 Chris Moller <moller@mollerware.com>
9768
9769 PR gdb/9399
9770 * gdb.cp/virtfunc2.exp: New tests
9771 * gdb.cp/virtfunc2.cc: New tests
9772 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
9773
9774 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
9775
9776 * gdb.reverse/i387-env-reverse.c: New file.
9777 * gdb.reverse/i387-env-reverse.exp: New file.
9778 * gdb.reverse/i387-stack-reverse.c: New file.
9779 * gdb.reverse/i387-stack-reverse.exp: New file.
9780
9781 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
9782
9783 * gdb.python/py-type.exp (test_range): New test.
9784
9785 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
9786
9787 PR python/10805
9788
9789 * gdb.python/py-type.exp: New file.
9790 * gdb.python/py-type.c: New file.
9791 * Makefile.in: Add py-type.
9792
9793 2009-12-03 Tom Tromey <tromey@redhat.com>
9794
9795 * gdb.python/py-value.exp (test_parse_and_eval): New
9796 function.
9797
9798 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
9799
9800 PR gdb/11022
9801
9802 * gdb.base/pr11022.exp: New test.
9803 * gdb.base/pr11022.c: New test.
9804
9805 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9806
9807 Fix spurious false FAILs.
9808 * gdb.base/structs.c (chartest): New.
9809 (main): Fill-in chartest.
9810 * gdb.base/structs.exp (anychar_re, first): New.
9811 (start_structs_test): Import global anychar_re and first.
9812 New gdb_test call "set print elements 300; ${testfile}"
9813 (start_structs_test <$first>): New block.
9814 (any): Import global anychar_re. New variable ac. Use ${ac}.
9815
9816 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
9819
9820 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
9823 Force $srcfile file.
9824 * gdb.base/foll-fork.c (callee): Comment out the printf call.
9825
9826 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9827
9828 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
9829 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9830 * gdb.threads/watchthreads-reorder.exp: Likewise.
9831
9832 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
9833
9834 PR gdb/8704
9835
9836 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
9837 "if", and "thread". Correct matching in the previous test.
9838
9839 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
9840
9841 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
9842
9843 2009-11-23 Michael Snyder <msnyder@vmware.com>
9844
9845 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
9846 * gdb.reverse-watch-precsave.exp: Ditto.
9847
9848 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
9849
9850 * gdb.asm/asm-source.exp: Adjust.
9851 * gdb.base/help.exp: Adjust.
9852
9853 2009-11-22 Pedro Alves <pedro@codesourcery.com>
9854
9855 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
9856 (do_syscall_tests_without_xml): Set data-directory to
9857 /the/path/to/nowhere.
9858
9859 2009-11-21 Pedro Alves <pedro@codesourcery.com>
9860
9861 * gdb.threads/local-watch-wrong-thread.c,
9862 gdb.threads/local-watch-wrong-thread.exp: New files.
9863
9864 2009-11-21 Pedro Alves <pedro@codesourcery.com>
9865
9866 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
9867 assume new `regsub' syntax available.
9868
9869 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9870
9871 * gdb.base/watchpoint-hw-hit-once.exp,
9872 gdb.base/watchpoint-hw-hit-once.c: New.
9873
9874 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9875
9876 * gdb.threads/watchthreads-reorder.exp,
9877 gdb.threads/watchthreads-reorder.c: New.
9878
9879 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
9880
9881 * gdb.xml/tdesc-regs.exp: Use for m68k.
9882
9883 2009-11-15 Pedro Alves <pedro@codesourcery.com>
9884
9885 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
9886
9887 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9888
9889 * lib/gdb.exp (current_target_name): New procedure.
9890 (gdb_wrapper_target): New variable.
9891 (gdb_wrapper_init): Set gdb_wrapper_target.
9892 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
9893 wrapper.
9894
9895 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9896
9897 * gdb.base/remote.exp: Delete the slowest load test.
9898 Do not load with fixed packet sizes.
9899
9900 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9901
9902 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
9903
9904 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9905
9906 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
9907 srcfile when setting a breakpoint.
9908
9909 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
9910
9911 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
9912 macros.
9913
9914 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
9915
9916 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
9917 to be in memory.
9918 * gdb.base/display.c (force_mem): New.
9919 (do_loops): Use it. Add breakpoint comments.
9920 (do_vars): Add a breakpoint comment.
9921 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
9922 line numbers.
9923
9924 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
9925
9926 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
9927 instead of a bare "run".
9928
9929 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
9930
9931 * gdb.python/py-prettyprint.exp: Adjust.
9932
9933 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9934
9935 * lib/cell.exp (skip_cell_tests): Clean up test files before
9936 returning.
9937
9938 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9939
9940 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
9941 and the breakpoint menu. Do not call perror if a prompt is seen.
9942 Consume the following GDB prompt.
9943 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
9944 * gdb.cp/namespace.exp: Use gdb_test.
9945 * gdb.cp/templates.exp: Use gdb_test.
9946 (test_template_breakpoints): Use gdb_test_multiple.
9947
9948 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9949
9950 * gdb.base/break1.c (struct some_struct, values): Move earlier.
9951 (marker4): Reference values.
9952
9953 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9954
9955 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
9956 is missing.
9957
9958 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9959
9960 * gdb.base/break.c (need_malloc): New.
9961 * gdb.base/constvars.c (main): Reference crass and crisp.
9962 * gdb.base/gdb1821.c (main): Reference bar.
9963 * gdb.cp/gdb1355.cc (main): Reference s1.
9964 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
9965 (main): Call them.
9966 * gdb.cp/hang2.cc (dummy2): Define.
9967 * gdb.cp/hang3.cc (dummy3): Define.
9968 * gdb.cp/m-data.cc (main): Reference shadow.
9969
9970 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
9971 Nathan Froyd <froydnj@codesourcery.com>
9972
9973 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
9974 remote host.
9975
9976 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
9977
9978 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
9979 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
9980 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9981 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9982 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9983 * gdb.dwarf2/dw2-producer.exp: Likewise.
9984 * gdb.dwarf2/mac-fileno.exp: Likewise.
9985 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
9986 py-prettyprint.py to the remote host.
9987 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
9988
9989 2009-11-11 Keith Seitz <keiths@redhat.com>
9990
9991 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
9992 use it instead of "Foo".
9993 * gdb.cp/classes.exp (do_tests): Add a test to access
9994 a method through a typedef'd class name.
9995
9996 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
9997
9998 * gdb.base/long_long.exp: Permit leading zeros on floating-point
9999 exponents.
10000 * gdb.base/pointers.exp: Likewise.
10001 * gdb.cp/ref-types.exp: Likewise.
10002
10003 2009-11-11 Keith Seitz <keiths@redhat.com>
10004
10005 * gdb.cp/cplusfuncs.cc (class foo): Add operators
10006 new[] and delete[].
10007 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
10008 "void".
10009 (probe_demangler): Remove all single-quoting of
10010 method and variable names.
10011 (info_func_regexp): Remove the word "void" from any
10012 occurrence of "(void)".
10013 (print_addr_2): Remove all single-quoting of
10014 method names.
10015 (print_addr_2_kfail): Likewise.
10016 (print_addr): Single-quote C function names before
10017 passing to print_addr_2.
10018 (test_paddr_operator_functions): Remove single-quoting
10019 for method names.
10020 Add tests for operator new[] and operator delete[].
10021
10022 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10023
10024 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
10025
10026 2009-11-09 Keith Seitz <keiths@redhat.com>
10027
10028 * gdb.cp/overload.exp: Add tests for resolving overloaded
10029 methods in expression parsing/evaluation.
10030
10031 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
10032
10033 * lib/gdb.exp (default_gdb_version): Use --version instead of
10034 --command.
10035
10036 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
10037
10038 * lib/gdb.exp (gdb_compile_test): New.
10039 (skip_ada_tests, skip_java_tests): New.
10040 (gdb_compile): Use gdb_compile_test for f77.
10041 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
10042 * lib/java.exp (compile_java_from_source): Remove runtests check,
10043 use gdb_compile_test to record result.
10044 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
10045 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
10046 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
10047 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
10048 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
10049 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
10050 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
10051 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
10052 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
10053 adjust gdb_compile invocations.
10054
10055 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10056
10057 * Makefile.in (abs_builddir): New.
10058 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
10059 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
10060 `$(abs_builddir)/site.exp'.
10061
10062 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
10063
10064 * config/m68k-emc.exp, lib/emc-support.exp,
10065 gdb.trace/gdb_c_test.c: Delete.
10066 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
10067 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
10068 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
10069 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
10070 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
10071 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
10072 casing for m68k-*-elf.
10073
10074 2009-11-03 Pedro Alves <pedro@codesourcery.com>
10075
10076 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
10077 * gdb.arch/i386-prologue.exp: Likewise.
10078 * gdb.arch/i386-unwind.exp: Likewise.
10079
10080 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10081
10082 * lib/gdb.exp (gdb_expect): Fix timeout typo.
10083
10084 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10085
10086 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
10087
10088 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
10089
10090 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
10091
10092 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10093
10094 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
10095
10096 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10097
10098 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
10099 * gdb.base/sepdebug2.c: New file.
10100
10101 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10102
10103 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
10104 the modified warnings for catch syscall. Verify if GDB was compiled
10105 with support for lib expat, and choose which tests to run depending
10106 on this.
10107
10108 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
10109
10110 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
10111 that composite commands are parsed OK. And also test
10112 that breakpoint commands do work.
10113
10114 2009-10-23 Michael Snyder <msnyder@vmware.com>
10115
10116 gdb.reverse/consecutive-precsave.exp: Change expect pattern
10117 to allow for new disassembly style.
10118
10119 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
10120
10121 * gdb.asm/asm-source.exp: Adjust.
10122
10123 2009-10-22 Michael Snyder <msnyder@vmware.com>
10124
10125 * gdb.reverse/break-precsave.exp: New test.
10126 * gdb.reverse/consecutive-precsave.exp: Ditto.
10127 * gdb.reverse/finish-precsave.exp: Ditto.
10128 * gdb.reverse/i386-precsave.exp: Ditto.
10129 * gdb.reverse/machinestate-precsave.exp: Ditto.
10130 * gdb.reverse/sigall-precsave.exp: Ditto.
10131 * gdb.reverse/solilb-precsave.exp: Ditto.
10132 * gdb.reverse/step-precsave.exp: Ditto.
10133 * gdb.reverse/until-precsave.exp: Ditto.
10134 * gdb.reverse/watch-precsave.exp: Ditto.
10135
10136 2009-10-22 Michael Snyder <msnyder@vmware.com>
10137
10138 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
10139 for gdb_expect. Adjust one test's expect strings for the new
10140 format of disassemble.
10141 * gdb.reverse/finish-reverse.exp: Delete 'return'.
10142 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
10143 gdb_test_multiple.
10144 * gdb.reverse/step-reverse.exp: Delete 'return'.
10145 * gdb.reverse/until-reverse.exp: Delete blank lines.
10146 * gdb.reverse/watch-reverse.exp: Delete blank lines.
10147
10148 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
10149
10150 * gdb.base/consecutive.exp: Adjust.
10151 * gdb.base/display.exp: Likewise.
10152 * gdb.base/pc-fp.exp: Likewise.
10153 * gdb.base/sigbpt.exp: Likewise.
10154
10155 2009-10-19 Michael Snyder <msnyder@vmware.com>
10156
10157 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
10158 * gdb.reverse/finish-reverse.c: Ditto.
10159 * gdb.reverse/sigall-reverse.c: Ditto.
10160 * gdb.reverse/solib-reverse.c: Ditto.
10161 * gdb.reverse/step-reverse.c: Ditto.
10162 * gdb.reverse/watch-reverse.c: Ditto.
10163
10164 2009-10-19 Pedro Alves <pedro@codesourcery.com>
10165 Stan Shebs <stan@codesourcery.com>
10166
10167 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
10168 * gdb.base/foll-exec.exp: Adjust to expect a process id before
10169 "Executing new program".
10170 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
10171 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
10172 left listed after having been killed.
10173 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
10174 * gdb.base/maint.exp: Adjust test.
10175
10176 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
10177 * gdb.multi/Makefile.in: New.
10178 * gdb.multi/base.exp: New.
10179 * gdb.multi/goodbye.c: New.
10180 * gdb.multi/hangout.c: New.
10181 * gdb.multi/hello.c: New.
10182 * gdb.multi/bkpt-multi-exec.c: New.
10183 * gdb.multi/bkpt-multi-exec.exp: New.
10184 * gdb.multi/crashme.c: New.
10185
10186 2009-10-13 Tristan Gingold <gingold@adacore.com>
10187
10188 * gdb.base/sepdebug.exp: Check debug info are found.
10189
10190 2009-10-08 Pedro Alves <pedro@codesourcery.com>
10191
10192 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
10193 bits.
10194
10195 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
10198
10199 2009-10-07 Joel Brobecker <brobecker@adacore.com>
10200
10201 * gdb.base/watchpoints.c: Add copyright header. Reformat one
10202 of the comments.
10203
10204 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
10205
10206 * gdb.base/annota1.exp: Remove obsolete match_max increase.
10207 * gdb.base/annota3.exp: Idem.
10208 * gdb.base/maint.exp: Idem.
10209
10210 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
10211
10212 * lib/gdb.exp (default_gdb_init): Set current value of match_max
10213 to default.
10214
10215 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10216
10217 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
10218 mingw and cygwin targets.
10219
10220 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
10221 Pedro Alves <pedro@codesourcery.com>
10222
10223 * lib/gdb.exp (gdb_compile): Avoid adding
10224 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
10225
10226 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10227
10228 * gdb.base/shr1.c: Use %p in format string.
10229 * gdb.base/unload.c: Avoid warning in fprintf.
10230 * gdb.base/watchpoint-solib.c: Idem.
10231
10232 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
10233
10234 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
10235 long type.
10236 (test_unlink): Correct printf string.
10237 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
10238 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
10239
10240 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10241
10242 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
10243 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
10244 * gdb.arch/ia64-breakpoint-shadow.S: New file.
10245
10246 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10247
10248 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
10249 * gdb.objc/nondebug.exp: Likewise.
10250
10251 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10252
10253 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
10254 target_info setting.
10255
10256 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
10257 that detect new threads during "info threads".
10258
10259 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10260
10261 * gdb.threads/manythreads.c (main): Increase thread stack size
10262 to 2*PTHREAD_STACK_MIN.
10263 * gdb.threads/multi-create.c (main): Likewise.
10264 (create_function): Likewise.
10265
10266 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10267
10268 * gdb.base/dump.exp: Pass difference of pointer types instead
10269 of integer types as offset to restore in intarr3.srec case.
10270
10271 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10272
10273 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
10274
10275 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10276
10277 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
10278
10279 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
10280
10281 New test for two watchpoints, with disabling of
10282 the first inserted.
10283 * testsuite/gdb.base/watchpoints.c: New file.
10284 * testsuite/gdb.base/watchpoints.exp: New file.
10285
10286 2009-09-25 Tom Tromey <tromey@redhat.com>
10287
10288 * gdb.base/charset.exp: Test utf-16 strings with Python.
10289
10290 2009-09-25 Tom Tromey <tromey@redhat.com>
10291
10292 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
10293 UCS-4.
10294 * gdb.base/charset.c (utf_32_string): Rename.
10295 (init_utf32): Rename.
10296 (main): Update.
10297
10298 2009-09-22 Tom Tromey <tromey@redhat.com>
10299
10300 * gdb.python/py-function.exp: Add regression tests.
10301
10302 2009-09-21 Keith Seitz <keiths@redhat.com>
10303
10304 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
10305 with invalid operator.
10306
10307 2009-09-21 Keith Seitz <keiths@redhat.com>
10308
10309 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
10310 and destructor using typedef name of class.
10311 * gdb.cp/classes.cc (class Base1): Add a destructor.
10312 (base1): New typedef.
10313 (use_methods): Instanitate an object of type base1.
10314 * gdb.cp/templates.exp (test_template_typedef): New procedure.
10315 (do_tests): Call test_template_typedef.
10316 * gdb.cp/templates.cc (Baz::~Baz): New method.
10317 (intBazOne): New typedef.
10318 (main): Instantiate intBazOne.
10319
10320 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10321
10322 PR python/10633
10323
10324 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
10325 Function.
10326 (run_lang_tests): Add print elements test.
10327
10328 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
10329
10330 * gdb.python/py-value.exp (test_subscript_regression): New
10331 function. Test for invalid subscripts.
10332 * gdb.python/py-value.c (main): Add test array, and pointer to it.
10333 (ptr_ref): New function.
10334
10335 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
10336
10337 * gdb.base/default.exp: Fix "show convenience".
10338
10339 2009-09-15 Tom Tromey <tromey@redhat.com>
10340
10341 * lib/mi-support.exp (mi_create_varobj): Update.
10342 (mi_create_floating_varobj): Likewise.
10343 (mi_create_dynamic_varobj): New proc.
10344 (mi_varobj_update): Update.
10345 (mi_varobj_update_with_type_change): Likewise.
10346 (mi_varobj_update_kv_helper): New proc.
10347 (mi_varobj_update_dynamic_helper): Rewrite.
10348 (mi_varobj_update_dynamic): New proc.
10349 (mi_list_varobj_children): Update.
10350 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
10351 * gdb.python/python-prettyprint.py (pp_outer): New class.
10352 (pp_nullstr): Likewise.
10353 (lookup_function): Register new printers.
10354 * gdb.python/python-prettyprint.c (struct substruct): New type.
10355 (struct outerstruct): Likewise.
10356 (substruct_test): New function.
10357 (struct nullstr): New type.
10358 (string_1, string_2): New globals.
10359 (main): Add new tests.
10360 * gdb.python/python-mi.exp: Added regression tests.
10361 * gdb.mi/mi2-var-display.exp: Update.
10362 * gdb.mi/mi2-var-cmd.exp: Update.
10363 * gdb.mi/mi2-var-child.exp: Update.
10364 * gdb.mi/mi2-var-block.exp: Update.
10365 * gdb.mi/mi-var-invalidate.exp: Update.
10366 * gdb.mi/mi-var-display.exp: Update.
10367 * gdb.mi/mi-var-cmd.exp: Update.
10368 * gdb.mi/mi-var-child.exp: Update.
10369 * gdb.mi/mi-var-block.exp: Update.
10370 * gdb.mi/mi-break.exp: Update.
10371 * gdb.mi/gdb701.exp: Update.
10372
10373 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
10374
10375 * Makefile.in: Inclusion of catch-syscall object.
10376 * gdb.base/catch-syscall.c: New file.
10377 * gdb.base/catch-syscall.exp: New file.
10378
10379 2009-09-12 Michael Snyder <msnyder@vmware.com>
10380
10381 * gdb.reverse/step-reverse.exp: Explicitly check for targets
10382 that can support reverse debuggnig.
10383
10384 2009-09-11 Tom Tromey <tromey@redhat.com>
10385
10386 * gdb.dwarf2/valop.S: New file.
10387 * gdb.dwarf2/valop.exp: New file.
10388
10389 2009-09-11 Mark Kettenis <kettenis@gnu.org>
10390
10391 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
10392
10393 2009-09-10 Doug Evans <dje@google.com>
10394
10395 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
10396 Add $gdb_prompt to second breakpoint regexp.
10397
10398 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
10399
10400 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
10401 names, add missing ones.
10402 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
10403 * gdb.python/py-frame.c: Rename from python-frame.c.
10404 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
10405 testfile name.
10406 * gdb.python/py-function.exp: Rename from python-function.exp.
10407 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
10408 testfile name.
10409 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
10410 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
10411 Adjust testfile name.
10412 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
10413 * gdb.python/py-template.cc: Rename from python-template.cc.
10414 * gdb.python/py-template.exp: Rename from python-template.exp.
10415 Adjust testfile name.
10416 * gdb.python/py-value.c: Rename from python-value.c.
10417 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
10418 testfile name.
10419
10420 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10421
10422 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
10423 $bpt2address.
10424 (Second breakpoint address is valid on ia64)
10425 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
10426
10427 2009-09-03 Joseph Myers <joseph@codesourcery.com>
10428
10429 * gdb.base/ending-run.exp: Restrict regular expression matching
10430 line number to require closing brace following.
10431
10432 2009-09-03 Doug Evans <dje@google.com>
10433
10434 * gdb.base/store.exp (check_set): Fix typo in expected value message.
10435
10436 2009-09-02 Tom Tromey <tromey@redhat.com>
10437
10438 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
10439
10440 2009-09-02 Tom Tromey <tromey@redhat.com>
10441
10442 * gdb.dwarf2/callframecfa.exp: New file.
10443 * gdb.dwarf2/callframecfa.S: New file.
10444
10445 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10446
10447 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
10448 gdb.base/solib-overlap-main.c: New.
10449
10450 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
10451
10452 PR gdb/10565
10453
10454 * gdb.base/bitfields.c (struct container, container): New.
10455 (main): Initialize it and call break5.
10456 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
10457
10458 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10459
10460 Support constant DW_AT_data_member_location by GCC PR debug/40659.
10461 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
10462
10463 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10464
10465 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
10466
10467 2009-08-26 Michael Snyder <msnyder@vmware.com>
10468
10469 * gdb.base/i386-reverse.c: New file.
10470 * gdb.base/i386-reverse.exp: New file.
10471 * gdb.base/Makefile.in: Add new files to be removed.
10472
10473 2009-08-26 Joseph Myers <joseph@codesourcery.com>
10474
10475 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
10476 environment-pwd for remote host.
10477 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
10478
10479 2009-08-24 Keith Seitz <keiths@redhat.com>
10480
10481 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
10482 Add two new C++ completer tests which limit the output to a
10483 given class.
10484
10485 2009-08-24 Michael Snyder <msnyder@vmware.com>
10486
10487 * gdb.base/del.exp: Fix typo in comment.
10488 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
10489
10490 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
10491
10492 * configure: Regenerate.
10493 * gdb.hp/configure: Likewise.
10494 * gdb.hp/gdb.aCC/configure: Likewise.
10495 * gdb.hp/gdb.base-hp/configure: Likewise.
10496 * gdb.hp/gdb.compat/configure: Likewise.
10497 * gdb.hp/gdb.defects/configure: Likewise.
10498 * gdb.hp/gdb.objdbg/configure: Likewise.
10499 * gdb.stabs/configure: Likewise.
10500
10501 2009-08-19 Doug Evans <dje@google.com>
10502
10503 * gdb.base/gdbvars.c: New file.
10504 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
10505
10506 2009-08-14 Pedro Alves <pedro@codesourcery.com>
10507
10508 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
10509 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
10510
10511 2009-08-13 Pedro Alves <pedro@codesourcery.com>
10512
10513 * gdb.base/default.exp: Adjust "set language test": it's now an
10514 enum command. Larger help string moved to "help set language".
10515 * gdb.base/help.exp: Adjust "help set language" expected output,
10516 now lists all known languages.
10517
10518 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
10519
10520 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
10521 all frame arguments.
10522 * gdb.arch/altivec-regs.exp: Likewise.
10523
10524 2009-08-07 Tom Tromey <tromey@redhat.com>
10525
10526 * gdb.base/setshow.exp: Add tests for changes to set language, set
10527 check range, and set check type.
10528
10529 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
10530
10531 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
10532 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
10533 Call it.
10534
10535 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10536
10537 * configure.ac: Run gdb.cell tests when appropriate.
10538 * configure: Regenerate.
10539 * lib/cell.exp: New file.
10540 * gdb.cell: New directory.
10541 * gdb.cell/configure.ac: New file.
10542 * gdb.cell/configure: New file.
10543 * gdb.cell/Makefile.in: New file.
10544 * gdb.cell/arch.exp: New file.
10545 * gdb.cell/break.c: New file.
10546 * gdb.cell/break.exp: New file.
10547 * gdb.cell/break-spu.c: New file.
10548 * gdb.cell/bt.c: New file.
10549 * gdb.cell/bt2-spu.c: New file.
10550 * gdb.cell/bt-spu.c: New file.
10551 * gdb.cell/bt.exp: New file.
10552 * gdb.cell/coremaker.c: New file.
10553 * gdb.cell/coremaker-spu.c: New file.
10554 * gdb.cell/core.exp: New file.
10555 * gdb.cell/gcore.exp: New file.
10556 * gdb.cell/data.c: New file.
10557 * gdb.cell/data.exp: New file.
10558 * gdb.cell/data-spu.c: New file.
10559 * gdb.cell/ea-cache.exp: New file.
10560 * gdb.cell/ea-cache.c: New file.
10561 * gdb.cell/ea-cache-spu.c: New file.
10562 * gdb.cell/ea-standalone.c: New file.
10563 * gdb.cell/ea-standalone.exp: New file.
10564 * gdb.cell/ea-test.c: New file.
10565 * gdb.cell/ea-test.exp: New file.
10566 * gdb.cell/f-regs.exp: New file.
10567 * gdb.cell/mem-access.c: New file.
10568 * gdb.cell/mem-access.exp: New file.
10569 * gdb.cell/mem-access-spu.c: New file.
10570 * gdb.cell/ptype.exp: New file.
10571 * gdb.cell/registers.exp: New file.
10572 * gdb.cell/size.c: New file.
10573 * gdb.cell/sizeof.exp: New file.
10574 * gdb.cell/size-spu.c: New file.
10575 * gdb.cell/solib.exp: New file.
10576 * gdb.cell/solib-symbol.exp: New file.
10577
10578 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10579
10580 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
10581
10582 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10583
10584 * gdb.base/float.exp: Handle VFP registers.
10585
10586 2009-07-14 Michael Snyder <msnyder@vmware.com>
10587
10588 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
10589 to bring gdb to the beginning of the calling line.
10590
10591 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
10592 confusing the i386 epilogue unwinder.
10593
10594 2009-07-14 Stan Shebs <stan@codesourcery.com>
10595
10596 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
10597
10598 2009-07-14 Michael Snyder <msnyder@vmware.com>
10599
10600 * gdb.reverse/step-reverse.exp (stepi into function call):
10601 Call instruction may not be first instruction in the line.
10602 (reverse stepi from a function call): Used wrong line number.
10603
10604 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
10607
10608 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10609
10610 Fix gdb.base/macscp.exp when using custom inputrc.
10611 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
10612 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
10613 env(TERM) set.
10614 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
10615 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
10616
10617 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10618
10619 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
10620 * gdb.base/annota1.exp (thread_test): Import global $testfile.
10621 Change the compilation target to match the testcase name.
10622 * gdb.base/sect-cmd.exp: Change the compilation target to match the
10623 testcase name.
10624 * a2-run.exp: Use for setup prepare_for_testing. Change the
10625 compilation target to match the testcase name.
10626 * gdb.base/commands.exp: Likewise.
10627 * gdb.base/finish.exp: Likewise.
10628 * gdb.base/float.exp: Likewise.
10629 * gdb.base/info-target.exp: Likewise.
10630 * gdb.base/relational.exp: Likewise.
10631 * gdb.base/term.exp: Likewise.
10632 * gdb.base/until.exp: Likewise.
10633 * gdb.base/volatile.exp: Likewise.
10634 * gdb.base/whatis-exp.exp: Likewise.
10635
10636 2009-07-11 Hui Zhu <teawater@gmail.com>
10637
10638 * gdb.base/help.exp (disassemble): Update expected help text.
10639
10640 2009-07-09 Tom Tromey <tromey@redhat.com>
10641
10642 * lib/gdb.exp: Handle TRANSCRIPT.
10643 (remote_spawn, remote_close, send_gdb): New procs.
10644
10645 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
10646
10647 * gdb.python/python-prettyprint.c: Add counted null string
10648 structure.
10649 * gdb.python/python-prettyprint.exp: Print null string. Test for
10650 embedded nulls.
10651 * gdb.python/python-prettyprint.py (pp_ns): New Function.
10652 * gdb.python/python-value.exp (test_value_in_inferior): Add
10653 variable length string fetch tests.
10654 * gdb.python/python-value.c (main): Add strings for string fetch tests.
10655
10656 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 * gdb.base/dump.exp (inaccessible memory is reported): New test.
10659
10660 2009-07-07 Tom Tromey <tromey@redhat.com>
10661
10662 * gdb.base/call-rt-st.exp: Update for change to escape output.
10663 * gdb.base/callfuncs.exp: Likewise.
10664 * gdb.base/charset.exp: Likewise.
10665 * gdb.base/constvars.exp: Likewise.
10666 * gdb.base/long_long.exp: Likewise.
10667 * gdb.base/pointers.exp: Likewise.
10668 * gdb.base/printcmds.exp: Likewise.
10669 * gdb.base/setvar.exp: Likewise.
10670 * gdb.base/store.exp: Likewise.
10671 * gdb.cp/ref-types.exp: Likewise.
10672 * gdb.mi/mi-var-child.exp: Likewise.
10673 * gdb.mi/mi-var-display.exp: Likewise.
10674 * gdb.mi/mi2-var-display.exp: Likewise.
10675 * gdb.base/charset.exp: Test octal escape sequence length.
10676 Update for change to escape output.
10677
10678 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10679
10680 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
10681
10682 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
10683
10684 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
10685
10686 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
10689 gdbserver increasing $portnum if "Can't bind address" has been seen.
10690
10691 2009-07-05 Pedro Alves <pedro@codesourcery.com>
10692
10693 * gdb.base/ending-run.exp: Add "step out of main" pattern for
10694 mingw32ce.
10695
10696 2009-07-05 Pedro Alves <pedro@codesourcery.com>
10697
10698 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
10699 VFP format.
10700
10701 2009-07-02 Pedro Alves <pedro@codesourcery.com>
10702
10703 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
10704 linux. Adjust to use "inferior", "info inferiors", "detach
10705 inferior" and "kill inferior" instead of "restart", "info fork",
10706 "detach fork" and "delete fork".
10707 * gdb.base/ending-run.exp: Spell out "info".
10708 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
10709 the "kill" command.
10710
10711 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10712
10713 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
10714 change to prefix TLS offset in hex with 0x.
10715
10716 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10717
10718 * gdb.base/default.exp: Update test case for "x" changes.
10719
10720 2009-07-01 Tristan Gingold <gingold@adacore.com>
10721
10722 * gdb.base/bigcore.exp: Make darwin untested.
10723
10724 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 * gdb.base/completion.exp (directory completion): Create the directory.
10727 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
10728 escapeuniquesub.
10729 (directory completion 2): Expect now ${escapeuniquesub}.
10730 (Glob remaining of directory test): Remove one excessive newline.
10731 Expect the real output.
10732
10733 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10734
10735 Fix `make check//%' target after `make check' has been ran.
10736 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
10737 a mkdir call.
10738 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
10739 (%/.dir): Remove.
10740
10741 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10742
10743 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
10744 the expected result record.
10745
10746 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10747
10748 Remove racy FAILs relying just on the timeouts.
10749 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
10750 (annotation_level 2): Remove racy FAILs.
10751
10752 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
10753
10754 gdb/10275
10755 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
10756
10757 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
10758
10759 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
10760
10761 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
10762
10763 * gdb.mi/mi-stack.exp: Testing symbolic options
10764 to -stack-list-locals and -stack-list-arguments.
10765
10766 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10767
10768 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
10769
10770 2009-06-29 Tom Tromey <tromey@redhat.com>
10771
10772 * dg-extract-results.sh: New file.
10773 * Makefile.in (FORCE_PARALLEL): New variable.
10774 (CHECK_TARGET): New conditional variable.
10775 (check): Use CHECK_TARGET.
10776 (DO_RUNTEST): New variable.
10777 (check-single): New target.
10778 (TEST_DIRS): New variable.
10779 (TEST_TARGETS): Likewise.
10780 (check-parallel): New target.
10781 (check-gdb.%): New pattern.
10782 (BASE1_FILES): New variable.
10783 (BASE2_FILES): Likewise.
10784 (check-gdb.base%): New pattern.
10785 (%/.dir): New pattern.
10786 * configure: Rebuild.
10787 * aclocal.m4 (AM_CONDITIONAL): New defun.
10788 * configure.ac: Check whether user is using GNU make.
10789 (GMAKE): New conditional.
10790
10791 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
10792
10793 * gdb.cp/namespace-nested-import.cc: New test.
10794 * gdb.cp/namespace-nested-import.exp: New test.
10795
10796 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
10797
10798 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
10799 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
10800 * gdb.opt/Makefile.in (EXECUTABLES): Update.
10801 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
10802 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
10803 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
10804 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
10805 gdb.opt/inline-markers.c: New files.
10806 * lib/gdb.exp (skip_inline_frame_tests): New function.
10807 (skip_inline_var_tests): New function.
10808
10809 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
10810
10811 * gdb.cp/exception.exp: Don't require $hex before inner frame in
10812 backtrace.
10813
10814 2009-06-27 Michael Snyder <msnyder@vmware.com>
10815
10816 * gdb.reverse: New directory.
10817 * gdb.reverse/break-reverse.c: New test.
10818 * gdb.reverse/break-reverse.exp: New test.
10819 * gdb.reverse/consecutive-reverse.c: New test.
10820 * gdb.reverse/consecutive-reverse.exp: New test.
10821 * gdb.reverse/finish-reverse.c: New test.
10822 * gdb.reverse/finish-reverse.exp: New test.
10823 * gdb.reverse/machinestate.c: New test.
10824 * gdb.reverse/ms1.c: New test.
10825 * gdb.reverse/machinestate.exp: New test.
10826 * gdb.reverse/Makefile.in: New file.
10827 * gdb.reverse/shr2.c: New test.
10828 * gdb.reverse/solib-reverse.c: New test.
10829 * gdb.reverse/solib-reverse.exp: New test.
10830 * gdb.reverse/step-reverse.c: New test.
10831 * gdb.reverse/step-reverse.exp: New test.
10832 * gdb.reverse/until-reverse.c: New test.
10833 * gdb.reverse/ur1.c: New test.
10834 * gdb.reverse/until-reverse.exp: New test.
10835 * gdb.reverse/watch-reverse.c: New test.
10836 * gdb.reverse/watch-reverse.exp: New test.
10837 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
10838 * configure: Regenerate.
10839
10840 2009-06-26 Doug Evans <dje@google.com>
10841
10842 * gdb.base/psymtab.exp: Turn off pending breakpoints.
10843
10844 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
10845
10846 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
10847 windows problem for 'file delete $binfile'.
10848
10849 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
10850
10851 * gdb.cp/namespace-using.exp: New test.
10852 * gdb.cp/namespace-using.cc: New test.
10853
10854 2009-05-20 Joel Brobecker <brobecker@adacore.com>
10855
10856 * gdb.ada/variant_record_packed_array: New testcase.
10857
10858 2009-06-23 Tom Tromey <tromey@redhat.com>
10859
10860 * gdb.base/charset.exp (test_combination): Regression test.
10861 * gdb.base/charset.c (my_wchar_t): New typedef.
10862 (myvar): New global.
10863 (main): Set myvar.
10864
10865 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
10866
10867 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
10868 target.
10869
10870 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10871
10872 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
10873
10874 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10875
10876 * gdb.mi/gdb680.exp: Update test for error message.
10877
10878 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10879
10880 * gdb.base/annota1.exp: Allow multiple occurrences of the
10881 frames-invalid annotation.
10882 * gdb.cp/annota2.exp: Likewise.
10883
10884 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
10885
10886 * gdb.cp/gdb2495.cc: New file.
10887 * gdb.cp/gdb2495.exp: New file.
10888
10889 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 Report error on GDB crash during runto.
10892 * lib/gdb.exp (runto <eof>): New.
10893
10894 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
10895
10896 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
10897 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
10898 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
10899 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
10900 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
10901 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
10902 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
10903 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
10904 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
10905 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
10906 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
10907 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
10908 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
10909 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
10910 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
10911 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
10912 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
10913 gdb.server/server-mon.exp, gdb.server/server-run.exp,
10914 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
10915 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
10916 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
10917 gdb.trace/passcount.exp, gdb.trace/report.exp,
10918 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
10919 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
10920 gdb.trace/while-stepping.exp: Use a unique name for the compiled
10921 executable.
10922
10923 2009-06-07 Pedro Alves <pedro@codesourcery.com>
10924
10925 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
10926 defined before referencing it.
10927
10928 2009-06-03 Doug Evans <dje@google.com>
10929
10930 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
10931 * gdb.arch/i386-see.c: Ditto.
10932
10933 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
10934
10935 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
10936 (check_macro): Return 1 if undefined.
10937 If first test fails, check if macro debug information is available,
10938 and report unsupported test if no macro information is found.
10939
10940 2009-05-29 Doug Evans <dje@google.com>
10941
10942 * gdb.threads/hand-call-in-threads.exp: New.
10943 * gdb.threads/hand-call-in-threads.c: New.
10944
10945 2009-05-29 Michael Snyder <msnyder@vmware.com>
10946
10947 * gdb.base/break-always.exp: Change "1" to "on".
10948 Add confirmation check.
10949
10950 2009-05-28 Pedro Alves <pedro@codesourcery.com>
10951
10952 * gdb.threads/threxit-hop-specific.c: New.
10953 * gdb.threads/threxit-hop-specific.exp: New.
10954 * gdb.threads/thread-execl.c: New.
10955 * gdb.threads/thread-execl.exp: New.
10956
10957 2009-05-27 Tom Tromey <tromey@redhat.com>
10958 Thiago Jung Bauermann <bauerman@br.ibm.com>
10959
10960 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
10961 (mi_child_regexp): Likewise.
10962 (mi_list_varobj_children_range): Likewise.
10963 (mi_get_features): Likewise.
10964 (mi_list_varobj_children): Rewrite.
10965 * gdb.python/python-mi.exp: New file.
10966
10967 2009-05-27 Tom Tromey <tromey@redhat.com>
10968 Thiago Jung Bauermann <bauerman@br.ibm.com>
10969 Phil Muldoon <pmuldoon@redhat.com>
10970 Paul Pluzhnikov <ppluzhnikov@google.com>
10971
10972 * gdb.python/python-prettyprint.exp: New file.
10973 * gdb.python/python-prettyprint.c: New file.
10974 * gdb.python/python-prettyprint.py: New file.
10975 * gdb.base/display.exp: print/r is now valid.
10976
10977 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
10978 Tom Tromey <tromey@redhat.com>
10979 Pedro Alves <pedro@codesourcery.com>
10980 Paul Pluzhnikov <ppluzhnikov@google.com>
10981
10982 * gdb.python/python-template.exp: New file.
10983 * gdb.python/python-template.cc: New file.
10984 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
10985 tests.
10986 * gdb.python/python-value.exp (py_objfile_tests): New proc.
10987 Call it.
10988 (test_value_after_death): New proc.
10989 * gdb.python/python-value.c (PTR): New typedef.
10990 (main): New variable 'x'.
10991
10992 2009-05-27 Tom Tromey <tromey@redhat.com>
10993
10994 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
10995 tests.
10996 * gdb.python/python-value.exp (py_objfile_tests): New proc.
10997 Call it.
10998
10999 2009-05-27 Pedro Alves <pedro@codesourcery.com>
11000
11001 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
11002
11003 2009-05-24 Pedro Alves <pedro@codesourcery.com>
11004
11005 * gdb.threads/fork-thread-pending.c: New.
11006 * gdb.threads/fork-thread-pending.exp: New.
11007
11008 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11009
11010 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
11011 * gdb.dwarf2/dw2-strp.S (a_string2): New.
11012
11013 2009-05-18 Jon Beniston <jon@beniston.com>
11014
11015 * gdb.asm/asm-source.exp: Add lm32 target.
11016
11017 2009-05-17 Pedro Alves <pedro@codesourcery.com>
11018
11019 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
11020 `gdb_get_line_number'. Call `callee' in both parent and child.
11021 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
11022 `gdb_get_line_number' instead of hardcoding line numbers.
11023 (catch_fork_unpatch_child): New procedure to test detaching
11024 breakpoints from child fork.
11025 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
11026 hardcoding line numbers.
11027 (do_fork_tests): Run `catch_fork_unpatch_child'.
11028
11029 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
11030
11031 * gdb.mi/mi-cmd-var.exp: Check that when varobj
11032 of structure type enters or leaves the scope, it
11033 is reported by -var-update.
11034
11035 2009-05-11 Doug Evans <dje@sebabeach.org>
11036
11037 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
11038 * gdb.threads/pending-step.c (main): Fix off-by-one error.
11039 * gdb.threads/schedlock.c (main): Fix off-by-one error.
11040
11041 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
11044
11045 2009-04-30 Doug Evans <dje@google.com>
11046
11047 * gdb.threads/watchthreads2.exp: New testcase.
11048 * gdb.threads/watchthreads2.c: New testcase.
11049
11050 2009-04-29 Doug Evans <dje@google.com>
11051
11052 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
11053 * gdb.cp/mb-ctor.cc: Ditto.
11054 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
11055 * gdb.cp/mb-inline.h (multi_line_foo): New function.
11056 * gdb.cp/mb-inline1.cc: Call it.
11057 * gdb.cp/mb-inline2.cc: Ditto.
11058 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
11059 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
11060
11061 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11062
11063 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
11064 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
11065 Replace all uses of `decimal' by `nonzero'.
11066 (info macro FROM_COMMANDLINE): New test.
11067
11068 2009-04-27 Tom Tromey <tromey@redhat.com>
11069
11070 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
11071
11072 2009-04-27 Doug Evans <dje@google.com>
11073
11074 * gdb.threads/watchthreads.c (main): Initialize args before starting
11075 the threads. Plus formatting cleanup.
11076 * gdb.threads/watchthreads.exp: Avoid errant failures due to
11077 biased scheduling of one thread.
11078
11079 2009-04-27 Jerome Guitton <guitton@adacore.com>
11080
11081 * gdb.cp/templates.cc (GetMax): New template.
11082 (main): Declare two instances of GetMax.
11083 * gdb.cp/templates.exp: Add new test.
11084
11085 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11086
11087 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
11088
11089 2009-04-22 Joseph Myers <joseph@codesourcery.com>
11090
11091 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
11092
11093 2009-04-15 Tom Tromey <tromey@redhat.com>
11094
11095 * gdb.base/charset.exp: Add regression test.
11096
11097 2009-04-14 Joel Brobecker <brobecker@adacore.com>
11098
11099 * gdb.base/exe-lock.exp: New testcase.
11100
11101 2009-04-13 Tom Tromey <tromey@redhat.com>
11102
11103 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
11104 operator on Frame.
11105
11106 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11107
11108 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
11109 * gdb.server/ext-attach.exp: Likewise.
11110
11111 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
11112
11113 Eliminate some sleep usage.
11114
11115 * gdb.mi/basics.c (do_nothing): New.
11116 (main): Use do_nothing instead of printf, so that
11117 not to introduce race condition between output of
11118 inferiour and output of gdb. Do not use sleep as it
11119 is not generally available on embedded targets.
11120
11121 2009-04-02 Pedro Alves <pedro@codesourcery.com>
11122
11123 * gdb.server/ext-attach.exp: Expect an optional process id after
11124 "Detached from remote process".
11125
11126 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11127
11128 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
11129 gdb.dwarf2/dw2-unresolved.exp: New.
11130
11131 2009-04-02 Pedro Alves <pedro@codesourcery.com>
11132
11133 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
11134 mi_run_to_main.
11135
11136 2009-04-02 Pedro Alves <pedro@codesourcery.com>
11137
11138 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
11139 mi_run_to_main. Skip thread exit test on remote targets.
11140 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
11141 mi_run_to_main.
11142 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
11143 mi_run_to_main.
11144 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
11145 when expecting ^connected. Detect when the target doesn't support
11146 non-stop mode.
11147 (mi_run_cmd): Detect if non-stop mode was requested by isn't
11148 supported. Return -1 on error, 0 on success.
11149 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
11150 (mi_runto): Return mi_runto_helper's result explicitly.
11151
11152 2009-04-01 Pedro Alves <pedro@codesourcery.com>
11153
11154 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
11155
11156 2009-04-01 Tom Tromey <tromey@redhat.com>
11157
11158 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
11159 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
11160 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
11161 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
11162
11163 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
11164 Jan Kratochvil <jan.kratochvil@redhat.com>
11165
11166 PR gdb/931
11167 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
11168 output.
11169 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
11170 for gdb/931.
11171 * dw2-strp.S (DW_AT_language): Change to C++.
11172 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
11173
11174 2009-03-31 Joel Brobecker <brobecker@adacore.com>
11175
11176 * gdb.ada/tasks: New testcase.
11177
11178 2009-03-30 Stan Shebs <stan@codesourcery.com>
11179
11180 * gdb.trace/actions.exp: Update to match new info trace format.
11181 * gdb.trace/deltrace.exp: Ditto.
11182 * gdb.trace/infotrace.exp: Ditto.
11183 * gdb.trace/passcount.exp: Ditto.
11184 * gdb.trace/save-trace.exp: Ditto.
11185 * gdb.trace/while-stepping.exp: Ditto.
11186 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
11187
11188 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
11189
11190 * gdb.python/python-frame.c: New file.
11191 * gdb.python/python-frame.exp: New file.
11192
11193 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
11194
11195 * gdb.python/python-value.exp: Add tests for the address
11196 attribute.
11197
11198 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
11199
11200 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
11201
11202 2009-03-26 Doug Evans <dje@google.com>
11203
11204 * gdb.mi/mi-nonstop-exit.exp: New file.
11205 * gdb.mi/non-stop-exit.c: New file.
11206
11207 2009-03-26 Tom Tromey <tromey@redhat.com>
11208
11209 Update for change to prologue skipping:
11210 * gdb.mi/mi2-simplerun.exp: Update.
11211 * gdb.mi/mi2-break.exp: Update.
11212 * gdb.mi/mi-simplerun.exp: Update.
11213 * gdb.mi/mi-break.exp: Update.
11214 * gdb.base/ending-run.exp: Update.
11215
11216 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
11217
11218 * gdb.python/python-value.exp (test_value_in_inferior): Test
11219 gdb.Value.is_optimized_out attribute.
11220
11221 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11222
11223 * gdb.dwarf2/dw2-noloc-main.c: New file.
11224 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
11225 (.text): Remove.
11226 (.data): New.
11227 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
11228 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
11229 (DW_TAG_subprogram func_cu1, noloc): Remove.
11230 (main): New.
11231 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
11232 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
11233 (file_symbols): New procedure.
11234
11235 2009-03-25 Tom Tromey <tromey@redhat.com>
11236
11237 * gdb.base/charset.exp (valid_target_charset): New proc.
11238 Use it to skip tests on invalid charsets.
11239
11240 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
11241
11242 * gdb.base/completion.exp: Add a test for directory completion.
11243
11244 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11245
11246 Fix a racy FAIL.
11247 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
11248 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
11249
11250 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
11251
11252 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
11253 * gdb.python/python-function.exp: Add test for function returning
11254 a GDB value.
11255
11256 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
11257
11258 * gdb.python/python-function.exp: New file.
11259
11260 2009-03-20 Tom Tromey <tromey@redhat.com>
11261
11262 * gdb.base/store.exp: Update for change to escape output.
11263 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
11264 to escape output.
11265 * gdb.base/pointers.exp: Update for change to escape output.
11266 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
11267 to escape output.
11268 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
11269 escape output.
11270 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
11271 to escape output.
11272 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
11273 escape output.
11274 * gdb.base/setvar.exp: Update for change to escape output.
11275 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
11276 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
11277 to escape output.
11278 (test_print_string_constants): Likewise.
11279 * gdb.base/charset.exp (valid_host_charset): Check size of
11280 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
11281 cases. Handle "auto"-related output.
11282 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
11283 (uvar, Uvar): New globals.
11284
11285 2009-03-19 Jerome Guitton <guitton@adacore.com>
11286
11287 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
11288 deltas.
11289 * gdb.ada/fixed_points.exp: Ditto.
11290
11291 2009-03-18 Pedro Alves <pedro@codesourcery.com>
11292
11293 * return-nodebug.c: Don't include stdio.h.
11294 (init): Delete.
11295 (func): Delete definition and provide extern declaration.
11296 (t): New.
11297 (main): Don't call printf. Call func and store its result in t.
11298 * return-nodebug1.c: New.
11299 * return-nodebug.exp: Don't expect stdio output. Instead, print
11300 the global variable t. Drop printf formatters and cast types from
11301 foreach loop. Don't use prepare_for_testing. Compile
11302 return-nodebug.c and return-nodebug1.c in separate steps. Don't
11303 define FORMAT or CAST.
11304
11305 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
11306
11307 * gdb.base/solib-display.exp: Disable test for remote targers.
11308
11309 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11310
11311 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
11312
11313 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11314
11315 Fix a racy FAIL.
11316 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
11317 code from `follow parent, print pids'.
11318 (`follow child, print pids', `follow parent, print pids'): Call it.
11319 Replace `gdb_test "break..."' by gdb_breakpoint.
11320
11321 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
11322
11323 * gdb.mi/mi-cli.exp: Adjust for output difference in
11324 sync and async modes.
11325
11326 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
11329 that was checked in by mistake. Remove loading of ada.exp, since
11330 this is not necessary in this case.
11331
11332 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11333
11334 * gdb.ada/ptype_arith_binop.exp: New testcase.
11335
11336 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11337
11338 * gdb.ada/mod_from_name: New testcase.
11339
11340 2009-03-12 Joel Brobecker <brobecker@adacore.com>
11341
11342 * gdb.ada/tick_last_segv: New testcase.
11343
11344 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11345
11346 * gdb.mi/mi-cli.exp: Remove debug print.
11347
11348 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
11349
11350 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
11351 include the token in ^running and frame info in *stopped.
11352
11353 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11354
11355 * solib-display.exp: New file.
11356 * solib-display-main.c: New file.
11357 * solib-display-lib.c: New file.
11358
11359 2009-03-05 Pedro Alves <pedro@codesourcery.com>
11360
11361 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
11362
11363 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11364
11365 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
11366 (list_and_check_macro): Use more specific test name.
11367 (next to definition): Make the test names unique.
11368
11369 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
11370
11371 * gdb.pascal/floats.exp: Accept approximate results everywhere.
11372
11373 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11374
11375 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
11376 notifications.
11377 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
11378 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
11379 * lib/mi-support.exp (library_loaded_re): New.
11380 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
11381
11382 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
11383
11384 * gdb.gdb/observer.exp: Use test_notification observer, not
11385 normal_stop, everywhere.
11386 (test_normal_stop_notifications): Rename to...
11387 (test_notifications): ...this.
11388 (test_observer_normal_stop): Rename to...
11389 (test_observer): ...this.
11390
11391 2009-02-16 Doug Evans <dje@google.com>
11392
11393 * gdb.arch/amd64-disp-step.S (test_int3): New test.
11394 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
11395 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
11396 (test_prefixed_syscall,test_int3): New tests.
11397 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
11398 (test_prefixed_syscall,test_int3): New tests.
11399
11400 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
11401
11402 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
11403 (mi_expect_interrupt): Likewise.
11404 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
11405 response.
11406
11407 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11408
11409 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
11410 * gdb.base/pc-fp.exp (get_valueofx): Remove.
11411 Replace calls to get_valueofx by get_hexadecimal_valueof.
11412
11413 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
11414
11415 * lib/gdb.exp (get_valueof): Accept anything as a return value.
11416 (get_integer_valueof): New procedure.
11417 (get_sizeof): Use new get_integer_value_of.
11418 * gdb.base/sizeof.exp: Replace all uses of get_valueof
11419 by get_integer_valueof.
11420
11421 2009-02-13 Tom Tromey <tromey@redhat.com>
11422
11423 * gdb.base/remote.exp (get_sizeof): Remove.
11424 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
11425 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
11426 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
11427 * lib/gdb.exp (get_valueof): Move from long_long.exp.
11428 (get_sizeof): Likewise.
11429
11430 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11431
11432 PR fortran/9806
11433 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
11434
11435 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
11436
11437 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
11438
11439 2009-02-06 Pedro Alves <pedro@codesourcery.com>
11440
11441 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
11442
11443 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
11444
11445 * gdb.python/python-cmd.exp: New file.
11446
11447 2009-02-06 Tristan Gingold <gingold@adacore.com>
11448
11449 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
11450
11451 2009-02-05 Tristan Gingold <gingold@adacore.com>
11452
11453 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
11454 pointer is dereferenced and use this signal name in regexp.
11455 * gdb.base/signull.exp: Ditto.
11456 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
11457 * gdb.base/signull.c (main): Ditto.
11458
11459 2009-02-04 Tom Tromey <tromey@redhat.com>
11460 Thiago Jung Bauermann <bauerman@br.ibm.com>
11461
11462 * gdb.python/python-value.exp: Use `gdb.history' instead of
11463 `gdb.value_from_history'.
11464 (test_value_numeric_ops): Add test for conversion of enum constant.
11465 * gdb.python/python-value.c (enum e): New type.
11466 (evalue): New global.
11467 (main): Use argv.
11468
11469 2009-02-04 Jerome Guitton <guitton@adacore.com>
11470
11471 * gdb.ada/uninitialized_vars: New test program.
11472 * gdb.ada/uninitialized_vars.exp: New testcase.
11473
11474 2009-02-02 Tom Tromey <tromey@redhat.com>
11475
11476 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
11477 * gdb.cp/pr2489.cc: Rename...
11478 * gdb.cp/pr9594.cc: ... to this.
11479
11480 2009-02-02 Tom Tromey <tromey@redhat.com>
11481
11482 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
11483 * gdb.cp/pr2489.cc: New file.
11484 * gdb.cp/cpcompletion.exp: New file.
11485
11486 2009-02-02 Tom Tromey <tromey@redhat.com>
11487
11488 PR exp/9059:
11489 * gdb.cp/call-c.exp: Add regression test.
11490 * gdb.cp/call-c.cc (FooHandle): New typedef.
11491 (main): New variable 'handle'.
11492
11493 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11494
11495 * lib/mi-support.exp (et_mi_thread_list)
11496 (check_mi_and_console_threads): Adjust for current thread in
11497 -thread-list-ids output.
11498
11499 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
11500
11501 * gdb.mi/mi-break.exp (test_disabled_creation): New.
11502 Call it.
11503
11504 2009-01-28 Doug Evans <dje@google.com>
11505
11506 * gdb.arch/amd64-disp-step.S: New file.
11507 * gdb.arch/amd64-disp-step.exp: New file.
11508 * gdb.arch/i386-disp-step.S: New file.
11509 * gdb.arch/i386-disp-step.exp: New file.
11510
11511 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
11512
11513 * gdb.base/find.exp: Set newline variable
11514 using quotes instead of braces to fix cygwin failures.
11515
11516 2009-01-23 Pedro Alves <pedro@codesourcery.com>
11517
11518 * gdb.base/radix.exp: Add tests to ensure that that set
11519 input-radix 0 and set output-radix 0 are really rejected.
11520
11521 2009-01-23 Pedro Alves <pedro@codesourcery.com>
11522
11523 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
11524 copyright years.
11525
11526 2009-01-23 Pedro Alves <pedro@codesourcery.com>
11527
11528 PR gdb/9664:
11529 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
11530
11531 2009-01-22 Pedro Alves <pedro@codesourcery.com>
11532
11533 PR c++/9631:
11534 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
11535
11536 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
11537
11538 * gdb.server/file-transfer.exp: Use EXEEXT variable for
11539 binfile definition to fix Windows OS failure.
11540
11541 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
11542
11543 PR gdb/9346
11544 * gdb.base/interrupt.c (sigint_handler): New.
11545 (main): Install a SIGINT handler if SIGNALS is defined. Exit
11546 on error.
11547 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
11548 Test "signal SIGINT".
11549
11550 2009-01-19 Doug Evans <dje@google.com>
11551
11552 * gdb.base/break.exp: Update expected gdb output.
11553 * gdb.base/sepdebug.exp: Ditto.
11554 * gdb.mi/mi-syn-frame.exp: Ditto.
11555 * gdb.mi/mi2-syn-frame.exp: Ditto.
11556 * gdb.base/call-signal-resume.exp: New file.
11557 * gdb.base/call-signals.c: New file.
11558 * gdb.base/unwindonsignal.exp: New file.
11559 * gdb.base/unwindonsignal.c: New file.
11560 * gdb.threads/interrupted-hand-call.exp: New file.
11561 * gdb.threads/interrupted-hand-call.c: New file.
11562 * gdb.threads/thread-unwindonsignal.exp: New file.
11563
11564 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
11565
11566 * gdb.base/define.exp: Test defining and hooking prefix commands.
11567 * gdb.python/python.exp: Update test for "show user" output.
11568
11569 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11570
11571 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
11572 now the output exactly, using less wildcards. Expect also the output
11573 of gfortran-4.3. Update for the f-valprint.c modification from
11574 2008-04-22.
11575 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
11576 Remove gdb_test test names where matching the command.
11577
11578 2009-01-01 Pedro Alves <pedro@codesourcery.com>
11579
11580 PR breakpoints/9681:
11581 * gdb.base/watchpoint.exp: Add regression test.
11582
11583 2008-12-31 Pedro Alves <pedro@codesourcery.com>
11584
11585 * gdb.threads/attach-into-signal.exp: Don't use
11586 gdb_suppress_entire_file.
11587 * gdb.threads/attach-stopped.exp: Ditto.
11588 * gdb.threads/attachstop-mt.exp: Ditto.
11589
11590 2008-12-31 Pedro Alves <pedro@codesourcery.com>
11591
11592 PR gdb/8812:
11593 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
11594
11595 2008-12-29 Pedro Alves <pedro@codesourcery.com>
11596
11597 PR gdb/7536:
11598 * gdb.base/radix.exp: Add tests to ensure invalid input radices
11599 and unsupported output radices are really rejected.
11600
11601 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
11602
11603 * gdb.cp/punctuator.exp: Backslash the '$' signs.
11604
11605 2008-12-22 Tom Tromey <tromey@redhat.com>
11606
11607 * gdb.cp/punctuator.exp: New file.
11608
11609 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * gdb.base/completion.exp (Completing non-existing component): New test.
11612
11613 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11614
11615 Fix for PR gdb/8648.
11616 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
11617 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
11618 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
11619 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
11620
11621 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11622
11623 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
11624
11625 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
11626
11627 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
11628 compiler actually generate code at the expected line number.
11629
11630 2008-12-15 Jie Zhang <jie.zhang@analog.com>
11631
11632 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
11633
11634 2008-12-12 Tom Tromey <tromey@redhat.com>
11635
11636 * gdb.base/commands.exp (redefine_hook_test): New proc.
11637 Call it.
11638
11639 2008-12-11 Tom Tromey <tromey@redhat.com>
11640
11641 * gdb.base/macscp.exp: New regression test.
11642
11643 2008-12-11 Tom Tromey <tromey@redhat.com>
11644
11645 * gdb.base/macscp.exp: Print "address.addr".
11646 * gdb.base/macscp1.c (struct outer): New struct.
11647 (address): New global.
11648
11649 2008-12-09 Tom Tromey <tromey@redhat.com>
11650
11651 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
11652 Call it.
11653
11654 2008-12-04 Doug Evans <dje@google.com>
11655
11656 * gdb.server/ext-run.exp: Relax regexp for init program.
11657
11658 2008-12-03 Tristan Gingold <gingold@adacore.com>
11659
11660 * gdb.base/macscp.exp: Generate an object file during compilation
11661 to work around Darwin dsymutil limitations.
11662
11663 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11664
11665 Test resolving external references to TLS variables.
11666 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
11667 FILE2_THREAD_LOCAL.
11668 (testfile2, srcfile2): New variables.
11669 * gdb.threads/tls.c (file2_thread_local)
11670 (function_referencing_file2_thread_local): New.
11671 * gdb.threads/tls2.c: New file.
11672
11673 2008-11-28 Joel Brobecker <brobecker@adacore.com>
11674
11675 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
11676 rather than integer, as integer might not be big enough when
11677 on 64bit targets.
11678
11679 2008-11-27 Jerome Guitton <guitton@adacore.com>
11680
11681 * gdb.cp/formatted-ref.exp: Add equality test.
11682 * gdb.ada/formatted_ref.exp: Ditto.
11683
11684 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11685
11686 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
11687 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
11688
11689 2008-11-20 Andreas Schwab <schwab@suse.de>
11690
11691 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
11692 matching syscall entry point.
11693 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11694 (tcatch_vfork_then_child_follow): Likewise. Finish through
11695 vfork even if we stopped at the syscall trampoline.
11696
11697 2008-11-20 Doug Evans <dje@google.com>
11698
11699 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
11700
11701 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
11702
11703 * gdb.arch/ppc-dfp.exp: New file.
11704 * gdb.arch/ppc-dfp.c: New file.
11705
11706 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
11707
11708 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
11709
11710 2008-11-17 Doug Evans <dje@google.com>
11711
11712 * gdb.mi/mi-syn-frame.exp: Update expected output.
11713 * gdb.mi/mi2-syn-frame.exp: Update expected output.
11714
11715 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11716
11717 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
11718 "thread N" results in =thread-selected.
11719 * lib/mi-support (mi_run_cmd, mi_expect_stop)
11720 (mi_send_resuming_command_raw): Be prepared for
11721 =thread-selected.
11722
11723 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
11724
11725 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
11726 * lib/mi-support.exp: Likewise.
11727
11728 2008-11-16 Joel Brobecker <brobecker@adacore.com>
11729
11730 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
11731 commands from the expected output for "help catch".
11732
11733 2008-11-15 Joel Brobecker <brobecker@adacore.com>
11734
11735 * gdb.ada/int_deref.exp: New testcase.
11736
11737 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
11738
11739 * gdb.mi/gdb2549.exp: New file.
11740
11741 2008-11-11 Doug Evans <dje@google.com>
11742
11743 * gdb.base/callexit.exp: New file.
11744 * gdb.base/callexit.c: New file.
11745
11746 2008-11-10 Doug Evans <dje@google.com>
11747
11748 * lib/gdb.exp (GDBFLAGS): Move -nx ...
11749 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
11750 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
11751 (default_gdb_start,default_gdb_exit): Ditto.
11752 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
11753 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
11754 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
11755 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
11756 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
11757 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
11758
11759 2008-11-03 Andreas Schwab <schwab@suse.de>
11760
11761 * gdb.base/hashline2.exp: Fix typo.
11762 * gdb.base/hashline3.exp: Likewise.
11763
11764 2008-10-30 Tom Tromey <tromey@redhat.com>
11765
11766 * gdb.base/pointers.exp: Add test.
11767 * gdb.base/pointers.c (k, S): New typedefs.
11768 (instance): New global.
11769
11770 2008-10-30 Andreas Schwab <schwab@suse.de>
11771
11772 * gdb.base/args.exp: Add tests for newlines.
11773
11774 2008-10-30 Joel Brobecker <brobecker@adacore.com>
11775
11776 gdb.base/foll-exec.exp: Update the expected output of a couple
11777 of "info breakpoints" tests.
11778
11779 2008-10-28 Tom Tromey <tromey@redhat.com>
11780
11781 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
11782
11783 2008-10-24 Pedro Alves <pedro@codesourcery.com>
11784
11785 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
11786 gdb_start_cmd.
11787 Use runto_main before any test that requires execution.
11788
11789 2008-10-23 Pedro Alves <pedro@codesourcery.com>
11790
11791 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
11792 instead of SIGINT.
11793
11794 2008-10-22 Joel Brobecker <brobecker@adacore.com>
11795
11796 * gdb.base/completion.exp: Update expected output following
11797 the addition of the "info tasks" command.
11798
11799 2008-10-22 Tom Tromey <tromey@redhat.com>
11800
11801 * gdb.base/exprs.exp (test_expr): Add test for string
11802 concatenation.
11803
11804 2008-10-19 Pedro Alves <pedro@codesourcery.com>
11805
11806 * configure.ac: Output gdb.python/Makefile.
11807 * configure: Regenerate.
11808 * gdb.python/Makefile.in: New.
11809
11810 2008-10-16 Joel Brobecker <brobecker@adacore.com>
11811
11812 * gdb.base/foll-fork.exp: Adjust the expected output to match
11813 the new description for fork/vfork catchpoints in the "info
11814 breakpoints" output.
11815
11816 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
11817
11818 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
11819
11820 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
11821
11822 * gdb.python/python-value.c: New file.
11823 * gdb.python/python-value.exp: New file.
11824
11825 2008-10-15 Pedro Alves <pedro@codesourcery.com>
11826
11827 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
11828
11829 2008-10-15 Denis Pilat <denis.pilat@st.com>
11830
11831 * gdb.cp/mb-ctor.exp: Fix a typo.
11832
11833 2008-10-09 Tom Tromey <tromey@redhat.com>
11834
11835 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
11836 'fprintf' and 'stderr'.
11837
11838 2008-10-07 Joel Brobecker <brobecker@adacore.com>
11839
11840 * gdb.ada/ref_tick_size.exp: New testcase.
11841
11842 2008-10-06 Doug Evans <dje@google.com>
11843
11844 * gdb.dwarf2/dw2-cu-size.exp: New file.
11845 * gdb.dwarf2/dw2-cu-size.S: New file.
11846
11847 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
11848 .Ltype_int for clarity.
11849
11850 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
11851
11852 PR gdb/2384:
11853 * gdb.cp/gdb2384.exp: Extended to test more cases.
11854 * gdb.cp/gdb2384.cc: Likewise.
11855 * gdb.cp/gdb2384-base.h: Likewise.
11856 * gdb.cp/gdb2384-base.cc: Likewise.
11857
11858 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11859
11860 * gdb.base/maint.exp (maint print type): Remove printing
11861 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
11862
11863 2008-09-30 Tom Tromey <tromey@redhat.com>
11864
11865 * gdb.base/macscp.exp: Add completion tests.
11866 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
11867 (TWENTY_THREE): Likewise.
11868 (FORTY_EIGHT): Likewise.
11869
11870 2008-09-30 Tom Tromey <tromey@redhat.com>
11871
11872 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
11873 everywhere.
11874 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
11875
11876 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11877
11878 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
11879 testcase is derived from. Fix racy dependency on an expected PID
11880 number. No longer support the testcase on Linux kernel 2.4.x.
11881
11882 2008-09-27 Tom Tromey <tromey@redhat.com>
11883
11884 * gdb.base/macscp.exp: Add tests for stringification, splicing,
11885 and varargs.
11886
11887 2008-09-22 Pedro Alves <pedro@codesourcery.com>
11888
11889 * lib/mi-support.exp (mi_expect_interrupt): New.
11890 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
11891 from gdb.mi/mi-nonstop.exp.
11892 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
11893 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
11894 lib/mi-support.exp.
11895 Use mi_check_thread_states throughout. Avoid ".*" and do not
11896 require an anchor after -exec-run.
11897
11898 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
11899
11900 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
11901 stop is pending. Avoid ".*" when two stops are pending.
11902 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
11903 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
11904 newlines in fullnames.
11905 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
11906 (mi_expect_stop): Update comments. Only anchor in sync mode.
11907 Do not match newlines.
11908 (mi_send_resuming_command_raw): Always return status.
11909 (mi_get_stop_line): Do not match more than one line by accident.
11910 Only anchor in sync mode.
11911 (mi_run_inline_test): If -exec-next fails, give up.
11912
11913 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11914
11915 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
11916 on SPU.
11917
11918 2008-09-10 Joel Brobecker <brobecker@adacore.com>
11919
11920 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
11921
11922 2008-09-10 Joel Brobecker <brobecker@adacore.com>
11923
11924 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
11925 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11926 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
11927 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11928 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
11929 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
11930 gdb.ada/interface.exp, gdb.ada/null_array.exp,
11931 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11932 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11933 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11934 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
11935 Include the "= " sequence in the expected output of print tests.
11936
11937 2008-09-10 Joel Brobecker <brobecker@adacore.com>
11938
11939 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
11940 description for boolean types.
11941
11942 2008-09-09 Pedro Alves <pedro@codesourcery.com>
11943
11944 * gdb.base/hook-stop-continue.c: New.
11945 * gdb.base/hook-stop-continue.exp: New.
11946
11947 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11948
11949 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
11950
11951 2008-09-08 Jerome Guitton <guitton@adacore.com>
11952
11953 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
11954 (stack_check_probe_2, stack_check_probe_loop_1)
11955 (stack_check_probe_loop_2): New functions.
11956 (main): Add call to these new functions.
11957 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
11958 functions, check that the breakpoint is inserted at the appropriate
11959 location.
11960 (insert_breakpoint): Slightly refine this procedure so that it can
11961 be called several times in the test.
11962
11963 2008-09-08 Jerome Guitton <guitton@adacore.com>
11964
11965 * gdb.base/stack-checking.c: New file.
11966 * gdb.base/stack-checking.exp: New file.
11967
11968 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11969
11970 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
11971 * gdb.arch/altivec-regs.exp: Likewise.
11972 * gdb.arch/vsx-regs.exp: Likewise.
11973
11974 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
11975
11976 * gdb.arch/ppc-fp.exp: New file.
11977 * gdb.arch/ppc-fp.c: New file.
11978
11979 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
11980
11981 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
11982 lest gcc-4.3.1 optimizes the whole thing away.
11983
11984 2008-09-04 Michael Snyder <msnyder@vmware.com>
11985
11986 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
11987 as "at" (for non-debug functions such as _start).
11988
11989 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11990
11991 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
11992 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
11993 software watchpoints.
11994 * gdb.base/watch_thread_num.exp: Likewise.
11995
11996 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
11997
11998 * gdb.arch/i386-bp_permanent.exp: New test.
11999
12000 2008-08-24 Tom Tromey <tromey@redhat.com>
12001
12002 * gdb.base/maint.exp: Update "maint print type".
12003
12004 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
12005
12006 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
12007 support. Adjust the order of "*running" notifications.
12008 * gdb.mi/non-stop.c: Don't cast from int to void* and
12009 back.
12010
12011 2008-08-20 Mark Kettenis <kettenis@gnu.org>
12012
12013 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
12014 expect to find it in the "info frame" output.
12015
12016 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
12017
12018 * gdb.base/interp.exp: Always consume both prompts.
12019
12020 2008-08-20 Pedro Alves <pedro@codesourcery.com>
12021
12022 * gdb.base/pending.exp: Test pending breakpoints without symbols
12023 loaded.
12024
12025 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12026
12027 * lib/mi-support.exp (mi_expect_stop): Produce
12028 more details on failures.
12029 * gdb.mi/mi-nonstop.exp: New.
12030 * gdb.mi/non-stop.c: New.
12031
12032 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
12033
12034 * gdb.mi/mi-async.exp: Use 'set target-async'.
12035 * lib/mi-support.exp: Use 'set/show target-async'.
12036
12037 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
12038
12039 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
12040
12041 2008-08-17 Tom Tromey <tromey@redhat.com>
12042
12043 * gdb.base/help.exp (help catch): Rewrite.
12044
12045 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
12046
12047 * gdb.base/define.exp: Test indented command documentation.
12048 * gdb.python/python.exp: Test indented multi-line command.
12049
12050 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
12051
12052 * testsuite/gdb.arch/vsx-regs.c: New source file.
12053 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
12054 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
12055
12056 2008-08-14 Tom Tromey <tromey@redhat.com>
12057
12058 * gdb.base/macscp.exp: Add regression test for "macro define" or
12059 "macro undef" with no arguments.
12060
12061 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
12062
12063 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
12064
12065 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12066
12067 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
12068
12069 2008-08-06 Tom Tromey <tromey@redhat.com>
12070
12071 * gdb.python/python.exp: New file.
12072
12073 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12074
12075 Fix for PR gdb/1543.
12076 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
12077 $LOCATION.
12078 (location): New variable.
12079 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
12080 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
12081 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
12082 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
12083 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
12084 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
12085 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
12086 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
12087 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
12088 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
12089 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
12090 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
12091 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
12092 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
12093 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
12094 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
12095 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
12096 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
12097 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
12098 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
12099 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
12100 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
12101 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
12102 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
12103 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
12104 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
12105 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
12106 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
12107 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
12108 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
12109 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
12110 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
12111 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
12112 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
12113 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
12114 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
12115 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
12116 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
12117 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
12118 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
12119 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
12120 gdb.base/type-opaque.exp, gdb.base/until.exp,
12121 gdb.base/value-double-free.c, gdb.base/varargs.exp,
12122 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
12123 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
12124 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12125 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
12126 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
12127 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12128 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12129 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
12130 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
12131 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
12132 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
12133 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
12134 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
12135 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
12136 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
12137 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
12138 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
12139 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
12140 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
12141 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
12142 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
12143 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
12144 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
12145 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
12146 gdb.pascal/types.exp, gdb.stabs/weird.exp,
12147 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
12148 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
12149 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
12150 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
12151 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
12152 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
12153 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
12154 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
12155 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
12156 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
12157 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
12158 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
12159 lib/mi-support.exp, lib/trace-support.exp: Remove reference
12160 to bug-gdb@prep.ai.mit.edu .
12161
12162 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
12163
12164 * lib/mi-support.exp (mi_load_shlibs): New.
12165 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
12166
12167 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
12168
12169 * lib/mi-support.exp (get_mi_thread_list)
12170 (check_mi_and_console_threads): New, moved from ...
12171 * gdb.mi/mi-pthread.exp: ...here.
12172 * gdb.mi/gdb669.exp (get_mi_thread_list)
12173 (check_mi_and_console_threads): Delete.
12174 * gdb.mi/mi2-pthread.exp: Likewise.
12175
12176 2008-07-28 Tom Tromey <tromey@redhat.com>
12177
12178 * Makefile.in (just-check): Remove. Move body to...
12179 (check): ... here.
12180
12181 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12182
12183 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
12184 Add a test for duplicated SIGINTs.
12185
12186 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12187
12188 * gdb.threads/schedlock.exp (get_args): Update to work for any
12189 value of NUM.
12190 (Top level): Report the number of threads that did not resume.
12191
12192 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12193
12194 * gdb.dwarf2/dw2-compressed.S: Also define __start.
12195
12196 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
12197
12198 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
12199 non-MI prompt.
12200
12201 2008-07-26 Tom Tromey <tromey@redhat.com>
12202
12203 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
12204 (function_struct, function_struct_ptr): New globals.
12205 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
12206 function pointer in a struct.
12207
12208 2008-07-26 Tom Tromey <tromey@redhat.com>
12209
12210 * gdb.base/macscp.exp: Add test for macro lexing bug.
12211
12212 2008-07-18 Tom Tromey <tromey@redhat.com>
12213
12214 * gdb.base/macscp.exp: Add macro tests.
12215
12216 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12217
12218 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
12219
12220 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
12221
12222 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
12223
12224 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
12225
12226 * gdb.cp/class2.exp: fix for failure on spu-elf
12227
12228 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
12229
12230 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
12231
12232 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
12235
12236 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
12237
12238 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
12239
12240 2008-07-11 Kevin Buettner <kevinb@redhat.com>
12241
12242 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
12243 of regexp to account for changes made to GDB in the printing of
12244 byte vectors.
12245
12246 2008-07-11 Tom Tromey <tromey@redhat.com>
12247
12248 * gdb.base/completion.exp: Add 'help' completion test.
12249
12250 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12251
12252 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
12253
12254 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12255
12256 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
12257
12258 2008-07-09 Pedro Alves <pedro@codesourcery.com>
12259
12260 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
12261
12262 2008-07-09 Pedro Alves <pedro@codesourcery.com>
12263
12264 * gdb.base/fullname.exp: Restore pwd if compiling failed.
12265
12266 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12267
12268 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
12269
12270 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12271
12272 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
12273 previous commit. Add a comment.
12274
12275 2008-06-28 Pedro Alves <pedro@codesourcery.com>
12276
12277 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
12278
12279 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
12280
12281 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
12282
12283 2008-06-27 Pedro Alves <pedro@codesourcery.com>
12284
12285 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
12286 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
12287 compiling an executable, link in an object that forces unbuffered
12288 output.
12289 * lib/set_unbuffered_mode.c: New file.
12290
12291 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12292
12293 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
12294
12295 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
12296
12297 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
12298 mi_expect_stop.
12299 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
12300 Demand that *running is output.
12301 (detect_async): Perform checking every time.
12302 (mi_send_resuming_command): Extract everything into...
12303 (mi_send_resuming_command_raw): ...this.
12304 (mi_expect_stop): Don't accept any output before *stopped.
12305
12306 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
12307
12308 Robustify mi-simplerun.
12309 * gdb.mi/basics.c (main): Add a call to sleep.
12310 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
12311 * gdb.mi/mi2-cli.exp: Likewise.
12312 * gdb.mi/mi-break.exp: Likewise.
12313
12314 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
12315
12316 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
12317
12318 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12319
12320 * gdb.mi/mi-console.exp: Adjust.
12321 * gdb.mi/mi-syn-frame.exp: Adjust.
12322 * gdb.mi/mi2-console.exp: Adjust.
12323 * gdb.mi/mi2-syn-frame.exp: Adjust.
12324 * lib/mi-support.exp (mi_run_cmd): Adjust.
12325 (mi_send_resuming_command): Adjust.
12326
12327 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
12328
12329 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
12330 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
12331 testing of stopped.
12332 * gdb.mi/mi2-syn-frame.exp: Likewise.
12333 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
12334 (async, detect_async): New.
12335 (mi_expect_stop, mi_continue_to_line): Adjust expectation
12336 depending on if we're running in sync or async mode.
12337
12338 2008-06-09 Tom Tromey <tromey@redhat.com>
12339
12340 * gdb.base/completion.exp: New tests for field name completion
12341 with spaces, and field name completion with '->'.
12342
12343 2008-06-06 Tom Tromey <tromey@redhat.com>
12344
12345 * gdb.base/break1.c (struct some_struct): New struct.
12346 (values): New global.
12347 * gdb.base/completion.exp: Add field name completion test.
12348
12349 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
12350
12351 * gdb.cp/call-c.exp: Test for incorrect handling of reference
12352 to pointer.
12353 * gdb.cp/call-c.cc: Likewise.
12354
12355 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
12356
12357 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
12358 annotation.
12359
12360 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
12361 Pedro Alves <pedro@codesourcery.com>
12362
12363 * gdb.threads/execl.c, gdb.threads/execl1.c,
12364 gdb.threads/execl.exp: New tests.
12365
12366 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
12367 Daniel Jacobowitz <dan@codesourcery.com>
12368
12369 * gdb.cp/exception.exp: Activate test, make it work with pending
12370 catchpoints.
12371
12372 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12373
12374 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
12375
12376 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
12377
12378 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
12379 now printed.
12380 * gdb.mi/mi2-var-cmd.exp: Likewise.
12381
12382 2008-05-27 Andreas Schwab <schwab@suse.de>
12383
12384 * gdb.base/frame-args.exp: Handle arguments that are optimized
12385 out.
12386
12387 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
12388
12389 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
12390 quiet for ppc32 and group options into a single variable.
12391
12392 2008-05-23 Joel Brobecker <brobecker@adacore.com>
12393
12394 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
12395 of zero-size elements.
12396 * gdb.ada/null_array.exp: Test printing this new array.
12397
12398 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
12401
12402 2008-05-21 Joel Brobecker <brobecker@adacore.com>
12403
12404 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
12405 of the "finish" command.
12406
12407 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
12408
12409 * gdb.base/annota1.exp: Test for new annotation.
12410
12411 2008-05-16 Pedro Alves <pedro@codesourcery.com>
12412
12413 * gdb.base/fixsection.exp: New file.
12414 * gdb.base/fixsection0.c: New file.
12415 * gdb.base/fixsection1.c: New file.
12416
12417 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12418
12419 * gdb.base/annota1.exp: Accept printf@... in place of printf.
12420 * gdb.base/annota3.exp: Likewise.
12421
12422 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
12423
12424 * gdb.base/watch_thread_num.exp: Don't run tests that require
12425 watchpoints if the target doesn't support them.
12426
12427 2008-05-12 Doug Evans <dje@google.com>
12428
12429 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
12430
12431 2008-05-09 Joel Brobecker <brobecker@adacore.com>
12432
12433 * gdb.ada/assign_1.exp: New testcase.
12434
12435 2008-05-09 Doug Evans <dje@google.com>
12436
12437 * gdb.base/find.exp: New file.
12438 * gdb.base/find.c: New file.
12439
12440 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
12441
12442 * gdb.base/commands.exp (watchpoint_command_test): Handle
12443 gdb,no_hardware_watchpoints.
12444 * gdb.base/float.exp: Allow ARM targets without floating point.
12445 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
12446
12447 2008-05-06 Jerome Guitton <guitton@adacore.com>
12448 Joel Brobecker <brobecker@adacore.com>
12449
12450 * gdb.ada/lang_switch: New test program.
12451 * gdb.ada/lang_switch.exp: New testcase.
12452
12453 2008-05-05 Doug Evans <dje@google.com>
12454
12455 * gdb.base/help.exp (disassemble): Update expected help text.
12456
12457 2008-05-04 Pedro Alves <pedro@codesourcery.com>
12458
12459 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
12460
12461 2008-05-04 Pedro Alves <pedro@codesourcery.com>
12462
12463 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
12464 different times.
12465
12466 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12467
12468 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
12469 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
12470 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
12471 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
12472
12473 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
12474
12475 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
12476 notification to appear.
12477
12478 2008-05-04 Daniel Jacobowitz <dan@debian.org>
12479
12480 * gdb.base/fullname.c: New file.
12481 * gdb.base/fullname.exp: New file.
12482 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
12483
12484 2008-05-03 Pedro Alves <pedro@codesourcery.com>
12485
12486 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
12487 expressions with macros.
12488
12489 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
12492
12493 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
12494
12495 * gdb.base/completion.exp: Handle lack of other symbols beginning
12496 with "a".
12497
12498 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
12499
12500 2008-05-02 Jim Blandy <jimb@codesourcery.com>
12501
12502 * gdb.asm/asmsrc1.s: Add scratch space.
12503
12504 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12505 Daniel Jacobowitz <dan@codesourcery.com>
12506
12507 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
12508 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
12509 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
12510
12511 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
12512
12513 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
12514
12515 2008-05-01 Joel Brobecker <brobecker@adacore.com>
12516
12517 * gdb.base/info-target.exp: New testcase.
12518
12519 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12520
12521 * gdb.cp/hang.exp: Use .cc instead of .C.
12522 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
12523 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
12524
12525 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
12526
12527 * gdb.base/gdb1250.exp: Remove perror.
12528 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
12529
12530 2008-04-30 Pedro Alves <pedro@codesourcery.com>
12531
12532 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
12533 .2byte.
12534
12535 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
12536
12537 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
12538 (maybe_kfail): New.
12539
12540 2008-04-25 Pedro Alves <pedro@codesourcery.com>
12541
12542 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
12543
12544 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12545
12546 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
12547 * gdb.mi/mi2-syn-frame.exp: Likewise.
12548 * lib/mi-support.exp: Likewise.
12549
12550 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12551
12552 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
12553 to specify regexp for the location to stop at.
12554 * gdb.base/break-always.c: New.
12555 * gdb.base/break-always.exp: New.
12556
12557 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
12558
12559 * lib/mi-support.exp (mi_runto_helper): Adjust
12560 for the original-location field.
12561 (mi_create_breakpoint, mi_list_breakpoints): New.
12562 * gdb.mi/mi-break.exp: Adjust.
12563 * gdb.mi/mi2-break.exp: Adjust.
12564 * gdb.mi/mi-pending.exp: Adjust.
12565 * gdb.mi/mi-simplerun.exp: Adjust.
12566 * gdb.mi/mi2-simplerun.exp: Adjust.
12567 * gdb.mi/mi-syn-frame.exp: Adjust.
12568 * gdb.mi/mi2-syn-frame.exp: Adjust.
12569 * gdb.mi/mi-until.exp: Adjust.
12570 * gdb.mi/mi2-until.exp: Adjust.
12571 * gdb.mi/mi-var-display.exp: Adjust.
12572 * gdb.mi/mi2-var-display.exp: Adjust.
12573 * gdb.mi/mi-watch.exp: Adjust.
12574 * gdb.mi/mi2-watch.exp: Adjust.
12575
12576 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
12577
12578 * aclocal.m4: Add override.m4.
12579 * configure: Regenerate.
12580
12581 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
12582
12583 * gdb.mi/var-cmd.c (do_at_tests): Verify that
12584 '-var-update --all-values' reports new value even the type
12585 of a variable object has changed.
12586
12587 2008-04-18 Craig Silverstein <csilvers@google.com>
12588
12589 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
12590 files.
12591
12592 2008-04-18 Joel Brobecker <brobecker@adacore.com>
12593
12594 * gdb.ada/atomic_enum: New test program.
12595 * gdb.ada/atomic_enum.exp: New testcase.
12596
12597 2008-04-17 Doug Evans <dje@google.com>
12598
12599 * gdb.opt/Makefile.in: Fix whitespace.
12600
12601 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
12602
12603 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
12604
12605 2008-04-17 Doug Evans <dje@google.com>
12606
12607 * gdb.base/hashline1.exp: New testcase.
12608 * gdb.base/hashline2.exp: New testcase.
12609 * gdb.base/hashline2.exp: New testcase.
12610
12611 2008-04-17 Pedro Alves <pedro@codesourcery.com>
12612
12613 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
12614
12615 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
12616
12617 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
12618 temporary breakpoint to match "Temporary breakpoint".
12619 * gdb.base/break.exp (delete_breakpoints): Likewise.
12620 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
12621 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
12622 * gdb.base/display.exp: Likewise.
12623 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
12624 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
12625 * gdb.base/restore.exp (restore_tests): Likewise.
12626 * gdb.base/sepdebug.exp: Likewise.
12627 * gdb.base/watchpoint.exp: Likewise.
12628 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
12629 * gdb.mi/mi-pending.exp: Likewise.
12630 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
12631 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
12632 * gdb.mi/mi-var-cmd.exp: Likewise.
12633 * gdb.mi/mi-var-display.exp: Likewise.
12634 * gdb.mi/mi2-cli.exp: Likewise.
12635 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
12636 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
12637 * gdb.mi/mi2-var-display.exp: Likewise.
12638 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
12639 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
12640 new "disp" field.
12641 (mi_expect_stop): Move after_reason argument to be really after
12642 reason. This is to support fix for PR2424.
12643
12644 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12645
12646 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
12647
12648 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
12649
12650 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
12651 field. Add more floating varobj tests.
12652 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
12653 field.
12654 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
12655 (main): Call do_at_tests.
12656 * lib/mi-support.exp (mi_create_floating_varobj)
12657 (mi_varobj_update_with_type_change): New.
12658
12659 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
12660
12661 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
12662 option of -var-evaluate-expression.
12663 * gdb.mi/mi2-var-display.exp: Likewise.
12664
12665 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
12666
12667 Introduce test setup helpers.
12668 * lib/gdb.exp (build_executable, clean_restart)
12669 (prepare_for_testing): New.
12670 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
12671 * gdb.base/return.exp: Likewise.
12672 * gdb.base/ending-run.exp: Likewise.
12673
12674 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
12675
12676 * gdb.mi/mi-async.exp: New test for asynchronous Machine
12677 Interface (MI) responses.
12678
12679 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
12680
12681 * gdb.cp/breakpoint.cc: New code to test conditions involving
12682 member variables.
12683 * gdb.cp/breakpoint.exp: Test condition involving member
12684 variables.
12685
12686 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
12687
12688 * lib/mi-support.exp (mi_expect_stop): New.
12689 (mi_run_cmd): Change the
12690 token. Use mi_send_resuming_command, use
12691 mi_expect_stop.
12692 (mi_execute_to_helper): Rename to mi_execute_to.
12693 (mi_send_resuming_command): Add more error patterns.
12694 (mi_wait_for_stop): Renamed to...
12695 (mi_get_stop_line): ...this.
12696 (mi_run_inline_test): Adjust.
12697
12698 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
12699 * gdb.mi/mi-console.exp: Likewise.
12700 * gdb.mi/mi-pending.exp: Likewise.
12701 * gdb.mi/mi-simplerun.exp: Likewise.
12702 * gdb.mi/mi-stack.exp: Likewise.
12703 * gdb.mi/mi-stepi.exp: Likewise.
12704 * gdb.mi/mi-syn-frame.exp: Add comment.
12705 * gdb.mi/mi-until.exp: Likewise.
12706 * gdb.mi/mi-var-display.exp: Likewise.
12707 * gdb.mi/mi-watch.exp: Likewise.
12708 * gdb.mi/mi2-cli.exp: Likewise.
12709 * gdb.mi/mi2-console.exp: Likewise.
12710 * gdb.mi/mi2-simplerun.exp: Likewise.
12711 * gdb.mi/mi2-stack.exp: Likewise.
12712 * gdb.mi/mi2-stepi.exp: Likewise.
12713 * gdb.mi/mi2-until.exp: Likewise.
12714 * gdb.mi/mi2-var-display.exp: Likewise.
12715 * gdb.mi/mi2-watch.exp: Likewise.
12716
12717 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12718
12719 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
12720
12721 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
12722
12723 2008-04-04 Pedro Alves <pedro@codesourcery.com>
12724
12725 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
12726 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
12727 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
12728 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
12729 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
12730 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
12731 expect an mi error duplicated in stderr.
12732
12733 2008-04-03 Joel Brobecker <brobecker@adacore.com>
12734
12735 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
12736 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
12737 Add a couple of tests that verify the behavior when the new setting
12738 is set to "cancel" and "all".
12739 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
12740 "ask" before we start the testing.
12741
12742 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
12743
12744 * gdb.cp/casts.cc: Add class reference variables.
12745 * gdb.cp/casts.exp: New test cases for up/down casting references.
12746
12747 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
12748
12749 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
12750 instead of beginning to make an extra test pass.
12751 * gdb.mi/mi2-var-display.exp: Likewise.
12752
12753 2008-03-31 Maciej W. Rozycki <macro@mips.com>
12754
12755 * gdb.base/break.exp: Mark failures as such. Fix formatting.
12756
12757 2008-03-31 Markus Deuling <deuling@de.ibm.com>
12758 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12759
12760 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
12761 value. Add xfail for older kernels.
12762
12763 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
12764
12765 Bring mi-support in line with gdb.exp.
12766 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
12767 (mi_gdb_start): New function.
12768
12769 2008-03-28 Maciej W. Rozycki <macro@mips.com>
12770
12771 * gdb.mi/mi-var-cmd.exp: Fix a typo.
12772
12773 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
12774
12775 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
12776 * gdb.mi/mi2-var-display.exp: Likewise.
12777
12778 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
12779
12780 * lib/mi-support.exp (mi_create_varobj_checked): New.
12781 (mi_list_varobj_children): Allow to check for a
12782 value.
12783 (mi_list_array_varobj_children): New.
12784
12785 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
12786 and mi_list_varobj_children, as opposed to hardcoding
12787 expected strings.
12788 * gdb.mi/gdb701.exp: Likewise.
12789 * gdb.mi/gdb792.exp: Likewise.
12790 * gdb.mi/mi-var-block.exp: Likewise.
12791 * gdb.mi/mi-var-cmd.exp: Likewise.
12792 * gdb.mi/mi-var-invalidate.exp: Likewise.
12793 * gdb.mi/mi2-var-block.exp: Likewise.
12794 * gdb.mi/mi2-var-child.exp: Likewise.
12795 * gdb.mi/mi2-var-cmd.exp: Likewise.
12796 * gdb.mi/mi2-var-display.exp: Likewise.
12797
12798 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12799
12800 Fix random false FAILs on i386.
12801 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
12802
12803 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
12804
12805 PR gdb/544
12806 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
12807
12808 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
12809
12810 PR gdb/544
12811 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
12812
12813 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12814
12815 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
12816 fixed PR gdb/544.
12817
12818 2008-03-21 Pedro Alves <pedro@codesourcery.com>
12819
12820 * gdb.threads/fork-child-threads.exp: Test next over fork.
12821
12822 2008-03-21 Chris Demetriou <cgd@google.com>
12823
12824 * gdb.base/break.exp (rbreak junk): New test for rbreak
12825 "Junk at end of arguments" issue.
12826
12827 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12828
12829 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
12830 *& to work on created array elements.
12831 (Top level): Test print $pc with a file. Test string operations
12832 without a target.
12833 * gdb.base/ptype.exp: Do not expect *& to work on created array
12834 elements.
12835
12836 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
12837
12838 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
12839 gdb.threads/staticthreads.exp: Update exit query.
12840
12841 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
12842
12843 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
12844
12845 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
12846
12847 * gdb.base/watchpoint.c (global_ptr, func4): New.
12848 (main): Call func4.
12849 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
12850 (test_inaccessible_watchpoint): New.
12851
12852 2008-02-29 Maciej W. Rozycki <macro@mips.com>
12853
12854 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
12855 select the largest.
12856
12857 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
12858
12859 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
12860 frames-invalid annotations.
12861
12862 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
12863
12864 * gdb.base/assign.exp: avoid same output for different tests.
12865
12866 2008-02-27 Doug Evans <dje@google.com>
12867
12868 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
12869 for bug 1738.
12870 (breakpoint_to_handler_entry): Ditto.
12871
12872 2008-02-27 Joel Brobecker <brobecker@adacore.com>
12873
12874 * gdb.base/ending-run.exp: Use the first line of code inside
12875 function body to test breakpoints.
12876 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
12877 location where the breakpoint is inserted when using the line
12878 where a function is declared. Fix typo in the description of
12879 one of the tests.
12880 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
12881
12882 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
12883
12884 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
12885 tests.
12886
12887 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
12888
12889 * gdb.base/args.exp: avoid same output for tests
12890 with single quotes.
12891
12892 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
12893
12894 * gdb.base/annota1.exp: Adjust for 'info break'
12895 format changes.
12896 * gdb.base/annota3.exp: Likewise.
12897 * gdb.base/break.exp: Likewise.
12898 * gdb.base/condbreak.exp: Likewise.
12899 * gdb.base/pending.exp: Likewise.
12900 * gdb.base/sepdebug.exp: Likewise.
12901 * gdb.base/unload.exp: Likewise.
12902 * gdb.cp/ovldbreak.exp: Likewise.
12903 * gdb.mi/mi-pending.exp: Likewise.
12904
12905 2008-02-07 Doug Evans <dje@google.com>
12906
12907 * gdb.cp/mb-inline.exp: New.
12908 * gdb.cp/mb-inline.h: New.
12909 * gdb.cp/mb-inline1.cc: New.
12910 * gdb.cp/mb-inline2.cc: New.
12911
12912 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
12913
12914 * gdb.pascal/floats.pas: New test program.
12915 * gdb.pascal/floats.exp: New testcase.
12916
12917 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
12918
12919 * gdb.base/callfuncs.c (t_float_many_args): New function.
12920 (t_double_many_args): New function.
12921 * gdb.base/callfuncs.exp: Add tests for exceeding float
12922 and double parameters passed through the stack.
12923
12924 2008-02-05 Joel Brobecker <brobecker@adacore.com>
12925
12926 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
12927 gdb.ada/complete/foo.adb: New files.
12928 * gdb.ada/complete.exp: New testcase.
12929
12930 2008-02-03 Doug Evans <dje@google.com>
12931
12932 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
12933
12934 * gdb.cp/gdb2384.exp: New file.
12935 * gdb.cp/gdb2384.cc: New file.
12936 * gdb.cp/gdb2384-base.h: New file.
12937 * gdb.cp/gdb2384-base.cc: New file.
12938
12939 2008-02-02 Doug Evans <dje@google.com>
12940
12941 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
12942
12943 2007-02-01 Joel Brobecker <brobecker@adacore.com>
12944
12945 * gdb.ada/sym_print_name: New test program.
12946 * gdb.ada/sym_print_name.exp: New testcase.
12947
12948 2007-02-01 Joel Brobecker <brobecker@adacore.com>
12949
12950 * gdb.ada/nested/hello.adb: New file.
12951 * gdb.ada/nested.exp: New testcase.
12952 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
12953
12954 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
12955
12956 * gdb.mi/basic.c (return_1): New function.
12957 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
12958 don't cause future evaluations of function to report
12959 creation of internal breakpoints.
12960
12961 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
12962
12963 * gdb.mi/mi-break.exp (test_error): New.
12964 Call it.
12965
12966 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
12967
12968 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
12969 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
12970
12971 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
12972
12973 * gdb.pascal/integers.pas: New test program.
12974 * gdb.pascal/integers.exp: New testcase.
12975
12976 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
12977
12978 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
12979
12980 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
12981
12982 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
12983 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
12984
12985 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
12986
12987 * gdb.ada/formatted_ref: New test program.
12988 * gdb.ada/formatted_ref.exp: New testcase.
12989
12990 * gdb.cp/formatted-ref.cc: New file.
12991 * gdb.cp/formatted-ref.exp: New testcase.
12992
12993 2008-01-30 Joel Brobecker <brobecker@adacore.com>
12994
12995 * gdb.base/ptype.exp: Add testing of "ptype $pc".
12996
12997 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
12998
12999 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
13000 (test_file_list_exec_source_file): Update to new macro-info field.
13001
13002 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
13003
13004 * gdb.ada/exprs: New test program.
13005 * gdb.ada/exprs.exp: New testcase.
13006
13007 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13008
13009 * dfp-test.c (DELTA, DELTA_B): New definitions.
13010 (double_val1, double_val2, double_val3, double_val4, double_val5,
13011 double_val6, double_val7, double_val8, double_val9, double_val10,
13012 double_val11, double_val12, double_val13, double_val14, dec32_val1,
13013 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
13014 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
13015 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
13016 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
13017 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
13018 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
13019 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
13020 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
13021 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
13022 dec128_val16): New global variables.
13023 (decimal_dec128_align): New function.
13024 (decimal_mixed): Likewise.
13025 (decimal_many_args_dec32): Likewise.
13026 (decimal_many_args_dec64): Likewise.
13027 (decimal_many_args_dec128): Likewise.
13028 (decimal_many_args_mixed): Likewise.
13029 * dfp-test.exp: Add tests calling new inferior functions.
13030
13031 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13032
13033 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
13034 gdb.server/ext-run.exp: New files.
13035 * lib/gdbserver-support.exp (gdbserver_download): New.
13036 (gdbserver_start): New. Update gdbserver expected
13037 output.
13038 (gdbserver_spawn): Use them.
13039 (gdbserver_start_extended): New.
13040
13041 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13042
13043 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
13044 Run on GNU/Linux.
13045 (do_exec_tests): Check for systems which do not support catchpoints.
13046 Do not match START.
13047 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
13048 Run on GNU/Linux. Enable verbose output.
13049 (check_fork_catchpoints): New.
13050 (explicit_fork_child_follow, catch_fork_child_follow)
13051 (tcatch_fork_parent_follow): Update expected messages.
13052 (do_fork_tests): Use check_fork_catchpoints.
13053 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
13054 Run on GNU/Linux. Enable verbose output.
13055 (check_vfork_catchpoints): New.
13056 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
13057 expected messages.
13058 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
13059
13060 2008-01-29 Jim Blandy <jimb@red-bean.com>
13061
13062 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
13063 host' errors.
13064 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
13065
13066 2008-01-29 Jim Blandy <jimb@red-bean.com>
13067
13068 * gdb.threads/sigthread.c: Use barriers to ensure that
13069 child_thread and child_thread_two are always initialized before we
13070 start to use them.
13071
13072 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
13073
13074 * gdb.base/watchpoint-solib.exp: New.
13075 * gdb.base/watchpoint-solib.c: New.
13076 * gdb.base/watchpoint-solib-shr.c: New.
13077
13078 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
13079
13080 * gdb.base/gdb1056.exp: Add unsigned integer test.
13081
13082 2008-01-28 Doug Evans <dje@google.com>
13083
13084 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
13085
13086 2008-01-27 Jim Blandy <jimb@codesourcery.com>
13087
13088 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
13089
13090 * gdb.base/expand-psymtabs.exp: Doc fix.
13091
13092 2008-01-26 Mark Kettenis <kettenis@gnu.org>
13093
13094 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
13095
13096 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
13097
13098 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
13099 -var-set-format.
13100
13101 2008-01-23 Chris Demetriou <cgd@google.com>
13102
13103 * gdb.threads/thread_events.c: New testcase source file.
13104 * gdb.threads/thread_events.exp: New testcase expect file.
13105
13106 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
13107
13108 * lib/gdb.exp: Add the variable octal.
13109
13110 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
13111 -var-set-format.
13112
13113 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
13114 Vladimir Prus <vladimir@codesourcery.com>
13115
13116 * gdb.base/float.exp: Allow missing floating point for m68k and
13117 PowerPC.
13118
13119 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
13120
13121 * gdb.mi/basics.c: Setup for testing breakpoints
13122 ignore count.
13123 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
13124 * gdb.mi/mi-cli.exp: Adjust.
13125 * gdb.mi/mi2-cli.exp: Adjust.
13126
13127 2008-01-17 Pedro Alves <pedro@codesourcery.com>
13128
13129 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
13130 and 'dummy_ptr' integer pointer. Initialize struct_declarations
13131 with dummy_ptr's address.
13132 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
13133 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
13134 all targets.
13135 * gdb.mi/mi2-var-child.exp: Likewise.
13136
13137 2008-01-09 Joel Brobecker <brobecker@adacore.com>
13138
13139 * gdb.ada/null_array: New test program.
13140 * gdb.ada/null_array.exp: New testcase.
13141
13142 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
13143
13144 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
13145 with required float modifiers.
13146
13147 2008-01-08 Joel Brobecker <brobecker@adacore.com>
13148
13149 * gdb.ada/funcall_param: New test program.
13150 * gdb.ada/funcall_param.exp: New testcase.
13151
13152 2008-01-08 Joel Brobecker <brobecker@adacore.com>
13153
13154 * gdb.ada/arrayparam: New test program.
13155 * gdb.ada/arrayparam.exp: New testcase.
13156
13157 2008-01-08 Joel Brobecker <brobecker@adacore.com>
13158
13159 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
13160 landed. Should also fix random failures in the test following it.
13161
13162 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
13163
13164 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
13165 for expressions with decimal float values.
13166 (test_dfp_conversions): New function to test casts to and from
13167 decimal float types.
13168 Call test_dfp_conversions.
13169 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
13170 elements.
13171 (main): Initialize ds.float4 and ds.double8 elements.
13172 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
13173 string to new error message.
13174 (d64_set_tests): Likewise.
13175 (d128_set_tests): Likewise.
13176 Add tests for expressions with decimal float variables. Add tests for
13177 conversions to and from decimal float types.
13178
13179 2008-01-05 Joel Brobecker <brobecker@adacore.com>
13180
13181 * gdb.ada/packed_tagged/comp_bug.adb: New file.
13182 * gdb.ada/packed_tagged.exp: New testcase.
13183
13184 2008-01-04 Joel Brobecker <brobecker@adacore.com>
13185
13186 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
13187 gdb.ada/homonym/homonym_main.adb: New files.
13188 * gdb.ada/homonym.exp: New testcase.
13189
13190 2008-01-04 Joel Brobecker <brobecker@adacore.com>
13191
13192 * gdb.ada/packed_array.exp: Add testing of references to
13193 a packed array.
13194
13195 2008-01-04 Joel Brobecker <brobecker@adacore.com>
13196
13197 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
13198 New files.
13199 * gdb.ada/type_coercion.exp: New testcase.
13200
13201 2008-01-04 Joel Brobecker <brobecker@adacore.com>
13202
13203 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
13204 gdb.ada/tagged/foo.adb: New file.
13205 * gdb.ada/tagged.exp: New testcase.
13206
13207 2008-01-04 Joel Brobecker <brobecker@adacore.com>
13208
13209 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
13210 gdb.ada/ptype_field/foo.adb: New files.
13211 * gdb.ada/ptype_field.exp: New testcase.
13212
13213 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13214
13215 * gdb.ada/print_pc.exp: New testcase.
13216
13217 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13218
13219 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
13220 gdb.ada/taft_type/p.adb: New files.
13221 * gdb.ada/taft_type.exp: New testcase.
13222
13223 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13224
13225 * gdb.ada/array_bounds/bar.adb: New file.
13226 * gdb.ada/array_bounds.exp: New testcase.
13227
13228 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13229
13230 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
13231 gdb.ada/arrayptr/foo.adb: New files.
13232 * gdb.ada/arrayptr.exp: New testcase.
13233
13234 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13235
13236 * gdb.base/set-lang-auto.exp: New testcase.
13237
13238 2008-01-03 Joel Brobecker <brobecker@adacore.com>
13239
13240 * gdb.ada/fun_addr/foo.adb: New file.
13241 * gdb.ada/fun_addr.exp: New testcase.
13242
13243 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
13246 New files
13247
13248 2008-01-02 Joel Brobecker <brobecker@adacore.com>
13249
13250 * array_subscript_addr/p.adb: New file.
13251 * array_subscript_addr.exp: New testcase.
13252
13253 2008-01-02 Joel Brobecker <brobecker@adacore.com>
13254
13255 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
13256 New files.
13257 * gdb.ada/str_cmp_ref.exp: New testcase.
13258
13259 2008-01-01 Joel Brobecker <brobecker@adacore.com>
13260
13261 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
13262 gdb.ada/fun_in_declare/foo.adb: New files.
13263 * gdb.ada/fun_in_declare.exp: New testcase.
13264
13265 2008-01-01 Joel Brobecker <brobecker@adacore.com>
13266
13267 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
13268 gdb.ada/ref_param/pck.ads: New files.
13269 * gdb.ada/ref_param.exp: New testcase.
13270
13271 2008-01-01 Joel Brobecker <brobecker@adacore.com>
13272
13273 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
13274 gdb.ada/interface/foo.adb: New files.
13275 * gdb.ada/interface.exp: New testcase.
13276
13277 2007-12-31 Jim Blandy <jimb@codesourcery.com>
13278
13279 * gdb.base/multi-forks.exp: Consume all output from child
13280 processes before proceeding to next test.
13281
13282 2007-12-29 Jim Blandy <jimb@codesourcery.com>
13283
13284 * configure: Regenerated.
13285
13286 2007-12-27 Joel Brobecker <brobecker@adacore.com>
13287
13288 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
13289 gdb.ada/fixed_cmp/fixed.adb: New files.
13290 * gdb.ada/fixed_cmp.exp: New testcase.
13291
13292 2007-12-27 Joel Brobecker <brobecker@adacore.com>
13293
13294 * gdb.ada/boolean_expr.exp: New testcase.
13295
13296 2007-12-26 Jim Blandy <jimb@codesourcery.com>
13297
13298 * gdb.base/multi-forks.exp: Doc fix.
13299
13300 2007-12-26 Joel Brobecker <brobecker@adacore.com>
13301
13302 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
13303 * gdb.ada/char_param.exp: Do not compile our test program with
13304 -gnata, this is unnecessary.
13305 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
13306
13307 2007-12-24 Joel Brobecker <brobecker@adacore.com>
13308
13309 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
13310 gdb.ada/print_chars/foo.adb: New files.
13311 * gdb.ada/print_chars.exp: New testcase.
13312
13313 2007-12-24 Joel Brobecker <brobecker@adacore.com>
13314
13315 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
13316 gdb.ada/char_param/foo.adb: New files.
13317 * gdb.ada/char_param.exp: New testcase.
13318
13319 2007-12-22 Jim Blandy <jimb@codesourcery.com>
13320
13321 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
13322 hard-coding source line numbers into the test.
13323 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
13324 gdb_get_line_number to find.
13325
13326 2007-12-22 Joel Brobecker <brobecker@adacore.com>
13327
13328 * gdb.base/ptype.c (highest): New struct type.
13329 (the_highest): New variable of that type.
13330 (main): Add dummy assignment to a field of variable the_highest.
13331 * gdb.base/ptype.exp: Test type printing of our new variable.
13332
13333 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
13334
13335 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
13336 and record first explicitly generated thread number.
13337 Use that thread number for thread specific watchpoint test.
13338 Add iteration number to repetitive tests.
13339
13340 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
13341 Jim Blandy <jimb@codesourcery.com>
13342
13343 * gdb.base/expand-psymtabs.c: New testcase
13344 source file.
13345 * gdb.base/expand-psymtabs.exp: New testcase
13346 expect file.
13347
13348 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
13349
13350 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
13351 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
13352
13353 2007-12-17 Joel Brobecker <brobecker@adacore.com>
13354
13355 * gdb.ada/frame_args/foo.adb: New file.
13356 * gdb.ada/frame_args/pck.ads: New file.
13357 * gdb.ada/frame_args/pck.adb: New file.
13358 * gdb.ada/frame_args.exp: New testcase.
13359
13360 2007-12-17 Joel Brobecker <brobecker@adacore.com>
13361
13362 * gdb.base/frame-args.c: New file.
13363 * gdb.base/frame-args.exp: New testcase.
13364
13365 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
13366 Joseph Myers <joseph@codesourcery.com>
13367
13368 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
13369
13370 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
13371
13372 * gdb.mi/mi-pending.exp: New.
13373 * gdb.mi/mi-pending.c: New.
13374 * gdb.mi/mi-pendshr.c: New.
13375
13376 2007-12-06 Jim Blandy <jimb@codesourcery.com>
13377
13378 * gdb.base/default.exp: Update expected output for 'info catch'.
13379
13380 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13381
13382 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
13383 must be set to binary.
13384
13385 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
13386
13387 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
13388
13389 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
13390
13391 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
13392 gdb.mi/mi-file-transfer.exp: New.
13393
13394 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13395
13396 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
13397
13398 2007-11-22 Maciej W. Rozycki <macro@mips.com>
13399
13400 * gdb.trace/backtrace.exp: Fix a typo.
13401 * gdb.trace/circ.exp: Likewise.
13402 * gdb.trace/collection.exp: Likewise.
13403 * gdb.trace/limits.exp: Likewise.
13404 * gdb.trace/report.exp: Likewise.
13405 * gdb.trace/tfind.exp: Likewise.
13406 * gdb.trace/while-dyn.exp: Likewise.
13407
13408 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
13409
13410 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
13411 objects of pointers that can't be dereferenced are now
13412 "noneditable".
13413
13414 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13415
13416 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
13417 (target_cpu): Remove.
13418
13419 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
13420
13421 * gdb.base/ending-run.exp: Expect the list of cleared
13422 breakpoint to come in natural order, not the reversed one.
13423
13424 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
13425
13426 * gdb.mi/mi-var-child.c (do_child_deletion): New.
13427 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
13428
13429 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
13430
13431 * gdb.base/printcmds.exp: New function
13432 test_printf_with_dfp.
13433
13434 2007-11-02 Doug Evans <dje@google.com>
13435
13436 * gdb.disasm/t01_mov.s: Remove carriage returns.
13437 * gdb.disasm/t02_mova.s: Ditto.
13438 * gdb.disasm/t03_add.s: Ditto.
13439 * gdb.disasm/t04_sub.s: Ditto.
13440 * gdb.disasm/t05_cmp.s: Ditto.
13441 * gdb.disasm/t06_ari2.s: Ditto.
13442 * gdb.disasm/t07_ari3.s: Ditto.
13443 * gdb.disasm/t08_or.s: Ditto.
13444 * gdb.disasm/t09_xor.s: Ditto.
13445 * gdb.disasm/t10_and.s: Ditto.
13446 * gdb.disasm/t11_logs.s: Ditto.
13447 * gdb.disasm/t12_bit.s: Ditto.
13448 * gdb.disasm/t13_otr.s: Ditto.
13449
13450 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13451
13452 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
13453
13454 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13455
13456 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
13457 provide DFP support.
13458
13459 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
13460
13461 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
13462 Test "set powerpc vector-abi". Skip auto-detection tests for old
13463 toolchains.
13464
13465 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13466
13467 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
13468 with [string compare].
13469
13470 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
13471
13472 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
13473 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
13474
13475 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
13476
13477 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
13478 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
13479 * gdb.opt/Makefile.in: New makefile.
13480 * Makefile.in: Create new directory "gdb.opt".
13481 * configure.ac: Add "gdb.opt" directory.
13482 * configure: Regenerated.
13483
13484 2007-10-25 Doug Evans <dje@google.com>
13485
13486 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
13487 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
13488
13489 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
13490 Thiago Jung Bauermann <bauerman@br.ibm.com>
13491
13492 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
13493 Floating Point expressions.
13494 * gdb.base/dfp-test.exp: new file adding tests for Decimal
13495 Floating Point variables.
13496 * gdb.base/dfp-test.c: new file containing program with Decimal
13497 Floating variables, used by gdb.base/dfp-test.exp.
13498
13499 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
13500
13501 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
13502
13503 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13504
13505 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
13506 compiling test case with GCC.
13507 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
13508
13509 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13510
13511 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
13512 format changes.
13513
13514 2007-10-18 Michael Snyder <msnyder@specifix.com>
13515
13516 * gdb.base/dbx.exp: Add missing "-re " operator.
13517
13518 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
13519
13520 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
13521 * configure.ac: Removed trailing spaces after backslash.
13522 * gdb.modula2: New directory.
13523 * gdb.modula2/Makefile.in: New file.
13524 * gdb.modula2/unbounded-array.exp: New file.
13525 * gdb.modula2/unbounded1.c: New file.
13526
13527 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
13528
13529 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
13530
13531 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
13532
13533 * gdb.base/sigstep.c (main): Add checks for
13534 return values for setitimer call.
13535 Call setitimer again with itimer = ITIMER_REAL
13536 if first call to setitimer fails.
13537
13538 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
13539
13540 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
13541 of $timeout.
13542
13543 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
13544
13545 * gdb.server/server-run.exp: Test for dynamic linker symbols.
13546
13547 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
13548
13549 * lib/gdb.exp (gdb_run_cmd): Move comment outside
13550 of gdb_expect call, to avoid interruption.
13551
13552 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
13553
13554 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
13555 (v_unsigned_long_long, v_long_long_array)
13556 (v_signed_long_long_array, v_unsigned_long_long_array)
13557 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
13558 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
13559 [!NO_LONG_LONG]: New.
13560 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
13561 v_long_long_member.
13562
13563 (v_long_long_func, v_signed_long_long_func)
13564 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
13565 (main) [!NO_LONG_LONG]: Initialize long long variants.
13566
13567 * gdb.base/whatis.exp: If board file requests no_long_long, build
13568 test with NO_LONG_LONG defined. Test long long, signed long long,
13569 and unsigned long long variants but only if board file doesn't
13570 disable it.
13571
13572 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
13573 Daniel Jacobowitz <dan@codesourcery.com>
13574
13575 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
13576 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
13577 * configure: Regenerated.
13578 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
13579 gdb.pascal/types.exp, lib/pascal.exp: New files.
13580
13581 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
13582
13583 * gdb.cp/classes.exp (do_tests): Always step to the line after the
13584 call.
13585 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
13586 to return to the call.
13587 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
13588 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
13589 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
13590 * gdb.mi/mi-until.exp (test_until): Likewise.
13591 * gdb.mi/mi2-until.exp (test_until): Likewise.
13592
13593 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
13594
13595 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
13596 two-char array.
13597 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
13598
13599 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
13600
13601 * gdb.threads/watchthreads.c (thread_function): Sleep between
13602 iterations.
13603 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
13604 at once for S/390. Generate matching fails and passes.
13605
13606 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
13607
13608 * gdb.mi/var-cmd.c (do_children_tests): Initialize
13609 the 'struct_declarations' variable to zeros.
13610
13611 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
13612
13613 * gdb.cp/mb-ctor.cc: New.
13614 * gdb.cp/mb-ctor.exp: New.
13615 * gdb.cp/mb-templates.cc: New.
13616 * gdb.cp/mb-templates.exp: New.
13617
13618 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
13619
13620 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
13621
13622 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
13623
13624 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
13625 targets.
13626 * configure: Regenerate.
13627
13628 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
13629
13630 * gdb.base/annota1.exp: Adjust for 'info break'
13631 format changes.
13632 * gdb.base/annota3.exp: Likewise.
13633 * gdb.base/break.exp: Likewise.
13634 * gdb.base/condbreak.exp: Likewise.
13635 * gdb.base/pending.exp: Likewise.
13636 * gdb.base/sepdebug.exp: Likewise.
13637 * gdb.base/unload.exp: Likewise.
13638 * gdb.base/ovldbreak.exp: Likewise.
13639
13640 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
13641
13642 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
13643 messages.
13644 * gdb.base/chng-syms.exp: Likewise.
13645 * gdb.base/unload.exp: Likewise.
13646
13647 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
13648
13649 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
13650
13651 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
13652
13653 * schedlock.c (NUM): Change to 1.
13654 (main): Use args[0] for the main thread.
13655 * schedlock.exp: Only expect two threads. Only issue one pass or fail
13656 regardless of the number of threads.
13657
13658 2007-09-14 Maciej W. Rozycki <macro@mips.com>
13659
13660 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
13661 type down.
13662 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13663 test.
13664 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
13665 watchpoint type down.
13666 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
13667 test.
13668
13669 2007-09-14 Maciej W. Rozycki <macro@mips.com>
13670
13671 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
13672 Move all the tests here and run them twice, once using software
13673 watchpoints and once using hardware watchpoints.
13674 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
13675
13676 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
13677
13678 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
13679 test.
13680
13681 2007-09-10 Mark Kettenis <kettenis@gnu.org>
13682
13683 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
13684 build-id.
13685
13686 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
13687 know about $ORIGIN. Calculate output dir from $dest instead of
13688 using ${objdir}/{$subdir}.
13689
13690 2007-09-09 Mark Kettenis <kettenis@gnu.org>
13691
13692 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
13693 gcore, before continuing with the test.
13694
13695 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
13696
13697 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
13698 * gdb.mi/mi-watch.exp: Likewise.
13699
13700 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13701 Jim Blandy <jimb@codesourcery.com>
13702
13703 * gdb.arch/i386-sse.exp: Do not expect character constants.
13704 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
13705 * gdb.base/display.exp: Allow print/s.
13706 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
13707 and unsigned char array changes.
13708
13709 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
13710
13711 * gdb.base/display.exp: Add tests for printf %p.
13712
13713 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
13714
13715 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
13716 the dll name to unicode.
13717
13718 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13719
13720 * gdb.base/default.exp (show version): Update the version text.
13721 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
13722
13723 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13724
13725 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
13726 New files.
13727
13728 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13729
13730 * lib/gdb.exp (build_id_debug_filename_get): New function.
13731 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
13732 Remove the generate DEBUG file for the future testcase runs.
13733 New testcase for the NT_GNU_BUILD_ID retrieval.
13734 Move the final testing step to ...
13735 (test_different_dir): ... a new function.
13736 New parameter XFAIL to XFAIL all the tests performed.
13737 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
13738 New parameter TYPE to PF_PREFIX all the tests performed.
13739
13740 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
13741
13742 * gdb.mi/mi-var-cp.cc (path_expression): New
13743 function.
13744 * gdb.mi/mi-var-cp.exp: Run path exression tests.
13745
13746 2007-08-27 Markus Deuling <deuling@de.ibm.com>
13747
13748 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
13749 to fit into SPU Local Store memory.
13750
13751 2007-08-23 Joel Brobecker <brobecker@adacore.com>
13752
13753 * gdb.base/default.exp: Adjust the expected output of "info
13754 warranty" after the switch to GPLv3.
13755
13756 2007-08-23 Joel Brobecker <brobecker@adacore.com>
13757
13758 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
13759 to 30000 (from 20000).
13760
13761 2007-08-23 Joel Brobecker <brobecker@adacore.com>
13762
13763 Switch the license of all .exp files to GPLv3.
13764 Switch the license of all .f and .f90 files to GPLv3.
13765 Switch the license of all .s and .S files to GPLv3.
13766
13767 2007-08-23 Joel Brobecker <brobecker@adacore.com>
13768
13769 * configure.ac: Switch license to GPLv3.
13770
13771 2007-08-23 Joel Brobecker <brobecker@adacore.com>
13772
13773 Switch the licensing to GPLv3 for all .ads and .adb files.
13774
13775 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
13776
13777 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
13778 and t_int_double.
13779 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
13780
13781 2007-08-17 Joel Brobecker <brobecker@adacore.com>
13782
13783 * gdb.base/step-line.c: Switch license to GPL version 3, and
13784 update copyright year.
13785 * gdb.base/step-line.inp: Likewise.
13786
13787 2007-08-17 Joel Brobecker <brobecker@adacore.com>
13788
13789 * gdb.base/gdb1555.exp: Make expected output immune to formatting
13790 changes inside gdb1555.c.
13791 * gdb.base/pending.exp: Likewise.
13792
13793 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
13794
13795 * config/default.exp: New file.
13796
13797 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
13798
13799 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
13800 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
13801
13802 2007-07-30 Maciej W. Rozycki <macro@mips.com>
13803
13804 * gdb.base/dump.exp: Force the correct endianness for binary
13805 formats not carrying this information.
13806
13807 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
13808
13809 * gdb.threads/staticthreads.exp: Match .*sem_post.
13810
13811 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
13812
13813 * gdb.base/readline.exp (operate_and_get_next): Match the final
13814 prompt.
13815
13816 2007-07-23 Kevin Buettner <kevinb@redhat.com>
13817
13818 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
13819 to restarting SID.
13820
13821 2007-07-18 Kevin Buettner <kevinb@redhat.com>
13822
13823 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
13824 prior to `gdb_start'.
13825
13826 2007-07-18 Kevin Buettner <kevinb@redhat.com>
13827
13828 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
13829 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
13830 Remove call to gdb_unload.
13831
13832 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
13833 Daniel Jacobowitz <dan@codesourcery.com>
13834
13835 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
13836 for __WIN32__.
13837 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
13838 * gdb.base/unload.exp: Use shared library test routines.
13839
13840 2007-07-03 Markus Deuling <deuling@de.ibm.com>
13841
13842 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
13843 * gdb.base/solib-symbol-lib.c: Likewise.
13844 * gdb.base/solib-symbol-main.c: Likewise.
13845
13846 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
13847
13848 * config/gdbserver.exp (gdb_reconnect): New.
13849 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
13850 gdb.base/solib-disc.exp: New files.
13851 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
13852 remote debugging".
13853 (gdb_compile): Add shlib_load flag.
13854 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
13855 port.
13856 (gdbserver_reconnect): New.
13857
13858 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
13859 Daniel Jacobowitz <dan@codesourcery.com>
13860
13861 * gdb.base/annota3.exp: Test for if construct.
13862
13863 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
13864
13865 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
13866
13867 2007-06-21 Chris Dearman <chris@mips.com>
13868 Maciej W. Rozycki <macro@mips.com>
13869
13870 * gdb.base/display.exp: Allow a newline after display/i.
13871 * gdb.base/pc-fp.exp: Likewise.
13872 * gdb.base/sigbpt.exp: Likewise.
13873
13874 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
13875
13876 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
13877 required features to be included.
13878
13879 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
13880
13881 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
13882 in info threads output.
13883
13884 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13885 Markus Deuling <deuling@de.ibm.com>
13886
13887 * gdb.arch/spu-info.exp: New testcase.
13888 * gdb.arch/spu-info.c: New file.
13889
13890 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
13891
13892 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
13893 tpcs_offset. Restore lr after the call.
13894 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
13895
13896 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
13897
13898 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
13899 (gdbserver_run): Kill any running gdbserver.
13900 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
13901
13902 2007-05-17 Maciej W. Rozycki <macro@mips.com>
13903
13904 * gdb.base/sigbpt.exp: Preset segv_addr.
13905
13906 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
13907
13908 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
13909 (gdb_compile_shlib): Likewise.
13910 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
13911 (default_gdb_init): Clear cleanfiles.
13912 (gdb_finish): Delete recorded cleanfiles.
13913 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
13914
13915 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
13916 Do not use isnative.
13917 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
13918 gdb.base/so-impl-ld.exp: Likewise.
13919 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
13920 * gdb.base/unload.exp: Likewise. Do not pass empty option to
13921 gdb_compile.
13922
13923 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
13924
13925 * config/unknown.exp: Remove.
13926
13927 2007-05-15 Markus Deuling <deuling@de.ibm.com>
13928
13929 * gdb.base/info-proc.exp: Check is_remote.
13930
13931 2007-05-14 Markus Deuling <deuling@de.ibm.com>
13932
13933 * gdb.base/gcore.exp: Initialize variable core_supported.
13934
13935 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13936
13937 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
13938
13939 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13940
13941 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
13942 * gdb.threads/print-threads.exp (test_all_threads): Allow
13943 negative and hexadecimal thread IDs.
13944
13945 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
13946
13947 * gdb.java/jprint.java (public): Avoid invalid call to static
13948 method.
13949
13950 2007-05-14 Denis Pilat <denis.pilat@st.com>
13951
13952 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
13953 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
13954 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
13955 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
13956 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
13957
13958 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13959
13960 * gdb.base/overlays.exp: Add support for targets with only code
13961 overlay support, not data overlay. Support spu-*-* target in
13962 this mode.
13963 * gdb.base/ovlymgr.c: Provide stubs for spu target.
13964 * gdb.base/spu.ld: New file.
13965
13966 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
13967
13968 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
13969
13970 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
13971
13972 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
13973
13974 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
13975
13976 * gdb.java/jmain.exp: Handle demangled names with and without method
13977 signatures.
13978
13979 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
13980
13981 * gdb.mi/mi-syn-frame.c (main, foo, bar)
13982 (have_a_very_merry_interrupt): Remove calls to puts.
13983 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
13984 inferior output.
13985 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
13986 test names.
13987
13988 2007-04-29 Markus Deuling <deuling@de.ibm.com>
13989 Daniel Jacobowitz <dan@codesourcery.com>
13990
13991 * gdb.base/auxv.exp (core_works): Also check is_remote.
13992 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
13993
13994 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
13995
13996 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
13997 message, not the undefined 'module' variable.
13998 * gdb.base/siginfo.exp: Likewise.
13999 * gdb.base/sigstep.exp: Likewise.
14000 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
14001 serialport.
14002 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
14003
14004 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
14005
14006 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
14007 target sim fails. Return 0 otherwise.
14008 (gdb_load): Return prematurely if gdb_target_sim fails.
14009
14010 2007-04-16 Denis Pilat <denis.pilat@st.com>
14011
14012 * gdb.base/setshow.exp: Reset height after having set it to 100.
14013
14014 2007-04-16 Denis Pilat <denis.pilat@st.com>
14015
14016 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
14017
14018 2007-04-16 Denis Pilat <denis.pilat@st.com>
14019
14020 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
14021
14022 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
14023
14024 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
14025 tests. Run the frozen varobjs test.
14026 * gdb.mi/var-cmd.c (do_frozen_tests): New.
14027 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
14028
14029 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14030
14031 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
14032 gdb.base/type-opaque.exp: New files.
14033
14034 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
14035
14036 * gdb.mi/mi-var-child.c
14037 (do_children_tests): User char[2] instead of
14038 char so that automatic printing of pointers to char
14039 don't give unpredicable result.
14040 * gdb.mi/var-cmd.c (do_locals_test): Initialize
14041 local variables.
14042 * gdb.mi/mi-var-child.exp: Step to right line
14043 of do_children_tests.
14044 * gdb.mi/mi2-var-child.exp: Likewise.
14045 * gdb.mi/mi-var-cmd.exp: Step to right line of
14046 do_locals_tests.
14047 (do_children_tests): User char[2] instead of
14048 char so that automatic printing of pointers to char
14049 don't give unpredicable result.
14050 * gdb.mi/mi2-var-cmd.exp: Likewise.
14051 * lib/mi-support.exp (mi_continue_to_line):
14052 Pass test name to mi_wait_for_stop.
14053
14054 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14055
14056 * gdb.asm/asm-source.exp: Remove d10v case.
14057 * lib/gdb.exp (skip_cplus_tests): Likewise.
14058 * gdb.asm/d10v.inc: Deleted.
14059
14060 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14061
14062 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
14063
14064 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
14065
14066 * config/netware.exp: Delete file.
14067
14068 2007-03-29 Joel Brobecker <brobecker@adacore.com>
14069
14070 * gdb.dwarf2/dw2-noloc.S: New file.
14071 * gdb.dwarf2/dw2-noloc.exp: New file.
14072
14073 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
14074
14075 * gdb.cp/method2.cc: New test.
14076 * gdb.cp/method2.exp: New test.
14077 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
14078
14079 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14080
14081 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
14082
14083 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
14084
14085 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
14086
14087 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
14088
14089 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
14090 (gdb_load): Delete, replace with...
14091 (gdb_reload): ...this.
14092 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
14093 * gdb.server/server-mon.exp: Likewise.
14094 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
14095 (gdb_start_cmd): New.
14096 (gdb_file_cmd): Save the last loaded file.
14097 (gdb_reload): New.
14098 (gdb_gnu_strip_debug): Use transform.
14099 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
14100 support here. Use new $last_loaded_file. Check mtime.
14101 (gdb_target_cmd): Handle ObjC failure case.
14102 (infer_host_exec): Delete.
14103 (gdbserver_load): Rename to...
14104 (gdbserver_run): ...this. Simplify.
14105 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
14106 (mi_gdb_load): Move most contents to a new function...
14107 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
14108 (mi_run_cmd): Use mi_gdb_target_load.
14109 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
14110 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
14111 Use gdb_run_cmd.
14112 * gdb.base/charsign.exp: Remove incorrect comment.
14113 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
14114 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
14115 gdb.base/start.exp: Use gdb_start_cmd.
14116
14117 2007-03-23 Nigel Stephens <nigel@mips.com>
14118 Maciej W. Rozycki <macro@mips.com>
14119
14120 * gdb.base/sigbpt.exp: Fix the message when skipping test.
14121 * gdb.base/signull.exp: Similarly.
14122
14123 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14124
14125 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
14126 messages available to test cases (like chng-sym.exp).
14127
14128 2007-03-14 Andreas Schwab <schwab@suse.de>
14129
14130 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
14131 format changes.
14132
14133 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
14134
14135 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
14136 (optimized_1): New.
14137 (main): Call optimized_1.
14138 (gdb2029): Correct typos. Call gdb2029_marker.
14139 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
14140 for gdb2029.
14141
14142 2007-03-12 Mark Kettenis <kettenis@gnu.org>
14143
14144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
14145 as tabs. Remove redundant test pattern.
14146
14147 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14148
14149 * gdb.base/long_long.exp: Accept optional symbol name in <...>
14150 for /a format output.
14151
14152 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
14153
14154 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
14155 collect output incrementally.
14156
14157 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14158
14159 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
14160 for -var-create lpcharacter test.
14161 * gdb.mi/mi2-var-cmd.exp: Likewise.
14162
14163 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14164
14165 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
14166 pass on targets where address zero is readable.
14167
14168 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14169
14170 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
14171 just a single architecture.
14172
14173 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14174
14175 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
14176 (fetch_all_registers): New function, uses gdb_test_multiple and
14177 exp_continue to fetch inferior output line-by-line.
14178 Replace all uses of do_get_all_registers by fetch_all_registers.
14179
14180 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14181
14182 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
14183 in target_info.
14184
14185 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14186
14187 * gdb.threads/manythreads.exp: Use $message string for
14188 consistancy; add a default (timeout) case.
14189
14190 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14191
14192 * gdb.base/watchpoint.exp: Fix truncated comment.
14193
14194 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
14195
14196 * Makefile.in: Remove spurious single-quotes from sed command.
14197
14198 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
14199
14200 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
14201 func.
14202 * gdb.mi/mi2-var-cmd.exp: Likewise.
14203
14204 2007-02-27 Joel Brobecker <brobecker@adacore.com>
14205
14206 * gdb.dwarf2/dw2-producer.S: New file.
14207 * gdb.dwarf2/dw2-producer.exp: New testcase.
14208
14209 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
14210
14211 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14212 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14213 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14214 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14215 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
14216 Revert tests to use mi_gdb_test and include value field in output
14217 of -var-create.
14218
14219 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14220
14221 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
14222
14223 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
14224
14225 * gdb.base/maint.exp: Remove full paths from test names.
14226 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
14227 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
14228
14229 2007-02-27 Joel Brobecker <brobecker@adacore.com>
14230
14231 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
14232
14233 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14234
14235 * gdb.server/server-mon.exp: New test.
14236
14237 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14238
14239 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
14240
14241 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
14242
14243 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
14244 register capitalization.
14245
14246 2007-02-13 Denis Pilat <denis.pilat@st.com>
14247
14248 * gdb.mi/mi-var-invalidate.exp: New file.
14249
14250 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14251
14252 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
14253
14254 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14255
14256 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
14257
14258 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
14259
14260 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
14261 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
14262
14263 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
14264
14265 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
14266 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
14267 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
14268 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
14269 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
14270 * gdb.mi/gdb792.exp, lib/mi-support.exp:
14271 Update tests to include value field in output of -var-create.
14272
14273 2007-02-08 Andreas Schwab <schwab@suse.de>
14274
14275 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
14276
14277 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
14278
14279 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
14280 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
14281
14282 2007-02-02 Denis Pilat <denis.pilat@st.com>
14283
14284 * gdb.threads/threadapply.exp: check that frame is not changed by
14285 the thread apply all command.
14286
14287 2007-01-31 Andreas Schwab <schwab@suse.de>
14288
14289 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
14290
14291 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
14292 in the dwarf sections.
14293 * gdb.dwarf2/mac-fileno.S: Likewise.
14294
14295 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
14296 bspstore register on ia64.
14297
14298 2007-01-29 Andreas Schwab <schwab@suse.de>
14299
14300 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
14301 "frame-begin" annotation.
14302
14303 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
14304 number of "frames-invalid" annotations.
14305
14306 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14307
14308 * gdb.base/commands.exp: Call if_commands_test.
14309 (gdb_test_no_prompt, if_commands_test): New.
14310
14311 2007-01-28 Mark Kettenis <kettenis@gnu.org>
14312
14313 * gdb.threads/sigthread.c (NSIGS): Make bigger.
14314
14315 2007-01-27 Andreas Schwab <schwab@suse.de>
14316
14317 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
14318 .short/.int/.quad in the dwarf sections.
14319 * gdb.dwarf2/dw2-intercu.S: Likewise.
14320 * gdb.dwarf2/dw2-intermix.S: Likewise.
14321
14322 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
14325 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
14326 array.
14327 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
14328 * gdb.base/setvar.exp: Likewise.
14329
14330 2007-01-26 Andreas Schwab <schwab@suse.de>
14331
14332 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
14333 test.
14334
14335 * gdb.base/multi-forks.exp ("restart $i"): Also match
14336 __kernel_syscall_via_break.
14337
14338 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
14339
14340 * lib/mi-support.exp (mi_delete_varobj): New.
14341 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
14342 testcase.
14343 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
14344 (main): Call the above.
14345 (reference_update_test, base_in_reference_test)
14346 (reference_to_pointer): Delete the created varobjs.
14347
14348 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
14349
14350 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
14351 * configure: Regenerated.
14352 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
14353 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
14354 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
14355 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
14356 * lib/gdb.exp (gdb_skip_xml_test): New function.
14357
14358 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
14359
14360 * gdb.base/sigrepeat.exp: Correct error message.
14361
14362 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14363 Daniel Jacobowitz <dan@codesourcery.com>
14364
14365 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
14366 gdb.arch/i386-gnu-cfi-asm.S: New files.
14367
14368 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14369
14370 * lib/gdb.exp: Abort on missing `site.exp'.
14371
14372 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14373 Daniel Jacobowitz <dan@codesourcery.com>
14374
14375 * gdb.base/included.c, gdb.base/included.exp,
14376 gdb.base/included.h: New files.
14377
14378 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
14381 (maximize_rlimit): Reduce limits on 64-bit systems.
14382
14383 2007-01-19 Mark Kettenis <kettenis@gnu.org>
14384
14385 From Marcus Deuling <deuling@de.ibm.com>:
14386 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
14387 every case.
14388
14389 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
14390
14391 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
14392 (test_path_specification): Use objdir instead of srcdir to always
14393 get an absolute filename.
14394
14395 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
14396
14397 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
14398
14399 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
14400
14401 * gdb.mi/mi-var-cp.cc (reference_update_tests):
14402 Make sure the variable we're using is in scope.
14403 (reference_to_pointer): Likewise.
14404
14405 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14406
14407 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
14408 has no debug information.
14409
14410 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
14411
14412 * gdb.base/annota1.exp: Remove extra send_gdb.
14413
14414 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14415
14416 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
14417
14418 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14419
14420 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
14421
14422 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
14423 Daniel Jacobowitz <dan@codesourcery.com>
14424
14425 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
14426 lcharacter or linteger change. Correct duplicated test name.
14427 * gdb.mi/mi2-var-cmd.exp: Likewise.
14428
14429 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14430
14431 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
14432
14433 2007-01-05 Joel Brobecker <brobecker@adacore.com>
14434
14435 * gdb.base/nofield.c: New file.
14436 * gdb.base/nofield.exp: New testcase.
14437
14438 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
14439
14440 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
14441
14442 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
14443 test.
14444
14445 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14446
14447 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
14448
14449 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
14450
14451 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
14452 when continuing.
14453
14454 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14455
14456 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
14457 Expect ".exe" extension.
14458
14459 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14460
14461 * gdb.base/charset.exp: Add explicit filename to break.
14462 * gdb.base/dbx.exp: Add explicit filename to breaks.
14463
14464 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
14465
14466 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
14467 * gdb.mi/mi2-file.exp: Likewise.
14468
14469 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14470
14471 Implement specification of MI tests as comments
14472 in C and C++ sources.
14473 * lib/mi-support.exp (mi_autotest_data): New variable.
14474 (mi_autotest_source): New variable.
14475 (count_newlines, mi_prepare_inline_tests)
14476 (mi_get_inline_test, mi_continue_to_line)
14477 (mi_run_inline_test, mi_tbreak)
14478 (mi_send_resuming_command, mi_wait_for_stop): New functions.
14479 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
14480 Run inline tests.
14481 * gdb.mi/mi-var-cp.cc: Define tests here.
14482
14483 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
14484
14485 Simplify usage of mi_continue_to.
14486 * lib/mi-support.exp (mi_runto_helper): Renamed
14487 from mi_runto, added new parameter 'run_or_continue'.
14488 (mi_runto): Use mi_runto_helper.
14489 (mi_continue_to): Accept just function name as parameter.
14490 Use mi_runto_helper.
14491 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
14492 * gdb.mi/mi2-var-cmd.exp: Likewise.
14493
14494 2006-01-04 Joel Brobecker <brobecker@adacore.com>
14495
14496 Make this testcase a bit more realistic. The current code
14497 is too simplistic, and allows the compiler to optimize out
14498 some of the entities we need for this testcase.
14499 * gdb.ada/null_record/bar.ads (Void_Star): New type.
14500 (Do_Nothing): Add extra parameter.
14501 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
14502 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
14503 by using a variable of type Void_Star.
14504
14505 2006-01-04 Joel Brobecker <brobecker@adacore.com>
14506
14507 * gdb.ada/catch_ex/foo.adb: New file.
14508 * gdb.ada/catch_ex.exp: New testcase.
14509
14510 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
14511
14512 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
14513 pass --image-base to linker.
14514
14515 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14516 Daniel Jacobowitz <dan@codesourcery.com>
14517
14518 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
14519 secondary prompts.
14520
14521 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14522
14523 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
14524 output. Test the types of members and member pointers.
14525 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
14526 gdb/2092.
14527 * gdb.cp/member-ptr.exp: Search for a comment instead of a
14528 statement. Enable for GCC. Update expected output for some tests
14529 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
14530 layout.
14531 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
14532 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
14533 (Diamond::vget_base): New.
14534 (main): Add new tests.
14535 * gdb.cp/printmethod.exp: Update expected output for member functions.
14536 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
14537 print pEe->D::vg().
14538
14539 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
14540
14541 * gdb.threads/tls.exp: Allow stops in sem_post.
14542
14543 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
14544
14545 * gdb.base/annota1.exp: Allow .*printf in backtraces.
14546 * gdb.base/annota3.exp: Likewise.
14547 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
14548 again (instead of timing out).
14549 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
14550 GCC bug 26475.
14551 * gdb.java/jmisc.exp: Adjust to work with method signatures including
14552 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
14553 test from jmisc1.exp.
14554 * gdb.java/jmisc1.exp: Delete.
14555 * gdb.java/jprint.exp: Adjust to work with method signatures including
14556 return types.
14557 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
14558 * gdb.threads/linux-dp.exp: Don't be confused by program output.
14559 * lib/java.exp (compile_java_from_source): Pass the correct type
14560 to target_compile.
14561
14562 2006-12-31 Joel Brobecker <brobecker@adacore.com>
14563
14564 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
14565 (stack_align_edx): New function.
14566 (stack_align_eax): New function.
14567 (main): Add calls to stack_align_edx and stack_align_eax.
14568 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
14569 Add testing for the cases where the register used during a stack
14570 realignment is edx. Same for eax.
14571
14572 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
14573
14574 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
14575 and generic PE targets.
14576
14577 2006-12-29 Joel Brobecker <brobecker@adacore.com>
14578
14579 * gdb.ada/array_return.exp: Update copyright date list.
14580
14581 2006-12-27 Joel Brobecker <brobecker@adacore.com>
14582
14583 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
14584 (Create_Small_Float_Vector): New function.
14585 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
14586 function body.
14587 * gdb.ada/array_return/p.adb: Use new type and function from
14588 package Pck.
14589 * gdb.ada/array_return.exp: Add a test verifying that GDB is
14590 able to print the value returned by a function returning an
14591 array of float.
14592
14593 2006-12-20 Joel Brobecker <brobecker@adacore.com>
14594
14595 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
14596 The associated tests should be PASSing.
14597
14598 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14599
14600 Test for base in references.
14601 * gdb.mi/mi-var-cp.cc: Add test code.
14602 * gdb.mi/mi-var-cp.exp: Test for bases in references.
14603 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
14604 * gdb.mi/mi2-watch.exp: Likewise.
14605 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
14606 (mi_list_varobj_children): New function.
14607
14608 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
14609
14610 * lib/mi-support.exp
14611 (mi_runto): Accept "()" after function name.
14612 (mi_create_varobj): New function.
14613 (mi_varobj_update): New function.
14614 (mi_Check_varobj_value): New function.
14615 * gdb.mi/mi-var-cp.exp: New file.
14616 * gdb.mi/mi-var-cp.cc: New file.
14617
14618 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
14619
14620 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
14621 gdb.base/weaklib2.c: New files.
14622
14623 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
14624
14625 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
14626 info. Adjust test names.
14627
14628 * gdb.base/break.c (main): Move position of malloc.
14629 * gdb.base/break.exp: Revert mistaken checkin.
14630
14631 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
14632
14633 * gdb.mi/mi-var-cmd.exp: Check -var-update after
14634 assignement of arrays and function pointers.
14635 * gdb.mi/var-cmd.c: Add declaration necessary for above
14636 tests.
14637
14638 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14639
14640 * gdb.base/break.c (main): Call malloc.
14641
14642 * gdb.threads/linux-dp.exp: Read thread table before and after
14643 creating each philosopher and verify it.
14644
14645 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
14646 Paul Brook <paul@codesourcery.com>
14647 Daniel Jacobowitz <dan@codesourcery.com>
14648
14649 * gdb.base/ending-run.exp: Flatten expect script stepping out of
14650 main to remove duplication. Add start function of the form
14651 '_*start[1-9]*'. Add RVDS start function.
14652
14653 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14654
14655 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
14656
14657 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14658
14659 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
14660 * gdb.asm/spu.inc: New file.
14661 * gdb.base/term.exp: Disable if [target_info exists noargs].
14662 * gdb.gdb/complaints.exp: Disable if ![isnative].
14663 * gdb.gdb/selftest.exp: Likewise.
14664 * gdb.gdb/observer.exp: Likewise.
14665 * gdb.gdb/xfullpath.exp: Likewise.
14666 * gdb.base/attach.exp: Disable on SPU target.
14667 * gdb.cp/bs145503.exp: Likewise.
14668 * gdb.cp/exception.exp: Likewise.
14669 * gdb.cp/userdef.exp: Likewise.
14670
14671 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
14672
14673 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
14674
14675 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
14676
14677 * gdb.base/completion.exp: Fix completion tests for
14678 'info' and 'info '.
14679 * gdb.base/help.exp (help_test_raw, test_class_help)
14680 (test_prefix_command_help): Move...
14681 * lib/gdb.exp: Here.
14682 * gdb.base/main.exp: Adjust.
14683 * gdb.cp/maint.exp: Adjust.
14684 * gdb.trace/tracecmd.exp: Use test_help_class.
14685
14686 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14687
14688 * gdb.stabs/weird.exp (print_weird_var): Use
14689 gdb_test_multiple instead of gdb_expect.
14690
14691 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
14692
14693 * gdb.base/help.exp (help_test_raw): New.
14694 (test_class_help): New.
14695 (test_prefix_command_help): New.
14696 Adjust testcases.
14697
14698 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
14699
14700 * gdb.base/constvars.c (main): Write to crass and crips, so that
14701 they are allocated by the compiler.
14702
14703 2006-10-27 Andreas Schwab <schwab@suse.de>
14704
14705 * gdb.base/multi-forks.exp: Use "detach fork" instead of
14706 "detach-fork".
14707
14708 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
14709
14710 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
14711 of patterns.
14712
14713 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14714
14715 * gdb.base/sepdebug.exp: Remove debug format test.
14716 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
14717 Handle no-symtab.
14718 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
14719
14720 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
14721
14722 * gdb.threads/manythreads.c (thread_function, main): Don't cast
14723 int to pointer or pointer to int.
14724 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
14725
14726 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
14727
14728 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
14729
14730 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14731
14732 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
14733
14734 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
14735
14736 PR c++/2116
14737 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
14738
14739 2006-10-06 Joel Brobecker <brobecker@adacore.com>
14740
14741 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
14742 the corresponding bug has been fixed in GDB (PR/2018).
14743
14744 2006-10-06 Joel Brobecker <brobecker@adacore.com>
14745
14746 * gdb.base/subst.exp: New testcase.
14747
14748 2006-10-06 Joel Brobecker <brobecker@adacore.com>
14749
14750 * gdb.ada/array_return/pck.ads: Add copyright notice.
14751 * gdb.ada/array_return/pck.adb: Likewise.
14752 * gdb.ada/array_return/p.adb: Likewise.
14753 * gdb.ada/exec_changed/first.adb: Likewise.
14754 * gdb.ada/exec_changed/second.adb: Likewise.
14755
14756 2006-10-06 Joel Brobecker <brobecker@adacore.com>
14757
14758 * gdb.ada/watch_arg/watch.adb: New file.
14759 * gdb.ada/watch_arg.exp: New testcase.
14760
14761 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
14762
14763 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
14764 via string_to_regexp.
14765 * gdb.mi/mi2-basics.exp: Likewise.
14766
14767 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
14768
14769 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
14770 Remove unused / obsolete files.
14771
14772 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
14773
14774 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
14775
14776 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
14777
14778 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
14779 HIGH_FRAME argument to -stack-list-arguments can be larger than
14780 the number of frames.
14781
14782 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
14783
14784 * gdb.base/args.c (main): Add breakpoint marker.
14785 * gdb.base/args.exp: Use args_test for tests. Add new tests which
14786 really test empty arguments.
14787 (args_load): Delete.
14788 (args_test): New.
14789
14790 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
14791
14792 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
14793 check for one file.
14794
14795 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
14796
14797 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
14798 HIGH_FRAME argument to -stack-list-locals can be larger than
14799 the number of frames.
14800
14801 2006-08-18 Fred Fish <fnf@specifix.com>
14802
14803 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
14804 '$' in front of skip_vmx_tests_saved when setting that.
14805
14806 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
14807
14808 * gdb.base/trace-commands.exp: New file.
14809
14810 2006-08-10 Joel Brobecker <brobecker@adacore.com>
14811 Daniel Jacobowitz <dan@codesourcery.com>
14812
14813 * gdb.base/step-bt.exp: Make hexadecimal address optional in
14814 expected output of the backtrace commands.
14815
14816 2006-08-09 Joel Brobecker <brobecker@adacore.com>
14817
14818 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
14819 untested followed by return combination.
14820 * gdb.arch/altivec-regs.exp: Likewise.
14821 * gdb.arch/e500-abi.exp: Likewise.
14822 * gdb.arch/e500-regs.exp: Likewise.
14823 * gdb.arch/gdb1291.exp: Likewise.
14824 * gdb.arch/gdb1431.exp: Likewise.
14825 * gdb.arch/gdb1558.exp: Likewise.
14826 * gdb.arch/i386-prologue.exp: Likewise.
14827 * gdb.arch/i386-unwind.exp: Likewise.
14828 * gdb.asm/asm-source.exp: Likewise.
14829 * gdb.base/a2-run.exp: Likewise.
14830 * gdb.base/advance.exp: Likewise.
14831 * gdb.base/all-bin.exp: Likewise.
14832 * gdb.base/annota1.exp: Likewise.
14833 * gdb.base/annota3.exp: Likewise.
14834 * gdb.base/args.exp: Likewise.
14835 * gdb.base/arithmet.exp: Likewise.
14836 * gdb.base/assign.exp: Likewise.
14837 * gdb.base/async.exp: Likewise.
14838 * gdb.base/attach.exp: Likewise.
14839 * gdb.base/bang.exp: Likewise.
14840 * gdb.base/bigcore.exp: Likewise.
14841 * gdb.base/bitfields.exp: Likewise.
14842 * gdb.base/bitfields2.exp: Likewise.
14843 * gdb.base/break.exp: Likewise.
14844 * gdb.base/call-sc.exp: Likewise.
14845 * gdb.base/call-strs.exp: Likewise.
14846 * gdb.base/callfuncs.exp: Likewise.
14847 * gdb.base/checkpoint.exp: Likewise.
14848 * gdb.base/chng-syms.exp: Likewise.
14849 * gdb.base/code-expr.exp: Likewise.
14850 * gdb.base/commands.exp: Likewise.
14851 * gdb.base/completion.exp: Likewise.
14852 * gdb.base/cond-expr.exp: Likewise.
14853 * gdb.base/condbreak.exp: Likewise.
14854 * gdb.base/consecutive.exp: Likewise.
14855 * gdb.base/constvars.exp: Likewise.
14856 * gdb.base/corefile.exp: Likewise.
14857 * gdb.base/cvexpr.exp: Likewise.
14858 * gdb.base/dbx.exp: Likewise.
14859 * gdb.base/define.exp: Likewise.
14860 * gdb.base/detach.exp: Likewise.
14861 * gdb.base/display.exp: Likewise.
14862 * gdb.base/dump.exp: Likewise.
14863 * gdb.base/ena-dis-br.exp: Likewise.
14864 * gdb.base/ending-run.exp: Likewise.
14865 * gdb.base/environ.exp: Likewise.
14866 * gdb.base/eval-skip.exp: Likewise.
14867 * gdb.base/exprs.exp: Likewise.
14868 * gdb.base/fileio.exp: Likewise.
14869 * gdb.base/finish.exp: Likewise.
14870 * gdb.base/float.exp: Likewise.
14871 * gdb.base/foll-exec.exp: Likewise.
14872 * gdb.base/foll-fork.exp: Likewise.
14873 * gdb.base/foll-vfork.exp: Likewise.
14874 * gdb.base/freebpcmd.exp: Likewise.
14875 * gdb.base/funcargs.exp: Likewise.
14876 * gdb.base/gcore.exp: Likewise.
14877 * gdb.base/gdb1090.exp: Likewise.
14878 * gdb.base/gdb1250.exp: Likewise.
14879 * gdb.base/huge.exp: Likewise.
14880 * gdb.base/info-proc.exp: Likewise.
14881 * gdb.base/interrupt.exp: Likewise.
14882 * gdb.base/jump.exp: Likewise.
14883 * gdb.base/langs.exp: Likewise.
14884 * gdb.base/lineinc.exp: Likewise.
14885 * gdb.base/list.exp: Likewise.
14886 * gdb.base/logical.exp: Likewise.
14887 * gdb.base/long_long.exp: Likewise.
14888 * gdb.base/macscp.exp: Likewise.
14889 * gdb.base/maint.exp: Likewise.
14890 * gdb.base/mips_pro.exp: Likewise.
14891 * gdb.base/miscexprs.exp: Likewise.
14892 * gdb.base/multi-forks.exp: Likewise.
14893 * gdb.base/opaque.exp: Likewise.
14894 * gdb.base/overlays.exp: Likewise.
14895 * gdb.base/pc-fp.exp: Likewise.
14896 * gdb.base/pointers.exp: Likewise.
14897 * gdb.base/printcmds.exp: Likewise.
14898 * gdb.base/psymtab.exp: Likewise.
14899 * gdb.base/ptype.exp: Likewise.
14900 * gdb.base/recurse.exp: Likewise.
14901 * gdb.base/relational.exp: Likewise.
14902 * gdb.base/relocate.exp: Likewise.
14903 * gdb.base/remote.exp: Likewise.
14904 * gdb.base/reread.exp: Likewise.
14905 * gdb.base/restore.exp: Likewise.
14906 * gdb.base/return.exp: Likewise.
14907 * gdb.base/return2.exp: Likewise.
14908 * gdb.base/scope.exp: Likewise.
14909 * gdb.base/sect-cmd.exp: Likewise.
14910 * gdb.base/sep.exp: Likewise.
14911 * gdb.base/sepdebug.exp: Likewise.
14912 * gdb.base/setshow.exp: Likewise.
14913 * gdb.base/setvar.exp: Likewise.
14914 * gdb.base/sigall.exp: Likewise.
14915 * gdb.base/sigbpt.exp: Likewise.
14916 * gdb.base/signals.exp: Likewise.
14917 * gdb.base/signull.exp: Likewise.
14918 * gdb.base/sizeof.exp: Likewise.
14919 * gdb.base/solib.exp: Likewise.
14920 * gdb.base/step-line.exp: Likewise.
14921 * gdb.base/step-test.exp: Likewise.
14922 * gdb.base/structs.exp: Likewise.
14923 * gdb.base/structs2.exp: Likewise.
14924 * gdb.base/term.exp: Likewise.
14925 * gdb.base/twice.exp: Likewise.
14926 * gdb.base/until.exp: Likewise.
14927 * gdb.base/varargs.exp: Likewise.
14928 * gdb.base/volatile.exp: Likewise.
14929 * gdb.base/watchpoint.exp: Likewise.
14930 * gdb.base/whatis-exp.exp: Likewise.
14931 * gdb.base/whatis.exp: Likewise.
14932 * gdb.cp/ambiguous.exp: Likewise.
14933 * gdb.cp/annota2.exp: Likewise.
14934 * gdb.cp/annota3.exp: Likewise.
14935 * gdb.cp/bool.exp: Likewise.
14936 * gdb.cp/breakpoint.exp: Likewise.
14937 * gdb.cp/casts.exp: Likewise.
14938 * gdb.cp/class2.exp: Likewise.
14939 * gdb.cp/classes.exp: Likewise.
14940 * gdb.cp/cplusfuncs.exp: Likewise.
14941 * gdb.cp/ctti.exp: Likewise.
14942 * gdb.cp/derivation.exp: Likewise.
14943 * gdb.cp/exception.exp: Likewise.
14944 * gdb.cp/gdb1355.exp: Likewise.
14945 * gdb.cp/hang.exp: Likewise.
14946 * gdb.cp/inherit.exp: Likewise.
14947 * gdb.cp/local.exp: Likewise.
14948 * gdb.cp/m-data.exp: Likewise.
14949 * gdb.cp/m-static.exp: Likewise.
14950 * gdb.cp/member-ptr.exp: Likewise.
14951 * gdb.cp/method.exp: Likewise.
14952 * gdb.cp/misc.exp: Likewise.
14953 * gdb.cp/namespace.exp: Likewise.
14954 * gdb.cp/overload.exp: Likewise.
14955 * gdb.cp/ovldbreak.exp: Likewise.
14956 * gdb.cp/pr-1023.exp: Likewise.
14957 * gdb.cp/pr-1210.exp: Likewise.
14958 * gdb.cp/pr-574.exp: Likewise.
14959 * gdb.cp/printmethod.exp: Likewise.
14960 * gdb.cp/psmang.exp: Likewise.
14961 * gdb.cp/ref-params.exp: Likewise.
14962 * gdb.cp/ref-types.exp: Likewise.
14963 * gdb.cp/rtti.exp: Likewise.
14964 * gdb.cp/templates.exp: Likewise.
14965 * gdb.cp/try_catch.exp: Likewise.
14966 * gdb.cp/userdef.exp: Likewise.
14967 * gdb.cp/virtfunc.exp: Likewise.
14968 * gdb.disasm/am33.exp: Likewise.
14969 * gdb.disasm/h8300s.exp: Likewise.
14970 * gdb.disasm/mn10300.exp: Likewise.
14971 * gdb.disasm/sh3.exp: Likewise.
14972 * gdb.disasm/t01_mov.exp: Likewise.
14973 * gdb.disasm/t02_mova.exp: Likewise.
14974 * gdb.disasm/t03_add.exp: Likewise.
14975 * gdb.disasm/t04_sub.exp: Likewise.
14976 * gdb.disasm/t05_cmp.exp: Likewise.
14977 * gdb.disasm/t06_ari2.exp: Likewise.
14978 * gdb.disasm/t07_ari3.exp: Likewise.
14979 * gdb.disasm/t08_or.exp: Likewise.
14980 * gdb.disasm/t09_xor.exp: Likewise.
14981 * gdb.disasm/t10_and.exp: Likewise.
14982 * gdb.disasm/t11_logs.exp: Likewise.
14983 * gdb.disasm/t12_bit.exp: Likewise.
14984 * gdb.disasm/t13_otr.exp: Likewise.
14985 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
14986 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
14987 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
14988 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
14989 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
14990 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
14991 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
14992 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
14993 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
14994 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
14995 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
14996 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
14997 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
14998 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
14999 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
15000 * gdb.mi/gdb701.exp: Likewise.
15001 * gdb.mi/gdb792.exp: Likewise.
15002 * gdb.mi/mi-basics.exp: Likewise.
15003 * gdb.mi/mi-break.exp: Likewise.
15004 * gdb.mi/mi-cli.exp: Likewise.
15005 * gdb.mi/mi-console.exp: Likewise.
15006 * gdb.mi/mi-disassemble.exp: Likewise.
15007 * gdb.mi/mi-eval.exp: Likewise.
15008 * gdb.mi/mi-file.exp: Likewise.
15009 * gdb.mi/mi-read-memory.exp: Likewise.
15010 * gdb.mi/mi-regs.exp: Likewise.
15011 * gdb.mi/mi-return.exp: Likewise.
15012 * gdb.mi/mi-simplerun.exp: Likewise.
15013 * gdb.mi/mi-stack.exp: Likewise.
15014 * gdb.mi/mi-stepi.exp: Likewise.
15015 * gdb.mi/mi-syn-frame.exp: Likewise.
15016 * gdb.mi/mi-until.exp: Likewise.
15017 * gdb.mi/mi-var-block.exp: Likewise.
15018 * gdb.mi/mi-var-child.exp: Likewise.
15019 * gdb.mi/mi-var-cmd.exp: Likewise.
15020 * gdb.mi/mi-var-display.exp: Likewise.
15021 * gdb.mi/mi-watch.exp: Likewise.
15022 * gdb.mi/mi2-basics.exp: Likewise.
15023 * gdb.mi/mi2-break.exp: Likewise.
15024 * gdb.mi/mi2-cli.exp: Likewise.
15025 * gdb.mi/mi2-console.exp: Likewise.
15026 * gdb.mi/mi2-disassemble.exp: Likewise.
15027 * gdb.mi/mi2-eval.exp: Likewise.
15028 * gdb.mi/mi2-file.exp: Likewise.
15029 * gdb.mi/mi2-read-memory.exp: Likewise.
15030 * gdb.mi/mi2-regs.exp: Likewise.
15031 * gdb.mi/mi2-return.exp: Likewise.
15032 * gdb.mi/mi2-simplerun.exp: Likewise.
15033 * gdb.mi/mi2-stack.exp: Likewise.
15034 * gdb.mi/mi2-stepi.exp: Likewise.
15035 * gdb.mi/mi2-syn-frame.exp: Likewise.
15036 * gdb.mi/mi2-until.exp: Likewise.
15037 * gdb.mi/mi2-var-block.exp: Likewise.
15038 * gdb.mi/mi2-var-child.exp: Likewise.
15039 * gdb.mi/mi2-var-cmd.exp: Likewise.
15040 * gdb.mi/mi2-var-display.exp: Likewise.
15041 * gdb.mi/mi2-watch.exp: Likewise.
15042 * gdb.stabs/exclfwd.exp: Likewise.
15043 * gdb.stabs/weird.exp: Likewise.
15044 * gdb.threads/gcore-thread.exp: Likewise.
15045 * gdb.trace/actions.exp: Likewise.
15046 * gdb.trace/backtrace.exp: Likewise.
15047 * gdb.trace/circ.exp: Likewise.
15048 * gdb.trace/collection.exp: Likewise.
15049 * gdb.trace/deltrace.exp: Likewise.
15050 * gdb.trace/infotrace.exp: Likewise.
15051 * gdb.trace/limits.exp: Likewise.
15052 * gdb.trace/packetlen.exp: Likewise.
15053 * gdb.trace/passc-dyn.exp: Likewise.
15054 * gdb.trace/passcount.exp: Likewise.
15055 * gdb.trace/report.exp: Likewise.
15056 * gdb.trace/save-trace.exp: Likewise.
15057 * gdb.trace/tfind.exp: Likewise.
15058 * gdb.trace/tracecmd.exp: Likewise.
15059 * gdb.trace/while-dyn.exp: Likewise.
15060 * gdb.trace/while-stepping.exp: Likewise.
15061
15062 2006-08-08 Joel Brobecker <brobecker@adacore.com>
15063
15064 * gdb.base/step-bt.c: New file.
15065 * gdb.base/step-bt.exp: New testcase.
15066
15067 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
15068
15069 * config/monitor.exp (gdb_load): Remove support for obsolete
15070 download-write-size.
15071 * gdb.base/remote.exp: Likewise. Update all callers of
15072 gdb_timed_load.
15073
15074 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
15075
15076 * cursal.exp: Pass binfile to gdb_load.
15077
15078 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
15079
15080 * gdb.base/cursal.exp: Add "" to gdb_load call.
15081
15082 2006-07-29 Mark Kettenis <kettenis@gnu.org>
15083
15084 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
15085 NetBSD/ELF targets.
15086
15087 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
15088
15089 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
15090 operator*.
15091
15092 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
15093
15094 * gdb.base/completion.exp: Update for change in "file" behavior.
15095 * gdb.stabs/weird.exp: Likewise.
15096 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
15097 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
15098
15099 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
15100
15101 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
15102 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
15103
15104 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
15105
15106 * gdb.base/default.exp: Update source command error message.
15107 * gdb.base/help.exp: Update 'help source' message.
15108
15109 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
15110
15111 * gdb.cp/bs15503.exp: Update comment for no longer crashing
15112 test.
15113
15114 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
15115
15116 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
15117
15118 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15119
15120 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
15121
15122 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
15123
15124 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
15125
15126 2006-07-17 Mark Kettenis <kettenis@gnu.org>
15127
15128 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
15129 *-*-openbsd* from targets for wich we expect ARM FPA floating
15130 point format.
15131
15132 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
15133
15134 * gdb.cp/annota3.exp: Expect frame-begin annotation.
15135
15136 2006-07-17 Mark Kettenis <kettenis@gnu.org>
15137
15138 * gdb.base/annota3.exp: Expect frame-begin annotation.
15139
15140 2006-07-14 Joel Brobecker <brobecker@adacore.com>
15141
15142 * gdb.base/help.exp: Adjust "help unset" test to accept
15143 any list of unset commands.
15144
15145 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
15146 Daniel Jacobowitz <dan@codesourcery.com>
15147
15148 * gdb.cp/ref-params.exp: New test.
15149 * gdb.cp/ref-params.cc: New source file.
15150 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
15151
15152 2006-07-08 Mark Kettenis <kettenis@gnu.org>
15153
15154 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
15155 spaces/tabs in regular expressions since they might not be there.
15156
15157 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
15158
15159 * gdb.base/ifelse.exp: New file.
15160
15161 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
15162
15163 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
15164 line.
15165 * gdb.base/huge.exp: Loop over compilation to find a size that
15166 is acceptable.
15167 * gdb.base/remote.exp: Correct expected strings.
15168 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
15169
15170 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15171
15172 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
15173
15174 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15175
15176 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
15177 native.
15178
15179 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15180
15181 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
15182 enable stabs testing.
15183
15184 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15185
15186 * gdb.base/auxv.exp: Intercept undefined command messages before
15187 gdb_test_multiple does.
15188
15189 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
15190
15191 * Makefile.in (host_alias): Remove.
15192 (target_alias): Use @target_noncanonical@.
15193 (site.exp): Don't set host_alias.
15194 * aclocal.m4: Remove contents. Include acx.m4.
15195 * configure: Regenerated.
15196 * configure.ac: Use ACX_NONCANONICAL_TARGET.
15197
15198 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
15199
15200 * lib/gdb.exp (gdb_load_cmd): New.
15201
15202 * gdb.base/fileio.c: Add system(NULL) test.
15203 * gdb.base/fileio.exp: Check it.
15204
15205 * gdb.base/break.c: Add 10a breakpoint at }
15206 * gdb.base/break.exp: Add test for breakpoint at }
15207 * gdb.cp/anon-union.cc: Add code at end of function.
15208 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
15209 * gdb.mi/var-cmd.c: Add code at end of function.
15210 * gdb.mi/mi-var-display.exp: Adjust end of next.
15211 * gdb.mi/mi2-var-display.exp: Likewise.
15212 * gdb.base/fileio.c: Add stop function and insert calls at
15213 stopping places.
15214 * gdb.base/fileio.exp: Breakpoint stop function and remove
15215 explicit line number references.
15216
15217 2006-05-19 Joel Brobecker <brobecker@adacore.com>
15218
15219 * gdb.base/del.exp (test_delete_alias): New function.
15220 Now check that both "del" and "d" work as aliases for "delete".
15221
15222 2006-05-18 Fred Fish <fnf@specifix.com>
15223
15224 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
15225 required. Check for spurious output after program exits normally.
15226
15227 2006-05-17 Fred Fish <fnf@specifix.com>
15228
15229 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
15230 gdb_load, so it works in the simulator.
15231
15232 2006-05-11 Fred Fish <fnf@specifix.com>
15233
15234 * gdb.base/bang.exp: Ignore unexpected output between the
15235 "program exited normally" and the gdb prompt, as many other
15236 tests do.
15237
15238 2006-05-07 Mark Kettenis <kettenis@gnu.org>
15239
15240 * gdb.base/help.exp: Make "delete checkpoint" part option for
15241 "help d" and "help delete" tests.
15242
15243 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15244
15245 * gdb.mi/mi-basics.exp: Add missing serial number to
15246 expected output in some mi_gdb_test statements.
15247 * gdb.mi/mi2-basics.exp: Likewise.
15248
15249 2006-05-05 Joel Brobecker <brobecker@adacore.com>
15250
15251 * gdb.base/del.c: New file.
15252 * gdb.base/del.exp: New testcase.
15253
15254 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
15255
15256 * gdb.base/break.exp: Do not assume a breakpoint on
15257 main will actually be in $srcfile when optimizing.
15258 * gdb.base/savedregs.exp: Do not require that the dummy
15259 frame location match up to a symbol and source file location.
15260 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
15261 will get printed without a mi_cmd_data_list_register_values prefix.
15262 (*-data-list-register-*): Correct regular expressions to expect the new
15263 pseudo d? floating point registers.
15264 * gdb.mi/mi2-regs.exp: Likewise.
15265
15266 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
15267
15268 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
15269 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
15270 is allocated by the compiler.
15271 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
15272 anons, e, anone to force their allocation by the compiler.
15273
15274 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
15275
15276 * gdb.base/help.exp: Update expected text for help d and
15277 help delete.
15278
15279 2006-05-02 Mark Kettenis <kettenis@gnu.org>
15280
15281 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
15282 NetBSD/ELF targets.
15283
15284 2006-04-30 Mark Kettenis <kettenis@gnu.org>
15285
15286 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
15287 single-step breakpoint fails; make this a KFAIL on
15288 sparc*-*-openbsd*.
15289 * gdb.base/siginfo.exp: Likewise.
15290 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15291
15292 2006-04-26 Michael Snyder <msnyder@redhat.com>
15293
15294 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
15295 which may have to consume output from other forks.
15296 Add tests to make sure that "delete fork" succeeded.
15297
15298 2006-04-20 Michael Snyder <msnyder@redhat.com>
15299
15300 * 2006-03-22 Jim Blandy <jimb@redhat.com>
15301 Add support for the Renesas M32C and M16C.
15302
15303 * gdb.asm/asm-source.exp: Add m32c target.
15304 * gdb.asm/m32c.inc: Support for m32c target.
15305
15306 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
15307
15308 * gdb.base/commands.exp (recursive_source_test): New test.
15309
15310 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
15311
15312 * gdb.base/float.exp: Add pattern for sparc targets.
15313
15314 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
15315
15316 * gdb.base/commands.exp (stray_arg0_test): New test.
15317
15318 2006-03-30 Paul Brook <paul@codesourcery.com>
15319
15320 * gdb.mi/mi-until.exp: kfail broken until command.
15321 * gdb.mi/mi2-until.exp: Ditto.
15322
15323 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
15324
15325 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
15326
15327 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
15328
15329 * gdb.base/prelink.exp: Anchor tested-for regular expression
15330 on gdb prompt.
15331
15332 2006-03-07 Paul Brook <paul@codesourcery.com>
15333
15334 * gdb.base/assign.exp: Correct fail message.
15335
15336 2006-03-07 Paul Brook <paul@codesourcery.com>
15337
15338 * lib/compiler.c: Extract armcc version number.
15339 * lib/compiler.cc: Ditto.
15340
15341 2006-03-07 Paul Brook <paul@codesourcery.com>
15342
15343 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
15344 additional_flags=-w.
15345 * gdb.arch/altivec-regs.exp: Ditto.
15346 * gdb.arch/e500-abi.exp: Ditto.
15347 * gdb.arch/e500-regs.exp: Ditto.
15348 * gdb.base/all-bin.exp: Ditto.
15349 * gdb.base/annota1.exp: Ditto.
15350 * gdb.base/annota3.exp: Ditto.
15351 * gdb.base/args.exp: Ditto.
15352 * gdb.base/arithmet.exp: Ditto.
15353 * gdb.base/assign.exp: Ditto.
15354 * gdb.base/async.exp: Ditto.
15355 * gdb.base/bang.exp: Ditto.
15356 * gdb.base/break.exp: Ditto.
15357 * gdb.base/call-rt-st.exp: Ditto.
15358 * gdb.base/completion.exp: Ditto.
15359 * gdb.base/cond-expr.exp: Ditto.
15360 * gdb.base/condbreak.exp: Ditto.
15361 * gdb.base/consecutive.exp: Ditto.
15362 * gdb.base/define.exp: Ditto.
15363 * gdb.base/display.exp: Ditto.
15364 * gdb.base/ena-dis-br.exp: Ditto.
15365 * gdb.base/environ.exp: Ditto.
15366 * gdb.base/eval-skip.exp: Ditto.
15367 * gdb.base/info-proc.exp: Ditto.
15368 * gdb.base/jump.exp: Ditto.
15369 * gdb.base/logical.exp: Ditto.
15370 * gdb.base/long_long.exp: Ditto.
15371 * gdb.base/maint.exp: Ditto.
15372 * gdb.base/miscexprs.exp: Ditto.
15373 * gdb.base/pc-fp.exp: Ditto.
15374 * gdb.base/pointers.exp: Ditto.
15375 * gdb.base/relational.exp: Ditto.
15376 * gdb.base/reread.exp: Ditto.
15377 * gdb.base/sect-cmd.exp: Ditto.
15378 * gdb.base/sep.exp: Ditto.
15379 * gdb.base/sepdebug.exp: Ditto.
15380 * gdb.base/until.exp: Ditto.
15381 * gdb.base/whatis-exp.exp: Ditto.
15382 * gdb.cp/annota2.exp: Ditto.
15383 * gdb.cp/annota3.exp: Ditto.
15384 * gdb.trace/actions.exp: Ditto.
15385 * gdb.trace/backtrace.exp: Ditto.
15386 * gdb.trace/circ.exp: Ditto.
15387 * gdb.trace/collection.exp: Ditto.
15388 * gdb.trace/deltrace.exp: Ditto.
15389 * gdb.trace/infotrace.exp: Ditto.
15390 * gdb.trace/limits.exp: Ditto.
15391 * gdb.trace/packetlen.exp: Ditto.
15392 * gdb.trace/passc-dyn.exp: Ditto.
15393 * gdb.trace/passcount.exp: Ditto.
15394 * gdb.trace/report.exp: Ditto.
15395 * gdb.trace/save-trace.exp: Ditto.
15396 * gdb.trace/tfind.exp: Ditto.
15397 * gdb.trace/tracecmd.exp: Ditto.
15398 * gdb.trace/while-dyn.exp: Ditto.
15399 * gdb.trace/while-stepping.exp: Ditto.
15400 * lib/gdb.exp: Ditto.
15401 (gdb_compile): Handle nowarning option.
15402
15403 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
15404
15405 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
15406 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
15407 Rename executable to prelinkt. Don't re-prelink if we didn't
15408 get a core file. Test prelink -u exit status to tell whether
15409 prelinking failed. Use gdb_test_multiple.
15410
15411 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
15412
15413 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
15414 (do_tests): Call it.
15415
15416 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
15417
15418 * gdb.base/prelink.exp: New test.
15419 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
15420
15421 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
15422
15423 * gdb.fortran/derived-type.f90: New file.
15424 * gdb.fortran/derived-type.exp: New testcase.
15425
15426 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
15427
15428 * gdb.base/default.exp: Allow ';' as a directory separator.
15429
15430 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15431
15432 * gdb.base/help.exp (help add-symbol-file): Update.
15433
15434 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
15435
15436 * gdb.base/help.exp (help load): Update expected results.
15437
15438 2006-02-19 Fred Fish <fnf@specifix.com>
15439
15440 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
15441 specifix hex value as part of results.
15442 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
15443
15444 2006-02-16 Fred Fish <fnf@specifix.com>
15445
15446 * gdb.base/whatis.c: Define variables using typedefs char_addr,
15447 ushort_addr, and slong_addr, so the typedefs are not optimized
15448 away.
15449 * gdb.base/whatis.exp: Add tests using type name for struct type,
15450 union type, enum type, and typedef.
15451
15452 2006-02-13 Mark Kettenis <kettenis@gnu.org>
15453
15454 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
15455
15456 2006-02-13 Jim Blandy <jimb@redhat.com>
15457
15458 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
15459 case where it takes two "next" commands to skip past the init
15460 call.
15461
15462 2006-02-12 Fred Fish <fnf@specifix.com>
15463
15464 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
15465 to handle cases where it takes two "next" commands to skip
15466 past the init call.
15467
15468 2006-02-07 Joel Brobecker <brobecker@adacore.com>
15469
15470 * gdb.ada/array_return.exp: Mark the last test as expected to fail
15471 on hppa32 targets.
15472
15473 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
15474
15475 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
15476 field.
15477
15478 2006-01-29 Mark Kettenis <kettenis@gnu.org>
15479
15480 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
15481
15482 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
15483
15484 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
15485 files.
15486
15487 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15488
15489 * gdb.cp/maint.exp: Set complaints to a positive value.
15490
15491 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15492
15493 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
15494 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
15495 function name.
15496
15497 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
15498
15499 * gdb.base/checkpoint.c: Update copyright notice. Include
15500 <stdlib.h>.
15501
15502 2006-01-04 Jim Blandy <jimb@redhat.com>
15503
15504 * gdb.asm/asm-source.exp: Independently provide default values for
15505 asm-flags and debug-flags. Use 'string equal' to do the
15506 comparison, not the implicit expr's '==' operator. Remove
15507 now-unneeded assignments to asm-flags. In h8300 case, place
15508 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
15509
15510 2006-01-04 Michael Snyder <msnyder@redhat.com>
15511
15512 * gdb.base/checkpoint.c: New file.
15513 * gdb.base/checkpoint.exp: New file.
15514 * gdb.base/multi-fork.c: New file.
15515 * gdb.base/multi-fork.exp: New file.
15516 * gdb.base/pi.txt: New file (data for checkpoint.c test).
15517
15518 2006-01-04 Fred Fish <fnf@specifix.com>
15519
15520 * gdb.base/ptype.c (foo): Add typedef.
15521 (intfoo): Add function.
15522 * gdb.base/ptype1.c: New file.
15523 * gdb.base/ptype.exp: Handle compilation and linking with two
15524 source files. Test that proper type for "foo" is found based
15525 on source context rather than first match found in symtabs.
15526
15527 2005-12-28 Mark Kettenis <kettenis@gnu.org>
15528
15529 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
15530 * gdb.asm/openbsd.inc: Indent commands.
15531
15532 2005-12-26 Mark Kettenis <kettenis@gnu.org>
15533
15534 * gdb.base/freebpcmd.exp: Increase timeout.
15535
15536 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
15537
15538 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
15539
15540 * gdb.base/default.exp: Update check for "show version".
15541
15542 2005-12-09 Randolph Chung <tausq@debian.org>
15543
15544 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
15545 * gdb.asm/pa64.inc: New file.
15546
15547 2005-12-09 Randolph Chung <tausq@debian.org>
15548
15549 * gdb.asm/common.inc: Indent commands.
15550 * gdb.asm/asmsrc1.s: Likewise.
15551 * gdb.asm/asmsrc2.s: Likewise.
15552
15553 2005-12-09 Randolph Chung <tausq@debian.org>
15554
15555 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
15556 (get_addr_of_sym): Remove duplicate print.
15557 (gen_core): xfail hppa*-*-hpux*, update expected output.
15558 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
15559 * gdb.arch/pa64-nullify.s: New file.
15560
15561 2005-12-09 Randolph Chung <tausq@debian.org>
15562
15563 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
15564
15565 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
15566
15567 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
15568 code generation for these functions.
15569 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
15570 error message.
15571
15572 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
15573
15574 * gdb.base/help.exp (help b, help br, help bre, help brea)
15575 (help break): Update the expected message.
15576
15577 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
15578
15579 * gdb.asm/m68hc11.inc: Setup the data section.
15580 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
15581 script for this test.
15582 (m6812-*-*): Likewise.
15583
15584 2005-11-09 Randolph Chung <tausq@debian.org>
15585
15586 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
15587
15588 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
15589
15590 * gdb.base/break.exp: Fix a comment typo.
15591
15592 2005-11-03 Jim Blandy <jimb@redhat.com>
15593
15594 Checked in by Elena Zannoni <ezannoni@redhat.com>
15595
15596 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
15597
15598 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
15599
15600 * gdb.arch/gdb1558.c: Include stdio.h.
15601
15602 2005-10-31 Mark Kettenis <kettenis@gnu.org>
15603
15604 * gdb.asm/asm-source.exp: Use -e instead of --entry.
15605
15606 2005-10-31 Mark Kettenis <kettenis@gnu.org>
15607
15608 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
15609
15610 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
15611
15612 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15613 vscr" tests to better match output.
15614
15615 2005-10-12 Jim Blandy <jimb@redhat.com>
15616
15617 * gdb.base/structs.exp (any): New function.
15618 (test_struct_returns): Don't make any assumptions at all about
15619 what value the function returns when GDB can't set the return
15620 value.
15621
15622 2005-10-09 Joel Brobecker <brobecker@adacore.com>
15623
15624 * gdb.ada/arrayidx/p.adb: New file.
15625 * gdb.ada/arrayidx.exp: New testcase
15626
15627 2005-10-09 Joel Brobecker <brobecker@adacore.com>
15628
15629 * gdb.ada/array_return/pck.ads: New file.
15630 * gdb.ada/array_return/pck.adb: New file.
15631 * gdb.ada/array_return/p.adb: New file.
15632 * gdb.ada/array_return.exp: New testcase.
15633
15634 2005-10-03 Joel Brobecker <brobecker@adacore.com>
15635
15636 * gdb.base/arrayidx.c: New file.
15637 * gdb.base/arrayidx.exp: New testcase.
15638
15639 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
15640
15641 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
15642 frames-invalid and breakpoints-invalid are no longer generated
15643 with level 3 so don't expect them in the output.
15644
15645 2005-09-27 Bob Rossi <bob@brasko.net>
15646
15647 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
15648 from test. Escape the | in mi_gdb_test call.
15649 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
15650 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
15651 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
15652 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
15653 expected regex's in mi_gdb_test calls.
15654 * lib/mi-support.exp: Remove arbitrary .* from tests.
15655 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
15656 Fully anchor GDB/MI expected results in mi_gdb_test.
15657 * lib/gdb.exp (string_to_regexp): Escape the ] character.
15658 * gdb.base/sizeof.exp: Remove escape character. Correct test.
15659
15660 2005-09-26 Paul Brook <paul@codesourcery.com>
15661
15662 * long_long.exp: Exclude eabi targets from arm FPA float format test.
15663
15664 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15665
15666 * bfp-test.c: New file.
15667 * bfp-test.exp: New testcase.
15668
15669 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
15670
15671 * gdb.fortran/subarray.exp: New testcase to test the evaluation
15672 of subarray and substring variable.
15673 * gdb.fortran/subarray.f: New source file for the test of subarray
15674 and substring variable evaluation.
15675 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
15676 of string constant.
15677
15678 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
15679
15680 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
15681 copyright dates.
15682
15683 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
15684
15685 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
15686 powerpc altivec' test with an almost identical 'info vector' test.
15687
15688 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15689
15690 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
15691 vscr" tests to match output.
15692
15693 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
15694
15695 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
15696 output.
15697
15698 2005-09-11 Bob Rossi <bob@brasko.net>
15699
15700 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
15701 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
15702 commands that return an MI output command and an asyncronous MI output
15703 command.
15704 * gdb.mi/mi-console.exp: Ditto.
15705
15706 2005-09-11 Bob Rossi <bob@brasko.net>
15707
15708 * gdb.mi/mi-var-child.c: Include <string.h>.
15709
15710 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
15711
15712 * killed.exp: Correct gdb_expect syntax.
15713
15714 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
15715
15716 * lib/mi-support.exp (mi_gdb_load): Fix typo.
15717
15718 2005-08-02 Bob Rossi <bob@brasko.net>
15719
15720 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
15721 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
15722 Change tests to inferior-tty-set/show.
15723 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
15724 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
15725 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
15726 inferior. Use mi_gdb_test to get GDB and Inferior output.
15727 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
15728 descriptor.
15729 (mi_inferior_tty_name): Add inferior PTY file name.
15730 (mi_gdb_start): Add INFERIOR_PTY parameter.
15731 (mi_gdb_test): Add IPATTERN parameter.
15732
15733 2005-08-02 Bob Rossi <bob@brasko.net>
15734
15735 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
15736 parameter to mi_gdb_test.
15737 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
15738
15739 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15740
15741 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
15742 struct_declarations.
15743 * gdb.mi/mi-var-child.exp: Step over the initialization of
15744 struct_declarations.
15745
15746 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
15747
15748 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
15749 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
15750 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
15751 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
15752 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
15753 file.
15754
15755 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
15756
15757 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
15758 (do_children_tests): Assign values to the extra elements.
15759
15760 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
15761 them for tests for "-var-update --no-values" and
15762 "-var-update --all-values".
15763 Add test for "-var-list-children --simple-values".
15764
15765 * gdb.mi/basics.c (callee4): Add integer array D[3]...
15766
15767 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
15768 "-stack-list-locals --simple-values" Improve doc strings and
15769 comments.
15770
15771 2005-07-18 Mark Kettenis <kettenis@gnu.org>
15772
15773 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
15774 *-*-openbsd*.
15775 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
15776
15777 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
15778 sigaltsatck'.
15779
15780 2005-07-14 Bob Rossi <bob@brasko.net>
15781
15782 * gdb.base/default.exp (tty): Changed output of command.
15783 * gdb.base/help.exp (help tty): Ditto.
15784
15785 2005-07-12 Mark Kettenis <kettenis@gnu.org>
15786
15787 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
15788
15789 2005-07-10 Mark Kettenis <kettenis@gnu.org>
15790
15791 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
15792 -stack-select-frame without arguments.
15793 (test_stack_frame_listing): Add test for newly implemented command
15794 -stack-info-frame.
15795
15796 2005-07-06 Bob Rossi <bob@brasko.net>
15797
15798 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
15799 command.
15800 (Copyright): Update copyright.
15801
15802 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
15803
15804 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
15805 tests to evaluate exponentiation expression.
15806
15807 2005-06-29 Andreas Schwab <schwab@suse.de>
15808
15809 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
15810 main to avoid warnings.
15811
15812 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
15813
15814 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
15815
15816 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
15817 -stack-select-frame without arguments.
15818 (test_stack_frame_listing): Add test for newly implemented command
15819 -stack-info-frame.
15820
15821 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
15822
15823 * gdb.fortran/array-element.f: New file.
15824 * gdb.fortran/array-element.exp: New testcase.
15825
15826 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15827
15828 * gdb.base/bigcore.exp: Correct checks for systems which can
15829 not dump a large core file.
15830
15831 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
15832
15833 * gdb.base/relocate.c: Add a copyright notice.
15834 (dummy): Remove.
15835 * gdb.base/relocate.exp: Test printing the values of variables
15836 from a relocatable file.
15837
15838 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
15839
15840 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
15841 excess MI output after an error.
15842
15843 2005-05-29 Joel Brobecker <brobecker@adacore.com>
15844
15845 * gdb.arch/alpha-step.c: New file.
15846 * gdb.arch/alpha-step.exp: New testcase.
15847
15848 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
15849 Dennis Brueni <dennis@slickedit.com>
15850
15851 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
15852 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
15853 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
15854 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
15855 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15856 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
15857 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
15858
15859 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
15860 Wu Zhou <woodzltc@cn.ibm.com>
15861
15862 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
15863 IBM's xlc compiler.
15864 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
15865 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
15866
15867 2005-05-13 Jim Blandy <jimb@redhat.com>
15868
15869 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
15870 calling gdb_suppress_entire_file.
15871 * gdb.base/charset.exp: Same.
15872 * gdb.base/call-rt-st.exp: Same.
15873
15874 2005-05-05 Bob Rossi <bob_rossi@cox.net>
15875
15876 * lib/gdb.exp (fullname_syntax): Added global regex.
15877 (fullname_syntax_POSIX): Ditto.
15878 (fullname_syntax_UNC): Ditto.
15879 (fullname_syntax_DOS_CASE): Ditto.
15880 (fullname_syntax_DOS): Ditto.
15881 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
15882 fullname_syntax variable to scope and use it.
15883 (test_file_list_exec_source_files): Ditto.
15884 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
15885
15886 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
15887
15888 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
15889
15890 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
15891
15892 * lib/gdb.exp (skip_altivec_tests): New function, based on
15893 check_vmx_hw_available from the GCC testsuite.
15894 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
15895 * lib/gdb.arch/altivec-regs.exp: Likewise.
15896
15897 2005-05-02 Jim Blandy <jimb@redhat.com>
15898
15899 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
15900 calling gdb_suppress_entire_file.
15901
15902 2005-04-30 Randolph Chung <tausq@debian.org>
15903
15904 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
15905 Slightly relax "sem_post" name checking.
15906
15907 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
15908
15909 * gdb.base/unload.exp: Use new shared library infrastructure.
15910
15911 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
15912
15913 * gdb.base/so-impl-ld.exp: Use new shared library
15914 infrastructure.
15915
15916 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
15917
15918 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
15919 * gdb.asm/h8300.inc: New file.
15920
15921 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15922
15923 * gdb.base/shlib-call.exp: Change to use new shared library
15924 infrastructure.
15925
15926 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15927
15928 * gdb.base/pending.exp: Change to use new shared library
15929 infrastructure.
15930
15931 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
15932
15933 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
15934 use test_compiler_info instead of gcc_compiled, and update copyright.
15935
15936 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
15937
15938 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
15939 shared objects being adjusted and update copyright years.
15940
15941 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
15942
15943 * ChangeLog: Correct some 2003-01-13 dates.
15944 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
15945 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
15946 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
15947 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
15948 gdb.trace/tfind.exp: Update copyright years.
15949
15950 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
15951 Daniel Jacobowitz <dan@codesourcery.com>
15952
15953 * lib/gdb.exp (gdb_compile): Handle shlib=.
15954 (gdb_compile_shlib): New function.
15955
15956 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
15957
15958 * lib/gdb.exp (test_compiler_info): Give argument a default value.
15959
15960 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
15961
15962 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
15963 gdb.server.
15964 * configure.ac: Likewise.
15965 * configure: Regenerated.
15966 * gdb.gdbserver/Makefile.in: Moved to...
15967 * gdb.server/Makefile.in: ... here.
15968 * gdb.gdbserver/server.c: Moved to...
15969 * gdb.server/server.c: ... here.
15970 * gdb.gdbserver/server-run.exp: Moved to...
15971 * gdb.server/server-run.exp: ... here.
15972
15973 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
15974
15975 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
15976 * configure.ac: Create gdb.gdbserver/Makefile.
15977 * configure: Regenerated.
15978 * lib/gdbserver-support.exp: New file, derived from
15979 config/gdbserver.exp.
15980 * config/gdbserver.exp: Use gdbserver-support.exp.
15981 * gdb.gdbserver/Makefile.in: New file.
15982 * gdb.gdbserver/server.c: New file.
15983 * gdb.gdbserver/server-run.exp: New file.
15984
15985 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
15986
15987 * lib/gdb.exp (test_compiler_info): Return compiler_info
15988 if no arguments are given.
15989
15990 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
15991
15992 * gdb.arch/altivec-abi.exp: Check for compiler and set
15993 use altivec' flag accordingly.
15994 * gdb.arch/altivec-regs.exp: Likewise.
15995
15996 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
15997
15998 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
15999
16000 2005-03-27 Andreas Schwab <schwab@suse.de>
16001
16002 * gdb.base/bigcore.c (main): Add missing mode argument in open
16003 call.
16004
16005 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
16006
16007 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
16008 downloads.
16009 * config/gdbserver.exp (gdb_load): Likewise.
16010
16011 2005-03-14 Paul Brook <paul@codesourcery.com>
16012
16013 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
16014 targets.
16015
16016 2005-03-09 Joel Brobecker <brobecker@adacore.com>
16017
16018 * gdb.dwarf2/dup-psym.S: New file.
16019 * gdb.dwarf2/dup-psym.exp: New testcase.
16020
16021 2005-03-09 Joel Brobecker <brobecker@adacore.com>
16022
16023 * gdb.ada/exec_changed/first.adb: New file.
16024 * gdb.ada/exec_changed/second.adb: New file.
16025 * gdb.ada/exec_changed.exp: New testcase.
16026
16027 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
16028
16029 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
16030 (A2): New class.
16031 (main): Test operator+.
16032 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
16033 breakpoint test.
16034
16035 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
16036 * gdb.base/signull.exp: Disable if gdb,nosignals.
16037 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
16038 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
16039 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
16040 * gdb.mi/mi2-console.exp: Likewise.
16041 * gdb.trace/collection.exp (run_trace_experiment): Consume the
16042 continue output at start.
16043 (gdb_collect_locals_test): Robustify regexp.
16044 * gdb.trace/passc-dyn.exp: Fix comment typo.
16045 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
16046
16047 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
16048
16049 * gdb.asm/asm-source.exp: Add iq2000 case.
16050 * gdb.asm/iq2000.inc: New file.
16051
16052 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
16053
16054 * gdb.base/command.exp: Change hardcoded value to regular expression.
16055 * gdb.base/float.exp: Add powerpc to the list of targets checked.
16056
16057 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
16058
16059 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
16060 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
16061 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
16062 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
16063 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
16064
16065 2005-03-05 Mark Kettenis <kettenis@gnu.org>
16066
16067 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
16068 changes.
16069
16070 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
16071
16072 * lib/compiler.c: Add test for IBM's xlc compiler.
16073 * lib/compiler.cc: Likewise.
16074
16075 2004-02-24 Joel Brobecker <brobecker@adacore.com>
16076
16077 * gdb.ada/fixed_points.exp: Create compilation object directory
16078 before running the test.
16079 * gdb.ada/null_record.exp: Likewise.
16080 * gdb.ada/packed_array.exp: Likewise.
16081 * gdb.ada/start.exp: Likewise.
16082
16083 2005-02-15 Joel Brobecker <brobecker@adacore.com>
16084
16085 * gdb.ada/packed_array/pa.adb: New file.
16086 * gdb.ada/packed_array.exp: New testcase.
16087
16088 2005-02-10 Mark Kettenis <kettenis@gnu.org>
16089
16090 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
16091 files.
16092
16093 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
16094 on *-*-openbsd*. Correctly match whitespace in regukar
16095 expressions.
16096
16097 2005-02-10 Daniel Jacobowitz <dan@debian.org>
16098
16099 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
16100 PR exp/1821
16101 * gdb.base/gdb1821.c: New test file.
16102 * gdb.base/gdb1821.exp: New test file.
16103
16104 2005-02-09 Joel Brobecker <brobecker@adacore.com>
16105
16106 * gdb.base/start.c: New file.
16107 * gdb.base/start.exp: New testcase.
16108
16109 2005-02-09 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.ada/start/dummy.adb: New file.
16112 * gdb.ada/start.exp: New testcase.
16113
16114 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
16115
16116 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
16117 for printing symbols and statistics.
16118 Add test for using relative pathnames in "maint print msymbols" test.
16119 Mark "maint info sections DATA" XFAIL on Cygwin.
16120 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
16121 tests.
16122
16123 2005-02-09 Andreas Schwab <schwab@suse.de>
16124
16125 Committed by Andrew Cagney <cagney@gnu.org>
16126 * gdb.base/remotetimeout.exp: New file.
16127
16128 2005-02-07 Mark Kettenis <kettenis@gnu.org>
16129
16130 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
16131
16132 2005-02-03 Joel Brobecker <brobecker@adacore.com>
16133
16134 * gdb.ada/gnat_ada.gpr: New file.
16135 * gdb.ada/gnat_ada.gin: Delete, no longer used.
16136 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
16137 * configure.ac: No longer generate gnat_ada.gpr.
16138 * configure: Regenerate.
16139 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
16140 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
16141 * gdb.ada/null_record/bar.ads: Likewise.
16142 * gdb.ada/null_record/bar.adb: Likewise.
16143 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
16144 * gdb.ada/null_record.exp (testdir): New variable.
16145 (testfile): executable is now in testdir subdirectory.
16146 (srcfile): Use full path to the main compilation unit.
16147 * gdb.ada/fixed_points.exp: Same changes as above.
16148
16149 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
16150
16151 * gdb.base/interp.exp: New test.
16152
16153 2005-01-24 Andrew Cagney <cagney@gnu.org>
16154
16155 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
16156
16157 2005-01-19 Andrew Cagney <cagney@gnu.org>
16158
16159 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
16160 configure.ac not configure.in.
16161
16162 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
16163 of powerpc*-*-*.
16164 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
16165 * gdb.base/list.exp (test_list_function)
16166 (test_list_filename_and_function): Ditto.
16167 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
16168
16169 2005-01-16 Andrew Cagney <cagney@gnu.org>
16170
16171 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
16172
16173 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
16174
16175 2005-01-14 Andrew Cagney <cagney@gnu.org>
16176
16177 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
16178 * gdb.mi/mi2-var-cmd.exp: Ditto.
16179
16180 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
16181
16182 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
16183
16184 2005-01-07 Andrew Cagney <cagney@gnu.org>
16185
16186 * configure.ac: Rename configure.in, require autoconf 2.59.
16187 * configure: Re-generate.
16188 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
16189 * gdb.stabs/configure: Re-generate.
16190 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
16191 * gdb.hp/configure: Re-generate.
16192 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
16193 autoconf 2.59.
16194 * gdb.hp/gdb.objdbg/configure: Re-generate.
16195 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
16196 autoconf 2.59.
16197 * gdb.hp/gdb.defects/configure: Re-generate.
16198 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
16199 autoconf 2.59.
16200 * gdb.hp/gdb.compat/configure: Re-generate.
16201 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
16202 autoconf 2.59.
16203 * gdb.hp/gdb.base-hp/configure: Re-generate.
16204 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
16205 autoconf 2.59.
16206 * gdb.hp/gdb.aCC/configure: Re-generate.
16207
16208 2004-12-15 Jim Blandy <jimb@redhat.com>
16209
16210 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
16211 under NPTL when there is debugging info available for libpthread.
16212
16213 2004-12-13 Jerome Guitton <guitton@gnat.com>
16214
16215 * gdb.ada/fixed_points.c: New file.
16216 * gdb.ada/fixed_points.exp: New file.
16217
16218 2004-12-03 Randolph Chung <tausq@debian.org>
16219
16220 * gdb.arch/pa-nullify.exp: New file.
16221 * gdb.arch/pa-nullify.s: New file.
16222
16223 2004-11-30 Randolph Chung <tausq@debian.org>
16224
16225 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
16226 instead of "tbug". Fix regexp to work properly with gdb_test.
16227
16228 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
16229
16230 * gdb.base/bitfields2.exp: New test.
16231 * gdb.base/bitfields2.c: New file.
16232
16233 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
16234
16235 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
16236
16237 2004-11-16 Randolph Chung <tausq@debian.org>
16238
16239 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
16240
16241 2004-11-14 Daniel Jacobowitz <dan@debian.org>
16242
16243 * gdb.threads/threadapply.exp: Correct "macro details" test.
16244
16245 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
16246
16247 * gdb.threads/threadapply.exp: New test.
16248 * gdb.threads/threadapply.c: New file.
16249
16250 2004-11-07 Mark Kettenis <kettenis@gnu.org>
16251
16252 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
16253 frames.
16254
16255 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
16256
16257 * gdb.base/cursal.exp: New file.
16258 * gdb.base/cursal.c: New file.
16259
16260 2004-11-03 Andrew Cagney <cagney@gnu.org>
16261
16262 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
16263
16264 2004-10-30 Mark Kettenis <kettenis@gnu.org>
16265
16266 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
16267 NetBSD/ELF targets.
16268
16269 2004-10-29 Joel Brobecker <brobecker@gnat.com>
16270
16271 * gdb.threads/bp_in_thread.c: New file, copied from
16272 pthread_cond_wait.c.
16273 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
16274 file, rather than reusing the .c file from another testcase.
16275
16276 2004-10-20 Joel Brobecker <brobecker@gnat.com>
16277
16278 * gdb.ada/null_record.exp: Check where we stopped after
16279 sending the start command, instead of where the associated
16280 temporary breakpoint was inserted.
16281
16282 2004-10-14 Andrew Cagney <cagney@gnu.org>
16283
16284 * gdb.mi/gdb701.c (main): Return 0.
16285
16286 2004-10-13 Daniel Jacobowitz <dan@debian.org>
16287
16288 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
16289
16290 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
16291
16292 * gdb.threads/schedlock.c: Add comment markers to use to find
16293 line numbers.
16294 * gdb.threads/schedlock.exp: Adjust regex to handle the new
16295 comments.
16296 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
16297 breakpoint lines.
16298
16299 2004-10-12 Daniel Jacobowitz <dan@debian.org>
16300
16301 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
16302
16303 2004-10-12 Daniel Jacobowitz <dan@debian.org>
16304
16305 * configure.in: Add gdb.dwarf2.
16306 * configure: Regenerated.
16307 * Makefile.in: Add gdb.dwarf2.
16308 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
16309 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
16310 gdb.dwarf2/file1.txt: New files.
16311
16312 2004-10-11 Orjan Friberg <orjanf@axis.com>
16313
16314 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
16315 of "run", since the latter doesn't work with remote targets. Adjust
16316 the breakpoint numbering accordingly.
16317 * gdb.threads/pthread_cond_wait.exp: Ditto.
16318
16319 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
16320
16321 * gdb.base/overlays.exp: Update copyright years.
16322
16323 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
16324
16325 * gdb.base/overlays.exp: Disable if target is Linux.
16326
16327 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
16328
16329 * config/gdbserver.exp (gdb_load): Use right filename on remote.
16330
16331 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
16332
16333 * gdb.asm/asm-source.exp: Add m32r-linux target.
16334 * gdb.asm/m32r-linux.inc: New file.
16335
16336 2004-09-24 Andrew Cagney <cagney@redhat.com>
16337 David Anderson <anderson@redhat.com>
16338
16339 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
16340 command fails, assume things will work.
16341 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
16342 (_GNU_SOURCE): Define.
16343 (print_unsigned, print_hex): Change parameter to "long long".
16344 (print_byte_count): New function, use to print byte counts.
16345 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
16346 O_LARGEFILE.
16347 (main): Compute an upper bound on a corefile in max_core_size.
16348 Limit memory chunk size to max_core_size. Limit total memory
16349 allocated to max_core_size.
16350
16351 2004-09-23 Andrew Cagney <cagney@gnu.org>
16352
16353 * gdb.base/bigcore.exp: Replace the code that creates a corefile
16354 from a separate process with code that creates a corefile by
16355 making the inferior dump core.
16356
16357 2004-09-23 Mark Kettenis <kettenis@gnu.org>
16358
16359 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
16360 block.
16361
16362 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
16363
16364 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
16365 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
16366 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
16367 Likewise.
16368
16369 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
16370
16371 * gdb.java/jprint.exp: New test case for java inferior call.
16372 * gdb.java/jprint.java: Ditto.
16373
16374 2004-09-15 Joel Brobecker <brobecker@gnat.com>
16375
16376 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
16377
16378 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16379
16380 * gdb.threads/killed.c: Include <stdlib.h>.
16381 * gdb.threads/pthreads.c: Likewise.
16382
16383 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
16384
16385 * gdb.threads/killed.c: Add copyright notice.
16386
16387 2004-09-10 Jason Molenda (jmolenda@apple.com)
16388
16389 * gdb.base/define.exp: Two new tests to verify zero space chars
16390 after 'if' and 'while' commands in a user-defined command is correctly
16391 parsed.
16392
16393 2004-09-08 Andrew Cagney <cagney@gnu.org>
16394
16395 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
16396 delivery test with duplicate at end of file.
16397
16398 2004-09-06 Mark Kettenis <kettenis@jive.nl>
16399
16400 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
16401
16402 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16403
16404 * config/hppro.exp: Removed.
16405
16406 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16407
16408 * config/sparclet.exp: Removed.
16409
16410 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
16411
16412 * config/udi.exp: Removed.
16413
16414 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
16415
16416 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
16417 of "exp_continue".
16418 (advancei): Likewise.
16419
16420 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16421
16422 * gdb.base/unload.exp: Fix so messages aren't duplicated.
16423
16424 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
16425
16426 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
16427 to check for nodebug in executable.
16428 * gdb.gdb/observer.exp (setup_test): Likewise.
16429 * gdb.gdb/selftest.exp (test_with_self): Likewise.
16430 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
16431
16432 2004-09-01 Andrew Cagney <cagney@gnu.org>
16433
16434 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16435 files.
16436
16437 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
16438
16439 * gdb.base/unload.exp: Fix expected warning message to match
16440 latest format.
16441
16442 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
16443
16444 * gdb.base/call-rt-st.exp: Fix typos.
16445
16446 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
16447
16448 * gdb.threads/thread_check.exp: New testcase.
16449 * gdb.threads/thread_check.c: New testcase.
16450
16451 2004-08-31 Andrew Cagney <cagney@gnu.org>
16452
16453 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
16454 (skip_to_handler_entry): New procedures. Test stepping into a
16455 handler when the breakpoint is at the handler's entry point.
16456
16457 2004-08-30 Andrew Cagney <cagney@gnu.org>
16458
16459 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
16460 gdb/1757.
16461
16462 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16463
16464 With code from Manoj Iyer <manjo@austin.ibm.com>:
16465 * lib/gdb.exp (gdb_file_cmd): Return more information in the
16466 return value. Add an arm for "no debugging symbols found".
16467 Change a stray "error" to "perror".
16468 (gdb_run_cmd): Adapt to new return value.
16469 * gdb.base/remote.exp: Adapt to new return value.
16470 * gdb.gdb/complaints.exp: Likewise.
16471 * gdb.gdb/observer.exp: Likewise.
16472 * gdb.gdb/selftest.exp: Likewise.
16473 * gdb.gdb/xfullpath.exp: Likewise.
16474
16475 2004-08-27 Joel Brobecker <brobecker@gnat.com>
16476
16477 * gdb.threads/bp_in_thread.exp: New testcase.
16478
16479 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
16480
16481 Fix PR testsuite/1735.
16482 * gdb.threads/schedlock.c (thread_function): Add a cast
16483 to suppress a gcc warning.
16484 * gdb.threads/thread-specific.c (thread_function): Likewise.
16485
16486 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16487
16488 * gdb.base/unload.c: Include <stdlib.h>.
16489
16490 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16491
16492 From Paul Gilliam <pgilliam@us.ibm.com>:
16493 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
16494 synchronized after the "return".
16495
16496 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16497
16498 * gdb.mi/basics.c: Include <stdio.h>.
16499 * gdb.mi/pthreads.c: Include <stdlib.h>.
16500 * gdb.mi/var-cmd.c: Include <stdlib.h>.
16501
16502 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
16503
16504 * gdb.threads/schedlock.c: Add copyright notice.
16505
16506 2004-08-25 Andrew Cagney <cagney@gnu.org>
16507
16508 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
16509 (skip_over_handler, breakpoint_over_hander): New test procedures.
16510 (advance, advancei): Add a proper prefix, do not use
16511 rerun_to_main.
16512 * gdb.base/sigstep.c (main): Change to use an infinite loop.
16513
16514 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
16515
16516 * gdb.mi/basics.c: Add copyright notice.
16517 * gdb.mi/var-cmd.c: Add copyright notice.
16518
16519 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16520
16521 * lib/gdb.exp: Remove signed_keyword_not_used.
16522 * lib/compiler.c: Likewise.
16523 * lib/compiler.cc: Likewise.
16524
16525 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16526
16527 * gdb.base/whatis.c: Remove conditional disabling of "signed".
16528 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
16529
16530 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
16531
16532 * gdb.base/whatis.c: Add copyright notice.
16533
16534 2004-08-20 Mark Kettenis <kettenis@gnu.org>
16535
16536 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
16537 it to skip the breakpoints encoded in the inline assembly.
16538
16539 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16540
16541 * Makefile.in: Add gdb.fortran.
16542
16543 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
16544
16545 * gdb.base/call-sc.exp (test_scalar_returns):
16546 Fix cut-and-paste glitch in "Make fun return now".
16547
16548 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16549
16550 * configure.in: Add gdb.fortran.
16551 * configure: Regenerate.
16552 * gdb.fortran/Makefile.in: New file.
16553 * lib/gdb.exp (skip_fortran_tests): New procedure.
16554
16555 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
16556
16557 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
16558 reference to bug-gnu@prep.ai.mit.edu.
16559 * gdb.mi/mi-var-child.exp: Likewise.
16560 * gdb.mi/mi-var-cmd.exp: Likewise.
16561 * gdb.mi/mi-var-display.exp: Likewise.
16562 * gdb.mi/mi2-var-block.exp: Likewise.
16563 * gdb.mi/mi2-var-child.exp: Likewise.
16564 * gdb.mi/mi2-var-cmd.exp: Likewise.
16565 * gdb.mi/mi2-var-display.exp: Likewise.
16566
16567 2004-08-15 Mark Kettenis <kettenis@gnu.org>
16568
16569 * gdb.base/unload.c (main): Make local variable msg const.
16570
16571 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16572
16573 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
16574 to bug-gnu@prep.ai.mit.edu.
16575 * gdb.mi/mi-disassemble.exp: Likewise.
16576 * gdb.mi/mi-eval.exp: Likewise.
16577 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
16578 default line number.
16579 * gdb.mi/mi-return.exp: Likewise.
16580 * gdb.mi/mi-simplerun.exp: Likewise.
16581 * gdb.mi/mi-stack.exp: Likewise.
16582 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
16583 number with explicit range test.
16584 * gdb.mi/mi-watch.exp: Likewise.
16585 * gdb.mi/mi2-break.exp: Likewise.
16586 * gdb.mi/mi2-cli.exp: Likewise.
16587 * gdb.mi/mi2-disassemble.exp: Likewise.
16588 * gdb.mi/mi2-eval.exp: Likewise.
16589 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
16590 default line number.
16591 * gdb.mi/mi2-return.exp: Likewise.
16592 * gdb.mi/mi2-simplerun.exp: Likewise.
16593 * gdb.mi/mi2-stack.exp: Likewise.
16594 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
16595 number with explicit range test.
16596 * gdb.mi/mi2-watch.exp: Likewise.
16597
16598 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
16599
16600 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
16601 * gdb.cp/m-static.exp: Likewise.
16602 * gdb.cp/rtti.exp: Likewise.
16603
16604 2004-08-14 Mark Kettenis <kettenis@gnu.org>
16605
16606 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
16607
16608 2004-08-14 Eli Zaretskii <eliz@gnu.org>
16609
16610 * ChangeLog: Prefix Local Variables with semi-colons and indent
16611 the reference to older ChangeLog files, to fix fontification in
16612 Emacs.
16613
16614 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16615
16616 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
16617 * gdb.mi/mi2-break.exp: Likewise.
16618
16619 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16620
16621 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
16622
16623 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16624
16625 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
16626
16627 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
16628
16629 * gdb.cp/classes.exp: Remove unused declarations. Just let
16630 test names default instead of providing special names. Remove
16631 extraneous demangler test.
16632
16633 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
16634
16635 * gdb.base/unload.exp: New test for breakpoints in dynamically
16636 loaded libraries.
16637 * gdb.base/unload.c: Ditto.
16638 * gdb.base/unloadshr.c: Ditto.
16639
16640 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
16641
16642 * gdb.cp/classes.exp (test_ptype_class_objects): Call
16643 cp_test_ptype_class.
16644 (test_enums): Likewise.
16645
16646 2004-08-10 Andrew Cagney <cagney@gnu.org>
16647
16648 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
16649 files.
16650
16651 2004-08-10 Andrew Cagney <cagney@gnu.org>
16652
16653 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
16654 init_malloc call.
16655
16656 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
16657
16658 * ChangeLog: Add copyright notice. The notice is copied
16659 from emacs 21.3 top level ChangeLog.
16660
16661 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16662
16663 * lib/cp-support.exp: New file.
16664 * lib/cp-support.exp (cp_test_type_class): New function.
16665 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
16666 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
16667 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
16668 cp_test_ptype_class.
16669
16670 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16671
16672 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
16673 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
16674 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
16675 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
16676 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16677 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
16678 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
16679 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
16680 gdb.mi/mi2-watch.exp: Update copyright years.
16681
16682 2004-08-09 Mark Kettenis <kettenis@gnu.org>
16683
16684 * gdb.base/sigaltstack.exp: Provide proper anchoring.
16685
16686 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
16687
16688 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
16689 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
16690 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
16691 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16692 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
16693 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
16694 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
16695 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16696 gdb.mi/mi-watch.exp: Update copyright years.
16697
16698 2004-08-08 Daniel Jacobowitz <dan@debian.org>
16699
16700 PR gdb/1738
16701 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
16702 from a breakpoint with a pending signal.
16703
16704 2004-08-08 Daniel Jacobowitz <dan@debian.org>
16705
16706 PR gdb/1736
16707 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
16708 * gdb.base/sigaltstack.exp (finish_test): Consume output until
16709 the prompt.
16710 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
16711
16712 2004-08-08 Daniel Jacobowitz <dan@debian.org>
16713
16714 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
16715
16716 2004-08-08 Daniel Jacobowitz <dan@debian.org>
16717
16718 PR gdb/1736
16719 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
16720 for i?86-*-linux*.
16721
16722 2004-08-08 Daniel Jacobowitz <dan@debian.org>
16723
16724 * gdb.arch/i386-prologue.exp: Compile without debug information.
16725
16726 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
16727
16728 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
16729 rather than asking gdb to search.
16730
16731 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16732
16733 * gdb.base/gcore.c: Include <string.h>.
16734
16735 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16736
16737 * gdb.base/gcore.c: Add copyright notice.
16738
16739 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
16740
16741 * gdb.base/freebpcmd.c: Include <stdio.h>.
16742 * gdb.base/long_long.c: Include <string.h>.
16743 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
16744 * gdb.base/siginfo.c: Include <string.h>.
16745 * gdb.base/sigstep.c: Include <string.h>.
16746
16747 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16748
16749 * gdb.base/complex.c: Include <stdlib.h>.
16750
16751 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16752
16753 * gdb.base/complex.c: Add copyright notice.
16754
16755 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16756
16757 * gdb.base/charset.c: Include <stdlib.h>.
16758
16759 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16760
16761 * gdb.base/auxv.c: Include <stdlib.h>.
16762
16763 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16764
16765 * gdb.base/auxv.c: Add copyright notice.
16766
16767 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
16768
16769 * gdb.base/coremaker.c: Add copyright notice.
16770 * gdb.base/coremaker2.c: Add copyright notice.
16771
16772 2004-08-04 Andrew Cagney <cagney@gnu.org>
16773
16774 * gdb.base/store.exp: Update copyright.
16775 (check_set, up_set, check_struct, up_struct): Add a prefix to test
16776 names, do not import gdb_prompt.
16777
16778 2004-08-01 Andrew Cagney <cagney@gnu.org>
16779
16780 Fix PR testsuite/1729.
16781 * gdb.base/dump.exp: Add test name to callers of capture_value, do
16782 not use capture_value with value 4.
16783 (capture_value): Add optional test name parameter.
16784 (test_reload_saved_value, test_restore_saved_value): Use $msg as
16785 the prefix, pass to capture_value.
16786
16787 2004-08-01 Mark Kettenis <kettenis@gnu.org>
16788
16789 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
16790 * gdb.arch/i386-prologue.c (standard): New prototype and function.
16791 (main): Call new function.
16792
16793 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16794
16795 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
16796
16797 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16798
16799 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
16800
16801 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
16802
16803 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
16804 Accept more values of vtbl pointer. Remove some messages
16805 about "obsolete gcc or gdb".
16806
16807 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
16808
16809 * gdb.cp/classes.exp: Accept more varieties of ptype output.
16810
16811 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
16812
16813 * gdb.base/asm-source.exp: Properly convert target board
16814 debug flags from gcc format to binutils format.
16815
16816 2004-07-28 Mark Kettenis <kettenis@gnu.org>
16817
16818 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
16819 gdb1718". PR backtrace/1718 partially fixed.
16820
16821 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
16822
16823 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
16824
16825 2004-07-26 Nick Clifton <nickc@redhat.com>
16826
16827 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
16828 good default value for a specific architecture is available then
16829 set it to that value. Otherwise default to the -gstabs switch.
16830 Remove the -g... switches from the asm-flags variable. Allow the
16831 target board info to override the value if it wants to. Pass the
16832 switch on the assembler command line.
16833
16834 2004-07-23 Mark Kettenis <kettenis@gnu.org>
16835
16836 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
16837 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
16838 (main): Call new function.
16839
16840 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
16841
16842 Test for PR exp/1715.
16843 * gdb.base/radix.exp: Refactor common procedures. Make all
16844 test names unique. Change XFAIL to KFAIL.
16845
16846 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
16847
16848 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
16849 * gdb.ada/gnat_ada.gin: ... to here.
16850 * configure.in: Use gnat_ada.gin.
16851 * configure: Regenerate.
16852
16853 2004-07-20 Andrew Cagney <cagney@gnu.org>
16854
16855 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
16856 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
16857 XFAILs. Clean up test messages and comments. Check backtraces.
16858 Delete re-sync code.
16859
16860 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
16861
16862 Fix PR cli/740.
16863 * gdb.base/annota1.exp: Honor gdb,nosignals.
16864 * gdb.base/annota3.exp: Likewise.
16865
16866 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
16867
16868 * lib/java.exp: Update copyright notice.
16869
16870 2004-07-19 Andrew Cagney <cagney@gnu.org>
16871
16872 * gdb.base/selftest.exp: Copy file from here ...
16873 * gdb.gdb/selftest.exp: ... to here.
16874
16875 2004-07-16 Andrew Cagney <cagney@redhat.com>
16876
16877 * lib/insight-support.exp: Delete file.
16878 * lib/java.exp (java_init): Fix copyright.
16879
16880 2004-07-16 Andrew Cagney <cagney@gnu.org>
16881
16882 * gdb.base/restore.c: Append "prologue" to comments marking the a
16883 function's prologue.
16884 * gdb.base/restore.exp: Update copyright, re-indent.
16885 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
16886 callerN" prefix where needed. Update patterns that match a
16887 function's prologue.
16888
16889 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
16890
16891 * gdb.base/restore.c: Add copyright notice.
16892
16893 2004-07-16 Andrew Cagney <cagney@gnu.org>
16894
16895 * gdb.base/logical.exp: Update copyright.
16896 (evaluate): New procedure. Use to re-implement tests using
16897 several tables.
16898
16899 2004-07-14 Martin Hunt <hunt@redhat.com>
16900
16901 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
16902 which fixes some problems where init.tcl was not found.
16903
16904 2004-07-13 Andrew Cagney <cagney@gnu.org>
16905
16906 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
16907 (check_sizeof, check_valueof): Do not include the output in the
16908 test name. Use gdb_test.
16909 (get_valueof): Use gdb_test_multiple.
16910
16911 * gdb.base/step-test.exp: Update copyright. Use
16912 gdb_test_multiple. Ensure that test names do not include
16913 architecture dependent output.
16914
16915 * gdb.gdb/observer.exp: Update copyright.
16916 (setup_test): Use gdb_test_multiple.
16917 (attach_first_observer, attach_second_observer)
16918 (attach_third_observer, detach_first_observer)
16919 (detach_second_observer, detach_third_observer)
16920 (reset_counters, check_counters): Make $message a prefix.
16921 (test_normal_stop_notifications): Add "args" parameter - a list of
16922 init functions to be called. Make $message a prefix,
16923 (test_observer_normal_stop): Change the message prefixes so that
16924 they are unique, pass the attach / detach procedures to
16925 test_normal_stop_notifications.
16926
16927 * gdb.base/signull.exp (test_segv): Prefix all tests with
16928 "${name}". Clean up test messages.
16929
16930 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
16931
16932 * gdb.base/ena-dis-br.exp: Update copyright.
16933 (break_at): New function. Replace send_gdb with gdb_test,
16934 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
16935 ignore count, not stopped at bpt", with KFAIL.
16936
16937 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
16938
16939 * gdb.base/attach.exp: Remove cleanupfile handling.
16940
16941 2004-07-12 Andrew Cagney <cagney@gnu.org>
16942
16943 * gdb.base/annota1.exp: Cleanup corefile test name.
16944 * gdb.base/annota3.exp: Ditto.
16945
16946 2004-07-12 Andrew Cagney <cagney@gnu.org>
16947
16948 * gdb.base/signals.exp: Clean up copyright, re-indent.
16949
16950 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
16951 gdb_test and gdb_test_multiple.
16952
16953 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
16954
16955 * gdb.java/jmain.exp: Fix expected line number for main to
16956 break at. Set XFAIL for break at main test since gcj does not
16957 provide line number info for first statement in main.
16958
16959 2004-07-08 Andrew Cagney <cagney@gnu.org>
16960
16961 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
16962
16963 * gdb.base/sigbpt.exp: Make the common part of each test name a
16964 prefix instead of suffix.
16965
16966 2004-07-07 Bob Rossi <bob_rossi@cox.net>
16967
16968 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
16969 test from test_tbreak_creation_and_listing to
16970 test_file_list_exec_source_file
16971 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
16972 Changed name of test from test_tbreak_creation_and_listing to
16973 test_file_list_exec_source_file
16974
16975 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
16976
16977 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
16978 the jmisc() constructor instead of <init>.
16979 * gdb.java/jmisc1.exp: Ditto.
16980
16981 2004-07-07 Andrew Cagney <cagney@gnu.org>
16982
16983 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
16984 corrupting the PC.
16985
16986 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
16987
16988 * gdb.cp/templates.exp: Accept whitespace change in demangler
16989 output.
16990
16991 2004-07-06 Andrew Cagney <cagney@gnu.org>
16992
16993 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
16994
16995 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
16996
16997 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
16998 * lib/compiler.cc: Likewise.
16999
17000 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
17001
17002 * lib/compiler.cc: Work around string preprocessing problem
17003 with old hp c++ compiler.
17004 * lib/compiler.c: Likewise.
17005
17006 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
17007
17008 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
17009 directives to conditionalize symbol prefixing.
17010 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
17011 additional_flags handling. Add underscore prefix for Cygwin.
17012 * gdb.arch/i386-unwind.c: Use preprocessor directives to
17013 conditionalize symbol prefixing.
17014 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
17015 additional_flags handling. Add underscore prefix for Cygwin.
17016
17017 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
17018
17019 * gdb.base/bigcore.exp: Skip test on Cygwin.
17020
17021 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
17022
17023 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
17024 formats for "info register". Use gdb_test_multiple. Fix
17025 the "invalid register" test.
17026
17027 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
17028
17029 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
17030 PID for Cygwin. Add Cygwin specific strings to check for in some
17031 tests.
17032 (do_attach_tests): Add a test for user interaction when attaching
17033 to a process with no matching symbol table already loaded.
17034
17035 2004-06-26 Andrew Cagney <cagney@gnu.org>
17036
17037 Test PR java/1567 and PR java/1565.
17038 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
17039 * gdb.java/jmisc2.exp: Delete file.
17040
17041 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
17042
17043 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
17044
17045 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
17046
17047 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
17048 attach process.
17049
17050 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
17051
17052 * gdb.cp/pr-1553.exp: Remove.
17053
17054 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
17055
17056 * gdb.cp/pr-1553.cc: Remove.
17057 * gdb.cp/pr-1553.exp: Disable this test.
17058
17059 2004-06-20 Jim Blandy <jimb@redhat.com>
17060
17061 Fix PR testsuite/1680.
17062 * gdb.arch/i386-sse.exp: Properly quote curly braces in
17063 regular expressions.
17064
17065 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
17066
17067 Fix PR testsuite/1679.
17068 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
17069 Issue an UNSUPPORTED result instead.
17070
17071 2004-06-18 Jim Blandy <jimb@redhat.com>
17072
17073 * gdb.base/charset.exp: Only send a control-C if we see a new
17074 prompt and incomplete command.
17075
17076 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
17077
17078 * gdb.cp/pr-574.cc: Add copyright notice.
17079
17080 2004-06-17 Jim Blandy <jimb@redhat.com>
17081
17082 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
17083 cases where the regexp has no groups; this grabs random text from
17084 the previous test suite, whatever that was.
17085
17086 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
17087
17088 * gdb.cp/printmethod.cc: Add copyright notice.
17089
17090 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
17091
17092 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
17093
17094 2004-06-16 Andrew Cagney <cagney@gnu.org>
17095
17096 * gdb.base/signull.c: Update copyright. Include <string.h>.
17097 (bowler): Replace data_pointer with data_read
17098 and data_write cases. Add code_descriptor case.
17099 (zero, desc): New array and pointer.
17100 (data, code): Change to simple pointers.
17101 * gdb.base/signull.exp: Fix probe pattern matching a function
17102 descriptor SIGSEGV. Replace data_pointer with data_read and
17103 data_write tests.
17104
17105 2004-06-16 Andrew Cagney <cagney@gnu.org>
17106
17107 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
17108
17109 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17110
17111 * gdb.base/long_long.c: Add copyright notice.
17112
17113 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
17114
17115 * gdb.base/long_long.exp: Remove reference to
17116 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
17117 to gdb_breakpoint and gdb_continue_to_breakpoint.
17118
17119 2004-06-14 Jim Blandy <jimb@redhat.com>
17120
17121 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
17122 endian case.
17123
17124 2004-06-14 Andrew Cagney <cagney@gnu.org>
17125
17126 * gdb.base/gcore.exp (capture_command_output): Delete the always
17127 passing tests containing inferior values.
17128 * gdb.base/ending-run.exp: Do not include the breakpoint address
17129 in the test message. Update copyright.
17130 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
17131 size in the test name, use gdb_test_multiple. Update copyright.
17132
17133 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17134
17135 * gdb.cp/ref-types.cc: Add copyright notice.
17136
17137 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
17138
17139 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
17140 hp_aCC_compiler.
17141 * lib/compiler.cc: Likewise.
17142 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
17143 'set' commands. Log diagnostics for other lines. Set
17144 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
17145
17146 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
17147
17148 * gdb.cp/try_catch.cc: Add copyright notice.
17149
17150 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
17151
17152 * gdb.cp/userdef.cc: Add copyright notice.
17153
17154 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
17155
17156 * gdb.cp/virtfunc.cc: Add copyright notice.
17157
17158 2004-06-11 Randolph Chung <tausq@debian.org>
17159
17160 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
17161 problem.
17162
17163 2004-06-10 Andrew Cagney <cagney@gnu.org>
17164
17165 * lib/compiler.cc, lib/compiler.c: Append either
17166 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
17167 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
17168 instead of gcc-3-3.
17169
17170 2004-06-09 Andrew Cagney <cagney@gnu.org>
17171
17172 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
17173 gdb/1455, bug is specific to "long long" and "double".
17174
17175 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
17176 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
17177 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
17178 fixed.
17179
17180 2004-06-09 Andrew Cagney <cagney@gnu.org>
17181
17182 * gdb.base/structs.exp (test_struct_returns): Replace
17183 "return_value_unknown" and "finish_value_unknown" by
17184 "return_value_known" and "finish_value_known". Instead of
17185 "return_value_unknown" iff "finish_value_unknown", check
17186 "return_value_known" implies "finish_value_known".
17187
17188 2004-06-08 Martin Hunt <hunt@redhat.com>
17189
17190 * gdb.base/float.exp: Add pattern for mips targets.
17191
17192 2004-06-08 Randolph Chung <tausq@debian.org>
17193
17194 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
17195 message for unknown architectures more clear.
17196
17197 2004-06-08 Joel Brobecker <brobecker@gnat.com>
17198
17199 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
17200 start the execution of the program.
17201
17202 2004-06-07 Jim Blandy <jimb@redhat.com>
17203
17204 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
17205 * gdb.arch/i386-cpuid.h: New helper file.
17206
17207 2004-06-07 Randolph Chung <tausq@debian.org>
17208
17209 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
17210 has started.
17211
17212 2004-06-04 Roland McGrath <roland@redhat.com>
17213
17214 Fix PR gdb/1647.
17215 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
17216 differently to be robust to output buffering differences.
17217
17218 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
17219
17220 * gdb.threads/pthreads.exp: Update copyright years.
17221 (check_control_c): Change asynchronous 'after' to synchronous.
17222
17223 2004-06-04 Roland McGrath <roland@redhat.com>
17224
17225 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
17226 next gdb prompt.
17227
17228 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
17229
17230 Fix PR gdb/1636.
17231 * gdb.threads/manythreads.exp: Change asynchronous 'after'
17232 calls to synchronous.
17233
17234 2004-05-26 Jim Blandy <jimb@redhat.com>
17235
17236 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
17237
17238 2004-05-24 Randolph Chung <tausq@debian.org>
17239
17240 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
17241 * gdb.asm/pa.inc: New file.
17242
17243 2004-05-22 Mark Kettenis <kettenis@gnu.org>
17244
17245 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
17246
17247 2004-05-21 Joel Brobecker <brobecker@gnat.com>
17248 Daniel Jacobowitz <drow@mvista.com>
17249
17250 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
17251 GDB prompt.
17252
17253 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17254
17255 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
17256 setjmp/longjmp. Use sigaction instead of signal.
17257
17258 2004-05-19 J. Brobecker <brobecker@gnat.com>
17259 Michael Snyder <msnyder@redhat.com>
17260
17261 * gdb.threads/pthread_cond_wait.c: New file.
17262 * gdb.threads/pthread_cond_wait.exp: New testcase.
17263
17264 2004-05-13 Andrew Cagney <cagney@redhat.com>
17265
17266 * gdb.base/signull.exp, gdb.base/signull.c: New files.
17267 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
17268
17269 2004-05-11 Andrew Cagney <cagney@redhat.com>
17270
17271 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
17272 fixed but revealed gdb/1639.
17273
17274 2004-05-10 Andrew Cagney <cagney@redhat.com>
17275
17276 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
17277 func1" and "next to 2nd alarm", kernel bug avoided.
17278
17279 2004-05-10 Daniel Jacobowitz <dan@debian.org>
17280
17281 PR external/1568
17282 * gdb.base/bigcore.exp: Check the size of the dumped core file.
17283 XFAIL if it is smaller than bytes_allocated.
17284 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
17285 (main): Make chunks_allocated unsigned. Correct comment.
17286
17287 2004-05-07 Joel Brobecker <brobecker@gnat.com>
17288
17289 * gdb.arch/powerpc-aix-prologue.c: New file.
17290 * gdb.arch/powerpc-aix-prologue.exp: New file.
17291
17292 2004-05-07 Jim Blandy <jimb@redhat.com>
17293
17294 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
17295 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
17296
17297 2004-05-06 Joel Brobecker <brobecker@gnat.com>
17298
17299 * gdb.base/sep.exp: No longer setup_kfail when the program was
17300 built with dwarf2.
17301
17302 2004-05-05 Jim Ingham <jingham@apple.com>
17303
17304 * gdb.base/pending.exp: Make sure pending breakpoints
17305 preserve the ignore count.
17306
17307 2004-04-27 Jerome Guitton <guitton@gnat.com>
17308
17309 * i386-prologue.exp: Add testcase for jump instruction as first
17310 instruction of the real code.
17311 * i386-prologue.c (jump_at_beginning): New function.
17312
17313 2004-04-28 Mark Kettenis <kettenis@gnu.org>
17314
17315 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
17316 x86_64-*-*.
17317
17318 2004-04-28 Mark Kettenis <kettenis@gnu.org>
17319
17320 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
17321 i*86-*-*.
17322
17323 2004-04-25 Mark Kettenis <kettenis@gnu.org>
17324
17325 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
17326 expression that checks the return type.
17327
17328 2004-04-23 Andrew Cagney <cagney@redhat.com>
17329
17330 * gdb.base/call-sc.exp: New test of scalar call/return values.
17331 * gdb.base/call-sc.c: Ditto.
17332
17333 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17334
17335 * gdb.threads/manythreads.c: Reduce thread stack size.
17336
17337 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
17338
17339 * gdb.threads/manythreads.c: Add copyright notice.
17340
17341 2004-04-23 Andrew Cagney <cagney@redhat.com>
17342
17343 * gdb.base/siginfo.exp: Better handle step out of signal.
17344 * gdb.base/sigstep.exp: Ditto.
17345
17346 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
17347 Daniel Jacobowitz <drow@mvista.com>
17348
17349 * gdb.threads/manythreads.c: New testcase.
17350 * gdb.threads/manythreads.exp: Ditto.
17351
17352 2004-04-22 Jim Blandy <jimb@redhat.com>
17353
17354 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
17355 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
17356
17357 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
17358
17359 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
17360
17361 2004-04-21 Andrew Cagney <cagney@redhat.com>
17362
17363 * gdb.base/sigstep.c: New file.
17364 * gdb.base/sigstep.exp: New file.
17365
17366 2004-04-16 Joel Brobecker <brobecker@gnat.com>
17367
17368 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
17369 call to observer_notify_normal_stop.
17370
17371 2004-04-15 Andrew Cagney <cagney@redhat.com>
17372
17373 * gdb.base/siginfo.c: New file.
17374 * gdb.base/siginfo.exp: New file.
17375
17376 2004-04-12 J. Brobecker <brobecker@gnat.com>
17377
17378 * gdb.base/sep.exp: Fix typo in comment.
17379
17380 2004-04-12 J. Brobecker <brobecker@gnat.com>
17381
17382 * gdb.base/sep.c: New file.
17383 * gdb.base/sep-proc.c: New file.
17384 * gdb.base/sep.exp: New testcase.
17385
17386 2004-04-09 Mark Kettenis <kettenis@gnu.org>
17387
17388 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
17389 support.
17390
17391 2004-04-05 Andrew Cagney <cagney@redhat.com>
17392
17393 * gdb.base/sigaltstack.c: New file.
17394 * gdb.base/sigaltstack.exp: New file.
17395
17396 2004-04-04 Joel Brobecker <brobecker@gnat.com>
17397
17398 * gdb.base/foll-fork.exp: Update the expected output for
17399 "help set follow-fork-mode", to match a change that was made
17400 to the help of this variable on 2004-01-13.
17401
17402 2004-04-01 Joel Brobecker <brobecker@gnat.com>
17403
17404 * lib/ada.exp: Add copyright notice.
17405 * bar.ads: Likewise.
17406 * bar.adb: Likewise.
17407 * null_record.adb: Likewise.
17408 * null_record.exp: Likewise.
17409 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
17410
17411 2004-04-01 Joel Brobecker <brobecker@gnat.com>
17412
17413 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
17414 * configure: Regenerate.
17415
17416 2004-04-01 Joel Brobecker <brobecker@gnat.com>
17417
17418 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
17419 to build the application. Remove the message printed when in
17420 verbose mode, redundant with the UNSUPPORTED message above.
17421
17422 2004-03-31 Joel Brobecker <brobecker@gnat.com>
17423
17424 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
17425 * gdb.ada (null_record.exp): New testcase.
17426
17427 2004-03-31 Joel Brobecker <brobecker@gnat.com>
17428
17429 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
17430
17431 2004-03-31 Joel Brobecker <brobecker@gnat.com>
17432
17433 * gdb.ada: New subdirectory.
17434 * gdb.ada/Makefile.in: New file.
17435 * gdb.ada/gnat_ada.gpr.in: New file.
17436
17437 2004-03-31 Joel Brobecker <brobecker@gnat.com>
17438
17439 * lib/ada.exp: New file.
17440
17441 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
17442
17443 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
17444 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
17445
17446 2004-03-22 Andrew Cagney <cagney@redhat.com>
17447
17448 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
17449 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
17450 Problem identified by Ulrich Weigand.
17451
17452 2004-03-17 David Carlton <carlton@kealia.com>
17453
17454 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
17455 PR c++/826.
17456
17457 2004-03-16 Roland McGrath <roland@redhat.com>
17458
17459 * gdb.base/auxv.exp: New file.
17460 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
17461
17462 2004-03-12 David Carlton <carlton@kealia.com>
17463
17464 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
17465 * gdb.cp/pr-1553.cc: Ditto.
17466 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
17467 pass branch.
17468
17469 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
17470
17471 * gdb.cp/templates.exp: Accept more template types.
17472
17473 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17474
17475 From Corinna Vinschen with modifications.
17476 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
17477 local variable obj_with_enum.
17478 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
17479 results with obj_with_enum.
17480
17481 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17482
17483 * gdb.cp/classes.cc: New file, copied from misc.cc.
17484 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
17485
17486 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
17487
17488 * gdb.cp/misc.cc: Add copyright notice.
17489
17490 2004-03-05 David Carlton <carlton@kealia.com>
17491
17492 * gdb.cp/rtti.exp: Add 'print *obj3' test.
17493 * gdb.cp/rtti.h: Update copyright.
17494 (namespace n2::n3): New.
17495 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
17496 (n2::n3::func3): New.
17497 (main): Call n2::n3::func3.
17498 * gdb.cp/rtti2.cc: Update copyright.
17499 (n2::create3): New.
17500
17501 2004-03-04 Mark Kettenis <kettenis@gnu.org>
17502
17503 * gdb.asm/openbsd.inc: Fix typo.
17504
17505 2004-03-03 Fred Fish <fnf@redhat.com>
17506
17507 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
17508 "val" instead of unused "size". Update copyright year.
17509
17510 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
17511
17512 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
17513 to use unsigned char.
17514 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
17515 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
17516
17517 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
17518
17519 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
17520 line of output.
17521
17522 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
17523
17524 * gdb.base/relocate.c (dummy): Initialize.
17525
17526 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
17527
17528 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
17529 a breakpoint at exit.
17530
17531 2004-02-27 Fred Fish <fnf@redhat.com>
17532
17533 * gdb.base/chng-syms.exp: Add expect condition to match failing
17534 case that isn't a timeout.
17535
17536 2004-02-27 Andrew Cagney <cagney@redhat.com>
17537
17538 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
17539 support.
17540
17541 2004-02-26 Fred Fish <fnf@redhat.com>
17542
17543 * gdb.arch/gdb1431.c: Remove.
17544 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
17545 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
17546 of "until" incorrectly.
17547
17548 2004-02-26 J. Brobecker <brobecker@gnat.com>
17549
17550 * gdb.cp/class2.cc (empty): New class.
17551 (refer): New function.
17552 (main): Declare an object of type empty and use it.
17553 * gdb.cp/class2.exp: Print the value of an object of type empty.
17554
17555 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
17556
17557 * gdb.base/langs.exp: Update query string to match the
17558 new nquery format used for pending breakpoints.
17559
17560 2004-02-26 Andrew Cagney <cagney@redhat.com>
17561
17562 Fix PR i18n/1570.
17563 * gdb.base/charset.c: Update copyright notice.
17564 (main, init_string): Remove the escape character '\e' tests.
17565 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
17566 * gdb.base/charset.exp (valid_host_charset): Ditto.
17567 * gdb.base/setvar.exp: Ditto.
17568
17569 2004-02-24 Andrew Cagney <cagney@redhat.com>
17570
17571 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
17572 mmapped data in core file" PASS and FAIL messages consistent.
17573
17574 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
17575 setting a breakpoint. Work around PR java/1565.
17576
17577 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
17578
17579 * lib/gdb.exp (gdb_breakpoint): Update query string to match
17580 new nquery format.
17581 * gdb.base/pending.exp: Ditto.
17582
17583 2004-02-22 Mark Kettenis <kettenis@gnu.org>
17584
17585 * configure.in: Run stabs tests on *BSD.
17586 * configure: Regenerated.
17587
17588 2004-02-21 Mark Kettenis <kettenis@gnu.org>
17589
17590 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
17591
17592 2004-02-20 Fred Fish <fnf@redhat.com>
17593
17594 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
17595 blank in test for "returns short", for consistency with other
17596 "returns xxx" tests. Update copyright year.
17597
17598 2004-02-19 Fred Fish <fnf@redhat.com>
17599
17600 New testcase for PR breakpoint/1558.
17601 * gdb.arch/gdb1558.exp: New file.
17602 * gdb.arch/gdb1558.c: New file.
17603
17604 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
17605
17606 * gdb.base/nodebug.exp: Fix typo.
17607
17608 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17609
17610 Committed by Jim Blandy <jimb@redhat.com>.
17611
17612 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
17613
17614 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
17615
17616 * gdb.base/float.exp: Support s390*-*-* targets.
17617
17618 2004-02-17 Adam Fedor <fedor@gnu.org>
17619
17620 * gdb.base/gdb1555.exp: New file.
17621 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
17622
17623 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
17624
17625 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
17626
17627 2004-02-16 Fred Fish <fnf@redhat.com>
17628
17629 * gdb.arch/gdb1291.c: Remove
17630 * gdb.arch/gdb1291.s: New test input file.
17631 * gdb.arch/gdb1291.exp: Expand test to check case that should not
17632 fail. Test for correct result, known incorrect result, other
17633 failures and timeouts.
17634
17635 2004-02-16 Andrew Cagney <cagney@redhat.com>
17636
17637 * gdb.base/bigcore.exp: New file.
17638 * gdb.base/bigcore.c: New file.
17639
17640 2004-02-13 Andrew Cagney <cagney@redhat.com>
17641
17642 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
17643 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
17644 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
17645 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
17646 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
17647 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
17648 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
17649 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
17650 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
17651 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
17652
17653 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
17654
17655 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
17656 executed is an alloc instruction.
17657
17658 2004-02-11 David Carlton <carlton@kealia.com>
17659
17660 * gdb.cp/breakpoint.exp: New.
17661 * gdb.cp/breakpoint.cc: New.
17662
17663 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
17664
17665 Partial fix for PR gdb/1543.
17666 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
17667 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
17668 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
17669 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
17670 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
17671 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
17672 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
17673 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
17674 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
17675 to bug-gdb@prep.ai.mit.edu .
17676 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
17677 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
17678 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
17679 Likewise.
17680
17681 2004-02-10 Andrew Cagney <cagney@redhat.com>
17682
17683 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
17684 using gdb_internal_error_resync.
17685
17686 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
17687
17688 * gdb.threads/thread-specific.exp: Stop early if no threads are
17689 found.
17690
17691 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
17692
17693 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
17694
17695 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
17696
17697 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
17698 breakpoints.
17699
17700 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
17701
17702 * config/sim.exp (gdb_load): Handle $arg == "".
17703 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
17704 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
17705
17706 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
17707
17708 * gdb.base/maint.exp: Update test to reflect
17709 obstack changes.
17710
17711 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
17712
17713 * gdb.base/pendshr.c (pendfunc): New function that calls
17714 pendfunc1.
17715 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
17716
17717 2004-02-04 Fred Fish <fnf@redhat.com>
17718
17719 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
17720 function symbols and update copyright years.
17721 * gdb.arch/gdb1291.c: Ditto.
17722
17723 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17724
17725 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
17726
17727 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17728
17729 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
17730
17731 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
17732
17733 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
17734
17735 2004-02-02 Fred Fish <fnf@redhat.com>
17736
17737 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
17738 remote targets. Update copyright years.
17739
17740 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
17741
17742 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
17743 support.
17744 * gdb.base/langs.exp: Fix test which attempts to create
17745 breakpoint on non-existent function to handle new pending
17746 support.
17747 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
17748 a breakpoint.
17749 * gdb.base/pending.exp: New test.
17750 * gdb.base/pending.c: New file.
17751 * gdb.base/pendshr.c: Ditto.
17752
17753 2004-02-02 David Carlton <carlton@kealia.com>
17754
17755 * gdb.cp/overload.exp: Add overloadNamespace tests.
17756 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
17757 (overloadNamespace, XXX): New.
17758 (main): Call XXX::marker2.
17759
17760 2004-02-01 Fred Fish <fnf@redhat.com>
17761
17762 * gdb.base/dump.exp: Use runto_main instead of "runto main".
17763 * gdb.base/finish.exp: Ditto.
17764 * gdb.base/gcore.exp: Ditto.
17765 * gdb.base/huge.exp: Ditto.
17766 * gdb.base/info-proc.exp: Ditto.
17767 * gdb.base/return2.exp: Ditto.
17768 * gdb.threads/gcore-thread.exp: Ditto.
17769
17770 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
17771
17772 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
17773
17774 2004-02-01 Mark Kettenis <kettenis@gnu.org>
17775
17776 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
17777 that opening the file succeeds on OpenBSD.
17778
17779 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
17780
17781 * gdb.threads/thread-specific.c: New file.
17782 * gdb.threads/threads-specific.exp: New test script.
17783 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
17784 to expect_out.
17785
17786 2004-02-01 Mark Kettenis <kettenis@gnu.org>
17787
17788 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
17789 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
17790 only on the "print_small_structs from print_long_arg_list" test.
17791
17792 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
17793
17794 * gdb.base/completion.exp: Kill a stray backslash.
17795
17796 From Jim Ingham <jingham@apple.com>:
17797 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
17798 agrees with the result from sending a tab.
17799
17800 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
17801
17802 * gdb.base/chng-syms.exp: Remove stray newline.
17803
17804 2004-01-31 Mark Kettenis <kettenis@gnu.org>
17805
17806 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
17807 *-*-openbsd*.
17808 * gdb.asm/openbsd.inc: New file.
17809
17810 2004-01-30 Mark Kettenis <kettenis@gnu.org>
17811
17812 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
17813 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
17814 *-*solaris2*. Remove commented out default settings for
17815 asm-flags. Replace gdb_compile with target_link.
17816
17817 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
17818
17819 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
17820 for all tests. Remove old hp-ux and cygnus xfail cases.
17821
17822 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
17823
17824 * gdb.base/chng-syms.exp: New file.
17825 * gdb.base/chng-syms.c: New file.
17826
17827 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
17828
17829 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
17830 Provide arms for current output in all my configurations.
17831
17832 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
17833
17834 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
17835 * lib/compiler.cc: Likewise.
17836 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
17837 get the right preprocessor. Eval the output directly. Remove
17838 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
17839 hp_f77_compiler and hp_f90_compiler completely.
17840 (gdb_preprocess): Delete.
17841 (get_compiler): Delete.
17842
17843 2004-01-24 Mark Kettenis <kettenis@gnu.org>
17844
17845 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
17846 <string.h>.
17847
17848 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
17849
17850 * gdb.mi/mi-stack.exp: Update copyright.
17851
17852 2004-01-23 David Carlton <carlton@kealia.com>
17853
17854 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
17855 test for cp_lookup_transparent_type.
17856 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
17857 call them.
17858
17859 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
17860
17861 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
17862 after -var-update.
17863
17864 2004-01-23 David Carlton <carlton@kealia.com>
17865
17866 * gdb.cp/namespace.cc (C::ensureRefs): New.
17867 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
17868
17869 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
17870
17871 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
17872 case "-stack-list-locals 2".
17873 * gdb.mi/mi-var-child.exp: Test for case
17874 "-var-list-children --all-values NAME".
17875
17876 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
17877
17878 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
17879
17880 2004-01-18 Mark Kettenis <kettenis@gnu.org>
17881
17882 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
17883 used with gdb_test_multiple.
17884
17885 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
17886 read at address 0. This fixes PR testsuite/1504.
17887
17888 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
17889
17890 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
17891 Remove downloading, guessing the host executable, the calls to
17892 gdb_file_cmd and gdb_target_cmd, and "load" support.
17893 (infer_host_exec): New function broken out from gdb_load.
17894 (gdb_load): New wrapper for gdbserver_gdb_load.
17895 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
17896 gdb_target_cmd. Use -target-select.
17897 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
17898 Download binaries to the host. Clear last_mi_remote_file when
17899 we load a new binary.
17900 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
17901 call gdbserver_gdb_load and mi_gdb_target_cmd.
17902
17903 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
17904
17905 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
17906 type patterns.
17907
17908 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
17909
17910 * gdb.cp/templates.exp: Fix typo in test name of
17911 "print Foo<volatile char*>::foo".
17912
17913 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
17914
17915 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
17916
17917 2004-01-16 Ben Elliston <bje@wasabisystems.com>
17918
17919 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
17920 (clean mostlyclean): Remove empty rm.
17921
17922 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
17923
17924 * gdb.base/setvar.exp: Add copyright years.
17925
17926 2004-01-14 David Carlton <carlton@bactrian.org>
17927
17928 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
17929 PR c++/1511 and update coment.
17930 * gdb.cp/templates.exp: Update patterns to match current output.
17931 If changes involve something other than whitespace, KFAIL
17932 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
17933
17934 2004-01-14 David Carlton <carlton@kealia.com>
17935
17936 * gdb.cp/namespace.exp: Add tests involving classes defined within
17937 namespaces.
17938 * gdb.cp/namespace.cc (C::CClass): New.
17939 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
17940
17941 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
17942
17943 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
17944 what debug info we have. Print a better message if something goes
17945 wrong while producing the separate debug info file.
17946
17947 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
17948
17949 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
17950
17951 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
17952
17953 * gdb.base/callfuncs.c: Add copyright notice.
17954
17955 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
17956
17957 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
17958 inheritance. PR gdb/1498, PR gcc/13539.
17959
17960 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
17961
17962 * gdb.threads/gcore-thread.exp: Prefix name of binary with
17963 test specific name.
17964 * gdb.mi/gdb669.exp: Ditto.
17965 * gdb.mi/mi-pthreads.exp: Ditto.
17966 * gdb.mi/mi1-pthreads.exp: Ditto.
17967 * gdb.mi/mi2-pthreads.exp: Ditto.
17968
17969 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
17970
17971 * gdb.cp/member-ptr.cc: Add copyright notice.
17972
17973 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
17974
17975 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
17976 some patterns for recent versions of gcc and hpacc. Delete
17977 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
17978 Delete tests that access a NULL pointer-to-member-data. This
17979 script is still disabled for gcc.
17980
17981 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
17982
17983 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
17984 escaped correctly.
17985
17986 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
17987
17988 * gdb.base/sepdebug.exp: New file.
17989 * gdb.base/sepdebug.c: New file.
17990 * lib/gdb.exp (separate_debug_filename): New procedure.
17991 (gdb_gnu_strip_debug): New procedure.
17992
17993 2004-01-12 Andrew Cagney <cagney@redhat.com>
17994
17995 * gdb.mi/ChangeLog: Delete file. Renamed to ...
17996 * gdb.mi/ChangeLog-1999-2003: New file.
17997
17998 2004-01-12 Andrew Cagney <cagney@redhat.com>
17999
18000 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
18001 "Renaming a directory to a non-empty directory returns ENOTEMPTY
18002 or EEXIST", treat EBUSY as an XFAIL.
18003
18004 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
18005
18006 * gdb.base/scope.exp: Remove obsolete setup_xfail for
18007 hp_cc_compiler.
18008
18009 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18010
18011 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
18012 decorations.
18013
18014 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
18015
18016 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
18017 and "(aCC)" decorations. Remove obsolete doco about old
18018 test results.
18019
18020 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18021
18022 * gdb.cp/exception.exp: Fix typo in doco.
18023
18024 2004-01-09 Mark Kettenis <kettenis@gnu.org>
18025
18026 * gdb.base/gdb1476.exp: Fix typo.
18027
18028 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18029
18030 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
18031 file.
18032
18033 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
18034
18035 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
18036 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
18037 Use gdb_compile. Remove restriction on gcc. Add some patterns
18038 for recent version of gdb. Delete second half, which was a copy
18039 of the first half with different build flags. This test is
18040 still disabled because it is still not ready for production.
18041
18042 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18043
18044 * gdb.cp/exception.cc: Add copyright notice.
18045 * gdb.cp/exception.exp: Add a notice that this file is broken
18046 because of line number changes caused by addition of copyright
18047 notice.
18048
18049 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18050
18051 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
18052 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
18053
18054 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18055
18056 * gdb.cp/classes.exp: Accept gnu abi 2.
18057 * gdb.cp/derivation.exp: Likewise.
18058 * gdb.cp/overload.exp: Likewise.
18059 * gdb.cp/virtfunc.exp: Likewise.
18060
18061 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
18062
18063 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
18064 semicolon after end of function.
18065
18066 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18067
18068 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
18069 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
18070 boilerplate code for compiling and running the program under
18071 test. Add some string method tests.
18072
18073 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18074
18075 * gdb.cp/bs15503.cc: Add copyright notice.
18076 * gdb.cp/bs15503.exp: Adjust line number.
18077
18078 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18079
18080 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
18081 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
18082
18083 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18084
18085 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
18086 hp_cc_compiler.
18087
18088 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18089
18090 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
18091 * gdb.cp/ctti.exp: Use the marker instead of "next".
18092 With gcc, run further before bailing.
18093
18094 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18095
18096 * gdb.cp/cttiadd.cc: Add copyright notice.
18097 * gdb.cp/cttiadd1.cc: Likewise.
18098 * gdb.cp/cttiadd2.cc: Likewise.
18099 * gdb.cp/cttiadd3.cc: Likewise.
18100
18101 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18102
18103 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
18104 Use gdb_test, gdb_test_multiple. Use floating-point values that
18105 have exact representations in IEEE-ish formats.
18106
18107 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18108
18109 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
18110 compilers. Delete duplicate call to get_compiler_info.
18111 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
18112 * gdb.base/volatile.exp: Likewise.
18113
18114 2004-01-07 Mark Kettenis <kettenis@gnu.org>
18115
18116 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
18117 memory at address 0.
18118
18119 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
18120
18121 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
18122 to test for hp-ux assembler. Fix copyright years.
18123
18124 2004-01-07 Andrew Cagney <cagney@redhat.com>
18125
18126 * gdb.base/fileio.c (strerrno): Add "EBUSY".
18127
18128 2004-01-07 Andrew Cagney <cagney@redhat.com>
18129
18130 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
18131 when creating the read-only file. From analysis by Roland McGrath
18132 and Elena Zannoni.
18133
18134 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18135
18136 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
18137
18138 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18139
18140 * gdb.base/cvexpr.c: Be type-safe with function pointers and
18141 data pointers.
18142
18143 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18144
18145 * gdb.cp/m-static.exp: Compile one source file at a time.
18146 Delete unused call to get_compiler_info.
18147
18148 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
18149
18150 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
18151 * gdb.base/call-rt-st.exp: Likewise.
18152 * gdb.base/nodebug.exp: Likewise.
18153 * gdb.base/volatile.exp: Likewise.
18154 * gdb.cp/ref-types.exp: Likewise.
18155 * gdb.cp/templates.exp: Likewise.
18156
18157 2004-01-05 Mark Kettenis <kettenis@gnu.org>
18158
18159 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
18160
18161 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
18162
18163 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
18164 hppa*-hp-hpux*.
18165
18166 2004-01-04 Mark Kettenis <kettenis@gnu.org>
18167
18168 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18169 x86_64-*-*.
18170
18171 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
18172 sparc64-*-* and sparc*-solaris2*.
18173
18174 2004-01-04 Mark Kettenis <kettenis@gnu.org>
18175
18176 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
18177 return ${tests}" test. The ${tests} already mentions the
18178 filename.
18179
18180 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18181
18182 * gdb.cp/local.exp: Accept gcc abi 2.
18183
18184 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18185
18186 * gdb.cp/templates.exp: Accept gcc abi 2.
18187
18188 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
18189
18190 * lib/compiler.cc: Remove supports_template_debugging.
18191 * gdb.cp/templates.exp: Do not test supports_template_debugging.
18192
18193 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18194
18195 * gdb.cp/namespace.exp: Accept gcc abi 2.
18196
18197 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18198
18199 * gdb.cp/method.exp: Accept gcc abi 2.
18200
18201 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18202
18203 * gdb.cp/classes.exp: Generate identical results as old version.
18204 * gdb.cp/derivation.exp: Likewise.
18205 * gdb.cp/overload.exp: Likewise.
18206 * gdb.cp/virtfunc.exp: Likewise.
18207
18208 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18209
18210 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
18211 mysterious bug with sourceware version of expect.
18212
18213 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18214
18215 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
18216 current versions of gcc, including gcc abi 2. Remove gratuitous
18217 restart of test program. Use gdb_test_multiple and gdb_test for
18218 all tests. Add patterns to xfail missing "const" in "const char *"
18219 and kfail PR gdb/1155.
18220
18221 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
18222
18223 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
18224 current versions of gcc, including gcc abi 2. Remove gratuitous
18225 restart of test program. Use gdb_test_multiple and gdb_test for
18226 all tests. Add patterns to kfail PR gdb/1498.
18227
18228 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18229
18230 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
18231 current versions of gcc, including gcc abi 2. Use "breakpoint"
18232 and "continue" instead of restarting the target program. Use
18233 gdb_test_multiple and gdb_test for all tests.
18234
18235 2004-01-01 Mark Kettenis <kettenis@gnu.org>
18236
18237 * gdb.asm/asm-source.exp: Update copyright year. Link statically
18238 for *-*-solaris2*.
18239
18240 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
18241
18242 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
18243 current versions of gcc, including gcc abi 2. Use "breakpoint"
18244 and "continue" instead of restarting the target program several
18245 times. Use gdb_test_multiple and gdb_test for all tests.
18246
18247 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
18248
18249 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
18250 source files.
18251
18252 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18253
18254 * gdb.base/environ.exp: Handle compiling test case from multiple
18255 source files.
18256
18257 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18258
18259 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
18260
18261 2003-12-17 Jim Blandy <jimb@redhat.com>
18262
18263 * gdb.base/freebpcmd.c: Add copyright notice.
18264
18265 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
18266
18267 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
18268
18269 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
18270
18271 2003-12-13 Jim Blandy <jimb@redhat.com>
18272
18273 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
18274
18275 2003-12-12 Kevin Buettner <kevinb@redhat.com>
18276
18277 * gdb.asm/frv.inc: New file.
18278 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
18279
18280 2003-12-09 Fred Fish <fnf@redhat.com>
18281
18282 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
18283 functions to break1.c and leave prototypes behind. Add more
18284 "set breakpoint NN here" comments.
18285 * gdb.base/break1.c: New file.
18286
18287 * gdb.base/break.exp: Handle compiling test case from multiple
18288 source files and change source file references as needed.
18289 * gdb.base/completion.exp: Ditto.
18290 * gdb.base/condbreak.exp: Ditto.
18291 * gdb.base/define.exp: Ditto.
18292 * gdb.base/ena-dis-br.exp: Ditto.
18293 * gdb.base/info-proc.exp: Ditto.
18294 * gdb.base/maint.exp: Ditto.
18295 * gdb.base/until.exp: Ditto.
18296
18297 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
18298 hardcoded line numbers.
18299 * gdb.base/define.exp: Ditto.
18300 * gdb.base/ena-dis-br.exp: Ditto.
18301 * gdb.base/maint.exp: Ditto.
18302 * gdb.base/until.exp: Ditto.
18303
18304 * gdb.base/completion.exp: Use "break1" for completion tests since
18305 "break" is no longer a unique prefix.
18306
18307 2003-12-06 Andrew Cagney <cagney@redhat.com>
18308
18309 * gdb.base/structs.exp (test_struct_returns): When applicable, set
18310 "return_value_unimplemented". When an unimplemented struct return
18311 architecture, report incorrect values as a KFAIL
18312
18313 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18314
18315 * gdb.cp/rtti.exp: Accept new wording of warning from
18316 cp_lookup_rtti_type.
18317
18318 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
18319
18320 Partial fix for PR testsuite/1456.
18321 * gdb.base/scope.exp (test_at_main): Replace references to
18322 gcc_compiled with calls to test_compiler_info.
18323 (test_at_foo): Likewise.
18324 (test_at_bar): Likewise.
18325
18326 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
18327
18328 Partial fix for PR testsuite/1456.
18329 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
18330 to test_compiler_info.
18331
18332 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
18333
18334 * gdb.base/so-impl-ld.exp: Update copyright notice.
18335
18336 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
18337
18338 Partial fix for PR testsuite/1456.
18339 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
18340 to test_compiler_info.
18341
18342 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18343
18344 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
18345 from current versions of gdb. Clean up regular expressions.
18346 Delete redundant timeout case.
18347
18348 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18349
18350 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
18351 from current versions of gdb. Clean up regular expressions.
18352 Delete redundant timeout case.
18353
18354 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
18355
18356 Partial fix for PR testsuite/1456.
18357 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
18358 gcc_compiled with call to test_compiler_info.
18359
18360 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
18361
18362 Partial fix for PR testsuite/1456.
18363 * gdb.base/list.exp (test_list_function): Delete unused declaration
18364 of gcc_compiled.
18365
18366 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
18367
18368 Partial fix for PR testsuite/1456.
18369 * gdb.base/complex.exp: Replace reference to gcc_compiled with
18370 call to test_compiler_info.
18371
18372 2003-11-29 Mark Kettenis <kettenis@gnu.org>
18373
18374 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
18375 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
18376 it to create the appropriate note.inc.
18377 * gdb.asm/asmsrc1.s: Include "note.inc".
18378 * gdb.asm/netbsd.inc: New file.
18379 * gdb.asm/empty.inc: New file.
18380
18381 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
18382
18383 Partial fix for PR testsuite/1456.
18384 * gdb.base/constvars.exp: Replace references to gcc_compiled with
18385 calls to test_compiler_info.
18386
18387 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
18388
18389 Partial fix for PR testsuite/1456.
18390 * gdb.base/volatile.exp: Replace references to gcc_compiled with
18391 calls to test_compiler_info.
18392
18393 2003-11-27 Mark Kettenis <kettenis@gnu.org>
18394
18395 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
18396 pattern for the KFAILs.
18397
18398 2003-11-25 Adam Fedor <fedor@gnu.org>
18399
18400 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
18401 * gdb.objc/objcdecode.m: New file.
18402
18403 2003-11-25 Adam Fedor <fedor@gnu.org>
18404
18405 * gdb.objc/nondebug.exp: Test for PR objc/1236.
18406 * gdb.objc/nondebug.m: New file.
18407
18408 2003-11-26 Ben Elliston <bje@wasabisystems.com>
18409
18410 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
18411 NetBSD as it does on FreeBSD. Modelled on a similar change by
18412 Mark Kettenis on 2003-05-30.
18413 (link-flags): Set to "--entry _start" regardless of target.
18414 Special linker flags are to be appended to $link-flags.
18415 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
18416
18417 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18418
18419 * gdb.cp/method.exp: Accept output of new demangler.
18420
18421 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18422
18423 * gdb/class2.exp: New file.
18424 * gdb/class2.cc: New file.
18425
18426 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
18427
18428 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
18429 of new demangler.
18430
18431 2003-11-23 Mark Kettenis <kettenis@gnu.org>
18432
18433 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
18434 of gdb_test "run".
18435
18436 2003-11-23 Mark Kettenis <kettenis@gnu.org>
18437
18438 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
18439 "continue" into "run".
18440
18441 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
18442
18443 Partial fix for PR testsuite/1456.
18444 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
18445 call to test_compiler_info.
18446 * gdb.cp/ctti.exp: Likewise.
18447 * gdb.cp/derivation.exp: Likewise.
18448 * gdb.cp/member-ptr.exp: Likewise.
18449 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
18450 reference to gcc_compiled.
18451
18452 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
18453
18454 Fix PR testsuite/1463.
18455 * gdb.base/structs.exp (start_structs_test): Call
18456 get_debug_format before using the debug format.
18457
18458 2003-11-22 Andrew Cagney <cagney@redhat.com>
18459
18460 * lib/gdb.exp (gdb_test_multiple): Add simple example.
18461 * gdb.base/structs.exp: Use gdb_test_multiple.
18462
18463 2003-11-20 Andrew Cagney <cagney@redhat.com>
18464
18465 * gdb.base/structs.exp: Handle and recover from internal errors.
18466 Replace "foo${n}" with "foo<n>" in test messages.
18467
18468 * gdb.base/structs.exp: Update copyright. Rewrite.
18469 * gdb.base/structs.c: Update copyright. Rewrite.
18470
18471 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
18472 resync count exceeded.
18473
18474 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
18475 from the internal error.
18476 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
18477 Original from Jim Blandy.
18478 (gdb_test_multiple): Use gdb_internal_error_resync.
18479
18480 2003-11-19 Andrew Cagney <cagney@redhat.com>
18481
18482 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
18483 KFAIL.
18484
18485 2003-11-17 Mark Kettenis <kettenis@gnu.org>
18486
18487 New testcase for PR backtrace/1435.
18488 * gdb.arch/i386-unwind.exp: New file.
18489 * gdb.arch/i386-unwind.c: New file.
18490
18491 2003-11-17 Andrew Cagney <cagney@redhat.com>
18492
18493 * lib/gdb.exp (compiler_info): New global.
18494 (test_compiler_info): New function.
18495 (get_compiler_info): Set compiler_info.
18496 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
18497 "compiler_info" to gcc-<major>-<minor>.
18498
18499 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
18500
18501 * gdb.trace/configure: Remove.
18502
18503 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
18504
18505 * gdb.base/break.c: Add comments to aid finding line numbers for
18506 breakpoints.
18507 * gdb.base/break.exp: Remove all references to explicit line
18508 numbers.
18509
18510 2003-11-11 Nick Clifton <nickc@redhat.com>
18511
18512 * gdb.base/shreloc.exp: Do not run for targets which do not
18513 support shared objects.
18514
18515 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
18516
18517 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
18518 Don't run tests if nofileio flag is given.
18519
18520 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
18521
18522 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
18523 as well as 'Watchpoint'.
18524
18525 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
18526
18527 Reported by Jim Ingham <jingham@apple.com>:
18528 * gdb.base/annota1.exp: Match at least one occurrence of the
18529 signal handler annotation.
18530
18531 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
18532
18533 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
18534 as well as 'Watchpoint'.
18535
18536 2003-11-05 Michael Chastain <mec@shout.net>
18537
18538 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
18539
18540 2003-11-03 Kris Warkentin <kewarken@qnx.com>
18541
18542 * gdb.arch/gdb1291.c: New test file.
18543 * gdb.arch/gdb1291.exp: New test script.
18544 * gdb.arch/gdb1431.c: New test file.
18545 * gdb.arch/gdb1431.exp: New test script.
18546
18547 2003-10-22 Michael Chastain <mec@shout.net>
18548
18549 * gdb.mi/pthreads.c: Add copyright notice.
18550
18551 2003-10-22 Michael Chastain <mec@shout.net>
18552
18553 * gdb.threads/pthreads.c: Add copyright notice.
18554
18555 2003-10-20 Michael Chastain <mec@shout.net>
18556
18557 * gdb.base/gdb1056.exp: New test script.
18558
18559 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
18560
18561 * gdb.threads/killed.exp: Use gdb_run_cmd.
18562
18563 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
18564
18565 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
18566 create a core file.
18567 * gdb.threads/gcore-thread.exp: Likewise.
18568
18569 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
18570
18571 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
18572 type, based on char type.
18573 (struct bit_flags_short_t): New bitfield type, based on short type.
18574 (init_bit_flags_char): New fuction.
18575 (init_bit_flags_short): Ditto.
18576 (print_bit_flags_char): Ditto.
18577 (print_bit_flags_short): Ditto.
18578 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
18579
18580 2003-10-11 Michael Chastain <mec@shout.net>
18581
18582 * gdb.base/call-rt-st.exp: Update copyright year.
18583
18584 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
18585
18586 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
18587 * gdb.disasm/sh3.s: Ditto.
18588
18589 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
18590
18591 * gdb.threads/switch-threads.exp: New test.
18592 * gdb.threads/switch-threads.c: New source file.
18593
18594 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
18595
18596 * gdb.base/ending-run.exp: Add sh specific case.
18597
18598 2003-10-06 Andrew Cagney <cagney@redhat.com>
18599
18600 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
18601 * gdb.disasm/mn10200.exp: Delete obsolete file.
18602
18603 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
18604
18605 * ChangeLog: Correct an entry command.exp -> commands.exp.
18606 * gdb.base/commands.exp (bp_deleted_in_command_test)
18607 (temporary_breakpoint_commands): Check noargs.
18608
18609 2003-09-25 David Carlton <carlton@kealia.com>
18610
18611 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
18612 of some print tests, where appropriate. Add tests for C::D::cd,
18613 E::ce, F::cXfX, G::XgX.
18614 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
18615
18616 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
18617
18618 * lib/java.exp (java_init): Import target_alias before using it.
18619
18620 2003-09-25 David Carlton <carlton@kealia.com>
18621
18622 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
18623
18624 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
18625
18626 * gdb.base/selftest.exp: Accomodate more instruction reordering
18627 weirdness.
18628
18629 2003-09-17 Michael Chastain <mec@shout.net>
18630
18631 * gdb.cp/gdb1355.exp: New file.
18632 * gdb.cp/gdb1355.c: New file.
18633
18634 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
18635
18636 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
18637 * gdb.asm/sh.inc: New file.
18638
18639 2003-09-11 David Carlton <carlton@kealia.com>
18640
18641 * gdb.cp/namespace.exp: Add tests for namespace types.
18642 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
18643 (test_namespace): New.
18644
18645 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
18646
18647 * gdb.base/relocate.exp: Handle new gdb output at startup.
18648 * gdb.stabs/weird.exp: Ditto.
18649
18650 2003-09-08 Michael Chastain <mec@shout.net>
18651
18652 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
18653
18654 2003-09-07 Michael Chastain <mec@shout.net>
18655
18656 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
18657 'parse error'.
18658
18659 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
18660
18661 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
18662
18663 2003-08-30 Michael Chastain <mec@shout.net>
18664
18665 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
18666 * gdb.gdb/observer.exp: Ditto.
18667 * gdb.gdb/xfullpath.exp: Ditto.
18668
18669 2003-08-29 Mark Kettenis <kettenis@gnu.org>
18670
18671 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
18672 *-*-*bsd*.
18673
18674 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
18675
18676 * gdb.base/dump.exp: Skip for ia64.
18677
18678 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
18679
18680 * gdb.asm/asm-source.exp: Add ia64 support.
18681 * gdb.asm/ia64.inc: New file.
18682
18683 2003-08-22 Michael Chastain <mec@shout.net>
18684
18685 * gdb.cp: New directory.
18686 * gdb.cp/*: Copy from gdb.c++/*.
18687 * gdb.c++/*: Remove.
18688 * Makefile.in: Change gdb.c++ to gdb.cp.
18689 * configure.in: Ditto.
18690 * configure: Regnerate.
18691
18692 2003-08-18 Mark Kettenis <kettenis@gnu.org>
18693
18694 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
18695 * gdb.arch/i386-prologue.c (gdb1338): Add function.
18696
18697 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
18698
18699 * mi-var-display.exp (-var-list-children weird): Accept function
18700 pointers with argument types.
18701 * mi1-var-display.exp (-var-list-children weird): Likewise.
18702 * mi2-var-display.exp (-var-list-children weird): Likewise.
18703
18704 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
18705
18706 * gdb.base/annota3.exp: Add missing newline.
18707
18708 2003-08-06 Michael Chastain <mec@shout.net>
18709
18710 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
18711
18712 2003-08-12 Michael Snyder <msnyder@redhat.com>
18713
18714 * gdb.base/float.exp: Add test for SH.
18715
18716 2003-08-10 Mark Kettenis <kettenis@gnu.org>
18717
18718 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
18719
18720 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
18721
18722 * gdb.base/completion.exp: Remove reduntant completion test
18723 on filename.
18724
18725 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
18726
18727 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
18728 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
18729 gdb.trace/save-trace.exp: Make sure that full pathnames are
18730 escaped correctly.
18731
18732 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
18733
18734 * configure.in: Don't generate config.h from config.hin.
18735 * configure: Regenerate.
18736 * config.hin: Remove file.
18737 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
18738 * gdb.threads/pthreads.c: Ditto.
18739
18740 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
18741
18742 From Kei Sakamoto <sakamoto.kei@renesas.com>:
18743 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
18744 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
18745 Replace ld24 with seth/add3.
18746
18747 2003-08-02 Andrew Cagney <cagney@redhat.com>
18748
18749 * gdb.base/annota3.exp: New file.
18750 * gdb.base/annota3.c: New file.
18751 * gdb.c++/annota3.exp: New file.
18752 * gdb.c++/annota3.cc: New file.
18753
18754 2003-07-29 Michael Chastain <mec@shout.net>
18755
18756 * gdb.threads/tls.c (spin): Check errno only if sem_wait
18757 actually failed.
18758 (do_pass): Likewise.
18759 * gdb.threads/tls.exp: Always initialize no_of_threads.
18760
18761 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
18762
18763 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
18764 pattern.
18765 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
18766 * gdb.threads/tls.exp: Recognize one case of the host library not
18767 supporting TLS.
18768
18769 2003-07-27 Andrew Cagney <cagney@redhat.com>
18770
18771 * gdb.base/fileio.exp: Use SH when running commands using
18772 remote_exec.
18773
18774 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
18775
18776 From Kei Sakamoto <sakamoto.kei@renesas.com>:
18777 * gdb.base/relocate.c (dummy): New padding array.
18778
18779 2003-07-22 Michael Snyder <msnyder@redhat.com>
18780
18781 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
18782
18783 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
18784 patterns to be more general, accepting old and new output.
18785 Some output chars (such as '+') also must be quoted.
18786 Some addresses are displayed numerically instead of
18787 symbolically.
18788
18789 2003-07-23 Michael Snyder <msnyder@redhat.com>
18790
18791 * gdb.base/return2.exp: Don't test long-long return.
18792
18793 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
18794 * gdb.disasm/t01_mov.exp: Ditto.
18795 * gdb.disasm/t02_mova.s: Ditto.
18796 * gdb.disasm/t02_mova.exp: Ditto.
18797 * gdb.disasm/t03_add.s: Ditto.
18798 * gdb.disasm/t03_add.exp: Ditto.
18799 * gdb.disasm/t04_sub.s: Ditto.
18800 * gdb.disasm/t04_sub.exp: Ditto.
18801 * gdb.disasm/t05_cmp.s: Ditto.
18802 * gdb.disasm/t05_cmp.exp: Ditto.
18803 * gdb.disasm/t06_ari2.s: Ditto.
18804 * gdb.disasm/t06_ari2.exp: Ditto.
18805 * gdb.disasm/t07_ari3.s: Ditto.
18806 * gdb.disasm/t07_ari3.exp: Ditto.
18807 * gdb.disasm/t08_or.s: Ditto.
18808 * gdb.disasm/t08_or.exp: Ditto.
18809 * gdb.disasm/t09_xor.s: Ditto.
18810 * gdb.disasm/t09_xor.exp: Ditto.
18811 * gdb.disasm/t10_and.s: Ditto.
18812 * gdb.disasm/t10_and.exp: Ditto.
18813 * gdb.disasm/t11_logs.s: Ditto.
18814 * gdb.disasm/t11_logs.exp: Ditto.
18815 * gdb.disasm/t12_bit.s: Ditto.
18816 * gdb.disasm/t12_bit.exp: Ditto.
18817 * gdb.disasm/t13_otr.s: Ditto.
18818 * gdb.disasm/t13_otr.exp: Ditto.
18819
18820 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
18821
18822 * gdb.threads/tls.exp :Add kfail for 'info address' case.
18823
18824 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
18825
18826 * gdb.threads/tls.c : New file.
18827 * gdb.threads/tls.exp : New file.
18828 * gdb.threads/tls-main.c : New file.
18829 * gdb.threads/tls-shared.c : New file.
18830 * gdb.threads/tls-shared.exp : New file.
18831
18832 2003-07-22 Andreas Schwab <schwab@suse.de>
18833
18834 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
18835
18836 2003-07-20 Andreas Schwab <schwab@suse.de>
18837
18838 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
18839 due to insn reordering.
18840
18841 2003-07-15 Andrew Cagney <cagney@redhat.com>
18842
18843 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
18844
18845 2003-07-15 Michael Chastain <mec@shout.net>
18846
18847 * gdb.base/gdb1250.exp: New file.
18848 * gdb.base/gdb1250.c: New file.
18849
18850 2003-07-09 Michal Ludvig <mludvig@suse.cz>
18851
18852 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
18853 expansion of size_t to 'unsigned long', not only to 'unsigned'.
18854
18855 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
18856
18857 * gdb.threads/tls.c: New file.
18858 * gdb.threads/tls.exp: New file.
18859 * gdb.threads/tls-main.c: New file.
18860 * gdb.threads/tls-shared.c: New file.
18861 * gdb.threads/tls-shared.exp: New file.
18862
18863 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
18864
18865 * gdb.base/annota1.exp: Make sure that we properly escape the
18866 full path of the source file. Xfail more permissive patterns,
18867 due to a compiler debug info problem.
18868
18869 2003-07-07 Andreas Schwab <schwab@suse.de>
18870
18871 * gdb.asm/m68k.inc: New file.
18872 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
18873
18874 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
18875 arguments"): Also match negative number.
18876
18877 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
18878
18879 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
18880
18881 * gdb.base/store.c (charest): New typedef.
18882 (add_char): Rename to add_charest, update.
18883 (wack_char): Rename to wack_charest, update types. Return l + r
18884 to keep r live across the call.
18885 (wack_short, wack_int, wack_long, wack_longest, wack_float)
18886 (wack_double, wack_doublest): Return l + r to keep r live across
18887 the call.
18888 * gdb.base/store.exp: Accomodate store.c changes.
18889
18890 2003-06-30 David Carlton <carlton@kealia.com>
18891
18892 * gdb.c++/maint.exp (test_invalid_name): New.
18893 (test_first_component): Add tests for invalid names.
18894
18895 2003-06-29 Michael Chastain <mec@shout.net>
18896
18897 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
18898 output of '<VTT for class>' for virtual base classes.
18899
18900 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
18901
18902 * gdb.base/completion.exp: Tab-complete "complet" instead of
18903 "compl".
18904 * gdb.base/complex.exp, gdb.base/complex.c: New files.
18905
18906 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
18907
18908 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
18909 * gdb.base/volatile.exp: Likewise.
18910
18911 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
18912
18913 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
18914 gdb/1265.
18915
18916 2003-06-28 Michael Chastain <mec@shout.net>
18917 Daniel Jacobowitz <drow@mvista.com>
18918
18919 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
18920 initial line count of 'captured_main' from 26 to 32.
18921 (test_with_self): Allow xmalloc call to be interleaved with the
18922 preceding two lines.
18923
18924 2003-06-24 Joel Brobecker <brobecker@gnat.com>
18925
18926 * gdb.base/bang.exp: New testcase.
18927
18928 2003-06-23 Joel Brobecker <brobecker@gnat.com>
18929
18930 * gdb.base/langs.exp: Add some tests for the "minimal" language
18931 support.
18932
18933 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
18934
18935 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
18936 the testcase.
18937
18938 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
18939
18940 * gdb.base/relocate.exp: Test add-symbol-file with a variable
18941 offset.
18942
18943 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
18944
18945 * gdb.c++/pr-1210.cc: New file.
18946 * gdb.c++/pr-1210.exp: New file.
18947
18948 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
18949
18950 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
18951 000-exec-continue.
18952
18953 2003-06-15 Mark Kettenis <kettenis@gnu.org>
18954
18955 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
18956 on *-*-*bsd* instead of *-*-freebsd*.
18957
18958 2003-06-14 Andrew Cagney <cagney@redhat.com>
18959
18960 * gdb.base/store.exp: Test longest and doublest. Test all
18961 parameters. Weaken return statement match.
18962 * gdb.base/store.c: Add longest and doublest - aka long long and
18963 long double functions. Put all parameters into local register
18964 variables. Use negative values.
18965
18966 2003-06-14 Andrew Cagney <cagney@redhat.com>
18967
18968 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
18969 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
18970 exit status.
18971 * gdb.base/fileio.exp: Disable target when nointerrupts and
18972 noinferiorio, instead of limiting it to remote. Use remote_exec
18973 instead of system.
18974
18975 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
18976
18977 * gdb.base/float.exp: Add ia64 support.
18978
18979 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
18980
18981 * gdb.base/fileio.exp: Run only on remote targets.
18982
18983 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
18984
18985 * gdb.base/fileio.c: New file, testing File-I/O.
18986 * gdb.base/fileio.exp: Ditto.
18987
18988 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
18989
18990 * gdb.base/shreloc.exp: New file, check symbol values obtained from
18991 shared objects after relocation at load time (gdb PR/1132).
18992 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
18993 as above, part of the shared object relocation test.
18994
18995 2003-06-08 Mark Kettenis <kettenis@gnu.org>
18996
18997 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
18998 fully filled history list.
18999 * gdb.base/gdb_history: New file.
19000
19001 * gdb.base/signals.exp: XFAIL "continue to func1" on
19002 i*86-*-freebsd*.
19003
19004 * gdb.base/attach.exp: When trying to attach to a nonexistent
19005 process, make it possible to specify the PID based on the target,
19006 and do so for *-*-freebsd*.
19007
19008 2003-06-02 Richard Henderson <rth@redhat.com>
19009
19010 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
19011
19012 2003-06-02 Richard Henderson <rth@redhat.com>
19013
19014 * gdb.base/selftest.exp: Next over lim_at_start initialization.
19015
19016 2003-06-02 Richard Henderson <rth@redhat.com>
19017
19018 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
19019
19020 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
19021
19022 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
19023 of globalvar.
19024
19025 2003-06-01 Mark Kettenis <kettenis@gnu.org>
19026
19027 * gdb.asm/asm-source.exp: Check for memory read errors in
19028 disassembler test on *BSD too.
19029
19030 2003-06-01 Richard Henderson <rth@redhat.com>
19031
19032 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
19033 for .frame.
19034 (gdbasm_call): Lose ldgp.
19035 (gdbasm_startup): Add frame information.
19036 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
19037
19038 2003-05-31 Mark Kettenis <kettenis@gnu.org>
19039
19040 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
19041 i?86-*-*.
19042
19043 2003-05-30 Mark Kettenis <kettenis@gnu.org>
19044
19045 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
19046 FreeBSD.
19047
19048 2003-05-29 Richard Henderson <rth@redhat.com>
19049
19050 * gdb.asm/alpha.inc: New file.
19051 * gdb.asm/asm-source.exp: Use it.
19052
19053 2003-05-29 Jim Blandy <jimb@redhat.com>
19054
19055 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
19056 'core.PID'.
19057
19058 2003-05-22 Jim Blandy <jimb@redhat.com>
19059
19060 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
19061 backtrace.
19062
19063 2003-05-20 David Carlton <carlton@math.stanford.edu>
19064
19065 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
19066 this time.
19067
19068 2003-05-19 David Carlton <carlton@bactrian.org>
19069
19070 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
19071 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
19072
19073 2003-05-19 David Carlton <carlton@bactrian.org>
19074
19075 * gdb.c++/namespace.exp: Add namespace scope and anonymous
19076 namespace tests.
19077 Bump copyright date.
19078 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
19079 (main): Call C::D::marker2.
19080 * gdb.c++/namespace1.cc: New file.
19081
19082 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
19083
19084 Roland McGrath <roland@redhat.com>
19085 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
19086 there is no manager thread.
19087
19088 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
19089
19090 * gdb.threads/schedlock.exp: Remove assumption that all threads
19091 will run in a particular small time slice. Also ensure we break
19092 in one of the child threads rather than the main thread.
19093
19094 2003-05-07 Jim Blandy <jimb@redhat.com>
19095
19096 Add support for assembly source testing on the s390x.
19097 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
19098 architecture.
19099 * gdb.asm/s390x.inc: New file.
19100
19101 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
19102 succession of 'if' statements.
19103
19104 2003-05-05 Andrew Cagney <cagney@redhat.com>
19105
19106 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
19107
19108 2003-05-05 Andrew Cagney <cagney@redhat.com>
19109
19110 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
19111 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
19112
19113 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
19114
19115 * gdb.base/charset.exp: Update based on new behavior of set/show
19116 charset commands.
19117
19118 2003-05-01 Andrew Cagney <cagney@redhat.com>
19119
19120 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
19121 variable do not give memory errors.
19122
19123 2003-04-30 Adam Fedor <fedor@gnu.org>
19124
19125 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
19126 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
19127 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
19128 gdb.objc/basicclass.m: : New files
19129
19130 * lib/gdb.exp (gdb_compile_objc): New procedure.
19131
19132 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
19133
19134 * gdb.base/signals.exp: Make backtrace tests more specific.
19135
19136 2003-04-23 David Carlton <carlton@bactrian.org>
19137
19138 * gdb.c++/maint.exp (test_first_component): Add tests for
19139 'operator' in more locations.
19140
19141 2003-04-16 Kevin Buettner <kevinb@redhat.com>
19142
19143 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
19144
19145 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
19146
19147 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
19148 func marke' instead. Update test name.
19149
19150 2003-04-15 David Carlton <carlton@math.stanford.edu>
19151
19152 * gdb.c++/maint.exp: New file.
19153
19154 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
19155
19156 * gdb.threads/schedlock.c: Change type of thread function argument
19157 to long, to avoid warnings on 64-bit platforms.
19158
19159 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
19160
19161 * gdb.base/attach.exp: Add new message from ptrace in case of
19162 attaching to nonexistent process.
19163
19164 2003-04-11 Jim Blandy <jimb@redhat.com>
19165
19166 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19167 gdb.c++/userdef.cc: Place comments on the lines to which the
19168 marker function might return.
19169 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19170 gdb.c++/userdef.exp: Look for those comments to check that we've
19171 returned to the right place, instead of checking line numbers.
19172
19173 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
19174
19175 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
19176 match on sourcefile name, instead of directory name.
19177
19178 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
19179
19180 * gdb.base/completion.exp: Use string_to_regexp to match the
19181 working directory name.
19182
19183 2003-04-09 Jim Blandy <jimb@redhat.com>
19184
19185 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
19186 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
19187 after an inferior function call, report the failure, but allow the
19188 test to continue.
19189
19190 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19191
19192 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19193 with -DPROTOTYPES.
19194
19195 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
19196
19197 * gdb.base/break.exp: Revert last patch.
19198
19199 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
19200
19201 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
19202 with -DPROTOTYPES.
19203
19204 2003-04-02 Andrew Cagney <cagney@redhat.com>
19205
19206 * gdb.base/callfuncs.exp: Make "print add" messages unique.
19207 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
19208 matching directories by the name breakpoint.
19209 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
19210 Make "continue to marker1" consistent.
19211 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
19212 message consistent.
19213 * lib/gdb.exp: Put "the program is no longer running", and "the
19214 program exited" in parenthesis.
19215 * lib/mi-support.exp: Ditto.
19216
19217 2003-04-02 Bob Rossi <bob_rossi@cox.net>
19218
19219 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
19220
19221 2003-03-29 Andrew Cagney <cagney@redhat.com>
19222
19223 * gdb.base/sizeof.c (main): Print the value of '\377'.
19224 * gdb.base/sizeof.exp: Check the sign of '\377'.
19225
19226 2003-03-27 Michael Chastain <mec@shout.net>
19227
19228 * gdb.base/gdb1090.exp: New file.
19229 * gdb.base/gdb1090.cc: New file.
19230
19231 2003-03-27 J. Brobecker <brobecker@gnat.com>
19232
19233 * gdb.gdb/observer.exp: New regression test.
19234
19235 2003-03-27 Michael Chastain <mec@shout.net>
19236
19237 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
19238 * gdb.base/ptype.exp: Likewise.
19239
19240 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
19241
19242 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
19243
19244 2003-03-26 Michael Chastain <mec@shout.net>
19245
19246 * gdb.base/ptype.exp: Actually use some typedef'd types.
19247
19248 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
19249
19250 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
19251 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
19252
19253 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19254
19255 * gdb.base/default.exp: Fix regular expression.
19256
19257 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19258
19259 * gdb.base/args.exp: Fix regular expression.
19260
19261 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19262
19263 * gdb.base/help.exp: Allow Win32 child process.
19264
19265 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19266
19267 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
19268 when stepping out of main().
19269
19270 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19271
19272 * gdb.base/default.exp: Check for win32 specific message when calling
19273 "run" without executable.
19274
19275 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19276
19277 * gdb.base/args.exp: Expect .exe in output.
19278
19279 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
19280
19281 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
19282 Cygwin native.
19283
19284 2003-03-17 Andrew Cagney <cagney@redhat.com>
19285
19286 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
19287 vector registes.
19288 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
19289 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
19290
19291 2003-03-17 David Carlton <carlton@math.stanford.edu>
19292
19293 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
19294 test, for PR breakpoints/38.
19295 Call test_watchpoint_and_breakpoint.
19296 * gdb.base/watchpoint.c (func3): New function.
19297 (main): Call func3.
19298
19299 2003-03-04 David Carlton <carlton@math.stanford.edu>
19300
19301 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
19302 Garply<Garply<char> >:: garply".
19303 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
19304 with respect to PR c++/1111; note also PR c++/1113.
19305 (test_template_breakpoints): KFAIL "constructor breakpoint" with
19306 respect to PR c++/1062.
19307 KFAIL "destructor breakpoint" with respect to PR c++/1112.
19308
19309 2003-03-03 David Carlton <carlton@math.stanford.edu>
19310
19311 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
19312 with respect to PR c++/57.
19313 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
19314 c++/826.
19315 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
19316 respect to PR c++/57.
19317
19318 2003-03-03 David Carlton <carlton@math.stanford.edu>
19319
19320 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
19321 respect to PR c++/33 into FAILs.
19322
19323 2003-03-03 Michael Chastain <mec@shout.net>
19324
19325 * configure.in: Update copyright years.
19326
19327 2003-03-03 Michael Chastain <mec@shout.net>
19328
19329 * Makefile.in: Update copyright years.
19330
19331 2003-02-28 David Carlton <carlton@math.stanford.edu>
19332
19333 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
19334 print class instead of struct and/or superfluous protection
19335 specifiers, as long as the resulting output is equivalent to the
19336 source code.
19337 Delete FIXME from end of messages on tests that don't need
19338 fixing.
19339
19340 2003-02-28 David Carlton <carlton@math.stanford.edu>
19341
19342 * gdb.c++/templates.exp (do_tests): Allow const in the two
19343 Foo<volatile char *>::foo tests.
19344
19345 2003-02-27 Michael Snyder <msnyder@redhat.com>
19346
19347 * gdb.base/restore.c (main): Return zero, so exit code
19348 will be consistant.
19349
19350 2003-02-26 David Carlton <carlton@math.stanford.edu>
19351
19352 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
19353 char *>::foo" test with respect to PR c++/33. Create a new test
19354 which is identical to that one except that it doesn't put the
19355 space between the "char" and the "*"; KFAIL it, too.
19356
19357 2003-02-26 David Carlton <carlton@math.stanford.edu>
19358
19359 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
19360 template types into either PASSes or KFAILs (corresponding to PR
19361 c++/57). Tweak indentation. Update copyright.
19362
19363 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
19364
19365 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
19366
19367 2003-02-13 Michael Chastain <mec@shout.net>
19368
19369 * gdb.base/exprs.exp: Remove i960 remnants.
19370 * gdb.base/funcargs.exp: Likewise.
19371 * gdb.base/list.exp: Likewise.
19372 * gdb.base/ptype.exp: Likewise.
19373
19374 2003-02-14 David Carlton <carlton@math.stanford.edu>
19375
19376 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
19377 pEe->D::vg()" from XFAIL to KFAIL.
19378
19379 2003-02-13 Jason Molenda (jmolenda@apple.com)
19380
19381 * gdb.base/maint.exp: Update maint print statistics regexp to include
19382 new entries.
19383
19384 2003-02-13 Michael Chastain <mec@shout.net>
19385
19386 * gdb.c++/inherit.exp: Remove call to get_debug_format.
19387
19388 2003-02-12 Michael Chastain <mec@shout.net>
19389
19390 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
19391 * gdb.c++/inherit.exp: Likewise.
19392 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
19393 * gdb.c++/templates.exp: Likewise.
19394 * gdb.c++/virtfunc.exp: Likewise.
19395
19396 2003-02-06 Jason Molenda (jason-cl@molenda.com)
19397
19398 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
19399 why the code is written that way.
19400
19401 2003-02-05 Michael Chastain <mec@shout.net>
19402
19403 * gdb.base/dump.exp: Add missing copyright line.
19404
19405 2003-02-05 Jason Molenda (jason-cl@molenda.com)
19406
19407 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
19408 at the beginning so the breakpoint doesn't get set on the loop.
19409
19410 2003-02-05 Michael Chastain <mec@shout.net>
19411
19412 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
19413 output for configurations with gcc 2.95.3.
19414
19415 2003-02-05 Keith Seitz <keiths@redhat.com>
19416 Andrew Cagney <ac131313@redhat.com>
19417
19418 * gdb.mi/mi-cli.exp: New file.
19419
19420 2003-02-04 Michael Chastain <mec@shout.net>
19421
19422 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
19423 Call perror and then continue.
19424
19425 2003-02-03 Michael Chastain <mec@shout.net>
19426
19427 * gdb.c++/pr-1023.cc: New file.
19428 * gdb.c++/pr-1023.exp: New file.
19429
19430 2003-02-05 Jim Blandy <jimb@redhat.com>
19431
19432 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
19433 it's local to foobar. Check for it there, and check that it's not
19434 present in main.
19435 * gdb.c++/local.cc (marker2): New function.
19436 (foobar): Call marker1.
19437 (main): Call marker2 instead of marker1.
19438
19439 2003-02-04 Andrew Cagney <ac131313@redhat.com>
19440
19441 * gdb.disasm/mn10200.exp: Obsolete file.
19442 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
19443 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
19444 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
19445
19446 2003-02-04 David Carlton <carlton@math.stanford.edu>
19447
19448 * gdb.c++/overload.exp: Test intToChar(1).
19449 * gdb.c++/overload.cc (intToChar): New.
19450 (main): Call intToChar.
19451
19452 2003-02-03 David Carlton <carlton@math.stanford.edu>
19453
19454 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
19455 'might_kfail' arg.
19456 KFAIL some of the continue_to_bp_overloaded calls, according to
19457 PR c++/1025.
19458
19459 2003-02-01 Michael Chastain <mec@shout.net>
19460
19461 * gdb.base/advance.c (marker1): New marker function.
19462 * gdb.base/advance.exp: When the 'advance' command lands on the
19463 return breakpoint, it can legitimately stop on either the
19464 current line or the next line. Accommodate both outcomes.
19465 * gdb.base/until.exp: Likewise.
19466
19467 2003-02-02 Andrew Cagney <ac131313@redhat.com>
19468
19469 2002-11-10 Jason Molenda (jason-cl@molenda.com):
19470 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
19471 now a list, not a tuple.
19472 * gdb.mi/mi-var-display.exp: Ditto.
19473 * gdb.mi/gdb792.exp: Ditto.
19474
19475 2003-02-01 Andrew Cagney <ac131313@redhat.com>
19476
19477 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
19478 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
19479 stack backtraces.
19480 * gdb.mi/mi-syn-frame.c: Part of same.
19481
19482 2003-02-01 Mark Kettenis <kettenis@gnu.org>
19483
19484 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19485 gdb.mi/mi1-pthreads.exp: Return instead of calling
19486 gdb_suppress_entire_file.
19487
19488 2003-02-01 Mark Salter <msalter@redhat.com>
19489
19490 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
19491
19492 2003-01-31 Mark Salter <msalter@redhat.com>
19493
19494 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
19495 Support empty arg.
19496
19497 2003-01-30 Michael Chastain <mec@shout.net>
19498
19499 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
19500 This was a workaround for a UTF-8 bug in readline 4.3. The bug
19501 has been fixed in gdb/readline on 2003-01-09.
19502
19503 2003-01-29 Michael Snyder <msnyder@redhat.com>
19504
19505 * gdb.base/maint.exp: Allow for leading underscore in symbol.
19506 * gdb.base/display.exp: Allow for leading underscore in symbol.
19507 * gdb.base/args.exp: Skip if target does not support args passing.
19508
19509 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
19510
19511 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
19512 gdb_test. Accept a list of expect arguments as the third
19513 parameter.
19514 (gdb_test): Use it.
19515
19516 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
19517
19518 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
19519 allow for different test tree configurations. Update some
19520 tescases accordingly.
19521 * gdb.arch/altivec-regs.exp: Ditto.
19522 * gdb.asm/asm-source.exp: Ditto.
19523 * gdb.base/advance.exp: Ditto.
19524 * gdb.base/display.exp: Ditto.
19525 * gdb.base/long_long.exp: Ditto.
19526 * gdb.base/mips_pro.exp: Ditto.
19527 * gdb.base/overlays.exp: Ditto.
19528 * gdb.base/relocate.exp: Ditto.
19529 * gdb.base/setshow.exp: Ditto.
19530 * gdb.base/step-line.exp: Ditto.
19531 * gdb.base/step-test.exp: Ditto.
19532 * gdb.base/until.exp: Ditto.
19533 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
19534
19535 2003-01-17 David Carlton <carlton@math.stanford.edu>
19536
19537 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
19538 corresponding to PR c++/945.
19539 Update copyright.
19540
19541 2003-01-17 David Carlton <carlton@math.stanford.edu>
19542
19543 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
19544 corresponding to PR c++/68.
19545
19546 2003-01-17 David Carlton <carlton@math.stanford.edu>
19547
19548 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
19549 (test_paddr_hairy_functions): Call print_addr_2_kfail for
19550 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
19551
19552 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
19553
19554 * gdb.base/break.exp: Fix change of default location, because of
19555 removal of until tests.
19556 * gdb.base/help.exp: Update test for new 'until' help message.
19557 Add test for help on 'advance'.
19558 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
19559
19560 2003-01-15 Mark Kettenis <kettenis@gnu.org>
19561
19562 * gdb.base/default.exp: Adapt "info float" test for recent changes
19563 to that command. Add test for "info vector".
19564 * gdb.base/float.exp: New file. Add test for "info float" that
19565 resembles the old test in gdb.base/default.exp.
19566
19567 2003-01-15 David Carlton <carlton@math.stanford.edu>
19568
19569 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
19570
19571 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
19572
19573 * gdb.base/break.exp: Move the tests of until command from here...
19574 * gdb.base/until.exp: ... to here. New file. Add other tests.
19575 * gdb.base/advance.c: New file.
19576 * gdb.base/advance.exp: New file.
19577
19578 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
19579
19580 * gdb.base/args.c: New file.
19581 * gdb.base/args.exp: New file.
19582
19583 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
19584
19585 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
19586
19587 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
19588
19589 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
19590
19591 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
19592
19593 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
19594 dates.
19595
19596 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
19597
19598 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
19599
19600 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
19601
19602 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
19603 (ptype &*"foo").
19604 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
19605
19606 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
19607
19608 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
19609 * gdb.mi/mi1-console.exp: Likewise.
19610
19611 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
19612
19613 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
19614 * gdb.mi/mi1-console.exp: Likewise.
19615
19616 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
19617
19618 * gdb.c++/overload.exp: Remove some fixed XFAILs.
19619
19620 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
19621
19622 * gdb.base/detach.exp: New test.
19623
19624 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
19625
19626 * Makefile.in (ALL_SUBDIRS): New variable.
19627 (subdirs, clean, distclean): Use it.
19628 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
19629 regenerating Makefile, since it is generated from the top level.
19630 * gdb.asm/Makefile.in: Likewise.
19631 * gdb.base/Makefile.in: Likewise.
19632 * gdb.c++/Makefile.in: Likewise.
19633 * gdb.disasm/Makefile.in: Likewise.
19634 * gdb.java/Makefile.in: Likewise.
19635 * gdb.mi/Makefile.in: Likewise.
19636 * gdb.threads/Makefile.in: Likewise.
19637 * gdb.trace/Makefile.in: Likewise.
19638
19639 2003-01-09 David Carlton <carlton@math.stanford.edu>
19640
19641 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
19642 Add copyright year 2003.
19643
19644 2003-01-06 Michael Chastain <mec@shout.net>
19645
19646 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
19647 When selecting a thread, 'line' and 'file' are optional.
19648 * gdb.mi/mi1-pthreads.exp: Likewise.
19649
19650 2003-01-06 Andreas Schwab <schwab@suse.de>
19651
19652 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
19653 failures.
19654
19655 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
19656
19657 Fix PR gdb/844
19658 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
19659 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
19660
19661 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
19662 instead of calling gdb_suppress_entire_file.
19663 * gdb.threads/print-threads.exp: Likewise.
19664 * gdb.threads/schedlock.exp: Likewise.
19665
19666 * gdb.threads/killed.exp: Return instead of calling
19667 gdb_suppress_entire_file.
19668 * gdb.threads/linux-dp.exp: Likewise.
19669 * gdb.threads/pthreads.exp: Likewise.
19670
19671 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
19672
19673 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
19674 stabs.
19675 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
19676 * gdb.base/whatis.exp: Always allow (void) after function names.
19677
19678 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
19679
19680 * gdb.c++/casts.exp: Correct regexp.
19681
19682 2003-01-04 Mark Kettenis <kettenis@gnu.org>
19683
19684 * configure.in: Call AC_CONFIG_HEADER. Don't call
19685 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
19686 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
19687 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
19688 aforementioned directories in the AC_OUPUT call.
19689 * config.hin: New file.
19690 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
19691 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
19692 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
19693 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
19694 pass -I$objdir instead of -I$objdir/$subdir in compilation.
19695 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
19696 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
19697 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
19698 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
19699 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
19700 gdb.threads/configure.in, gdb.threads/configure,
19701 gdb.threads/config.in, gdb.trace/configure.in,
19702 gdb.trace/configure: Removed.
19703
19704 2003-01-03 Michael Chastain <mec@shout.net>
19705
19706 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
19707 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
19708
19709 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
19710
19711 * gdb.base/store.exp: Fix regular expressions.
19712
19713 2002-12-28 Mark Kettenis <kettenis@gnu.org>
19714
19715 * configure.in: Rewrite.
19716 * configure: Regenerated.
19717
19718 2003-01-03 David Carlton <carlton@math.stanford.edu>
19719
19720 * gdb.base/psymtab.exp: New file.
19721 * gdb.base/psymtab1.c: Ditto.
19722 * gdb.base/psymtab2.c: Ditto.
19723
19724 2002-12-23 Adam Fedor <fedor@gnu.org>
19725
19726 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
19727
19728 2002-12-23 David Carlton <carlton@math.stanford.edu>
19729
19730 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
19731 and current_directory initialization.
19732
19733 2002-12-22 Jim Blandy <jimb@redhat.com>
19734
19735 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
19736 rather than as part of the output file name.
19737
19738 * gdb.base/attach.exp: There's no need to copy the test program to
19739 /tmp; that was only ever necessary on HP/UX, and this test is
19740 entirely disabled there anyway.
19741
19742 2002-12-21 Jim Blandy <jimb@redhat.com>
19743
19744 * gdb.c++/psmang.exp: Doc fix.
19745
19746 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
19747 test.
19748
19749 2002-12-20 David Carlton <carlton@math.stanford.edu>
19750
19751 * gdb.c++/annota2.exp: KFAIL annotate-quit.
19752
19753 2002-12-18 Michael Chastain <mec@shout.net>
19754
19755 * gdb.c++/annota2.exp: Add copyright year 2002.
19756
19757 2002-12-17 David Carlton <carlton@math.stanford.edu>
19758
19759 * gdb.c++/try_catch.cc: Add marker comments.
19760 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
19761 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
19762 * gdb.c++/m-static.cc: Ditto.
19763 * gdb.c++/m-static1.cc: Ditto.
19764 * gdb.c++/try_catch.cc: Ditto.
19765
19766 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
19767
19768 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
19769 to see whether we are using the new -environment-directory
19770 command which resets via -r or the old version of the command
19771 which may prompt the user. Part of fix for gdb/741.
19772
19773 2002-12-13 Andrew Cagney <ac131313@redhat.com>
19774
19775 * gdb.fortran/types.exp: Update obsolete comment.
19776 * gdb.fortran/exprs.exp: Ditto.
19777 * lib/gdb.exp: Delete obsolete code.
19778 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
19779 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
19780 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
19781 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
19782 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
19783 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
19784 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
19785 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
19786 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
19787 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
19788 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
19789 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
19790 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
19791 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
19792 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
19793 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
19794 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
19795 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
19796 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
19797 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
19798 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
19799 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
19800 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
19801 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
19802 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
19803 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
19804 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
19805 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
19806 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
19807 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
19808 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
19809 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
19810 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
19811 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
19812 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
19813 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
19814 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
19815
19816 2002-12-11 David Carlton <carlton@math.stanford.edu>
19817
19818 * gdb.c++/m-data.exp: Add test for members that shadow global
19819 variables: see PR gdb/804.
19820 * gdb.c++/m-data.cc: Ditto.
19821
19822 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
19823
19824 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
19825
19826 2002-12-06 David Carlton <carlton@math.stanford.edu>
19827
19828 * gdb.base/store.c: Don't declare functions static.
19829
19830 2002-12-04 Andrew Cagney <ac131313@redhat.com>
19831
19832 * gdb.base/store.exp, gdb.base/store.c: New files.
19833
19834 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
19835
19836 * gdb.base/selftest.exp: Update for current gdb.
19837
19838 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
19839
19840 * gdb.base/maint.exp: Only dump symbols from one source file
19841 or objfile.
19842
19843 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
19844
19845 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
19846 function call.
19847
19848 2002-11-25 Jim Blandy <jimb@redhat.com>
19849
19850 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
19851 function appearing in error message.
19852
19853 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
19854
19855 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
19856
19857 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
19858
19859 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
19860 for mi1 and current mi is in correct format. New mi startup message
19861 should be in mi console format. This is part of fix for PR gdb/604.
19862
19863 2002-09-18 Fernando Nasser <fnasser@redhat.com>
19864
19865 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
19866 which explicitly prints the zero offset as "+0".
19867
19868 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
19869
19870 * gdb.threads/schedlock.c (args): Make unsigned.
19871
19872 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
19873
19874 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
19875 numbers. Allow "foo2|selected stack frame".
19876 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
19877 * gdb.asm/asmsrc2.s: Likewise.
19878 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
19879 comments.
19880 * gdb.asm/mips.inc: New file.
19881
19882 2002-10-18 Adam Fedor <fedor@gnu.org>
19883
19884 * gdb.base/default.exp: Update expected output to include 'ObjC'.
19885 * gdb.base/help.exp: Likewise.
19886
19887 2002-10-17 Kevin Buettner <kevinb@redhat.com>
19888
19889 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
19890 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
19891
19892 2002-10-02 Jim Blandy <jimb@redhat.com>
19893
19894 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
19895
19896 2002-10-01 Andrew Cagney <ac131313@redhat.com>
19897
19898 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
19899 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
19900 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
19901 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
19902 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
19903 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
19904 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
19905
19906 2002-09-29 Andrew Cagney <ac131313@redhat.com>
19907
19908 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
19909 * mi0-disassemble.exp, mi0-eval.exp: Delete.
19910 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
19911 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
19912 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
19913 * mi0-var-block.exp, mi0-var-child.exp: Delete.
19914 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
19915
19916 2002-09-27 Kevin Buettner <kevinb@redhat.com>
19917
19918 * gdb.base/annota1.exp (info break): Make directory components of
19919 path optional since not all compilers emit this debug information.
19920
19921 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
19922 step ends up stepping out of the function instead of stopping on
19923 the epilogue.
19924
19925 2002-09-26 Keith Seitz <keiths@redhat.com>
19926
19927 * lib/insight-support.exp (gdbtk_start): Figure out where
19928 the insight executable is based on where gdb is. Use this
19929 executable to start insight instead of gdb.
19930
19931 2002-09-25 Andrew Cagney <cagney@redhat.com>
19932
19933 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
19934
19935 2002-09-24 Andrew Cagney <ac131313@redhat.com>
19936
19937 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
19938 test_isolated_complaints.
19939 (test_empty_complaint): New function.
19940 (test_empty_complaints): New function. Check no output when no
19941 complaints.
19942
19943 2002-09-19 Jim Blandy <jimb@redhat.com>
19944
19945 * gdb.base/charset.exp, gdb.base/charset.c: New files.
19946
19947 2002-09-19 Andrew Cagney <ac131313@redhat.com>
19948
19949 * gdb.gdb/complaints.exp: New file.
19950
19951 2002-09-18 Andrew Cagney <ac131313@redhat.com>
19952
19953 * gdb.base/maint.exp: Check `help maint internal-warning'.
19954
19955 2002-09-18 David Carlton <carlton@math.stanford.edu>
19956
19957 * gdb.c++/m-static.exp: Remove breakpoints depending on line
19958 numbers, and replace them by a single breakpoint after the
19959 constructors are all finished.
19960 Add test 4.
19961 * gdb.c++/m-static.cc: Add test 4.
19962 * gdb.c++/m-static.h: New file.
19963 * gdb.c++/m-static1.cc: New file.
19964
19965 * gdb.c++/printmethod.exp: New file.
19966 * gdb.c++/printmethod.cc: New file.
19967
19968 * gdb.c++/pr-574.exp: New file.
19969 * gdb.c++/pr-574.cc: New file.
19970
19971 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
19972
19973 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
19974 embedded targets which never actually exit.
19975
19976 2002-09-18 Fernando Nasser <fnasser@redhat.com>
19977
19978 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
19979 "don't step after run" as unresolved or unsupported, instead of xfail.
19980
19981 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
19982
19983 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
19984 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
19985 Add newline to expected string in "step out of main (status wrapper)"
19986 case.
19987
19988 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
19989
19990 * lib/gdb.exp (rerun_to_main): Allow restarting application.
19991 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
19992
19993 2002-09-17 Tom Tromey <tromey@redhat.com>
19994
19995 * gdb.base/printcmds.exp (test_print_string_constants): Expect
19996 \000, not \0, in double-quoted string.
19997
19998 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
19999
20000 * gdb.base/commands.exp: Don't expect a "Program exited normally"
20001 string after running the commands execution on breakpoint tests.
20002
20003 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
20004
20005 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
20006
20007 2002-09-12 Joel Brobecker <brobecker@gnat.com>
20008
20009 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
20010
20011 2002-09-10 Keith Seitz <keiths@redhat.com>
20012
20013 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
20014 runto proc.
20015 (mi_run_to_main): Use mi_runto.
20016 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
20017
20018 2002-09-10 Keith Seitz <keiths@redhat.com>
20019
20020 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
20021 regexp for stopping at main. Could have multiple event notifications.
20022 Don't assume that main was declared with no parameters.
20023 (mi_next): Use mi_step_to.
20024 (mi_step): Use mi_next_to.
20025
20026 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
20027
20028 * gdb.base/default.exp: Fix expected string in `info float' test.
20029
20030 2002-09-09 Ben Elliston <bje@redhat.com>
20031
20032 * config/mips.exp: Update comments.
20033 * config/mips-idt.exp: Likewise.
20034 * config/nind.exp: Likewise.
20035 * config/slite.exp: Likewise.
20036 * config/sparclet.exp: Likewise.
20037 * config/udi.exp: Likewise.
20038 * config/vx.exp: Likewise.
20039 * config/vxworks29k.exp: Likewise.
20040
20041 2002-09-05 Jim Blandy <jimb@redhat.com>
20042
20043 * gdb.threads/killed.exp: Fix test failure message.
20044
20045 2002-09-04 Keith Seitz <keiths@redhat.com>
20046
20047 * lib/mi-support.exp: Update copyright.
20048 (mi_gdb_test): Increase the priority of the expected pattern
20049 so that it matches gdb_test.
20050
20051 2002-09-03 Keith Seitz <keiths@redhat.com>
20052
20053 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
20054 Use integer comparison instead of string comparison for testing
20055 whether binary was built.
20056
20057 2002-09-03 Jim Blandy <jimb@redhat.com>
20058
20059 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
20060
20061 2002-08-29 Jim Blandy <jimb@redhat.com>
20062
20063 * gdb.threads/pthreads.exp: Move the portable thread compilation
20064 code into a function in lib/gdb.exp, and call that from here.
20065 * lib/gdb.exp (gdb_compile_pthreads): New function.
20066
20067 2002-08-29 Keith Seitz <keiths@redhat.com>
20068
20069 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
20070 expect_out so that callers can get at it.
20071
20072 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
20073
20074 * gdb.threads/print-threads.c: New file.
20075 * gdb.threads/print-threads.exp: New file.
20076 * gdb.threads/schedlock.c: New file.
20077 * gdb.threads/schedlock.exp: New file.
20078
20079 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
20080
20081 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
20082 not altivec.c.
20083
20084 2002-08-17 Mark Kettenis <kettenis@gnu.org>
20085
20086 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
20087 targets. The problem should be fixed now.
20088
20089 2002-08-15 Mark Kettenis <kettenis@gnu.org>
20090
20091 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
20092 2002-07-24 change that removes final dots from error messages.
20093
20094 2002-08-13 Tom Tromey <tromey@redhat.com>
20095
20096 * gdb.base/readline.exp: New file.
20097
20098 2002-08-01 Andrew Cagney <ac131313@redhat.com>
20099
20100 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
20101 supress message.
20102
20103 2002-08-01 Andrew Cagney <cagney@redhat.com>
20104
20105 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
20106 CHILL_FOR_TARGET and CHILL_LIB.
20107 * configure.in (configdirs): Remove gdb.chill.
20108 * configure: Regenerate.
20109 * lib/gdb.exp: Obsolete references to chill.
20110 * gdb.fortran/types.exp: Ditto.
20111 * gdb.fortran/exprs.exp: Ditto.
20112
20113 2002-07-30 Kevin Buettner <kevinb@redhat.com>
20114
20115 * gdb.base/shlib-call.exp (additional_flags): Conditionally
20116 set Irix-specific compile and link flags.
20117
20118 2002-07-29 Kevin Buettner <kevinb@redhat.com>
20119
20120 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
20121 source files. The ``-o'' option doesn't work with the ``-E'' option
20122 when using the Irix compiler.
20123
20124 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
20125
20126 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
20127 Improve support for reusing an exec file. Copy exec file
20128 to target, and run gdbserver on the target instead of on the host.
20129
20130 2002-07-18 Jim Blandy <jimb@redhat.com>
20131
20132 * gdb.base/ending-run.exp: Don't expect to see the program end in
20133 some orderly fashion when we're running on a real stand-alone
20134 board.
20135
20136 * gdb.base/interrupt.exp: Correct logic for skipping tests on
20137 targets that don't support interrupts.
20138
20139 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
20140
20141 * gdb.base/attach.exp: Add patterns to match output from /proc-based
20142 systems.
20143 Move comments in expect statements to inside the actions, so that they
20144 don't get matched against.
20145
20146 2002-07-10 Mark Kettenis <kettenis@gnu.org>
20147
20148 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
20149 function when asleep" test.
20150
20151 2002-07-10 Andrew Cagney <ac131313@redhat.com>
20152
20153 * gdb.base/page.exp: Rewrite to handle problems with very long
20154 `info set' output. Update copyright.
20155
20156 2002-06-26 Andrew Cagney <ac131313@redhat.com>
20157
20158 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
20159 gdb.threads-hp.
20160 * gdb.hp/configure: Regenerate.
20161 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
20162 * gdb.hp/gdb.threads-hp/configure: Delete file.
20163 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
20164
20165 2002-06-22 Andrew Cagney <ac131313@redhat.com>
20166
20167 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
20168 setlocale, bindtextdomain and textdomain.
20169
20170 2002-06-11 Jim Blandy <jimb@redhat.com>
20171
20172 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
20173 preprocessor macro information is present.
20174
20175 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
20176 tests.
20177
20178 2002-06-06 Michael Snyder <msnyder@redhat.com>
20179
20180 * gdb.base/overlays.exp: Record addresses of overlay
20181 functions in TCL variables rather than in GDB variables,
20182 to avoid having GDB convert them to pointers (with loss
20183 of information).
20184
20185 * gdb.base/d10v.ld: Merge in several years worth of
20186 default linker script changes.
20187 * gdb.base/long_long.exp: Add check for sizeof (long double).
20188
20189 2002-06-06 Michal Ludvig <mludvig@suse.cz>
20190
20191 * gdb.asm/asm-source.exp: Add x86-64 target.
20192 * gdb.asm/x86_64.inc: New.
20193
20194 2002-05-30 Michael Chastain <mec@shout.net>
20195
20196 From Benjamin Kosnik <bkoz@redhat.com>:
20197 * gdb.c++/m-static.cc: New file.
20198 * gdb.c++/m-static.exp: New file.
20199
20200 2002-05-28 Michael Snyder <msnyder@redhat.com>
20201
20202 * gdb.base/call-ar-st.exp: Allow for reduced floating point
20203 precision.
20204
20205 2002-05-27 Michael Chastain <mec@shout.net>
20206
20207 From Benjamin Kosnik <bkoz@redhat.com>:
20208 * gdb.c++/m-data.cc: New file.
20209 * gdb.c++/m-data.exp: New file.
20210
20211 2002-05-27 Michael Chastain <mec@shout.net>
20212
20213 From Benjamin Kosnik <bkoz@redhat.com>:
20214 * gdb.c++/try_catch.cc: New file.
20215 * gdb.c++/try_catch.exp: New file.
20216
20217 2002-05-27 Michael Chastain <mec@shout.net>
20218
20219 * gdb.c++/local.exp: Accept more nested types in output.
20220
20221 2002-05-26 Michael Chastain <mec@shout.net>
20222
20223 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
20224
20225 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
20226
20227 * lib/gdb.exp (gdb_wrapper_init): Just because
20228 gdb_wrapper_file exists, this does not mean that the file
20229 should not be rebuilt. That is what gdb_wrapper_initialized
20230 is for.
20231 (default_gdb_init): Reset gdb_wrapper_initialized.
20232
20233 2002-05-23 Michael Snyder <msnyder@redhat.com>
20234
20235 * gdb.base/all-bin.exp: Revise previous patch by just reducing
20236 the precision of the floating point test results.
20237 * gdb.base/call-rt-st.exp: Ditto.
20238
20239 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
20240 * gdb.base/call-rt-st.exp: Ditto.
20241
20242 2002-05-19 Michael Chastain <mec@shout.net>
20243
20244 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
20245
20246 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
20247
20248 * configure.in (configdirs): Add gdb.arch.
20249 * configure: Regenerate.
20250
20251 2002-05-17 Jim Blandy <jimb@redhat.com>
20252
20253 * gdb.base/completion.exp: Recognize the more detailed error
20254 messages produced by the macro expander's lexical analyzer.
20255
20256 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
20257
20258 * gdb.arch/altivec-abi.c: New file.
20259 * gdb.arch/altivec-abi.exp: New file.
20260 * gdb.arch/altivec-regs.c: New file.
20261 * gdb.arch/altivec-regs.exp: New file.
20262
20263 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
20264
20265 * gdb.base/maint.exp (maint print type): Update for new type
20266 structure.
20267
20268 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
20269
20270 * gdb.arch: New directory.
20271 * gdb.arch/configure.in: New file.
20272 * gdb.arch/configure: New file.
20273 * gdb.arch/Makefile.in: New file.
20274
20275 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
20276
20277 * gdb.asm/asm-source.exp: Add v850 as supported target.
20278 * gdb.asm/v850.inc: New file.
20279
20280 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
20281
20282 * gdb.c++/annota2.exp (annotate-quit): Add comment.
20283
20284 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
20285
20286 * gdb.base/break.exp: Check 'break "marker2"'.
20287
20288 2002-05-10 Michael Snyder <msnyder@redhat.com>
20289
20290 * gdb.base/long_long.exp: Fix typo.
20291
20292 2002-05-10 Jim Blandy <jimb@redhat.com>
20293
20294 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
20295 a bug.
20296
20297 * gdb.base/printcmds.exp (test_integer_literals_rejected):
20298 Recognize more detailed error message produced by the macro
20299 expander's lexical analyzer.
20300 * lib/gdb.exp (test_print_reject): Same.
20301
20302 2002-05-09 Mark Kettenis <kettenis@gnu.org>
20303
20304 * gdb.c++/method.exp: Fix typo.
20305
20306 2002-05-08 Michael Snyder <msnyder@redhat.com>
20307
20308 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
20309 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
20310 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
20311 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
20312 Add iftarget clause for strongarm.
20313
20314 2002-05-06 Michael Snyder <msnyder@redhat.com>
20315
20316 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
20317 (gdb_continue_to_end): Accept output from status wrapper.
20318 * gdb.base/ending-run.exp: Add case for output from status wrapper.
20319 Clean up fail messages to match pass messages.
20320
20321 Enable the "needs_status_wrapper" testsuite feature.
20322 * lib/gdb.exp (gdb_wrapper_init): New procedure.
20323 (gdb_compile): Conditionally call gdb_wrapper_init.
20324 * gdb.base/a2-run.exp: Recognize output from status wrapper.
20325 * gdb.c++/method.exp: Recognize output from status wrapper.
20326
20327 2002-05-06 Ben Elliston <bje@redhat.com>
20328 From Graydon Hoare <graydon@redhat.com>
20329
20330 * config/sid.exp: Include support for "rawsid" protocol.
20331
20332 2002-05-03 Jim Blandy <jimb@redhat.com>
20333
20334 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
20335 * gdb.c++/hang3.C: New file.
20336
20337 2002-05-04 Andrew Cagney <ac131313@redhat.com>
20338
20339 * gdb.base/default.exp: Remove obsolete code.
20340 * gdb.c++/misc.exp: Ditto. Update copyright.
20341 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
20342 * gdb.base/whatis.exp: Ditto. Update copyright.
20343 * gdb.base/scope.exp: Ditto. Update copyright.
20344 * gdb.base/ptype.exp: Ditto. Update copyright.
20345 * gdb.base/printcmds.exp: Ditto. Update copyright.
20346 * gdb.base/opaque.exp: Ditto. Update copyright.
20347 * gdb.base/list.exp: Ditto.
20348 * gdb.base/funcargs.exp: Ditto. Update copyright.
20349 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
20350 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
20351 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
20352 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
20353 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
20354 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
20355
20356 2002-05-02 Michael Snyder <msnyder@redhat.com>
20357
20358 * gdb.base/watchpoint.exp: Add xscale target.
20359 * gdb.base/long_long.exp: Add xscale target.
20360 * gdb.base/default.exp: Add xscale target.
20361
20362 2002-05-01 Jim Blandy <jimb@redhat.com>
20363
20364 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
20365 gdb.c++/hang.exp: New test.
20366
20367 2002-05-01 Fred Fish <fnf@redhat.com>
20368
20369 * gdb.base/completion.exp: Handle completions of "./Make" for
20370 more than one completion possibility, as is the case when we
20371 build and test in the source tree.
20372
20373 2002-04-29 Anthony Green <green@redhat.com>
20374
20375 * gdb.java/jmisc1.exp: New file.
20376 * gdb.java/jmisc2.exp: New file.
20377
20378 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
20379
20380 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
20381
20382 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
20383
20384 * gdb.base/help.exp: Change 'help status' to allow for target
20385 dependent output differences.
20386
20387 2002-04-22 Michael Chastain <mec@shout.net>
20388
20389 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
20390
20391 2002-04-22 Michael Chastain <mec@shout.net>
20392
20393 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
20394
20395 2002-04-17 David S. Miller <davem@redhat.com>
20396
20397 * gdb.asm/sparc64.inc: New file.
20398 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
20399
20400 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
20401
20402 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
20403 instruction file directly into the build tree. Clean up at end of
20404 test.
20405
20406 2002-04-18 David S. Miller <davem@redhat.com>
20407
20408 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
20409 handle 64-bit platforms correctly.
20410 * gdb.base/maint.exp: Likewise.
20411
20412 2002-04-18 Kevin Buettner <kevinb@redhat.com>
20413
20414 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
20415 ``-fpic'' when compiling files comprising a shared library, but
20416 it does need additional linker flags in order to find shared
20417 libraries at run time.
20418
20419 2002-04-18 Kevin Buettner <kevinb@redhat.com>
20420
20421 * gdb.base/cvexpr.c (use): New function.
20422 (main): Invoke use() on all global variables to prevent
20423 some linkers from deleting these otherwise unused symbols.
20424
20425 2002-04-17 Michael Chastain <mec@shout.net>
20426 From David S. Miller <davem@redhat.com>
20427
20428 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
20429 handle 64-bit platforms correctly.
20430
20431 2002-04-12 Michael Snyder <msnyder@redhat.com>
20432 From Jim Blandy <jimb@redhat.com>
20433 * gdb.base/foo.c (foox): Remove section attribute; the linker
20434 script can handle this instead.
20435 * gdb.base/bar.c (barx): Same.
20436 * gdb.base/baz.c (bazx): Same.
20437 * gdb.base/grbx.c (grbxx): Same.
20438
20439 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
20440 manager doesn't automatically unmap overlays unnecessarily.
20441
20442 2002-04-10 Martin M. Hunt <hunt@redhat.com>
20443
20444 * gdb.base/ending-run.exp: Fix pattern for Mips targets
20445 stepping out of main.
20446
20447 2002-04-09 Michael Chastain <mec@shout.net>
20448
20449 * gdb.c++/local.cc (main): Move call to marker1() inside nested
20450 scope so that the nested scope tests will make sense.
20451 * gdb.c++/local.exp: Write patterns that actually work with gcc
20452 (the HP patterns "were never known to work with gcc").
20453 Keep the old aCC patterns too.
20454
20455 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
20456
20457 * gdb.base/attach.exp: Correct target board test.
20458
20459 2002-04-08 Michael Chastain <mec@shout.net>
20460
20461 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
20462 in a const method. Add some xfail and fail cases for configurations
20463 that do not emit the "const ...".
20464
20465 2002-04-07 Michael Chastain <mec@shout.net>
20466
20467 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
20468 Accept "A * const" and "const A * const" as type of "this".
20469 Fix spelling of getFunky throughout. Make messages uniform.
20470
20471 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
20472
20473 Work around for PR gdb/285:
20474 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
20475
20476 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
20477
20478 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
20479 instructions file at run time instead of configure time.
20480 Sometimes we run the test in a directory that is not the one we
20481 configured in.
20482 * gdb.asm/configure.in: Delete creation of symlink.
20483 * gdb.asm/configure: Regenerate.
20484
20485 2002-04-05 J. Brobecker <brobecker@gnat.com>
20486
20487 * gdb.gdb/xfullpath.exp: New test, to exercise the new
20488 xfullpath () function.
20489
20490 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
20491
20492 * gdb.asm/Makefile.in: Correct dependencies.
20493
20494 * gdb.asm/powerpc.inc: New file.
20495 * gdb.asm/asm-source.exp: Add PowerPC.
20496 * gdb.asm/configure.in: Likewise.
20497 * gdb.asm/configure: Regenerated.
20498
20499 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
20500
20501 * gdb.base/relocate.exp: New file.
20502 * gdb.base/relocate.c: New file.
20503
20504 2002-04-04 Fred Fish <fnf@redhat.com>
20505
20506 * gdb.base/step-test.exp: Update comment regarding stopping in
20507 memcpy/bcopy calls inserted as part of the compiler runtime.
20508
20509 2002-04-04 Michael Snyder <msnyder@redhat.com>
20510
20511 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
20512
20513 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
20514
20515 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
20516 (gdb_expect): Remove $notransfer hack.
20517
20518 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
20519
20520 * gdb.c++/classes.exp ("calling method for small class"): Match
20521 updated register output.
20522
20523 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
20524
20525 Fix PR gdb/452
20526 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
20527 when finished. Make gdb_file_cmd send "exec-file" when
20528 appropriate.
20529
20530 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
20531
20532 * gdb.base/attach.exp: Remove extra setup_xfail.
20533
20534 2002-03-26 Michael Snyder <msnyder@redhat.com>
20535
20536 * gdb.base/default.exp: Add tests for dump, append, and restore.
20537 * gdb.base/help.exp: Add tests for dump, append, and restore.
20538 * gdb.base/dump.exp: New file, test dump, append and restore.
20539 * gdb.base/dump.c: New file.
20540
20541 2002-03-27 Michael Snyder <msnyder@redhat.com>
20542
20543 * gdb.base/help.exp: Modify expect strings to reflect
20544 clean-ups in help messages.
20545
20546 2002-03-26 Fred Fish <fnf@redhat.com>
20547
20548 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
20549 have debugging info for those functions and the compiler uses them
20550 internally to copy structs around.
20551
20552 2002-03-26 Fred Fish <fnf@redhat.com>
20553
20554 * gdb.base/list.exp: Revert the change made yesterday and add note
20555 about why we don't list the default lines for remote targets.
20556
20557 2002-03-25 Michael Snyder <msnyder@redhat.com>
20558
20559 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
20560
20561 2002-03-25 Fred Fish <fnf@redhat.com>
20562
20563 * gdb.base/list.exp: This test works on remote targets so remove
20564 the short circuit for remote targets. Update copyright.
20565
20566 2002-03-25 Fred Fish <fnf@redhat.com>
20567
20568 * gdb.base/attach.exp: Fix logic error that was suppressing this
20569 test for all non hppa*-*-hpux* targets, instead of the hp target.
20570 Move comments closer to the suppression point. Also now need to
20571 check that we are running natively.
20572
20573 2002-03-22 Michael Snyder <msnyder@redhat.com>
20574
20575 * gdb.base/default.exp: Add test for gcore. Update copyright.
20576 * gdb.base/help.exp: Add test for gcore. Update copyright.
20577
20578 2002-03-06 Fred Fish <fnf@redhat.com>
20579
20580 * gdb.base/funcargs.c: Remove extraneous ';' character.
20581 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
20582
20583 2002-03-04 Michael Chastain <mec@shout.net>
20584
20585 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
20586 accommodate gcc v3 function signature.
20587 * gdb.mi/mi0-var-cmd-exp: Ditto.
20588
20589 2002-02-24 Andrew Cagney <ac131313@redhat.com>
20590
20591 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
20592 ``GNU/Linux'' or ``Linux kernel''
20593 * testsuite/gdb.threads/pthreads.c: Ditto.
20594
20595 2002-02-24 Michael Chastain <mec@shout.net>
20596
20597 * gdb.threads/pthreads.c (thread1): Add a return statement.
20598 (thread2): Likewise.
20599 (foo): Likewise.
20600
20601 2002-02-23 Michael Chastain <mec@shout.net>
20602
20603 * gdb.threads/linux-dp.c (philosopher): Add a return statement
20604 to placate gcc.
20605
20606 2002-02-23 Michael Chastain <mec@shout.net>
20607
20608 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
20609 test "ptype bint". The test passes on all my stabs configurations.
20610
20611 2002-02-21 Jim Blandy <jimb@redhat.com>
20612
20613 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
20614 filename at a time, and watch for the ones we want to see.
20615
20616 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
20617 types of pointers to prototyped functions.
20618
20619 2002-02-20 Andrew Cagney <ac131313@redhat.com>
20620
20621 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
20622 signed, unsigned and straight char.
20623 (padding_char, padding_short, padding_int, padding_long,
20624 padding_long_long, padding_float, padding_double,
20625 padding_long_double): New global variables.
20626 (fill, fill_structs): New functions.
20627
20628 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
20629 for correctly sized writes. Update copyright.
20630 (get_valueof): New procedure.
20631 (get_sizeof): Call get_valueof.
20632 (check_valueof): New procedure.
20633 (check_padding): New procedure.
20634
20635 2002-02-20 Michael Chastain <mec@shout.net>
20636
20637 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
20638 to setup_xfail. Document some of the remaining calls.
20639
20640 2002-02-18 Michael Chastain <mec@shout.net>
20641
20642 * gdb.c++/userdef.exp: Update copyright year.
20643
20644 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
20645
20646 * gdb.c++/userdef.exp: Test overloaded operators properly.
20647 Remove xfails.
20648
20649 2002-02-14 Michael Snyder <msnyder@redhat.com>
20650
20651 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
20652
20653 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
20654
20655 * gdb.base/a2-run.exp: Check for a remote target properly.
20656 * gdb.base/annota1.exp: Likewise.
20657 * gdb.base/list.exp: Likewise.
20658 * gdb.base/reread.exp: Likewise.
20659 * gdb.base/scope.exp: Likewise.
20660 * gdb.base/shlib-call.exp: Likewise.
20661 * gdb.base/term.exp: Likewise.
20662 * gdb.c++/annota2.exp: Likewise.
20663
20664 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
20665
20666 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
20667
20668 2002-02-10 Michael Chastain <mec@shout.net>
20669
20670 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
20671 (call_after_alloca): Ditto.
20672
20673 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
20674
20675 * gdb.base/ending-run.exp: Guard "cont" test with
20676 gdb_skip_stdio_test.
20677
20678 2002-02-06 Jim Blandy <jimb@redhat.com>
20679
20680 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
20681 from here...
20682 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
20683 To here. Disable this test on non-HP platforms. Add big comment.
20684
20685 2002-02-04 Michael Snyder <msnyder@redhat.com>
20686
20687 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
20688 other than d10v and m32r.
20689
20690 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
20691
20692 * gdb.base/default.exp: Rewrite test patterns to reduce time
20693 taken to match them.
20694
20695 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
20696
20697 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
20698 Allow a start function above main.
20699 * gdb.threads/linux-dp.exp: Fix copyright date.
20700
20701 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
20702
20703 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
20704 (check_philosopher_stack): Check for manager thread before checking
20705 for a just-starting thread.
20706
20707 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
20708
20709 From Neil Booth <neil@daikokuya.demon.co.uk>:
20710 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
20711 warnings.
20712
20713 2002-01-21 Fred Fish <fnf@redhat.com>
20714
20715 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
20716 not caller.
20717
20718 2002-01-21 Jim Blandy <jimb@redhat.com>
20719
20720 * gdb.base/reread.exp: Check that GDB properly re-reads the
20721 executable file when it changes while no inferior is running.
20722
20723 2002-01-21 Fred Fish <fnf@redhat.com>
20724
20725 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
20726 optionally accept the "shlib events" variation.
20727
20728 2002-01-21 Jim Blandy <jimb@redhat.com>
20729
20730 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
20731 call `fflush' after every `printf', so that the output is produced
20732 at predictable points, regardless of whatever buffering does (or
20733 doesn't) take place.
20734 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
20735 at different points.
20736
20737 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
20738
20739 * gdb.c++/inherit.exp: Update copyright years.
20740 * gdb.c++/method.exp: Likewise.
20741
20742 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
20743
20744 * gdb.c++/classes.exp: Update for improved v3 support and skipping
20745 artificial methods/arguments.
20746 * gdb.c++/derivation.exp: Likewise.
20747 * gdb.c++/inherit.exp: Likewise.
20748 * gdb.c++/method.exp: Likewise.
20749 * gdb.c++/virtfunc.exp: Likewise.
20750
20751 2002-01-18 Andrew Cagney <ac131313@redhat.com>
20752
20753 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
20754 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
20755 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
20756 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
20757 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
20758 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
20759
20760 2002-01-17 Jim Blandy <jimb@redhat.com>
20761
20762 * gdb.asm/asm-source.exp (info symbol): Take another shot at
20763 anchoring the pattern matching the entry point symbol's name.
20764
20765 2002-01-17 Andrew Cagney <ac131313@redhat.com>
20766
20767 * gdb.base/maint.exp: Update ``maint internal-error'' to match
20768 continue/quit query. Update copyright.
20769
20770 2002-01-14 Michael Snyder <msnyder@redhat.com>
20771
20772 * gdb.base/gcore.exp: Remove extra debugging output.
20773
20774 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
20775
20776 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
20777 for slightly dubious v2 mangled string.
20778
20779 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
20780
20781 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
20782
20783 2002-01-10 Jason Merrill <jason@redhat.com>
20784
20785 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
20786
20787 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
20788 constructors.
20789 * gdb.c++/derivation.exp: Likewise.
20790 * gdb.c++/templates.exp: Likewise.
20791 * gdb.c++/virtfunc.exp: Likewise.
20792
20793 2002-01-10 Michael Snyder <msnyder@redhat.com>
20794
20795 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
20796
20797 2002-01-08 Michael Snyder <msnyder@redhat.com>
20798
20799 * gdb.base/gcore.exp: New test for generate-core-file command.
20800 * gdb.base/gcore.c: Testcase for above.
20801 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
20802
20803 2002-01-08 Jason Merrill <jason@redhat.com>
20804
20805 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
20806
20807 2002-01-07 Fred Fish <fnf@redhat.com>
20808
20809 * gdb.c++/overload.exp: Remove unconditional xfails for:
20810 print foo_instance1.overloadargs(1)
20811 print foo_instance1.overloadargs(1, 2)
20812 print foo_instance1.overloadargs(1, 2, 3)
20813 print foo_instance1.overloadargs(1, 2, 3, 4)
20814 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
20815 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
20816 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
20817 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
20818 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
20819 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
20820 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
20821 print foo_instance1.overload1arg()
20822 print foo_instance1.overload1arg((char)arg2)
20823 print foo_instance1.overload1arg((signed char)arg3)
20824 print foo_instance1.overload1arg((unsigned char)arg4)
20825 print foo_instance1.overload1arg((int)arg7)
20826 print foo_instance1.overload1arg((unsigned int)arg8)
20827 print foo_instance1.overload1arg((float)arg11)
20828 print foo_instance1.overload1arg((double)arg12)
20829
20830 2002-01-07 Michael Snyder <msnyder@redhat.com>
20831
20832 * gdb.base/huge.exp: New test. Print a very large target data object.
20833 (skip_huge_test): New test variable. Define if you want to skip this
20834 test. The test reads an 8 megabyte data object from the target, so it
20835 might be very time consuming on remote targets with a slow connection.
20836 * gdb.base/huge.c: New file. Test case for above.
20837
20838 2002-01-07 Fred Fish <fnf@redhat.com>
20839
20840 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
20841 g_instance.bfoo, and g_instance.cfoo.
20842
20843 2002-01-07 Jeffrey A Law <law@redhat.com>
20844
20845 * gdb.base/break.c (multi_line_if_conditional): New function.
20846 (multi_ilne_while_conditional): Likewise.
20847 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
20848 IF or WHILE condition puts the breakpoint at the start of
20849 the condition.
20850
20851 * gdb.base/selftest.exp (backtrace through signal handler): Remove
20852 hppa*-*-hpux* expected failure.
20853 * gdb.base/structs.exp (do_function_calls): Similarly.
20854
20855 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
20856 watchpoints.
20857
20858 2002-01-06 Andrew Cagney <ac131313@redhat.com>
20859
20860 Fix PR gdb/66.
20861 * gdb.base/structs.exp: Replace skip for a29k with skip for
20862 gdb,cannot_call_functions.
20863 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
20864 * gdb.base/callfuncs.exp: Ditto.
20865 * gdb.base/call-rt-st.exp: Ditto.
20866 * gdb.base/call-strs.exp: Ditto.
20867 * gdb.base/callfwmall.exp: Ditto.
20868 * gdb.base/scope.exp: Obsolete xfail a29k.
20869 * gdb.c++/misc.exp: Ditto.
20870 * gdb.c++/cplusfuncs.exp: Ditto.
20871 * gdb.base/ptype.exp: Ditto.
20872 * gdb.base/printcmds.exp: Ditto.
20873 * gdb.base/opaque.exp: Ditto.
20874 * gdb.base/list.exp: Ditto.
20875 * gdb.base/funcargs.exp: Ditto.
20876 * gdb.base/default.exp: Ditto.
20877
20878 2002-01-04 Michael Snyder <msnyder@redhat.com>
20879
20880 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
20881 * gdb.base/maint.exp: Add tests for maint info sections options.
20882
20883 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
20884
20885 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
20886
20887 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
20888
20889 * gdb.asm/arm.inc: New file.
20890 * gdb.asm/asm-source.exp: Add arm targets.
20891 * gdb.asm/configure.in: Ditto.
20892 * gdb.asm/configure: Recreated from configure.in.
20893
20894 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
20895
20896 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
20897 with HP's compiler.
20898 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20899 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20900 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20901 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20902
20903 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
20904 either HP's compilers or GCC.
20905
20906 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
20907 a SIGBUS or SIGSEGV.
20908
20909 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
20910
20911 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
20912 can be compiled with either HP's compiler or GCC.
20913
20914 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
20915 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
20916 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
20917
20918 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
20919 to match current gdb output. Update due to using auto-solib-limit
20920 for limiting instead of overloading auto-solib-add.
20921 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
20922 test program.
20923
20924 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
20925 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
20926 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20927 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20928 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20929 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20930 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
20931 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
20932 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
20933 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
20934 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
20935 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
20936 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
20937
20938 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
20939 a SIGTRAP to the inferior.
20940
20941 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
20942
20943 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
20944 Substitute call to target_link by call to gdb_compile.
20945
20946 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
20947
20948 * gdb.base/break.exp: Fix HP specific search string when testing
20949 backtracing in a called function.
20950
20951 * gdb.base/constvars.exp: Only set lang to C++ if we're
20952 compiling the test with HP's compilers.
20953 * gdb.base/volatile.exp: Similarly.
20954
20955 2001-12-19 Jim Blandy <jimb@redhat.com>
20956
20957 * gdb.base/printcmds.exp: Expect the null character to be printed
20958 as '\0', and the '\013' to be printed as '\v'.
20959 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
20960 * gdb.base/setvar.exp: Same.
20961
20962 2001-12-17 Jim Blandy <jimb@redhat.com>
20963
20964 * gdb.base/completion.exp: Rather than completing very long
20965 filenames, which can make the readline library produce output we
20966 don't recognize, cd to the directory first, and then complete
20967 using nice, short relative paths.
20968
20969 * gdb.base/completion.exp: On some systems, there is, in fact, a
20970 variable named `b' in scope, since GDB treats all static
20971 variables as being in scope. So use `no_var_named_this'
20972 instead of `b'.
20973
20974 * gdb.base/corefile.exp: Recognize the message saying that GDB
20975 can't find the core file's registers as a failure.
20976
20977 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
20978
20979 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
20980 test expect string more specific.
20981
20982 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
20983
20984 * gdb.asm/asm-source.exp: Add support for xstormy16.
20985 * gdb.asm/configure.in: Ditto.
20986 * gdb.asm/configure: Rebuild.
20987 * gdb.asm/xstormy16.inc: New file.
20988
20989 2001-12-10 Fred Fish <fnf@redhat.com>
20990
20991 * gdb.base/maint.exp: Update to match changes in type dumping code.
20992
20993 2001-12-10 Jim Blandy <jimb@redhat.com>
20994
20995 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
20996 matching the entry point symbol's name at the beginning of the
20997 line.
20998
20999 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
21000
21001 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
21002 gdb.c++/inherit.exp, gdb.c++/method.exp,
21003 gdb.c++/namespace.exp, gdb.c++/templates.exp,
21004 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
21005 and class layout support.
21006
21007 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
21008
21009 * gdb.c++/classes.exp: Add test for static member function.
21010 * gdb.c++/misc.cc: Add class with static member function.
21011
21012 2001-12-07 Jim Blandy <jimb@redhat.com>
21013
21014 If GDB says it can't find the struct the function returned, report
21015 those tests as `unsupported'.
21016 * gdb.base/call-rt-st.exp (print_struct_call): New function.
21017 Rewrite subsequent tests to use it.
21018
21019 If GDB says it can't find the struct the function returned, report
21020 those tests as `unsupported'.
21021 * gdb.base/structs.exp (call_struct_func): New function.
21022 (do_function_calls): Use call_struct_func to call the functions
21023 returning structs.
21024
21025 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
21026 whether functions are prototyped or not, so we can't possibly pass
21027 arguments to t_float_values2 properly.
21028
21029 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
21030 value of `timeout' for targets other than the mips*tx39-*.
21031
21032 2001-12-06 Michael Snyder <msnyder@redhat.com>
21033
21034 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
21035 and detect whether the start symbol has a leading underscore.
21036
21037 2001-12-04 Jim Blandy <jimb@redhat.com>
21038
21039 * gdb.base/completion.exp: Clarify indentation.
21040
21041 2001-12-03 Jim Blandy <jimb@redhat.com>
21042
21043 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
21044 variables on the S/390, not `.word'.
21045
21046 2001-11-30 Jim Blandy <jimb@redhat.com>
21047
21048 Add assembly-source tests for s390-ibm-linux.
21049 * gdb.asm/s390.inc: New file.
21050 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
21051 the S/390 architecture.
21052 * gdb.asm/configure: Regenerated.
21053
21054 2001-11-30 Michael Snyder <msnyder@redhat.com>
21055
21056 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
21057 next, info source, info sources, info line, global and static
21058 variables, and static functions.
21059 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
21060 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
21061 * gdb.asm/asmsrc1.s: Add a static function and some variables.
21062 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
21063 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
21064 (gdbasm_leave): Restore frame pointer.
21065 (gdbasm_startup): Copy stack set-up from crt0.S.
21066
21067 2001-11-26 Fernando Nasser <fnasser@redhat.com>
21068
21069 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
21070 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
21071 to a local (non-static) variable. Copy tstruct.a to a static buffer
21072 and return a pointer to that buffer.
21073 * gdb.base/callfwmall.c (t_structs_a): Ditto.
21074
21075 2001-11-24 Mark Kettenis <kettenis@gnu.org>
21076
21077 * gdb.asm/configure.in: Fix recognition of ix86 target.
21078 * gdb.asm/configure: Regenerate.
21079
21080 2001-11-21 Michael Snyder <msnyder@redhat.com>
21081
21082 * gdb.asm/sparc.inc: New file.
21083 * gdb.asm/asm-source.exp: Recognize sparc target.
21084 * gdb.asm/configure.in: Recognize sparc target.
21085 * gdb.asm/configure: Regenerate.
21086
21087 2001-11-21 Michael Snyder <msnyder@redhat.com>
21088
21089 * gdb.asm/m32r.inc: New file.
21090 * gdb.asm/asm-source.exp: Recognize m32r target.
21091 * gdb.asm/configure.in: Recognize m32r target.
21092 * gdb.asm/configure: Regenerate.
21093
21094 2001-11-20 Michael Snyder <msnyder@redhat.com>
21095
21096 * gdb.asm/i386.inc: New file.
21097 * gdb.asm/asm-source.exp: Recognize ix86 target.
21098 * gdb.asm/configure.in: Recognize ix86 target.
21099 * gdb.asm/configure: Regenerate.
21100
21101 * gdb.c++/namespace.exp: Fix quotes in output messages.
21102
21103 2001-11-14 Michael Snyder <msnyder@redhat.com>
21104
21105 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
21106 qualifier in a type cast expression, to designate an address
21107 in the instruction space (Harvard architecture).
21108
21109 2001-11-13 Michael Snyder <msnyder@redhat.com>
21110
21111 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
21112 Tests for expressions using 'const' and 'volatile'.
21113
21114 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
21115
21116 * gdb.asm/asm-sources.exp: Allow defining linker flags.
21117
21118 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
21119
21120 * lib/mi-support.exp (mi_run_to_helper): Move comments
21121 outside of gdb_expect.
21122
21123 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
21124
21125 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
21126 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
21127 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
21128 mi0_run_to): New functions.
21129 * gdb.mi/mi-simplerun.exp: Use them.
21130 * gdb.mi/mi0-simplerun.exp: Likewise.
21131 * gdb.mi/mi-var-cmd.exp: Likewise.
21132 * gdb.mi/mi0-var-cmd.exp: Likewise.
21133
21134 2001-11-10 Andrew Cagney <ac131313@redhat.com>
21135
21136 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
21137 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
21138
21139 2001-11-09 Andrew Cagney <ac131313@redhat.com>
21140
21141 * gdb.base/restore.exp: Include $expected value in restored test
21142 message.
21143
21144 2001-11-09 Andrew Cagney <ac131313@redhat.com>
21145
21146 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
21147 implemented.
21148
21149 2001-11-08 Michael Snyder <msnyder@redhat.com>
21150
21151 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
21152 Add pass/fail message for stop at breakpoint in call dummy function.
21153
21154 2001-11-07 Michael Snyder <msnyder@redhat.com>
21155
21156 * gdb.c++/templates.exp (test_template_breakpoints):
21157 If we get an overload menu, but it does not match what
21158 we expect, we still need to issue the "cancel" command.
21159 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
21160 making the whitespace optional. Argument for "new" may be
21161 "unsigned" as well as "unsigned int/long".
21162 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
21163 making the whitespace optional. Also replace "(void) with
21164 "((void|)), making the keyword "void" optional.
21165 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
21166 making the whitespace optional. Also replace "(void) with
21167 "((void|)), making the keyword "void" optional.
21168 * gdb.base/callfuncs.c (t_float_values): This function must
21169 _not_ be prototyped, and the following function (t_float_values2)
21170 must be prototyped (if the compiler supports it), so that GDB
21171 can be tested against both cases. Usually one case involves
21172 promotion of float to double, while the other does not.
21173 * gdb.base/callfwmall.c: Ditto.
21174 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
21175 includes a stack frame for "start".
21176
21177 2001-11-05 Jim Blandy <jimb@redhat.com>
21178
21179 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
21180 pointers are 32 bits long, and that offsets of relocs are always
21181 stored in the data (REL-style), and not in the reloc entry itself
21182 (RELA-style).
21183 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
21184 stabs.
21185
21186 2001-11-01 Michael Snyder <msnyder@redhat.com>
21187
21188 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
21189 and regular expression operators by using quoting.
21190
21191 2001-10-31 Michael Snyder <msnyder@redhat.com>
21192
21193 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
21194 depending on what the symbol table contains.
21195 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
21196 the output of the ptype command. Similarly, accept both "const &"
21197 and "const&".
21198
21199 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
21200
21201 * gdb.base/miscexprs.c (main): Add usage of preprocessor
21202 symbol `STORAGE' to allow to choose the storage class of
21203 the local datastructures.
21204 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
21205 compiler directive.
21206
21207 2001-10-30 Michael Snyder <msnyder@redhat.com>
21208
21209 * gdb.base/jump.exp: Allow it to run for all targets.
21210
21211 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
21212
21213 * gdb.base/call-ar-st.c (print_double_array): Match for loop
21214 with new double_array size.
21215 (main): Change storage class of all local variables to static.
21216 Reduce size of double_array to 9.
21217 * gdb.base/call-ar-st.exp: Increase timeout value.
21218 Change expected output for double array to match new size in
21219 call-ar-st.c.
21220
21221 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
21222
21223 * gdb.base/ending-run.exp: Create identical output when passing
21224 `step to end of run' case. Add regular expression branch satisfying
21225 Stormy16 target.
21226
21227 2001-10-28 Mark Kettenis <kettenis@gnu.org>
21228
21229 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
21230 that we catch the expected failure under Linux/x86.
21231
21232 2001-10-29 Orjan Friberg <orjanf@axis.com>
21233
21234 * gdb.base/setvar.exp: Escape curly braces.
21235 * gdb.stabs/weird.exp: Ditto.
21236
21237 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
21238
21239 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
21240 * gdm.mi/mi0-hack-cli.exp: Likewise.
21241
21242 2001-10-25 Andrew Cagney <ac131313@redhat.com>
21243
21244 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
21245 messages.
21246
21247 2001-10-21 Andrew Cagney <ac131313@redhat.com>
21248
21249 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
21250 checking MI enabled.
21251
21252 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
21253
21254 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
21255
21256 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
21257
21258 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
21259 if gdb child process crashes, just signal an error.
21260
21261 2001-10-02 Jim Blandy <jimb@redhat.com>
21262
21263 * lib/gdb.exp (test_xfail_format): Simplify.
21264
21265 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
21266 front of the variable name `format'. Simplify `if'.
21267
21268 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
21269
21270 * gdb.threads/pthreads.exp: Wait for output and delay
21271 before sending ^C.
21272
21273 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
21274
21275 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
21276 some incorrect output instead of timing out.
21277 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
21278
21279 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
21280
21281 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
21282 check to allow additional `int'.
21283
21284 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
21285
21286 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
21287 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
21288
21289 2001-09-27 Michael Snyder <msnyder@redhat.com>
21290
21291 * lib/gdb.exp (test_debug_format): New proc.
21292 (setup_xfail_format): Use new proc test_debug_format.
21293 * gdb.base/constvars.exp (local_compiler_xfail_check): New
21294 proc; use new service proc test_debug_format.
21295 Replace all other "gcc_compiled" tests with this test.
21296 * gdb.base/volatile.exp (local_compiler_xfail_check): New
21297 proc; use new service proc test_debug_format.
21298 Replace all other "gcc_compiled" tests with this test.
21299
21300 2001-09-27 Michael Snyder <msnyder@redhat.com>
21301
21302 * gdb.base/cvexpr.exp: New file.
21303 * gdb.base/cvexpr.c: New file
21304 Test for expressions using const and volatile keywords.
21305
21306 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
21307
21308 * gdb.base/constvars.exp: Check for different orders of keywords
21309 and additional "int" strings in output.
21310
21311 2001-09-22 Andrew Cagney <ac131313@redhat.com>
21312
21313 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
21314 responses from "help maint".
21315
21316 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
21317
21318 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
21319 to localhost:NNN instead of :NNN, in case Xvfb is listening
21320 only on TCP.
21321
21322 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
21323
21324 * gdb.base/recurse.exp: When checking leaving the watchpoint
21325 scope, recognize when gdb is in function's epilogue and pass.
21326
21327 2001-09-18 Keith Seitz <keiths@redhat.com>
21328
21329 * lib/insight-support.exp (_gdbtk_export_target_info): Add
21330 support for running tests against sid targets.
21331 (gdbtk_done): Ditto.
21332
21333 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
21334
21335 * gdb.base/ending-run.c (main): Set stdout buffersize
21336 to the same reasonable value for any target.
21337 * gdb.base/ending-run.exp: Add a regular expression
21338 to make testsuite happy on Sanyo Stormy16 target.
21339
21340 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
21341
21342 * gdb.base/display.c (do_loops): Add float variable `f'.
21343 Increment f in loop.
21344 * gdb.base/display.exp: Increment timeout by 60 seconds.
21345 Change float display test to use variable `f'.
21346
21347 2001-09-17 Jim Blandy <jimb@redhat.com>
21348
21349 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
21350 overflowing the limited breakpoint tables on some ROM monitors
21351 (like the ROM68K).
21352
21353 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
21354
21355 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
21356 the "-ac" (disable access control) flag.
21357
21358 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
21359
21360 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
21361 ints.
21362
21363 2001-08-30 Keith Seitz <keiths@redhat.com>
21364
21365 * lib/gdb.exp: Move all insight-related functionality into
21366 separate file.
21367 * lib/insight-support.exp: New file.
21368
21369 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
21370
21371 * config/sid.exp (sid_start): Never set sid verbosity; disable
21372 expect_background {} that consumed its stdout; tolerate </dev/null.
21373 Attempt to set endianness override in "sid" protocol mode. Cleanup.
21374
21375 2001-08-18 Andrew Cagney <ac131313@redhat.com>
21376
21377 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
21378 CLI jump command to start it.
21379 (mi_run_to_main): Fail immediatly when unexpected output.
21380
21381 2001-08-18 Andrew Cagney <ac131313@redhat.com>
21382
21383 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
21384 beginning of function. Fix PR gdb/191.
21385
21386 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
21387
21388 * config/sid.exp (sid_start): Don't warn if we cannot figure out
21389 what to force sid endianness to.
21390
21391 2001-08-15 Keith Seitz <keiths@redhat.com>
21392
21393 * lib/gdb.exp (gdbtk_start): Don't set environment
21394 variables for TCL_LIBRARY and friends. Insight will
21395 now figure these out for itself.
21396
21397 2001-08-02 Michael Snyder <msnyder@redhat.com>
21398
21399 * gdb.base/completion.exp: Remove the symbol "a64l" from
21400 the expect string; this is target-specific, and not related
21401 to what is being tested.
21402
21403 2001-08-02 Dave Brolley <brolley@redhat.com>
21404
21405 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
21406
21407 2001-07-25 Michael Snyder <msnyder@redhat.com>
21408
21409 * gdb.base/consecutive.exp: New file. Test stepping over
21410 breakpoints on consecutive instructions.
21411 * gdb.base/consecutive.c: New file.
21412
21413 * gdb.base/call-rt-st.exp: Use double-backslash to quote
21414 curly braces in regular expressions.
21415
21416 2001-07-25 Michael Snyder <msnyder@redhat.com>
21417
21418 * gdb.base/ending-run.exp: Accept "Program exited normally" as
21419 legitimate output from stepping out of main.
21420
21421 2001-07-22 Keith Seitz <keiths@redhat.com>
21422
21423 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
21424 the empty string, do not run the tests.
21425
21426 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21427
21428 * gdb.base/long_long.exp: Detect size of pointer. Take into
21429 account 2-byte pointers when testing for p/a results.
21430
21431 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21432
21433 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
21434 and defined to 1K for m68hc11.
21435 (random_data): Reduce table to 1K for embedded platforms (68hc11).
21436 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
21437 (sizeof_random_data): New variable to tell the size of the data table;
21438 don't test past this size; always run to main.
21439
21440 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21441
21442 * gdb.base/return2.exp: return of long long and double fails for
21443 68HC11; don't execute these tests on that platform.
21444 * gdb.base/return.exp: Return of a double fails for 68hc11.
21445
21446 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
21447
21448 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
21449 tests that print a float.
21450 * call-rt-st.exp: Likewise.
21451
21452 2001-07-12 Mark Kettenis <kettenis@gnu.org>
21453
21454 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
21455 running this test on Linux.
21456
21457 2001-06-24 Michael Chastain <chastain@redhat.com>
21458
21459 * gdb.base/arithmet.exp: Remove some tests to make all test names
21460 unique.
21461
21462 2001-07-03 Michael Snyder <msnyder@redhat.com>
21463
21464 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
21465 the output of the ptype command.
21466
21467 2001-07-02 Michael Snyder <msnyder@redhat.com>
21468
21469 * gdb.base/completion.exp: Don't assume that break.c is the only
21470 source file that may contain functions named "marker".
21471 * gdb.base/corefile.exp: Quote the curly braces in regexp.
21472
21473 2001-06-28 Andrew Cagney <ac131313@redhat.com>
21474
21475 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
21476 of files to delete.
21477
21478 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
21479 * gdb.disasm/h8300s.exp: New file.
21480 gdb.disasm/h8300s.s: Likewise.
21481
21482 2001-06-27 Andrew Cagney <ac131313@redhat.com>
21483
21484 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
21485 empty breakpoint tables.
21486
21487 2001-06-25 Andrew Cagney <ac131313@redhat.com>
21488
21489 * lib/mi-support.exp: Update args=... part of stop-reason
21490 patterns. Accept either a list or a tuple.
21491
21492 2001-06-23 Andrew Cagney <ac131313@redhat.com>
21493
21494 * lib/mi-support.exp: Remove local emacs variable defining
21495 change-log-default-name.
21496
21497 2001-06-22 Michael Chastain <chastain@redhat.com>
21498
21499 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
21500 This is operationally compatible with the previous version.
21501
21502 2001-06-13 Jim Blandy <jimb@redhat.com>
21503
21504 * lib/gdb.exp (gdb_test): Doc fix.
21505
21506 2001-06-10 Michael Chastain <chastain@redhat.com>
21507
21508 * gdb.base/exprs.exp: Remove a duplicate test.
21509
21510 2001-06-06 Jim Blandy <jimb@redhat.com>
21511
21512 * gdb.base/return2.exp (main): Use values to test float and double
21513 returns that are not NaN's, to avoid being confused by IEEE
21514 comparison rules.
21515
21516 2001-06-04 Michael Snyder <msnyder@redhat.com>
21517
21518 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
21519 non-zero if control_c fails. Terminate the test on failure,
21520 rather than wait for 12 more tests to time out.
21521
21522 2001-06-06 Jim Blandy <jimb@redhat.com>
21523
21524 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
21525 Don't forget to match the GDB prompt.
21526
21527 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
21528
21529 2001-06-04 Jim Blandy <jimb@redhat.com>
21530
21531 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
21532 command.
21533
21534 2001-05-31 Kevin Buettner <kevinb@redhat.com>
21535
21536 * gdb.base/annota1.exp (info break): Match four or more spaces
21537 after "Address".
21538
21539 2001-05-31 Michael Chastain <chastain@redhat.com>
21540
21541 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
21542 (dm_type_int_star): Likewise.
21543 (dm_type_long_star): Likewise.
21544 (dm_type_void_star): Likewise.
21545
21546 2001-05-29 Kevin Buettner <kevinb@redhat.com>
21547
21548 * gdb.base/completion.exp (INPUTRC): Set this environment variable
21549 to a known value in order to get consistent results regardless
21550 of the setting of INPUTRC or the presence or contents of .inputrc.
21551
21552 2001-05-24 Michael Snyder <msnyder@redhat.com>
21553
21554 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
21555 Don't require that the main thread and the manager thread are the
21556 first in the list.
21557
21558 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
21559 debugging. If test fails, issue an "unsupported" not a "fail".
21560
21561 2001-05-24 Jim Blandy <jimb@redhat.com>
21562
21563 Don't assume that short is shorter than int.
21564 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
21565 assume that shorts are smaller than ints. On a 16-bit machine,
21566 this isn't true.
21567 ("print unsigned char == (~0)"): Add test that verifies that ~0,
21568 an int, is not equal to ~0 stored in an unsigned char. This tests
21569 the same thing that the previous test meant to, but works on
21570 16-bit machines, too.
21571 ("print unsigned char != (~0)"): Same test, complemented.
21572
21573 2001-05-24 Michael Snyder <msnyder@redhat.com>
21574
21575 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
21576 test for (full_coverage == 0). This makes the test run faster,
21577 and prevents dejagnu getting out of step.
21578
21579 2001-05-23 Kevin Buettner <kevinb@redhat.com>
21580
21581 * gdb.base/finish.exp (finish_void): Revise pattern for
21582 stopping on the call statement to not permit stopping at
21583 the start of the instructions comprising the call sequence.
21584
21585 2001-05-19 Michael Chastain <chastain@redhat.com>
21586
21587 * gdb.base/callfuncs.exp: Make all test names unique.
21588 * gdb.base/commands.exp: Make all test names unique.
21589 * gdb.base/condbreak.exp: Make all test names unique.
21590 * gdb.base/dbx.exp: Make all test names unique.
21591 * gdb.base/default.exp: Make all test names unique.
21592 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
21593 and TIMEOUT messages to their corresponding PASS message.
21594 * gdb.base/ending-run.exp: Make all test names unique.
21595 * gdb.base/long_long.exp: Remove duplicate test.
21596
21597 2001-05-21 Kevin Buettner <kevinb@redhat.com>
21598
21599 * gdb.base/finish.exp (finish_void): Allow "finish" command to
21600 stop on the call statement as well as the statement after the
21601 call.
21602
21603 2001-05-21 Michael Snyder <msnyder@redhat.com>
21604
21605 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
21606
21607 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
21608
21609 * gdb.base/completion.exp: Revamp test. Make it execute on all
21610 platforms.
21611
21612 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
21613
21614 * config/gdbserver.exp (gdb_load): Handle the case
21615 in which the arguments to gdbserver are given in the
21616 baseboard configuration file.
21617 Also handle the case in which the server needs to do a
21618 load.
21619
21620 2001-05-07 Keith Seitz <keiths@cygnus.com>
21621
21622 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
21623 set up the display for testing.
21624 (gdbtk_start): Convert all paths to paths that tcl will like.
21625 Export target information to environment.
21626 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
21627 necessary.
21628 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
21629 (to_tcl_path): New proc to convert a given pathname into
21630 a path acceptible as an argument to a tcl command.
21631 (_gdbtk_export_target_info): New proc to export target info
21632 into the environment for gdbtk testing.
21633 (gdbtk_done): New proc to signal end-of-test.
21634
21635 2001-05-06 Jim Blandy <jimb@redhat.com>
21636
21637 * restore.c: Make the code of caller0 correspond to its comment.
21638
21639 2001-05-03 Michael Snyder <msnyder@redhat.com>
21640
21641 * config/sid.exp (gdb_target_sid): Check for error messages.
21642 On error or timeout, don't make expect exit (which will terminate
21643 all subsequent tests); instead just make gdb exit.
21644 (gdb_load): Check for error messages. On error or timeout,
21645 return a negative value.
21646
21647 2001-04-24 Jim Blandy <jimb@redhat.com>
21648
21649 * gdb.c++/templates.exp: If we see the prompt for the overload
21650 list, but we haven't recognized any of the longer patterns,
21651 arrange for this test to fail, not hang.
21652
21653 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
21654 variations.
21655
21656 2001-04-22 Michael Chastain <chastain@redhat.com>
21657
21658 * gdb.c++/local.exp: Use the 'runto' library function.
21659 * gdb.c++/namespace.exp: Likewise.
21660 * gdb.c++/overload.exp: Likewise.
21661
21662 2001-03-26 Kevin Buettner <kevinb@redhat.com>
21663
21664 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
21665 * gdb.base/step-line.exp: New file. Test step/next in presence of
21666 #line directives.
21667 * gdb.base/step-line.c: New file. Test program for the above.
21668 * gdb.base/step-line.inp: New file. We pretend that this file has
21669 been transformed by some other tool into step-line.c.
21670
21671 2001-03-21 Jim Blandy <jimb@redhat.com>
21672
21673 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
21674 unmangled operator names.
21675
21676 2001-03-20 Jim Blandy <jimb@redhat.com>
21677
21678 * gdb.threads/linux-dp.exp: Recognize an additional message
21679 generated by GDB when it doesn't understand how to debug threads
21680 on the target system.
21681
21682 2001-03-19 Andrew Cagney <ac131313@redhat.com>
21683
21684 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
21685
21686 2001-03-12 Michael Chastain <chastain@redhat.com>
21687
21688 * gdb.c++/derivation.exp: Use the 'runto' library function.
21689
21690 2001-03-12 Michael Chastain <chastain@redhat.com>
21691
21692 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
21693
21694 2001-02-24 Michael Chastain <chastain@redhat.com>
21695
21696 * gdb.c++/ref-types.exp: Change handwritten code to library
21697 function 'runto'.
21698
21699 2001-03-16 Orjan Friberg <orjanf@axis.com>
21700
21701 * gdb.base/signals.exp: Set count to 0 explicitly.
21702
21703 2001-03-15 Mark Salter <msalter@redhat.com>
21704
21705 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
21706 (gdb_target_monitor): Add check of gdb_target_cmd return value.
21707 (gdb_load): Add support for additional target_info: gdb_download_size
21708 and gdb_load_timeout.
21709
21710 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
21711
21712 * gdb.base/annota1.exp: Move test of isnative to earlier in the
21713 file -- to prevent failing when the compile fails but we have no
21714 intention of running the tests anyway.
21715
21716 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
21717 tests if set.
21718
21719 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
21720 integers.
21721
21722 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
21723 * gdb.c++/namespace.exp: Ditto.
21724
21725 2001-03-07 Orjan Friberg <orjanf@axis.com>
21726
21727 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
21728 * gdb.base/pointers.exp: Relax pattern match of decimals.
21729
21730 2001-03-06 Kevin Buettner <kevinb@redhat.com>
21731
21732 * Makefile.in, config/abug.exp, config/cfdbug.exp,
21733 config/cpu32bug.exp, config/dve.exp, config/est.exp,
21734 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
21735 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
21736 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
21737 config/sh.exp, config/sid.exp, config/slite.exp,
21738 config/sparclet.exp, config/udi.exp, config/unknown.exp,
21739 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
21740 config/vxworks.exp, config/vxworks29k.exp,
21741 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
21742 gdb.base/all-bin.exp, gdb.base/annota1.exp,
21743 gdb.base/arithmet.exp, gdb.base/assign.exp,
21744 gdb.base/async.exp, gdb.base/attach.exp,
21745 gdb.base/bitfields.exp, gdb.base/bitops.exp,
21746 gdb.base/break.exp, gdb.base/call-ar-st.exp,
21747 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
21748 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
21749 gdb.base/commands.exp, gdb.base/completion.exp,
21750 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
21751 gdb.base/constvars.exp, gdb.base/corefile.exp,
21752 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
21753 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
21754 gdb.base/ending-run.exp, gdb.base/environ.exp,
21755 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
21756 gdb.base/finish.exp, gdb.base/foll-exec.exp,
21757 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
21758 gdb.base/funcargs.exp, gdb.base/help.exp,
21759 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
21760 gdb.base/logical.exp, gdb.base/long_long.exp,
21761 gdb.base/maint.exp, gdb.base/mips_pro.exp,
21762 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
21763 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
21764 gdb.base/pointers.exp, gdb.base/printcmds.exp,
21765 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
21766 gdb.base/regs.exp, gdb.base/relational.exp,
21767 gdb.base/remote.exp, gdb.base/reread.exp,
21768 gdb.base/restore.exp, gdb.base/return2.exp,
21769 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
21770 gdb.base/selftest.exp, gdb.base/setshow.exp,
21771 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
21772 gdb.base/sigall.exp, gdb.base/signals.exp,
21773 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
21774 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
21775 gdb.base/step-test.exp, gdb.base/structs.c,
21776 gdb.base/structs.exp, gdb.base/structs2.exp,
21777 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
21778 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
21779 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
21780 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
21781 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
21782 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
21783 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
21784 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
21785 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
21786 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
21787 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
21788 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
21789 gdb.fortran/types.exp, gdb.java/jmisc.exp,
21790 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
21791 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
21792 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
21793 gdb.trace/circ.exp, gdb.trace/collection.exp,
21794 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
21795 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
21796 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
21797 gdb.trace/report.exp, gdb.trace/save-trace.exp,
21798 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
21799 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
21800 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
21801 notices.
21802
21803 2001-02-27 Michael Snyder <msnyder@cygnus.com>
21804
21805 * gdb.base/varargs.c (find_max_double): Fix printf format string:
21806 first arg is int not float.
21807
21808 2001-02-22 Michael Snyder <msnyder@cygnus.com>
21809
21810 * gdb.base/reread.exp: Unsupported for non-native targets;
21811 doesn't work for remote debugging.
21812
21813 2001-02-19 Fernando Nasser <fnasser@redhat.com>
21814
21815 From Drew Moseley <dmoseley@redhat.com>
21816 * gdb.base/ending-run.exp: Properly handle the BSP state when
21817 stepping past the end of main.
21818
21819 2001-02-19 John Moore <jmoore@redhat.com>
21820
21821 * gdb.base/commands.exp (infrun_breakpoint_command_test):
21822 Converted HPUX fix for non-expected items following multiple
21823 step commands into general solution for all platforms.
21824
21825 2001-02-18 Michael Chastain <chastain@redhat.com>
21826
21827 * gdb.c++/classes.exp (do_tests): Change runto statements
21828 from "runto 'foo(void)'" to "runto 'foo'". This makes the
21829 statements demangler agnostic.
21830 * gdb.c++/virtfunc.exp (do_tests): Likewise.
21831 (gdb_virtfunc_restart): Likewise.
21832
21833 2001-02-14 Michael Chastain <chastain@redhat.com>
21834
21835 * gdb.c++/inherit.exp (do_tests): Change runto statements
21836 from "runto 'foo(void)'" to "runto 'foo'". This makes the
21837 statements demangler agnostic.
21838
21839 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
21840
21841 * gdb.threads/pthreads.exp: Unify pass/fail messages for
21842 ``continue to bkpt at common_routine in thread 2'' and ``stopped
21843 before calling common_routine 15 times'' tests.
21844
21845 2001-02-11 Michael Chastain <chastain@redhat.com>
21846
21847 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
21848 Helps the test script figure out which demangler is in use.
21849 (dm_type_foo_ref): Ditto.
21850 (dm_type_int_star): Ditto.
21851 (dm_type_long_star): Ditto.
21852 (dm_type_unsigned_int): Ditto.
21853 (dm_type_void): Ditto.
21854 (dm_type_void_star): Ditto.
21855 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
21856 Probe the gdb demangler and set variables to accommodate
21857 formatting differences.
21858 (info_func_regexp): New function. Same as info_func, but
21859 matches against a regexp.
21860 (info_func): Match against a literal string.
21861 (print_addr_2): New function. Match against a literal string,
21862 which can be different from the input to gdb.
21863 (print_addr): Simply call print_addr_2 with the same argument twice.
21864 (test_lookup_operator_functions): Use demangler formatting variables.
21865 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
21866 the tests in the same order as the C++ class declaration.
21867 (test_paddr_operator_functions): Ditto.
21868 (test_paddr_overloaded_functions): Ditto.
21869 (test_paddr_hairy_functions): Use demangler formatting variables.
21870 Add reference to gdb/19 for related tests.
21871 (do_tests): Call probe_demangler.
21872
21873 2001-01-30 Kevin Buettner <kevinb@redhat.com>
21874
21875 * gdb.c++/templates.cc (printf): Remove unused function definition.
21876
21877 2001-01-26 Felix Lee <flee@redhat.com>
21878
21879 * sid.exp (sid_exit): Pass host, not target, to remote_close.
21880
21881 2001-01-25 matthew green <mrg@redhat.com>
21882
21883 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
21884 up sid.
21885 (sid_exit): Call `remote_pop_conn' after GDB is gone.
21886
21887 2001-01-25 matthew green <mrg@redhat.com>
21888
21889 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
21890 Deprecate $sid_spawn_id.
21891 (sid_exit): Remove code necessary only for `spawn.'
21892
21893 2001-01-25 matthew green <mrg@redhat.com>
21894
21895 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
21896
21897 2001-01-28 Michael Chastain <chastain@redhat.com>
21898
21899 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
21900 to call when tests fail. It takes gdb out of the overloaded
21901 function choice menu back to the main prompt, so that the test
21902 program stays synchronized.
21903 (set_bp_overloaded): New proc to collect all the common
21904 code for setting a breakpoint on an overloaded name. Calls
21905 take_gdb_out_of_choice_menu when needed.
21906 (menu_overload1arg): New variable to collect the repeated
21907 instances of the expected menu for an overloaded name. Change
21908 the regular expression to handle changes in g++ type encoding:
21909 "void" can be either "void" or "", and "unsigned int" can be
21910 either "unsigned int" or "unsigned".
21911 (continue_to_bp_overloaded): Change regular expressions to handle
21912 changes in g++ type encoding.
21913 (no proc): Call take_gdb_out_of_choice_menu when needed.
21914 Remove redundant calls to "info break". Accept either "canceled"
21915 or "cancelled". Change regular expressions in "info break"
21916 calls to handle changes in g++ type encoding. Give all tests
21917 unique strings.
21918
21919 2001-01-17 Ben Elliston <bje@redhat.com>
21920
21921 * config/sid.exp: New file.
21922
21923 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
21924
21925 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
21926
21927 2000-12-21 Michael Snyder <msnyder@cygnus.com>
21928
21929 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
21930 Add a RE to accept a non-ascii char if one is ever presented.
21931
21932 2000-12-20 Fernando Nasser <fnasser@redhat.com>
21933
21934 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
21935
21936 2000-12-18 Michael Snyder <msnyder@cygnus.com>
21937
21938 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
21939 in regexp. One '\' does not suffice on Linux.
21940
21941 2000-12-09 Michael Chastain <chastain@redhat.com>
21942
21943 * gdb.base/break.exp (test_clear_command): Use a marker function
21944 rather than 'main' for the test function. Also move this
21945 test to an execution point where the marker function names are
21946 guaranteed to be bound to functions. (Executing tests after a
21947 'finish' from main runs into name conflicts with local names
21948 in __libc_start_main).
21949
21950 2000-12-07 Michael Snyder <msnyder@cygnus.com>
21951
21952 * gdb.base/finish.exp: New test for gdb's "finish" command.
21953 * gdb.base/return2.exp: New test for gdb's "return" command.
21954 * gdb.base/return2.c: New source file for above.
21955
21956 2000-12-05 Michael Snyder <msnyder@cygnus.com>
21957
21958 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
21959 * gdb.base/miscexprs.exp: Ditto.
21960 * gdb.base/pointers.exp: Ditto.
21961 * gdb.c++/derivation.exp: Ditto.
21962 * gdb.c++/local.exp: Ditto.
21963 * gdb.c++/namespace.exp: Ditto.
21964 * gdb.c++/overload.exp: Ditto.
21965 * gdb.c++/ref-types.exp: Ditto.
21966
21967 2000-12-05 Michael Snyder <msnyder@cygnus.com>
21968
21969 * gdb.base/constvars.exp: Test result of "up" command.
21970 * gdb.base/miscexprs.exp: Ditto.
21971 * gdb.base/pointers.exp: Ditto.
21972 * gdb.base/scope.exp: Ditto.
21973 * gdb.c++/derivation.exp: Ditto.
21974 * gdb.c++/local.exp: Ditto.
21975 * gdb.c++/namespace.exp: Ditto.
21976 * gdb.c++/overload.exp: Ditto.
21977 * gdb.c++/ref-types.exp: Ditto.
21978
21979 2000-11-22 Michael Chastain <chastain@redhat.com>
21980
21981 * mips_pro.exp: Accept either "middle -> top -> main" or
21982 "middle -> main" in the backtrace, because gcc can optimize
21983 tail calls to jumps. Remove setup_xfail for the hppa case.
21984 Add a comment with the original warning messages from PR 3016,
21985 which was filed in 1993, to preserve them for posterity.
21986
21987 2000-11-17 Nick Duffek <nsd@redhat.com>
21988
21989 * lib/gdb.exp (gdb_test): Override timeout with board info.
21990
21991 2000-11-17 Nick Duffek <nsd@redhat.com>
21992
21993 * gdb.base/display.exp: Don't kill running stub. Add "again" to
21994 the second kill and detach messages.
21995
21996 2000-11-17 Nick Duffek <nsd@redhat.com>
21997
21998 * configure.in: Add AC_EXEEXT.
21999 * configure: Regenerate.
22000 * Makefile.in (just-check): Export EXEEXT.
22001 * lib/gdb.exp ($EXEEXT): Import from environment.
22002 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
22003 expect "maint dump-me" on Cygwin.
22004 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
22005 $EXEEXT.
22006
22007 2000-11-17 Nick Duffek <nsd@redhat.com>
22008
22009 * gdb.base/break.exp: Test backtrace and finish from called
22010 function on all platforms, not just HP-UX.
22011
22012 2000-11-03 Michael Snyder <msnyder@cygnus.com>
22013
22014 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
22015 code from gdb_target_monitor, so it can be used independantly
22016 for gdbserver. Also comment out an unnecessary PUTS.
22017
22018 2000-11-03 Michael Snyder <msnyder@cygnus.com>
22019
22020 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
22021 * gdb.base/corefile.exp: Expect the message "Program is being
22022 debugged already" when we send the "corefile" command, since
22023 the preceeding gdb_load may have connected gdb to a remote target.
22024 * gdb.base/display.exp: Disable hardware watchpoints if new
22025 board info variable "no_hardware_watchpoints" is true.
22026 Replace single-letter commands with more readable ones.
22027 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
22028 if new board info variable "no_hardware_watchpoints" is true.
22029 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
22030 to see if stdio (printf) testing is possible.
22031 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
22032 board info variable "no_hardware_watchpoints" is true. Use new
22033 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
22034
22035 2000-11-13 Fernando Nasser <fnasser@redhat.com>
22036
22037 From Orjan Friberg <orjanf@axis.com>:
22038 * gdb.base/printcmds.exp: Escape curly braces followed by a number
22039 in array print pattern match.
22040
22041 2000-11-09 Fernando Nasser <fnasser@redhat.com>
22042
22043 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
22044 spelling "cancelled" to U.S. spelling "canceled" to match changes
22045 made to gdb.
22046 * gdb.c++/ovldbreak.exp: Ditto.
22047
22048 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
22049
22050 * gdb.base/callfuncs.c (main): Moved to end of file, call
22051 t_double_values to initialize the FPU before inferior calls are made.
22052 * gdb.base/callfuncs.exp: Test for register preservation after calling
22053 inferior functions. Add tests for continuining, finishing and
22054 returning from a stop in a call dummy.
22055
22056 2000-10-24 Michael Snyder <msnyder@cygnus.com>
22057
22058 * gdb.base/commands.exp: Break up long lines, and re-indent.
22059
22060 2000-10-19 Michael Snyder <msnyder@cygnus.com>
22061
22062 * config/gdbserver.exp: Rewritten from the ground up, to make it
22063 compatible with the current dejagnu tree, and to make it work with
22064 the new "gdbserver" in libremote.
22065
22066 2000-10-16 Michael Snyder <msnyder@cygnus.com>
22067
22068 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
22069 * gdb.base/varargs.exp: Skip entire test if no printf support.
22070 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
22071 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
22072
22073 2000-10-13 Michael Snyder <msnyder@cygnus.com>
22074
22075 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
22076 no floating point support.
22077 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
22078 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
22079 * gdb.base/call-rt-st.exp: Ditto.
22080 * gdb.base/call-strs.exp: Ditto.
22081
22082 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
22083
22084 * gdb.base/sizeof.c: include <stdio.h>.
22085
22086 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
22087 'finish', otherwise uncaptured gdb_prompt would potentially
22088 throw remaining test points out of sync.
22089
22090 2000-07-26 Scott Bambrough <scottb@netwinder.org>
22091
22092 * gdb.base/recurse.exp: Run tests for all targets.
22093 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
22094 gnu-oldld case on ARM.
22095 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
22096 for ARM targets.
22097
22098 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
22099
22100 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
22101 * gdb.java/configure: Rebuild.
22102
22103 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
22104
22105 * gdb.java/jv-exp.exp: New file.
22106
22107 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
22108
22109 * configure: Rebuilt.
22110 * configure.in (configdirs): Add gdb.java.
22111 * gdb.java/jmisc.java: New file.
22112 * gdb.java/jmisc.exp: New file.
22113 * gdb.java/Makefile.in: New file.
22114 * gdb.java/configure: Rebuilt.
22115 * gdb.java/configure.in: New file.
22116 * lib/java.exp: New file.
22117
22118 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
22119
22120 * gdb.base/exprs.exp: Test casts to a pointer including over and
22121 underflow.
22122
22123 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
22124
22125 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
22126 and the compilers sizes.
22127
22128 2000-07-09 Nick Duffek <nsd@redhat.com>
22129
22130 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
22131 (use_methods): New function.
22132 (main): Call use_methods().
22133 * gdb.c++/classes.exp (test_method_param_class): New procedure.
22134 (do_tests): Call test_method_param_class.
22135
22136 2000-07-09 Nick Duffek <nsd@redhat.com>
22137
22138 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
22139 spelling.
22140 (test_enums): New procedure. Move enum tests from end of script
22141 to here. Set breakpoint on function name instead of line number.
22142 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
22143 (enums2): New marker function.
22144 (enums1): New function.
22145 (main): Call enums1(). Move enum tests to enums1().
22146
22147 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
22148
22149 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
22150 compile/link program. Update line numbers.
22151 * gdb.asm/d10v.inc: Define ``startup''.
22152 * gdb.asm/asmsrc1.s: Add definition of _start.
22153
22154 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
22155
22156 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
22157
22158 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22159
22160 * gdb.base/maint.exp: Add 'maint print architecture' item to output
22161 of 'help maint print' command.
22162
22163 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
22164
22165 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
22166 they use gdb_expect_list.
22167
22168 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
22169
22170 * gdb.base/commands.exp: Use ``set remote
22171 memory-read-packet-size'' instead of ``set endian big'' to test
22172 long commands.
22173
22174 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
22175
22176 * gdb.c++/templates.exp (do_tests): Make all of these work under
22177 g++, and stop skipping them.
22178
22179 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
22180 work under g++.
22181
22182 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
22183 initialization.
22184
22185 2000-06-02 Michael Snyder <msnyder@cygnus.com>
22186
22187 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
22188 the regular expression: accept an (almost) arbitrary sequence of
22189 "frames-invalid" and "breakpoints-invalid" messages both before
22190 and after the "starting" message.
22191
22192 2000-06-02 Michael Snyder <msnyder@cygnus.com>
22193
22194 * gdb.c++/local.exp: This test has never been known to work with g++.
22195
22196 2000-05-18 Michael Snyder <msnyder@cygnus.com>
22197
22198 * gdb.base/annota1.exp (annotate-signal-handler-caller):
22199 Relax the regular expression a little, make it pass on Solaris 8.
22200
22201 2000-05-12 Kevin Buettner <kevinb@redhat.com>
22202
22203 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
22204 a call, do not require that gdb stop on the line after the call.
22205 Instead, it is permissible for gdb to stop on the line of the
22206 call itself.
22207
22208 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
22209
22210 * gdb.base/break.exp (bp on small function, optimized file):
22211 Add a second pass pattern. The behavior differs here between stabs
22212 and dwarf for one-line functions. Stabs preserves two line symbols
22213 (one before the prologue and one after) with the same line number,
22214 but dwarf regards these as duplicates and discards one of them.
22215 Therefore the address after the prologue (where the breakpoint is)
22216 has no exactly matching line symbol, and GDB reports the breakpoint
22217 as if it were in the middle of a line rather than at the beginning.
22218
22219 2000-05-08 Michael Snyder <msnyder@cygnus.com>
22220
22221 * gdb.base/interrupt.exp: Make "pass" message say "send"
22222 rather than "send_gdb" (for consistancy).
22223
22224 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
22225
22226 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
22227 * gdb.c++/templates.cc: Properly check for GCC version number.
22228 * lib/compiler.cc: Likewise
22229
22230 2000-04-28 Michael Snyder <msnyder@cygnus.com>
22231
22232 * gdb.base/break.exp: When compiled with -O2 optimization,
22233 gdb may not stop at the first line of main, due to code motion.
22234
22235 2000-04-26 Michael Snyder <msnyder@cygnus.com>
22236
22237 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
22238 This test depends on parsing the printf output from the target.
22239 Since the sparclet stub doesn't do stdio, this will never work.
22240 * gdb.base/call-rt-st.exp: ditto.
22241 * gdb.base/call-strs: ditto.
22242
22243 2000-04-24 Michael Snyder <msnyder@cygnus.com>
22244
22245 * gdb.base/miscexprs.exp: make sizeof long array test portable.
22246
22247 * gdb.base/ending-run.exp: After connecting to a remote target,
22248 but before running, the target will appear to be in a random
22249 location. Specify both a file and a line for breakpoints.
22250 Also, the function that calls main may be called 'init'
22251 rather than 'start'.
22252
22253 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22254
22255 * gdb.base/help.exp: Update output for add-symbol-file command.
22256
22257 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
22258
22259 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
22260 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
22261
22262 2000-04-07 J.T. Conklin <jtc@redback.com>
22263
22264 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
22265
22266 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
22267
22268 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
22269
22270 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
22271 values that can be represented exactly.
22272 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
22273 above change, and to not check against the directory part of the source
22274 file name.
22275 (step into print_long_arg_list): Likewise.
22276 (print print_small_structs from print_long_arg_list): Likewise.
22277 (print print_long_arg_list): Likewise.
22278
22279 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22280
22281 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
22282
22283 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
22284
22285 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
22286
22287 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
22288
22289 * gdb.base/commands.exp (deprecated_command_test): Add test for
22290 deprecate with no arguments.
22291
22292 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
22293
22294 * gdb.base/break.exp: Add new test for setting breakpoints on
22295 optimized code so we can test breakpoints work even when function
22296 prologues may be optimized away
22297
22298 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
22299
22300 From David Whedon <dwhedon@gordian.com>
22301 * gdb.base/commands.exp : Added command deprecator tests.
22302
22303 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
22304
22305 * gdb.base/help.exp: Added test for new apropos command.
22306
22307 2000-03-21 Kevin Buettner <kevinb@redhat.com>
22308
22309 * gdb.base/pointers.c (usevar): New function.
22310 (main): Make sure that global variables v_int_pointer2, rptr,
22311 and y are all referenced someplace in the program by calling
22312 usevar() on them. [Some linkers delete symbols which are
22313 never referenced. The space remains, but there's no way to
22314 get a (symbolic) handle on the variable from the debugger.]
22315
22316 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22317
22318 * gdb.base/printcmds.c: Add typedeffed arrays.
22319
22320 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
22321 procedure to test arrays that are typedef'd.
22322
22323 2000-03-13 James Ingham <jingham@leda.cygnus.com>
22324
22325 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
22326 the library directories.
22327
22328 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
22329
22330 * configure.in (configdirs): Add sub directory gdb.mi.
22331 * configure: Re-generate.
22332
22333 * gdb.mi: New directory.
22334
22335 2000-02-25 Scott Bambrough <scottb@netwinder.org>
22336
22337 * gdb.base/long_long.exp: Correct test suite failure when printing
22338 a long long value as a double on ARM platforms.
22339
22340 2000-02-16 Jim Blandy <jimb@redhat.com>
22341
22342 * gdb.base/break.exp ("breakpoint line number"): Make sure the
22343 default source file is set properly before running this test.
22344
22345 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22346
22347 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
22348 gdbtk/library directory, not in gdbtcl2.
22349
22350 2000-02-04 Jim Blandy <jimb@redhat.com>
22351
22352 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
22353 backslash from regexp pattern.
22354
22355 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
22356 procedure. Use it to run all the "continue to bp overloaded"
22357 tests. Note that this changes the names of the tests slightly.
22358 If the breakpoint hit message includes a hex PC value, because
22359 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
22360 from the real source code, still consider that a pass.
22361
22362 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
22363 XFAIL here if the breakpoint message contains a hex address. Note
22364 similar change on 1999-11-02.
22365
22366 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
22367
22368 * gdb.base/ptype.exp: Establish a default source file before
22369 calling get_debug_format.
22370
22371 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
22372
22373 * gdb.base/watchpoint.exp: Remove duplication of test messages.
22374
22375 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22376
22377 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
22378 of successive stepi commands -- while in the prologue we should see
22379 the function entry bracket.
22380
22381 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
22382
22383 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
22384 reach __change_mode() when stepping through the end of main().
22385
22386 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
22387
22388 * gdb.base/default.exp: Fix expected pattern.
22389 * gdb.base/help.exp: Same.
22390
22391 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22392
22393 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
22394 Don't use xfail's because that affects only the following test.
22395
22396 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
22397 solaris or linux.
22398
22399 * gdb.base/selftest.exp: Update to reflect changes to main.c.
22400
22401 2000-01-07 Michael Snyder <msnyder@cygnus.com>
22402
22403 * gdb.base/display.exp: Some yacc parsers like to say
22404 "A syntax error" rather than "A parse error". Accept both.
22405
22406 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
22407
22408 * gdb.base/default.exp: Remove OS dependent string from "target
22409 remote" test.
22410 * gdb.base/help.exp: Same for "help target remote" test.
22411
22412 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22413
22414 From Jim Kingdon <kingdon@redhat.com>:
22415
22416 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
22417 prompt (cleanup rather than necessity, but still might keep output
22418 from spilling to next test).
22419
22420 2000-01-02 Fred Fish <fnf@cygnus.com>
22421
22422 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
22423 AIX, which defines them in <sys/types.h>.
22424
22425 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
22426
22427 * gdb.base/default.exp: Match arm* etc instead of arm in "info
22428 float" test.
22429
22430 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
22431
22432 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
22433
22434 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
22435 outermost frame disallowed".
22436
22437 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
22438
22439 * gdb.base/setvar.exp: New tests for setting the value of a struct
22440 with a constant list.
22441
22442 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
22443
22444 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
22445 require the user to type a cast before setting the value of a struct.
22446
22447 1999-12-06 Jim Blandy <jimb@cygnus.com>
22448
22449 * gdb.base/default.exp: Expect the new 'info float' command on
22450 all i386 platforms.
22451
22452 * gdb.threads/linux-dp.exp: Expand our ability to recognize
22453 LinuxThreads libraries that don't support debugging.
22454
22455 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22456
22457 * gdb.base/remote.c: Fill the buffer with truely random data.
22458 Change the buffer type to ``unsigned char'' to simplify size
22459 arithmetic.
22460
22461 * gdb.base/remote.exp: Reduce download numbers by one. Typical
22462 stub only handles 400-1 byte packets. Verify that the download
22463 worked.
22464
22465 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
22466
22467 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
22468 tests, using UNRESOLVED for the untested cases. Also, does not wait
22469 for a timeout if the prompt was received before a recognizable pattern.
22470
22471 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
22472
22473 * lib/gdb.exp (gdb_expect_list): Fix spelling.
22474
22475 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22476
22477 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
22478 watchpoints.
22479
22480 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
22481
22482 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
22483
22484 * gdb.c++/local.exp: Be more flexible in recognizing local class
22485 name mangling. Don't allow horribly truncated method names.
22486 * gdb.c++/derivation.exp: Expect protected inheritance.
22487 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
22488 * gdb.c++/virtfunc.exp: Likewise.
22489 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
22490 when printing a nested enum.
22491
22492 1999-11-22 Jim Blandy <jimb@cygnus.com>
22493
22494 * gdb.base/step-test.exp: Properly await GDB's response to setting
22495 a breakpoint on the call to large_struct_by_value.
22496
22497 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
22498 just because we have debug info for the `start' function.
22499
22500 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
22501
22502 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
22503 "Unknown signal" messages, which indicate (on LinuxThreads) that
22504 GDB doesn't know how to debug threads on this system. This is
22505 better than hanging while philosopher 0 dumps chatter into gdb.log.
22506
22507 1999-11-18 Tom Tromey <tromey@cygnus.com>
22508
22509 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
22510
22511 1999-11-18 Fred Fish <fnf@cygnus.com>
22512
22513 * gdb.base/coremaker2.c: Add sample program for generating
22514 cores that is more self contained than coremaker.c. Eventually
22515 I'll add more code to this and tie it into the testsuite.
22516
22517 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
22518
22519 * gdb.base/dollar.exp: Remove, now in gdb.hp.
22520
22521 1999-11-10 Jimmy Guo <guo@cup.hp.com>
22522
22523 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
22524 from $srcdir/lib/.
22525 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
22526 and gdb.c++/.
22527
22528 * gdb.c++/derivation.exp: remove redundant get compiler info code.
22529
22530 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
22531 'continue with watch' test point.
22532
22533 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
22534
22535 Merged from p2linux-990323-branch:
22536
22537 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
22538
22539 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
22540
22541 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
22542 {limit,fixed}''. Test ``set download-write-size''.
22543
22544 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
22545
22546 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
22547 gdb_expect_list.
22548
22549 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
22550
22551 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
22552
22553 1999-11-03 Mark Salter <msalter@cygnus.com>
22554
22555 * gdb.base/break.exp: Fix "stub continue" pattern.
22556
22557 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
22558
22559 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
22560
22561 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
22562
22563 * gdb.base/display.exp ("finish"): Add timeout clause.
22564
22565 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
22566 plain prompt clause, so this doesn't have to time out in order to
22567 fail.
22568
22569 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
22570 breakpoint hit messages include an address.
22571
22572 * gdb.base/display.exp: Don't forget to escape parens in regular
22573 expressions. Unix regexp notatation sucks.
22574
22575 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22576
22577 * gdb.base/annota1.exp: Test for annotate-signalled: change output
22578 order for 'signalled' message.
22579
22580 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
22581
22582 From Jimmy Guo <guo@cup.hp.com>:
22583 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
22584 * gdb.base/annota1.c: Add code for tests to work with.
22585
22586 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
22587
22588 * gdb.base/remote.exp: New test for remote downloading settings.
22589 * gdb.base/remote.c: New file with large .data.
22590
22591 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
22592
22593 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
22594 for LinuxThreads support, merged from the Code Fusion branch.
22595
22596 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
22597
22598 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
22599 containing exp_continue into a while within an expect. Don't
22600 attempt a start more than three times. Check return value from
22601 gdb_load.
22602
22603 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
22604
22605 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
22606 a pass case.
22607
22608 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
22609
22610 * gdb.base/break.c (main): Added a statement that we can step
22611 off of.
22612 * gdb.base/break.exp: Added tests for setting a breakpoint
22613 at an offset and stepping onto a breakpoint.
22614
22615 1999-10-01 Fred Fish <fnf@cygnus.com>
22616
22617 * gdb.base/help.exp (help add-symbol-file): Update to match current
22618 gdb output.
22619
22620 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
22621
22622 * gdb.base/break.exp: Code locations are in hex, don't forget!
22623 (For HP-UX.)
22624
22625 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
22626
22627 * condbreak.exp: Use break.c as test program.
22628 * condbreak.c: Remove, redundant with break.c.
22629
22630 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
22631
22632 * config/monitor.exp (gdb_target_monitor): Disable X- and
22633 Z-packets if the target needs it.
22634
22635 1999-09-13 James Ingham <jingham@leda.cygnus.com>
22636
22637 * gdb.c++/overload.exp: Added tests for listing overloaded
22638 functions with function pointers in the arg, explicitly calling
22639 out the version you want.
22640
22641 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
22642
22643 * long_long.exp: Add variations of test cases that work for
22644 targets with 16-bit ints and 32-bit doubles.
22645
22646 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
22647
22648 * break.c (main): Compare a possibly-uninitialized argc with an
22649 unlikely value that fits in 16 bits.
22650
22651 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
22652
22653 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
22654 0xfeeb, don't want negative numbers if ints are 16 bits.
22655
22656 * lib/gdb.exp (skip_cplus_tests): New proc.
22657 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
22658 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
22659 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
22660 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
22661 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
22662 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
22663 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
22664 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
22665
22666 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
22667
22668 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
22669
22670 * gdb.base/corefile.exp (up): Allow a parameter to appear
22671 in the frame that we're going up to.
22672
22673 From Jim Blandy <jimb@cygnus.com>:
22674
22675 * gdb.base/default.exp (info float): Expect some output now.
22676
22677 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
22678 returning floating-point values to fail on the x86.
22679 * gdb.base/callfwmall.exp (do_function_calls): Same.
22680
22681 * gdb.base/list.exp (test_listsize): Correct expectations for
22682 listing line 1 with listsize 2. Also, listing a single line
22683 works now, as does listing three lines. [Kevin's note: There
22684 were a number of other cases fixed too where the expectations
22685 differed...]
22686
22687 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
22688
22689 * gdb.base/selftest.exp: Add case for when version prints as
22690 constant string instead of char pointer.
22691
22692 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
22693
22694 * gdb.base/ending-run.exp: Add Solaris case for what happens when
22695 stepping out of main.
22696
22697 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
22698 G++ used.
22699
22700 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
22701 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
22702
22703 * gdb.c++/ovldbreak.exp: Update match string in test that
22704 includes a warning of multiple breakpoints.
22705
22706 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
22707
22708 * gdb.base/display.exp: Improve precision of step-after-finish
22709 added yesterday.
22710
22711 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
22712 test.
22713
22714 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
22715 configs when using G++, not just hppa*.
22716
22717 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22718
22719 * gdb.base/async.c: New file.
22720 * gdb.base/async.exp: New file.
22721
22722 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
22723
22724 * gdb.base/break.exp: Tweak PA specific tests to properly handle
22725 PA64.
22726
22727 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
22728
22729 * gdb.base/display.exp: "finish" can leave us mid-line on many
22730 targets, deal with it. Add a small constant to main, instead of
22731 1000 since main+1000 may not be a valid address in the target.
22732
22733 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
22734 on hpux11.
22735
22736 * gdb.base/attach.exp: Handle another hpux11 error message variant
22737 when attaching to a process that does not exist.
22738
22739 1999-08-19 J.T. Conklin <jtc@redback.com>
22740
22741 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
22742 characters in 'continue to 1241' test.
22743
22744 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
22745
22746 * gdb.base/call-ar-st.exp: Add a shorter match case for the
22747 stop in print_long_arg_list, define and use a whitespace
22748 variable in print_small_structs test, add an XFAIL for Solaris.
22749 * gdb.base/dbx.exp: XFAIL func commands until somebody is
22750 interested enough to fix.
22751
22752 1999-08-13 Keith Seitz <keiths@cygnus.com>
22753
22754 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
22755 (dbx_gdb_load): Remove. Use gdb_load instead, since that
22756 proc knows about targets other than the natives.
22757 (test_assign): Use "gdb_run_cmd" to "run" the target.
22758 Check that we've actually hit the breakpoint at main.
22759 When we attempt to assign a value to a local variable, check
22760 that the variable is in the current scope, i.e., don't use
22761 a test with an empty result.
22762
22763 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
22764
22765 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
22766 command.
22767
22768 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
22769
22770 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22771 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
22772 gdb.compat, gdb.threads-hp.
22773 gdb.hp/configure, gdb.hp/configure.in: New files.
22774 gdb.hp/Makefile.in: Recurse into new subdirs.
22775 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
22776 gdb.hp/gdb.objdbg: New directory, tests for debugging info
22777 in object files.
22778 gdb.hp/tools: New directory, aux tools for HP-specific tests.
22779
22780 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
22781
22782 * gdb.base/display.exp: Help expect by putting a newline in the
22783 funky printf, remove a bogus p/a test.
22784
22785 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22786
22787 * gdb.base/display.exp: Make sure that when we say 'run', we are
22788 connected to the target. This is necessary when running not
22789 natively.
22790
22791 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
22792
22793 * gdb.base/step-test.exp: Removed some extraneous messages.
22794
22795 * gdb.base/long_long.exp: Don't run memory examination tests
22796 on little-endian targets (they will need a different set of
22797 results to match).
22798
22799 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
22800
22801 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
22802 until somebody decides to fix GDB.
22803
22804 * gdb.base/long_long.c: Stop compiler complaint by specifying long
22805 constant as "ULL".
22806 * gdb.base/long_long.exp: Loosen x/c test, add partial result
22807 matches for a couple x/2 commands.
22808
22809 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
22810
22811 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
22812 by merging in ref-types2 tests.
22813 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
22814
22815 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22816 * gdb.c++/Makefile.in: Add standard actions.
22817 (EXECUTABLES): Rename from PROGS, update list.
22818 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
22819 from gdb.hp.
22820 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
22821 foo and bar locals.
22822 * gdb.c++/anon-union.exp: Fix tests to match.
22823 * gdb.c++/classes.exp: Run if HP compiler used, add extra
22824 expect matches to handle output variations.
22825 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
22826 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
22827 output, add HP alternatives for new and delete prints.
22828 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
22829 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
22830 * gdb.c++/demangle.exp: Use $style when reporting failure.
22831 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
22832 * gdb.c++/inherit.exp: Run if HP compiler used, add some
22833 match alternatives.
22834 * gdb.c++/local.exp: Add match alternatives or xfails for HP
22835 compilers.
22836 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
22837 * gdb.c++/method.exp: Add match alternatives.
22838 * gdb.c++/misc.cc: Add bool types.
22839 * gdb.c++/misc.exp: Add tests for bool types.
22840 * gdb.c++/overload.exp: Add xfails.
22841 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
22842 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
22843 add some more template parameter tests (only for HP currently).
22844 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
22845 * gdb.c++/virtfunc.cc: Add return type and value for main.
22846 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
22847 match alternatives.
22848
22849 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22850
22851 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
22852
22853 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
22854
22855 * gdb.base/signals.exp: Don't expect getting a backtrace from
22856 within a signal handler to fail on Linux.
22857
22858 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
22859
22860 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22861 * lib/gdb.exp: Remove some gratuitious semicolons.
22862 (delete_breakpoints): Increase timeout.
22863 (gdb_expect): Add -notransfer option.
22864 (gdb_test): Use -notransfer option.
22865 (get_compiler_info): Add f77 case.
22866 (get_compiler): New proc, split out from gdb_preprocess, add f77
22867 case.
22868 (gdb_preprocess): Call get_compiler.
22869
22870 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
22871 * gdb.base/attach.exp, gdb.base/display.exp,
22872 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
22873 gdb.base/long_long.exp, gdb.base/printcmds.exp,
22874 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
22875 third arg to gdb_test.
22876 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
22877 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
22878 HP-UX xfails, add others.
22879 * gdb.base/completion.exp: Reflect name change of self-test.
22880 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
22881 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
22882 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
22883 HP failure number.
22884 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
22885 useless HP-UX 10.30 references.
22886 * gdb.base/maint.exp: Loosen matches.
22887 * gdb.base/pointers.c (main): Declare more_code.
22888 * gdb.base/pointers.exp: Match on output of a `next'.
22889 * gdb.base/structs.c: Add prototypes.
22890 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
22891 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
22892
22893 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22894
22895 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
22896 command.
22897
22898 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22899
22900 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
22901 Fix run to main failures. Watchpoint can be hardware watchpoint.
22902
22903 * gdb.base/annota1.exp: Clean up some more, in case printf has
22904 debug info. Deal with lack of signal hanlder info in stack.
22905
22906 From Jim Kingdon <kingdon@redhat.com>:
22907 * gdb.base/annota1.exp: If printf has debug info, deal with it.
22908
22909 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
22910
22911 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
22912 gdb.base/foll-vfork.exp: Don't run for crosses.
22913
22914 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
22915
22916 * gdb.base/configure.in: Check for gdbvars.exp instead of
22917 a1-selftest.exp.
22918 * gdb.base/configure: Re-generate.
22919
22920 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
22921
22922 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
22923 in trying to run first and name is too long.
22924
22925 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
22926 pointers2.c and pointers2.exp, respectively.
22927 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
22928 doschk happier.
22929
22930 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
22931
22932 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
22933 callfuncs2.c and callfuncs2.exp.
22934
22935 * gdb.base/list.exp: Remove mistaken xfails.
22936 * gdb.base/list0.h: Add optional prototypes.
22937
22938 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
22939
22940 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
22941 calling malloc.
22942 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
22943 * ptype.exp: Move test for get_debug_format to before its first
22944 use.
22945
22946 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
22947
22948 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
22949 * gdb.base/annota2.cc, annota2.exp: Move from here.
22950 * gdb.c++/annota2.cc, annota2.exp: To here.
22951 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
22952
22953 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
22954
22955 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
22956 a consistent format.
22957
22958 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
22959
22960 From Jimmy Guo <guo@cup.hp.com> and others at HP:
22961 * lib/gdb.exp (get_compiler_info): Add detection for assorted
22962 HP compilers, also set the globals $true and $false.
22963
22964 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
22965 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
22966 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
22967 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
22968 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
22969 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
22970 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
22971 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
22972 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
22973 whatis.c} Add C++ compatible function definitions and return
22974 types, add includes for library functions.
22975 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
22976 * gdb.base/step-test.c (myglob): Rename from glob.
22977 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
22978 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
22979 files, move here from gdb.hp.
22980 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
22981 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
22982 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
22983 Adjust line numbers in regexps.
22984
22985 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
22986 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
22987 instead of 0/1.
22988
22989 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
22990 foll-vfork.exp: New files, move here from gdb.hp.
22991 * gdb.base/page.exp: New file, test of pagination command.
22992
22993 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
22994 recursion test.
22995 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
22996
22997 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
22998 gdb.base/solib.exp: Fix compiler invocation process.
22999
23000 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
23001 HP-UX 11, turn off overload resolution explicitly.
23002 * gdb.base/commands.exp: Set argument list explicitly, add
23003 watchpoint test.
23004 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
23005 them work.
23006 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
23007 expressions properly.
23008 * gdb.base/corefile.exp: Loosen the match slightly.
23009 * gdb.base/default.exp: Allow "Error accessing memory" message
23010 also.
23011 * gdb.base/display.exp: Skip over x/0 j if PA64.
23012 * gdb.base/funcargs.exp: Add xfails for HP-UX.
23013 * gdb.base/interrupt.exp: Ditto.
23014 * gdb.base/langs.exp: Add symbolic matches governed by compiler
23015 in use.
23016 * gdb.base/list.exp: Add xfails for HP-UX.
23017 * gdb.base/long_long.exp: Refine some of the numeric matches.
23018 * gdb.base/mips_pro.exp: Xfail on HP-UX.
23019 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
23020 * gdb.base/nodebug.exp: Succeed on more varieties of output.
23021 * gdb.base/opaque.exp: Remove some HP-UX xfails.
23022 * gdb.base/ptype.exp: Succeed on more varieties of output.
23023 * gdb.base/scope.exp: Add xfails for HP-UX.
23024 * gdb.base/sect-cmd.exp: Add more cases.
23025 * gdb.base/setvar.exp: Add xfails for HP-UX.
23026 * gdb.base/shlib-call.exp: Loosen some matches slightly.
23027 * gdb.base/signals.exp: Match on void symbolically.
23028 * gdb.base/step-test.exp: Add case for PA64.
23029 * gdb.base/term.exp: Add exit and restart.
23030 * gdb.base/twice.exp: Clean up after self.
23031 * gdb.base/varargs.exp: Disable overload resolution explicitly.
23032 * gdb.base/whatis.exp: Allow more ways to pass tests.
23033
23034 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
23035 no longer useful.
23036
23037 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
23038
23039 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
23040 list of patterns.
23041 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
23042 print_double_array(double_array)", "continuing to breakpoint
23043 1018", "print print_double_array(array_d)" and "continuing to
23044 1034" tests.
23045
23046 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
23047
23048 * Makefile.in: Add empty html and install-html targets.
23049
23050 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
23051
23052 * config/mt-*: Remove, these haven't been used since 1996.
23053
23054 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
23055
23056 * gdb.base/call-strs.c, gdb.base/ending-run.c,
23057 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
23058 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
23059
23060 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
23061
23062 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
23063 simpler match case for the ptype of the big class.
23064
23065 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23066
23067 * gdb.exp: Fix test for gdb_prompt existence.
23068
23069 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23070
23071 * gdb.exp (gdb_test): Add fail after calls to perror.
23072
23073 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23074
23075 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
23076
23077 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
23078
23079 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
23080
23081 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
23082
23083 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
23084 malloc() is linked in.
23085
23086 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
23087
23088 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
23089 step at end.
23090
23091 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
23092
23093 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
23094
23095 * gdb.java/jv-print.exp: New file. (Our first Java test!)
23096
23097 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
23098
23099 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
23100 * gdb.base/mips_pro.exp: Likewise.
23101
23102 1999-06-02 Keith Seitz <keiths@cygnus.com>
23103
23104 * gdb.c++/templates.cc: Change all "new" operators to throw
23105 an exception.
23106 * gdb.c++/cplusfuncs.cc: Likewise.
23107
23108 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
23109
23110 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
23111
23112 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
23113 * gdb.base/ending-run.exp: When stepping out of main, accept a
23114 step into an arbitrary assembler file.
23115
23116 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23117
23118 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
23119 "breakpoint-invalid" to be printed.
23120 * gdb.base/annota2.exp: Revise line number for main breakpoint. Allow any
23121 number of "frames-invalid" and "breakpoint-invalid" to be printed.
23122 * gdb.base/annota2.cc: Initialize a.x to 0.
23123
23124 1999-05-17 Keith Seitz <keiths@cygnus.com>
23125
23126 * gdb.base/call-ar-st.exp: Skip "print print_double_array (double_array)"
23127 when "skip_float_tests" set.
23128 Ditto for "print print_double_array(array_d)", "print print_small_structs",
23129 "print print_ten_doubles", and "step into print_long_arg_list".
23130 Don't assume we can step into "print_long_arg_list": we could step into memcpy.
23131 * gdb.base/call-rt-st.exp: Don't run float-related tests when "skip_float_tests"
23132 is set: "print print_one_double(*d1)" and "print print_two_floats(*f3)".
23133 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
23134 "skip_float_tests" is set.
23135 * gdb.base/varargs.exp: Skip "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)"
23136 when "skip_float_tests" set.
23137
23138 1999-05-06 Keith Seitz <keiths@cygnus.com>
23139
23140 * gdb.base/annota2.cc: Include stdio.h.
23141
23142 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
23143
23144 * gdb.base/crossload.exp: Remove, this has been disabled ever
23145 since BFD stopped including all targets, and cross-GDB gets
23146 plenty of testing anyway.
23147 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
23148 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
23149 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
23150 * gdb.base/README: Remove, was doc for this.
23151 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
23152 needed.
23153
23154 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23155
23156 * gdb.base/call-ar-st.exp: Fix one regular expression in test
23157 output.
23158
23159 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
23160 * gdb.base/annota2.exp: New file. More annotation tests.
23161 * gdb.base/annota1.c: New file. Source file for annota1.exp.
23162 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
23163
23164 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
23165
23166 * config/cfdbug.exp: New file.
23167
23168 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
23169
23170 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
23171 Marcus Daniel's and Dale Hawkins's demangler crashes.
23172
23173 * gdb.c++/demangle.exp (test_gnu_style_demangling,
23174 test_lucid_style_demangling, test_arm_style_demangling,
23175 test_hp_style_demangling): Try Tom Tromey's core-dumping
23176 identifier under each demangling style.
23177
23178 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
23179
23180 * gdb.c++/demangle.exp: Include the current demangling style
23181 in all test names.
23182 (current_demangling_style): New global variable.
23183 (set_demangling_style, test_demangling_core, test_demangling,
23184 test_demangling_exact): New functions.
23185 (test_gnu_style_demangling, test_lucid_style_demangling,
23186 test_arm_style_demangling, test_hp_style_demangling): Use those,
23187 instead of calling gdb_test and gdb_test_exact directly.
23188 (catch_demangling_errors): New function, which reports errors
23189 signalled by the demangling test functions in an orderly way.
23190 (do_tests): Use catch_demangling_errors.
23191
23192 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
23193
23194 * gdb.base/signals.exp (test_handle_all_print): Use () for
23195 grouping in expressions, not {}.
23196
23197 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
23198 initialized yet.
23199
23200 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
23201
23202 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
23203 are listed.
23204
23205 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
23206
23207 * gdb.stabs/weird.exp: Test for CC being defined before
23208 looking at its value.
23209
23210 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
23211
23212 * gdb.base/call-ar-st.exp: Remove stray '#'.
23213 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
23214 "short int" and "long int".
23215 * gdb.c++/overload.cc: Cast the string added in the previous
23216 change, to mollify finicky HP compiler.
23217 * gdb.hp/reg-test.exp (testfile): Fix file name.
23218 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
23219
23220 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
23221 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
23222 alternate form of enum ptype.
23223
23224 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
23225
23226 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
23227 * gdb.hp/*.exp: Change all to run compiler probe only after
23228 passing skip_hp_tests, so as not to waste time on guaranteed
23229 failure.
23230
23231 * gdb.c++/overload.cc: Pass string instead of char addr, always
23232 init ccpfoo.
23233 * gdb.c++/templates.cc: Fix syntax error.
23234
23235 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23236
23237 * gdb.base/commands.exp: Add test for correct position of '>'
23238 when issuing the 'commands' command after a 'while' or 'if'
23239 command.
23240
23241 1999-03-18 James Ingham <jingham@cygnus.com>
23242
23243 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
23244
23245 * gdb.c++/method.exp: It was testing an uninitialized int on the
23246 stack and assuming it was positive.
23247
23248 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
23249
23250 * gdb.base/step-test.exp: Catch a case where finish is broken and
23251 keep it from killing the rest of the tests.
23252 Use gdb_continue_to_end.
23253
23254 * gdb.base/sigall.exp: use gdb_continue_to_end.
23255
23256 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
23257
23258 * gdb.base/display.exp: use runto_main, not run.
23259
23260 * gdb.base/default.exp: Check for the current error message in the
23261 r abbreviation test.
23262 Add strongarm to the targets that know info float.
23263
23264 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
23265 run which doesn't work with monitors.
23266
23267 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to 1034 test.
23268
23269 * gdb.base/break.exp: use the gdb_continue_to_end proc.
23270
23271 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the end of a
23272 program. Traps the case (in Cygmon) when the program never really
23273 exits. Same as Mark's continue_to_exit, but I had put it in a lot
23274 more places, so I used my name. Sorry Mark...
23275
23276 * config/monitor.exp (gdb_target_monitor): added another
23277 target_info parameter: remotebinarydownload. This will set the
23278 remotebinarydownload flag if this is causing some boards trouble.
23279
23280 1999-03-18 Mark Salter <msalter@cygnus.com>
23281
23282 * lib/gdb.exp (continue_to_exit): New function.
23283
23284 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
23285 * gdb.base/ending-run.exp: Ditto.
23286 * gdb.base/step-test.exp: Ditto.
23287
23288 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
23289
23290 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
23291 (suggested by Art Haas <ahaas@neosoft.com>).
23292
23293 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
23294
23295 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
23296
23297 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
23298
23299 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
23300 descriptions of types (short unsigned int vs unsigned short, etc).
23301
23302 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
23303
23304 * gdb.base/call-strs.exp: Don't assume that `step' will step over
23305 a call to strlen; sometimes we do have sources.
23306
23307 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
23308
23309 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
23310 character, so GDB won't print garbage after its end.
23311
23312 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
23313 breakpoint there instead. Sometimes GCC emits memcpy to handle
23314 the large structures being passed by value, so we step into that
23315 instead of sum_array_print, which obscures what we're really testing.
23316 * gdb.base/step-test.exp: However, we do want a test that notices
23317 the bizarre steps into memcpy, so do that here. Add check for
23318 stepping into function calls that pass large structures by value.
23319 ("Is that a noun clause, or are you just happy to see me?")
23320 Remove all references to specific line numbers.
23321 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
23322 New type and function.
23323 (main): Call large_struct_by_value, passing it a large struct by value.
23324 * lib/gdb.exp (gdb_get_line_number): New function.
23325
23326 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
23327 more portable.
23328
23329 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
23330
23331 * lib/gdb.exp: Doc fixes.
23332
23333 1999-03-05 Nick Clifton <nickc@cygnus.com>
23334
23335 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
23336
23337 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
23338
23339 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
23340 commands. They're not germane to this test, and they don't work
23341 that way on remote targets.
23342
23343 1999-03-01 James Ingham <jingham@cygnus.com>
23344
23345 * Changelog entries merged over from gdb development branch.
23346
23347 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
23348
23349 * lib/gdb.exp (gdbtk_analyze_results): Generic function
23350 for outputting results of test run.
23351
23352 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
23353
23354 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
23355
23356 1999-02-25 Felix Lee <flee@cygnus.com>
23357
23358 * lib/gdb.exp (debug_format): initialize
23359
23360 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
23361
23362 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
23363 * gdb.base/call-rt-st.c: Ditto.
23364
23365 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
23366
23367 * gdb.threads/pthreads.exp (horiz): New variable.
23368 (test_startup): Fix regexps that capture thread numbers.
23369
23370 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
23371
23372 * gdb.base/smoke.exp: Disambiguate two test case names (both
23373 called ``print'').
23374
23375 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23376
23377 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
23378 compilation.
23379
23380 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23381
23382 * gdb.base/miscexprs.exp: Change patterns to match GDB's
23383 actual output formatting.
23384 * gdb.base/smoke.exp: GDB removes leading 0's.
23385 * gdb.base/volatile.exp: Don't check type of remuneration;
23386 that variable is no longer defined in constvars.c.
23387 * gdb.base/step-test.c (main): Exit with explicit exit code.
23388 * gdb.base/step-test.exp: Remove two nexti checks--they are
23389 not portable.
23390
23391 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
23392
23393 * gdb.base/help.exp ("help delete display"): Fix test to match
23394 gdb's output.
23395
23396 * gdb.base/long_long.c (known_types): Initialize values to zero.
23397 * gdb.base/long_long.exp: Step one more line
23398 so 'dec' is initialized in "get to known place". GDB removes
23399 leading zeros. Explicitly ask for hex formatting. Use
23400 unique test case names.
23401
23402 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23403
23404 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
23405
23406 * gdb.c++/method.exp: Add missing close brace.
23407
23408 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
23409
23410 * gdb.base/maint.exp: Use 'set height 0' to disable page
23411 prompting, not 'set height 400'.
23412
23413 Fix a bunch of timeouts.
23414 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
23415 four separate tests, so expect doesn't take forever to match a ton
23416 of text against a regexp with lots of .* forms.
23417 ("maint print psymbols", "maint print symbols"): Make some of
23418 these greps more selective, so that expect doesn't try to wade
23419 through huge piles of output and time out.
23420
23421 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
23422
23423 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
23424 tests: one which doesn't expect shlib events to be reported, and
23425 another which does, but is XFAIL for all platforms other than
23426 HP/UX.
23427
23428 * gdb.base/break.exp: Teach the test suite that the `catch
23429 fork', `catch vfork', and `catch exec' commands produce error
23430 messages on platforms that don't provide these features.
23431
23432 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
23433
23434 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
23435 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
23436 (shortening names from solib_threshold.exp etc), won't run on
23437 anything but HP-UX for the foreseeable future.
23438 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
23439 reflect move.
23440
23441 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
23442
23443 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
23444 gdb.trace/Makefile.in (clean): Remove all test executables.
23445
23446 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
23447
23448 * gdb.base/shlib-call.exp: add test cases to verify that gdb
23449 successfully re-sets breakpoints in shared libraries.
23450 * gdb.base/shmain.c (main): return 0, don't fall off the end.
23451
23452 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
23453
23454 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
23455 and compiled w/o GCC.
23456
23457 * gdb.hp/watch-cmd.exp: ditto.
23458
23459 * gdb.hp/watch-hp.exp: ditto.
23460
23461 * gdb.hp/xdb1.exp: ditto.
23462
23463 * gdb.hp/xdb2.exp: ditto.
23464
23465 * gdb.hp/dbx.exp: ditto.
23466
23467 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
23468
23469 * constvars.c: Remove C++-isms.
23470 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
23471 with GCC.
23472
23473 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
23474
23475 The following changes are part of the HP merge.
23476
23477 * gdb.base/break.exp: new tests to verify that catchpoints for
23478 fork, vfork, and exec don't trigger inappropriately.
23479
23480 * gdb.base/opaque.exp: compile one file at a time, then link.
23481
23482 * gdb.base/signals.exp: be more restrictive about which hppa
23483 systems receive a setup_xfail. new tests.
23484
23485 * gdb.base/solib_threshold.build: new file.
23486 * gdb.base/solib_threshold.exp: new file.
23487 * gdb.base/solib_threshold.link_opts: new file.
23488 * gdb.base/solib_threshold.mk: new file.
23489 * gdb.base/gen_solib_threshold.c: new file.
23490
23491 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
23492 tests. New tests for enums inside classes.
23493
23494 * gdb.c++/compiler.cc: indicate support of template debugging.
23495
23496 * gdb.c++/demangle.exp: run hp style demangling tests.
23497
23498 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
23499 tests.
23500
23501 * gdb.c++/misc.cc: changes to support new tests.
23502
23503 * gdb.c++/templates.cc: changes to support HP's compiler; changes
23504 to support new tests.
23505
23506 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
23507 gcc, then skip these tests.
23508
23509 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
23510
23511 The following files are part of the HP merge; some had longer
23512 names at HP, but have been renamed to be no more than 14
23513 characters in length.
23514
23515 * gdb.hp/ambiguous.cc: new file.
23516 * gdb.hp/ambiguous.exp: new file.
23517 * gdb.hp/attach.exp: new file.
23518 * gdb.hp/attach2.exp: new file.
23519 * gdb.hp/classes-hp.exp: new file.
23520 * gdb.hp/ctti.exp: new file.
23521 * gdb.hp/ctti-add.cc: new file.
23522 * gdb.hp/ctti-add1.cc: new file.
23523 * gdb.hp/ctti-add2.cc: new file.
23524 * gdb.hp/ctti-add3.cc: new file.
23525 * gdb.hp/dbx.exp: new file.
23526 * gdb.hp/exception.cc: new file.
23527 * gdb.hp/exception.exp: new file.
23528 * gdb.hp/foll-exec.c: new file.
23529 * gdb.hp/foll-exec.exp: new file.
23530 * gdb.hp/foll-fork.c: new file.
23531 * gdb.hp/foll-fork.exp: new file.
23532 * gdb.hp/foll-vfork.c: new file.
23533 * gdb.hp/foll-vfork.exp: new file.
23534 * gdb.hp/inherit-hp.exp: new file.
23535 * gdb.hp/more-steps.exp: new file.
23536 * gdb.hp/namespace.cc: new file.
23537 * gdb.hp/namespace.exp: new file.
23538 * gdb.hp/optimize.exp: new file.
23539 * gdb.hp/pxdb.c: new file.
23540 * gdb.hp/pxdb.exp: new file.
23541 * gdb.hp/quicksort.exp: new file.
23542 * gdb.hp/reg-test.exp: new file.
23543 * gdb.hp/reg-test.s: new file.
23544 * gdb.hp/sized-enum.c: new file.
23545 * gdb.hp/sized-enum.exp: new file.
23546 * gdb.hp/start-stop.exp: new file.
23547 * gdb.hp/templ-hp.cc: new file.
23548 * gdb.hp/templ-hp.exp: new file.
23549 * gdb.hp/thr-lib.c: new file.
23550 * gdb.hp/thr-lib.exp: new file.
23551 * gdb.hp/thr-lib.h: new file.
23552 * gdb.hp/thr-liblib.c: new file.
23553 * gdb.hp/virtfun-hp.c: new file.
23554 * gdb.hp/virtfun-hp.exp: new file.
23555 * gdb.hp/watch-cmd.exp: new file.
23556 * gdb.hp/watch-hp.exp: new file.
23557 * gdb.hp/xdb1.exp: new file.
23558 * gdb.hp/xdb2.exp: new file.
23559 * gdb.hp/xdb3.exp: new file.
23560
23561 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
23562
23563 The following files are part of the HP merge; some had longer
23564 names at HP, but have been renamed to be no more than 14
23565 characters in length.
23566
23567 * gdb.base/ss.h: new file.
23568 * gdb.base/call-ar-st.c: new file.
23569 * gdb.base/call-ar-st.exp: new file.
23570 * gdb.base/call-rt-st.c: new file.
23571 * gdb.base/call-rt-st-exp: new file.
23572 * gdb.base/call-strs.exp: new file.
23573 * gdb.base/ena-dis-br.exp: new file.
23574 * gdb.base/environ.exp: new file.
23575 * gdb.base/long_long.exp: new file.
23576 * gdb.base/sect-cmd.exp: new file.
23577 * gdb.base/shlib-cl2.exp: new file.
23578 * gdb.base/smoke.exp: new file.
23579 * gdb.base/so-impl-ld.c: new file.
23580 * gdb.base/so-impl-ld.exp: new file.
23581 * gdb.base/so-indr-cl.c: new file.
23582 * gdb.base/so-indr-cl.exp: new file.
23583 * gdb.base/varargs.exp: new file.
23584 * gdb.base/volatile.exp: new file.
23585 * gdb.base/whatis-exp.exp: new file.
23586 * gdb.base/display.exp: new file.
23587 * gdb.c++/derivation.exp: new file.
23588 * gdb.c++/local.exp: new file.
23589 * gdb.c++/member-ptr.exp: new file.
23590 * gdb.c++/overload.exp: new file.
23591 * gdb.c++/ovldbreak.exp: new file.
23592 * gdb.c++/ref-types.exp: new file.
23593 * gdb.c++/ref-types2.exp: new file.
23594 * gdb.c++/userdef.exp: new file.
23595
23596 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
23597
23598 * gdb.base/default.exp: Reflect wording change in remote.c.
23599
23600 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
23601
23602 * gdb.base/help.exp: Update to reflect current text.
23603
23604 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
23605
23606 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
23607 they're stack variables and contain garbage.
23608 * gdb.c++/anon-union.exp: new file.
23609
23610 The following changes were made by David Taylor
23611 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23612 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23613 in changes by HP.
23614
23615 * gdb.base/bitops.exp: new file.
23616 * gdb.base/default.exp: change expected messages for catch and
23617 info catch tests to reflect HP merge changes.
23618 * gdb.base/enable-disable-break.exp
23619 * gdb.base/ending-run.c: new file.
23620 * gdb.base/long_long.c: new file.
23621 * gdb.base/maint.exp: new file.
23622 * gdb.base/pointers2.exp: new file.
23623 * gdb.base/shlib-call2.exp: new file.
23624 * gdb.base/solib.exp: new file.
23625 * gdb.base/step-test.c: new file.
23626 * gdb.c++/anon-union.cc: new file.
23627 * gdb.c++/local.cc: new file.
23628 * gdb.c++/member-pointer.cc: new file.
23629 * gdb.c++/method.cc: new file.
23630 * gdb.c++/ref-types.cc: new file.
23631 * gdb.c++/ref-types2.cc: new file.
23632 * gdb.c++/userdef.cc: new file.
23633
23634 * gdb.base/scope.exp: compile one file at a time, then link.
23635 * gdb.base/langs.exp: ditto.
23636 * gdb.base/list.exp: ditto.
23637
23638 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
23639
23640 The following changes were made by David Taylor
23641 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
23642 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
23643 in changes by HP.
23644
23645 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
23646 skip tests. When compiling pass c++ flag to gdb_compile.
23647 * gdb.c++/
23648
23649 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
23650 test for on hppa*-*-hpux*; use args to see if c++ was specified.
23651 (skip_hp_tests): new function.
23652 (gdb_preprocess): new function.
23653
23654 * configure.in (hpdir): decide whether to configure gdb.hp.
23655 * configure: regenerated.
23656
23657 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
23658 to delete on clean.
23659 (EXECUTABLES): update to reflect new additions.
23660 * gdb.base/commands.exp: update message expected.
23661 * gdb.base/default.exp: add copyright notice.
23662 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
23663 * gdb.base/help.exp: update messages to reflect current text.
23664 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
23665 targets for recurse tests.
23666 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
23667 skip this file.
23668
23669 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
23670 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
23671 compilation.
23672 * gdb.c++/misc.exp: ditto.
23673 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
23674 run the tests. tell gdb_compile that it's a c++ compilation.
23675
23676 * gdb.threads/pthreads.exp: fix typo in message.
23677
23678 * gdb.base/all-bin.exp: new file.
23679 * gdb.base/arithmet.exp: new file.
23680 * gdb.base/assign.exp: new file.
23681 * gdb.base/completion.exp: new file.
23682 * gdb.base/cond-expr.exp: new file.
23683 * gdb.base/condbreak.exp: new file.
23684 * gdb.base/define.exp: new file.
23685 * gdb.base/dollar.exp: new file.
23686 * gdb.base/environment.exp: new file.
23687 * gdb.base/eval-skip.exp: new file.
23688 * gdb.base/jump.exp: new file.
23689 * gdb.base/logical.exp: new file.
23690 * gdb.base/pointers.exp: new file.
23691 * gdb.base/relational.exp: new file.
23692 * gdb.base/section_command.exp: new file.
23693 * gdb.base/whatis-expr.exp: new file.
23694
23695 * gdb.base/all-types.c: new file.
23696 * gdb.base/call-array-struct.c: new file.
23697 * gdb.base/call-return-struct.c: new file.
23698 * gdb.base/call-strings.c: new file.
23699 * gdb.base/callfuncs2.c: new file.
23700 * gdb.base/condbreak.c: new file.
23701 * gdb.base/constvars.c: new file.
23702 * gdb.base/display.c: new file.
23703 * gdb.base/int-type.c: new file.
23704 * gdb.base/jump.c: new file.
23705 * gdb.base/miscexprs.c: new file.
23706 * gdb.base/pointers.c: new file.
23707 * gdb.base/pointers2.c: new file.
23708 * gdb.base/shmain.c: new file.
23709 * gdb.base/shr1.c: new file.
23710 * gdb.base/shr2.c: new file.
23711 * gdb.base/solib.c: new file.
23712 * gdb.base/solib1.c: new file.
23713 * gdb.base/solib2.c: new file.
23714 * gdb.base/varargs.c: new file.
23715 * gdb.c++/derivation.cc: new file.
23716 * gdb.c++/overload.cc: new file.
23717 * gdb.c++/ovldbreak.cc: new file.
23718 * gdb.hp/attach.c: new file.
23719 * gdb.hp/attach2.c: new file.
23720 * gdb.hp/average.c: new file.
23721 * gdb.hp/compiler.c: new file.
23722 * gdb.hp/compiler.cc: new file.
23723 * gdb.hp/execd-program.c: new file.
23724 * gdb.hp/follow-exec.c: new file.
23725 * gdb.hp/follow-fork.c: new file.
23726 * gdb.hp/follow-vfork-and-exec.c: new file.
23727 * gdb.hp/misc-hp.cc: new file.
23728 * gdb.hp/more-steps.c: new file.
23729 * gdb.hp/optimize.c: new file.
23730 * gdb.hp/quicksort.c: new file.
23731 * gdb.hp/run-hp.c: new file.
23732 * gdb.hp/start-stop.c: new file.
23733 * gdb.hp/sum.c: new file.
23734 * gdb.hp/templates-hp.cc: new file.
23735 * gdb.hp/thread-local-in-lib.c: new file.
23736 * gdb.hp/thread-local-in-lib.h: new file.
23737 * gdb.hp/thread-local-in-lib.lib.c: new file.
23738 * gdb.hp/vforked-program.c: new file.
23739 * gdb.hp/virtfunc-hp.cc: new file.
23740 * gdb.hp/watchpoint-hp.c: new file.
23741 * gdb.hp/xdb.c: new file.
23742 * gdb.hp/xdb0.c: new file.
23743 * gdb.hp/xdb0.h: new file.
23744 * gdb.hp/xdb1.c: new file.
23745
23746 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
23747
23748 The following change was made by Edith Epstein
23749 <eepstein@cygnus.com> as part of a project to merge in changes
23750 originally made by HP; HP did not create ChangeLog entries.
23751
23752 * gdb.c++/demangle.exp: changed the expected output for some
23753 ARM-style mangling -- removed second reference to datatype.
23754 For example, maint demangle __dt__11T1__pt__2_cFv
23755 T1<char>::~T1<char>(void)
23756 becomes,
23757 maint demangle __dt__11T1__pt__2_cFv
23758 T1<char>::~T1(void)
23759
23760 (test_hp_style_demangling): new hp specific demangling test cases.
23761
23762 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
23763
23764 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
23765 * gdb.trace/backtrace.exp: Likewise.
23766 * gdb.trace/circ.exp: Likewise.
23767 * gdb.trace/collection.exp: Likewise.
23768 * gdb.trace/deltrace.exp: Likewise.
23769 * gdb.trace/infotrace.exp: Likewise.
23770 * gdb.trace/limits.exp: Likewise.
23771 * gdb.trace/packetlen.exp: Likewise.
23772 * gdb.trace/passc-dyn.exp: Likewise.
23773 * gdb.trace/passcount.exp: Likewise.
23774 * gdb.trace/report.exp: Likewise.
23775 * gdb.trace/save-trace.exp: Likewise.
23776 * gdb.trace/tfind.exp: Likewise.
23777 * gdb.trace/tracecmd.exp: Likewise.
23778 * gdb.trace/while-dyn.exp: Likewise.
23779 * gdb.trace/while-stepping.exp: Likewise.
23780
23781 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
23782
23783 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
23784
23785 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
23786
23787 From Brendan Kehoe:
23788 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
23789 int return types.
23790
23791 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
23792
23793 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
23794 remote dos host testing right.
23795
23796 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
23797
23798 * gdb.base/corefile.exp: remove some xfails.
23799
23800 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
23801
23802 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
23803 have different timestamps.
23804
23805 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
23806
23807 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
23808 gdb.base/default.exp: Replace "exec" with "executable".
23809
23810 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
23811
23812 * gdb.base/default.exp: Change else if to elseif from previous
23813 delta.
23814
23815 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
23816
23817 * gdb.base/default.exp: Add brace missing from previous delta.
23818
23819 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
23820
23821 * gdb.base/default.exp: Support test for info float for all
23822 varieties of arm toolchain.
23823
23824 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
23825
23826 * gdb.trace/*.exp: remove "remote_download" command.
23827
23828 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
23829
23830 * gdb.trace/*.exp: remove -gdwarf from compile.
23831
23832 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
23833
23834 * gdb.trace/configure.in(AC_INIT): typo
23835 * gdb.trace/configure: regenerated
23836
23837 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
23838
23839 * config/m68k-emc.exp: New file.
23840 * lib/<emc-support.exp trace-support.exp}: New files.
23841 * configure.in: add new test directory gdb.trace.
23842 * gdb.trace/{configure configure.in Makefile.in}: New files.
23843 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
23844 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
23845 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
23846 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
23847 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
23848 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
23849 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
23850
23851 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
23852
23853 * gdb.c++/classes.exp: Change all regular expressions to match
23854 arbitrary combinations of newline/carriage-return, so that they
23855 will work equally well on Unix and Windows.
23856 * gdb.c++/inherit.exp: ditto.
23857 * gdb.c++/virtfunc.exp: ditto.
23858
23859 1998-08-11 Dawn Perchik <dawn@cygnus.com>
23860
23861 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
23862
23863 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
23864
23865 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
23866 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
23867 to use a0-a3/d0-d3 as needed.
23868
23869 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
23870
23871 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
23872 * gdb.disasm/am33.exp: Corresponding changes.
23873
23874 1998-07-11 Felix Lee <flee@cygnus.com>
23875
23876 * gdb.base/callfuncs.exp: add cmp10 test.
23877 * gdb.base/callfuncs.c (cmp10): new function.
23878
23879 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
23880
23881 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
23882 into two parts to get around a synchronization problem in expect.
23883
23884 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
23885
23886 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
23887
23888 * configure.in: Add options for gdbtk testsuite.
23889
23890 * configure: Regenerate.
23891
23892 * gdb.gdbtk: New directory to hold gdbtk tests.
23893
23894 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23895
23896 * gdb.fortran/types.exp: Escape brackets in expect patterns
23897 for test_float_literal_types_accepted tests.
23898 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
23899 before run test.
23900
23901 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
23902
23903 * am33.exp: Just compile, do not link the testcase.
23904 * am33.s: Add ".am33" pseudoop to force am33 mode.
23905
23906 1998-06-25 Felix Lee <flee@cygnus.com>
23907
23908 * gdb.base/setshow.exp: make sure $pc is sane.
23909
23910 * gdb.stabs/weird.exp: split expect patterns properly.
23911
23912 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
23913
23914 * gdb.disasm/am33.s: New disassembler testfile for the am33.
23915 * gdb.disasm/am33.exp: Run it.
23916
23917 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
23918
23919 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
23920 match processing (and eliminate spurious timeouts when running).
23921
23922 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
23923
23924 * gdb.base/signals.exp (test_handle_all_print): put back Mach
23925 exception test, but conditionalize it on target [mach | gnu].
23926
23927 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
23928
23929 * gdb.base/overlays.exp: fixup compile line for linker script.
23930
23931 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
23932
23933 * gdb.fortran/types.exp: don't guess at float size.
23934
23935 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
23936
23937 * gdb.base/exprs.exp: delete test that depends on int size.
23938
23939 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
23940
23941 * config/sim.exp: Removed checks for target triplets.
23942 (gdb_target_sim): Use gdb,target_sim_options.
23943
23944 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
23945
23946 * gdb.base/reread.exp: New file.
23947 * gdb.base/reread1.c: New file.
23948 * gdb.base/reread2.c: New file.
23949
23950 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
23951
23952 * config/sim.exp: Use 'target sim -sparclite' when running
23953 SPARClite programs.
23954
23955 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
23956
23957 * gdb.base/structs2.exp: New file.
23958 * gdb.base/structs2.c: New file.
23959
23960 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
23961
23962 * gdb.asm/common.inc: New file.
23963 * gdb.asm/d10v.inc: New file.
23964 * asm-source.exp: Pass -I's to gas to find .inc files.
23965 Update line numbers in expected output.
23966 * asmsrc1.s: Rewrite.
23967 * asmsrc2.s: Rewrite.
23968 * configure.in: Create arch.inc symlink.
23969 * configure: Regenerate.
23970 * Makefile.in (distclean): Delete arch.inc.
23971
23972 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
23973
23974 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
23975 (t_enum_value2): ditto
23976 (t_enum_value3): ditto
23977 (main): ditto
23978 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
23979
23980 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
23981 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
23982 change.
23983 Use gdb_test instead of send_gdb/gdb_expect sequences.
23984
23985 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
23986
23987 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
23988 not void.
23989
23990 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
23991
23992 * gdb.base/branches.c: Code with lots of loops and
23993 subroutines. Used to test gdbs ability to single step through PC
23994 changes, especially to test mips-tdep.c:mips_next_pc
23995
23996 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
23997
23998 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
23999 more rigorous EGCS C++ error checking.
24000
24001 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24002
24003 * gdb.base/help.exp: Clean up `help set args' and `help show args'
24004 tests.
24005 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
24006 function when asleep.
24007 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
24008 for i*86 Linux and SVR4 signal handling problems.
24009 Remove linux xfail for `next to handler in signals_tests_1', fixed
24010 by recent infrun.c change.
24011 Limit backtrace to 10 frames to avoid timeout problems with infinite
24012 stack backtraces.
24013 Adjust expect pattern in `handle all print' test to match Apr 28 1997
24014 target.[ch] change.
24015
24016 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
24017
24018 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
24019 for a newline from gdb before continuing.
24020 (default_gdb_exit): Just look for y or n.
24021 (gdb_test): Detect abnormal exit from GDB running on DOS; if
24022 it does, fail the rests of the tests in the file.
24023
24024 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
24025
24026 * config/cygmon.exp: New file.
24027
24028 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
24029
24030 * gdb.base/list.exp: Fix problem with "list default lines around
24031 main" test on remote targets.
24032
24033 * gdb.base/scope.exp: Fix problem with filelocal_bss before
24034 run test on remote targets.
24035
24036 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
24037
24038 * gdb.asm: New directory.
24039 * configure.in: Configure it.
24040 * configure: Regenerate.
24041 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
24042 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
24043
24044 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
24045
24046 * config/mn10300-eval.exp: New file to support MN10300 eval board.
24047
24048 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
24049
24050 * gdb.base/overlays (several files): Merge the two overlay
24051 managers into one. Change variables (foox, barx, bazx, grbxx)
24052 back into ints but force them to load in their proper sections.
24053
24054 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
24055
24056 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
24057 on-chip insn memory and IMAP1 to upper 128k.
24058 (D10VCopy): Handle memory regions crossing 16k boundaries.
24059 (D10VCopy): Transfer data in 32 bit chunks.
24060
24061 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
24062
24063 * gdb.base/overlays.c (main): Exit normally when result is
24064 correct.
24065
24066 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
24067 map. Include space for printf in .text segment.
24068
24069 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
24070 updated d10v memory VMA/LMA map.
24071 (D10VCopy): Call D10VTranslate.
24072
24073 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
24074
24075 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
24076
24077 * gdb.base/bar.c (barx, bar): Change variable to small array so
24078 that it won't be put into the .sdata - small data -
24079 section. Update reference.
24080 * gdb.base/baz.c (bazx, baz): Ditto.
24081 * gdb.base/foo.c (foox, foo): Ditto.
24082 * gdb.base/grbx.c (grbxx, grbx): Ditto.
24083
24084 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
24085 to be arrays.
24086
24087 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
24088
24089 * gdb.base/overlays.exp: fix up and get working again.
24090 Add tests for backtraces from an overlay function.
24091
24092 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
24093
24094 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
24095 "calling function with watchpoint enabled".
24096
24097 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
24098
24099 * gdb.base/break.exp (test_next_with_recursion): Remove
24100 gdb_suppress_tests for d10v-*-*.
24101 * lib/gdb.exp (gdb_suppress_tests): Disable this function
24102 pending review of whether it is useful or not.
24103
24104 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
24105
24106 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
24107
24108 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
24109
24110 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
24111 * config/dve.exp: New file to support Densan boards.
24112
24113 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
24114
24115 * gdb.base/interrupt.exp: Document problem of simulators, signals,
24116 reads and BSD.
24117
24118 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
24119
24120 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
24121 response.
24122
24123 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
24124
24125 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
24126
24127 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
24128 test.
24129
24130 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
24131 target_sizeof_long and target_bigendian_p.
24132 (structs_by_value, structs_by_reference): Check values according
24133 to targets word size and endianess.
24134
24135 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
24136
24137 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
24138 output.
24139
24140 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
24141
24142 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
24143 Update test of set args help to match source change.
24144
24145 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
24146
24147 * gdb.base/default.exp: Expect help system output to be in
24148 alphabetical order.
24149 * gdb.base/help.exp: Ditto.
24150
24151 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
24152
24153 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
24154 "i*86-pc-linux-gnu*".
24155 * gdb.base/interrupt.exp: Ditto.
24156 * gdb.base/corefile.exp: Ditto.
24157
24158 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
24159 define vxworks when building the testcase.
24160
24161 * gdb.base/ptype.exp: Fix testnames to be unique.
24162 * gdb.base/radix.exp: Ditto.
24163 * gdb.base/term.exp: Ditto.
24164 * gdb.base/whatis.exp: Ditto.
24165 * gdb.c++/classes.exp: Ditto.
24166
24167 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
24168
24169 * gdb.base/callfuncs.exp: Fix indentation.
24170
24171 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
24172 suppress_flag has been set.
24173 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
24174 target feature.
24175
24176 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
24177
24178 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
24179 the testcase.
24180
24181 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
24182 set_debug_traps() and breakpoint().
24183 * gdb.c++/misc.cc (main): Ditto.
24184 * gdb.c++/templates.cc (main): Ditto.
24185 * gdb.c++/virtfunc.cc (main): Ditto.
24186
24187 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
24188
24189 * lib/gdb.exp(gdb_step_for_stub): New function.
24190 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
24191 exists, reload the executable and do a "continue" instead of
24192 doing a jump.
24193 (runto_main): Use gdb_step_for_stub.
24194
24195 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
24196 tests to have unique names.
24197 * gdb.base/callfuncs.exp: Ditto.
24198 * gdb.base/commands.exp: Ditto.
24199 * gdb.base/default.exp: Ditto.
24200 * gdb.base/help.exp: Ditto.
24201 * gdb.base/list.exp: Ditto.
24202 * gdb.base/opaque.exp: Ditto.
24203 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
24204 similar tests.
24205
24206 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
24207 * gdb.c++/cplusfuncs.cc: Ditto.
24208 * gdb.c++/virtfunc.cc: Ditto.
24209
24210 * config/monitor.exp: Keep track of the last file we saw, rather
24211 than trying to get the info from gdb.
24212
24213 * gdb.fortran/types.exp: Move comment to previous line.
24214
24215 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
24216
24217 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
24218 target mode.
24219
24220 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
24221
24222 From Bob Manson:
24223 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
24224 string from GDB when it connects.
24225
24226 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
24227
24228 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
24229
24230 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
24231 if we can't get a debug format from GDB (we may be testing an
24232 older GDB). Use a 10 second timeout when checking for the format.
24233
24234 * gdb.stabs/weird.exp: Fix quoting.
24235
24236 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
24237
24238 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
24239
24240 * config/arm-ice.exp: New file.
24241
24242 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
24243
24244 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
24245 until it has been modified to work with the new testsuite.
24246
24247 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
24248 testcase won't compile, cause all of the testcases in the file to
24249 fail instead.
24250
24251 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
24252 (gdb_clear_suppressed): New procedure.
24253 (gdb_stop_suppressing_tests): Only clear suppress_flag if
24254 it contains a positive value.
24255
24256 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
24257
24258 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
24259
24260 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
24261
24262 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
24263
24264 * lib/gdb.exp (setup_xfail_format): New function.
24265 (get_debug_format): New function to get debug format.
24266 (debug_format): New global variable to hold last value set
24267 by get_debug_format.
24268 * gdb.base/list.exp: Call get_debug_format and expect some
24269 tests to fail for DWARF 1 and COFF formats.
24270 * gdb.c++/ptype.exp: Ditto.
24271 * gdb.c++/classes.exp: Ditto.
24272 * gdb.c++/cplusfuncs.exp: Ditto.
24273 * gdb.c++/inherit.exp: Ditto.
24274 * gdb.c++/templates.exp: Ditto.
24275 * gdb.c++/virtfunc.exp: Ditto.
24276
24277 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
24278
24279 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
24280 host doesn't have a currently-open connection.
24281
24282 * config/sparclet.exp: Cleanups and fixes to make it generic for
24283 any gdb stub target. Handle cases where gdb doesn't respond when
24284 interrupted in a sane fashion.
24285
24286 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
24287 same thing in a totally different way.
24288
24289 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
24290 setting "timeout".
24291 (gdb_start): We set the global gdb_prompt variable in
24292 default_gdb_init now.
24293
24294 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
24295
24296 * gdb.base/printcmds.exp: Fix "check for floating addition"
24297 regexp to accept results within approx +/- .01 of exact value.
24298 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
24299
24300 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
24301
24302 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
24303 properly.
24304 (gdb_expect): Add optional timeout parameter, and add timeout
24305 value to various calls.
24306 (gdb_suppress_tests): Only give one warning message per group.
24307
24308 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
24309
24310 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
24311 global variables. Handle getting a value for $timeout more
24312 gracefully.
24313
24314 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24315
24316 * lib/gdb.exp: Close connection to remote host if gdb doesn't
24317 initialize.
24318 (default_gdb_init): New procedure; allow gdb_init to be overridden
24319 by a target configuration file.
24320 (gdb_expect): Pass the timeout to remote_expect.
24321
24322 * config/monitor.exp(gdb_load): Fix typo in regexp.
24323
24324 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
24325
24326 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
24327
24328 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
24329
24330 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
24331 here. Call gdb_target_exec before rebooting the target, to make
24332 sure the connection to the target is closed.
24333 (gdb_load): Pass the name of the executable to gdb_target_monitor.
24334 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
24335 Also detect "Timeout reading from remote" error.
24336
24337 * config/gdbserver.exp: Pass the executable being loaded to
24338 gdb_target_monitor. Don't call gdb_file_cmd here; let
24339 gdb_target_monitor do it.
24340
24341 * gdb.disasm/hppa.exp: Don't use exec_output.
24342
24343 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
24344
24345 * gdb.base/list.exp: If we're debugging a non-native target,
24346 try to set the pc register to point to the start of the
24347 program before doing the first list command.
24348
24349 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
24350 test_calls after restarting.
24351
24352 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
24353 reloading.
24354
24355 * gdb.base/watchpoint.exp: Fix typo.
24356
24357 * gdb.base/setshow.exp: Check for use_gdb_stub.
24358
24359 * gdb.base/break.exp: Fix continue until exit test for the gdb
24360 stub case.
24361 * gdb.base/langs.exp: Ditto.
24362
24363 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
24364 gdb_load_offset. If we weren't given a file to load, figure out
24365 what the current file is and use it.
24366
24367 * config/i386-bozo.exp: New file.
24368
24369 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
24370
24371 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
24372 feature.
24373
24374 * config/proelf.exp: New entry.
24375
24376 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
24377
24378 * lib/gdb.exp: Remove spurious .* patterns at the beginning
24379 of regexps.
24380
24381 * gdb.base/watchpoint.exp: Don't run the test_stepping
24382 tests if gdb can't call functions on the target.
24383
24384 * gdb.base/setshow.exp: Don't run the set prompt tests if
24385 the board has gdb_prompt set.
24386
24387 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
24388
24389 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
24390 * gdb.base/commands.exp: Likewise.
24391 * gdb.base/setshow.exp: Likewise.
24392
24393 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
24394
24395 * config/monitor.exp(gdb_start): Look for gdb_prompt target
24396 feature.
24397
24398 * config/i960.exp: New file.
24399
24400 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
24401
24402 * gdb.base/funcargs.exp: Check for gdb,short_int target
24403 feature instead of looking for explicit target triplets.
24404
24405 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
24406
24407 * gdb.base/printcmds.exp: add a couple more tests a la
24408 "p 123DEADBEEF", to check parse_number.
24409 * top.c: change "to enable to enable" to "to enable" in a couple
24410 of help strings.
24411
24412 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
24413
24414 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
24415 on the mn10300.
24416
24417 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
24418
24419 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
24420 where the test executable is run with explicit args.
24421 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
24422
24423 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
24424
24425 * gdb.base/run.c: Use FAKEARGV to build test executable that
24426 does not require a command line arg, since most simulators
24427 don't currently support passing such an arg into the simulated
24428 program.
24429 * gdb.base/commands.exp: Change tests to insert the proper
24430 value as the arg to the first recursive factorial call. Change
24431 compilation line to define FAKEARGV at compile time.
24432
24433 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
24434
24435 * gdb.base/recurse.exp: Enable these tests for the mn10300.
24436 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
24437 function with watchpoint enabled" test.
24438
24439 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
24440
24441 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
24442 Don't call gdb_test when the command doesn't return to a gdb prompt.
24443
24444 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
24445 "Tests restarted" messages.
24446
24447 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
24448
24449 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
24450
24451 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
24452
24453 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
24454 for INFO SYMBOL; add help tests for OVERLAY commands.
24455 * gdb.base/default.exp: add tests for INFO SYMBOL command;
24456 add tests for OVERLAY commands
24457 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
24458 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
24459 * gdb.base/sigall.c: add usestubs code frag
24460 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
24461
24462 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
24463
24464 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
24465 failures.
24466 (gdb_stop_suppressing_tests): Note that tests have restarted.
24467
24468 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
24469
24470 * config/h8300.exp: New file.
24471
24472 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
24473
24474 * gdb.base/setshow.exp: Check for the existence of a
24475 feature, not its value.
24476
24477 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
24478
24479 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
24480
24481 * gdb.base/scope.exp: It's now init0(), not init().
24482
24483 * gdb.base/scope0.c: For now, change init() to be init0().
24484
24485 * config/monitor.exp: Use gdb_serial in preference to serial
24486 or netport.
24487
24488 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
24489 and it's not already set.
24490
24491 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
24492
24493 * gdb.base/setshow.exp: Only test the run command if the target
24494 isn't using a stub and if it supports argument passing.
24495
24496 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
24497
24498 * config/udi.exp(gdb_start): Make sure UDICONF is set
24499 properly before starting gdb.
24500
24501 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
24502
24503 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
24504 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
24505 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
24506
24507 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
24508
24509 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
24510 specialized code to reboot the board, use remote_reboot instead.
24511
24512 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
24513
24514 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
24515
24516 * config/monitor.exp: Make sure we disconnect from the target.
24517 Also, try a reboot/reload cycle instead of failing if the
24518 load fails.
24519
24520 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
24521
24522 * gdb.base/default.exp: Don't set match_max.
24523 * gdb.base/help.exp: Ditto.
24524 * gdb.base/list.exp: Ditto.
24525 * gdb.base/signals.exp: Ditto.
24526
24527 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
24528 set, use remote_ld to download the testcase instead of
24529 the GDB loader.
24530
24531 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
24532
24533 * config/vr5000.exp: New file.
24534
24535 * config/monitor.exp(gdb_target_monitor): Add pattern for
24536 "Ending remote" to detect errors in connecting.
24537
24538 * gdb.base/setshow.exp: Add .* within auto language test.
24539
24540 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
24541 target feature.
24542
24543 * config/monitor.exp(gdb_load): Check for a failure when loading,
24544 and reboot the board if necessary.
24545
24546 * gdb.base/setvar.exp(test_set): Handle multiple prints within
24547 a set of tests. Remove print.* from the patterns being checked.
24548
24549 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
24550
24551 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
24552 refer to gdb_spawn_id.
24553
24554 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
24555 longer used.
24556 * config/sparclet.exp: Ditto.
24557 * config/sparclet-old.exp: Ditto.
24558 * config/slite.exp: Ditto.
24559 * config/sim.exp: Ditto.
24560 * gdb.base/funcargs.exp: Ditto.
24561
24562 * lib/gdb.exp:Remove references to gdb_spawn_id.
24563 (gdb_expect): Move to remote.exp.
24564
24565 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
24566
24567 * config/monitor.exp: Detect the "Couldn't establish connection"
24568 message from GDB.
24569
24570 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
24571
24572 * gdb.base/bitfields.exp: Use runto instead of explicit
24573 gdb_run_cmd/gdb_expect sequences.
24574
24575 * gdb.base/break.exp(text_next_with_recursion): Add match for
24576 gdb_expect call.
24577
24578 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
24579 We also need to handle the "A program is being debugged already"
24580 prompt from gdb. Use gdb_test to set the baud rate.
24581
24582 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
24583 to 20000. Really. I mean it.
24584
24585 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
24586
24587 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
24588 fails. If suppress_flag is set, skip perror message about not
24589 being able to send to GDB.
24590 (send_gdb): If suppress_flag is set, don't try to send commands to
24591 GDB.
24592 (gdb_expect): If suppress_flag is set, always fail immediately.
24593 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
24594 (gdb_init): Call gdb_stop_suppressing_tests.
24595 (default_gdb_exit): Ditto.
24596 (default_gdb_start): Ditto.
24597
24598 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
24599 gdb_stop_suppressing_tests as appropriate.
24600 * gdb.base/break.exp: Ditto.
24601 * gdb.base/callfuncs.exp: Ditto.
24602 * gdb.base/commands.exp: Ditto.
24603 * gdb.base/exprs.exp: Ditto.
24604 * gdb.base/funcargs.exp: Ditto.
24605 * gdb.base/list.exp: Ditto.
24606 * gdb.base/recurse.exp: Ditto.
24607 * gdb.base/scope.exp: Ditto.
24608 * gdb.base/structs.exp: Ditto.
24609 * gdb.c++/inherit.exp: Ditto.
24610
24611 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
24612
24613 * config/vr4300.exp: New file.
24614
24615 * gdb.*/*.exp: Call gdb_expect instead of expect.
24616
24617 * lib/gdb.exp(gdb_expect): New function.
24618
24619 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
24620
24621 * lib/gdb.exp(gdb_init): New function.
24622
24623 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
24624 for each individual variable set.
24625
24626 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
24627 name.
24628
24629 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
24630
24631 * gdb.base/scope.exp: Use gdb_test.
24632
24633 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
24634 aborting; the testsuite driver will do that for us (see
24635 gdb_finish). Also, use gdb_test in a few more places.
24636
24637 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
24638
24639 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
24640
24641 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
24642
24643 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
24644 and "add_tests" are not at the same address.
24645
24646 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
24647
24648 * gdb.base/ptype.exp: Use gdb_test.
24649
24650 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
24651
24652 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
24653 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
24654 left in. No longer expect them to fail.
24655
24656 * gdb.stabs/*.mt; Deleted, no longer used.
24657 * gdb.stabs/configure.in: Remove references to target makefile
24658 frags.
24659 * gdb.stabs/configure: Rebuilt.
24660
24661 * gdb.disasm/*.mt: Deleted, no longer used.
24662 * gdb.disasm/configure.in: Remove references to target makefile
24663 frags. Use "sh3.s" as the unique filename for this directory.
24664 * gdb.disasm/configure: Rebuilt.
24665
24666 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
24667 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
24668 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
24669
24670 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
24671
24672 * config/udi.exp: Use mondfe,name instead of remote_host.
24673
24674 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
24675
24676 * gdb.base/watchpoint.exp: Don't expect a failure when calling
24677 a function with a watchpoint enabled on the mn10200.
24678
24679 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
24680 before trying to create it!
24681
24682 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
24683
24684 * config/vx.exp: Use hostname instead of netport.
24685
24686 * config/vxworks.exp: New file.
24687
24688 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
24689
24690 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
24691 gdb before assuming everything worked. Send a ^C if a timeout
24692 occurs.
24693
24694 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
24695 $gdb_spawn_id directly.
24696 (gdb_run_cmd): Try _start as well as start. Use the target feature
24697 gdb,start_symbol as the symbol to start from when jumping.
24698
24699 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
24700
24701 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
24702 redundant) test.
24703
24704 * gdb.base/recurse.exp: Relax final value test for 'b' so that
24705 it doesn't lose for 16bit integer systems.
24706
24707 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
24708
24709 * gdb.fortran/types.exp: If the target doesn't support "double"
24710 data types, then expect "real" types to only be 4 bytes.
24711
24712 * gdb.c++/virtfunc.exp: Expect failure for virtual function
24713 call tests if the target doesn't support inferior function calls.
24714
24715 * gdb.base/printcmds.exp: Allow minor deviation in FP values
24716 in printf tests.
24717
24718 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
24719
24720 * gdb.base/help.exp: Disable "help set", "help show", and
24721 "help support". Simplify regexp for "help stack".
24722
24723 * gdb.base/default.exp: Set match_max to 5000 and the timeout
24724 to 60 seconds. Temporarily set match_max to 15000 around the
24725 "info copying" test.
24726
24727 * gdb.base/nodebug.exp: Don't try to do an inferior function
24728 call if the target doesn't support them.
24729 * gdb.base/printcmds.exp: Likewise.
24730 * gdb.base/setvar.exp: Likewise.
24731 * gdb.base/structs.exp: Likewise.
24732 * gdb.c++/templates.exp: Likewise.
24733 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
24734
24735 * gdb.base/recurse.exp: Enable for the mn10200.
24736
24737 * configure.in: Do configure gdb.stabs directory for *-*-elf
24738 targets.
24739 * configure: Rebuilt.
24740
24741 * gdb.base/break.exp: Check for gdb,noresults before testing
24742 exit status and/or results from the target.
24743 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
24744 * lib/gdb.exp: Remove old (now bogus) initialization of
24745 noinferior, noargs, noresults and nosignals.
24746
24747 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
24748
24749 * config/sh.exp: New file.
24750
24751 * config/slite.exp: Try to connect multiple times to the board
24752 before rebooting. Only send a "monitor run" if need_monitor_run
24753 is set.
24754
24755 * gdb.base/break.exp: Don't do the "stub continue" test if
24756 the target has gdb_stub set.
24757
24758 * gdb.base/callfuncs.exp: Increase the timeout.
24759
24760 * gdb.base/interrupt.exp: Don't even try to compile the testcase
24761 if the target has gdb,noinferiorio set.
24762
24763 * gdb.base/list.exp: Increase match_max to 10000 characters.
24764
24765 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
24766
24767 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
24768 target.
24769
24770 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
24771
24772 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
24773
24774 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
24775 trying to delete the copy of gdb. Catch the file delete so we
24776 don't die if the delete fails; also, the file should be copied to
24777 the host, not to the build.
24778
24779 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
24780
24781 * lib/gdb.exp(gdb_test): Surround the result pattern with
24782 parenthesis in case it contains multiple regexps separated
24783 with |.
24784
24785 * gdb.base/watchpoint.exp: Use gdb_test.
24786 * gdb.base/default.exp: Ditto.
24787
24788 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
24789
24790 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
24791
24792 * gdb.base/scope.exp: Use gdb_test.
24793 * gdb.c++/classes.exp: Ditto.
24794 * gdb.c++/inherit.exp: Ditto.
24795
24796 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
24797
24798 * gdb.base/crossload.exp: Don't use execute_anywhere, use
24799 remote_exec instead.
24800 * gdb.base/corefile.exp: Don't be ridiculous.
24801 * gdb.base/*.c: Add missing stub invocations.
24802
24803 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
24804
24805 * config/slite.exp: Miscellaneous fixes.
24806
24807 * lib/gdb.exp: Fix runto.
24808
24809 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
24810 the target.
24811
24812 * gdb.base/watchpoint.exp: Fix regexp.
24813
24814 * lib/gdb.exp(default_gdb_exit): Add a catch to the
24815 close and wait commands, as the descriptor may now be
24816 invalid. Always call "remote_close host".
24817
24818 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
24819
24820 Major rewrite for testsuite revision.
24821
24822 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
24823 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
24824 instead of relying on spawn_id to always contain a valid
24825 spawn id.
24826 (get_compiler_info): New procedure to build the ${binfile}.ci
24827 file, instead of replicating this in N different places.
24828 (gdb_compile): New procedure.
24829
24830 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
24831 appropriate arguments) instead of compile. Use gdb_test in a lot
24832 more places. Use send_gdb instead of send. Always run gdb_start
24833 at the start of a testcase, as this is no longer done magically.
24834
24835 config/*-gdb.exp: Rename without the -gdb suffix.
24836
24837 config/mips.exp: Use remote_close instead of exit_remote_shell.
24838 config/monitor.exp: Use target_info instead of looking at
24839 baud, timeout, etc.
24840 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
24841
24842 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24843
24844 * gdb.c++/templates.exp (test_ptype_of_templates),
24845 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
24846 Update expect patterns for destructors and assignment operators
24847 to match corresponding c-typeprint.c changes.
24848 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
24849 to destructor breakpoint test, GDB should be able to set the
24850 destructor breakpoint without specifying arguments.
24851
24852 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
24853
24854 * gdb.threads/pthreads.exp: Change result for failure to compile due
24855 to lack of pthreads runtime support from an error to simply an
24856 unsupported test, per dejagnu standards.
24857
24858 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24859
24860 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
24861 where GDB exits to reduce pattern match time.
24862 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
24863
24864 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
24865
24866 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
24867
24868 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
24869 * gdb.base/default.exp: ditto.
24870 * gdb.base/nodebug.exp: ditto.
24871 * gdb.base/printcmds.exp: ditto.
24872 * gdb.base/ptype.exp: ditto.
24873 * gdb.base/setvar.exp: ditto.
24874 * gdb.base/structs.exp: ditto.
24875 * gdb.base/setshow.c: Guard against uninitialized values of argc.
24876
24877 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
24878
24879 * configure, */configure: Rebuild with autoconf 2.12.
24880
24881 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
24882
24883 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
24884 use new i*86-pc-linux*-gnu quads.
24885 * gdb.base/corefile.exp: Ditto.
24886 * gdb.base/signals.exp: Ditto.
24887 * gdb.base/sigall.exp: Ditto.
24888 * gdb.base/interrupt.exp: Ditto.
24889
24890 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
24891 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
24892 RedHat 4.0.
24893
24894 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
24895 linux. This allows the test case to at least compile on latest
24896 linux, but still not run due to missing the threads runtime library.
24897
24898 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24899
24900 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
24901 directory to search gdb directory. Accept and step over conditional
24902 stack alignment code. Consume $prompt in failure cases.
24903 Reset timeout to $oldtimeout instead of some arbitrary value.
24904 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
24905 timeout problems with infinite stack backtraces.
24906 * gdb.base/ptype.exp (ptype struct link, union tu_link):
24907 Accept function parameters for linkfunc member.
24908
24909 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
24910
24911 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
24912 (CXXFLAGS): Remove, unreferenced.
24913 (B_OPTIONS): Add for -B options and add code to initialize with
24914 previous -B options and also add -B option to pick up cross compiled
24915 runtime.
24916 (TARGET_INCLUDES): Add for -I options and add code to initialize when
24917 doing cross compiles.
24918 (target_alias): Declare global.
24919 (xgcc): Set variable to full path of gcc in build tree. Use findfile
24920 to verify that gcc exists in build tree, and if so set CC to that
24921 gcc and to use B_OPTIONS and TARGET_INCLUDES.
24922
24923 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
24924
24925 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
24926 ptype test for anonymous union. Fixup testcase to match
24927 current gcc debug output.
24928
24929 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
24930
24931 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
24932 force argument to an unsigned long type.
24933
24934 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
24935
24936 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
24937 tests and anonymous union print/ptype tests.
24938 * gdb.base/list.exp (test_forward-search): Increase timeout by
24939 5 minutes for the "search extremely long line" case.
24940 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
24941 completely optional and that the pass/fail messages use the command as
24942 the message if that third arg is a null string.
24943 (gdb_test_exact): Arrange that a null string pattern means match a
24944 null string output rather than any output, which might include random
24945 errors.
24946 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
24947 backtrace test.
24948 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
24949 always failing and failure is now exposed by gdb.exp changes.
24950
24951 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
24952
24953 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
24954 weren't being noted.
24955
24956 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
24957
24958 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
24959 * gdb.stabs/weird.exp: Remove v_comb xfails.
24960
24961 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
24962
24963 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
24964 list.exp scope.exp watchpoint.exp]
24965 Make all timeout error msgs explicitly say "(timeout)".
24966
24967 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
24968
24969 * config/monitor.exp: Increase download timeout to 1000 seconds.
24970
24971 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
24972
24973 * config/m32r.exp: Increase timeout to 120 seconds.
24974
24975 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
24976
24977 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
24978 and accept older ordering as obsolescent gcc or gdb.
24979 * gdb.c++/templates.exp: Ditto.
24980 * gdb.c++/virtfunc.exp: Ditto.
24981
24982 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
24983
24984 * gdb.base/coremaker.c: Add code to mmap some data so we
24985 can check that it ends up in the core file.
24986 * gdb.base/corefile.exp: Add test to read mmapped data
24987 from core file.
24988
24989 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
24990
24991 * config/m32r.exp: New file.
24992
24993 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
24994
24995 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
24996 that cflags can contains -gstabs, and work correctly for other tests.
24997
24998 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
24999
25000 * gdb.base/setshow.exp: New file, tests show and set.
25001 * gdb.base/setshow.c: New file, tests show and set.
25002 * gdb.base/help.exp: Add test for help set|show annotate.
25003 * gdb.base/default.exp: Add test for set|show annotate.
25004
25005 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
25006
25007 * testsuite/gdb.base/break.exp: Make backtrace from factorial
25008 errors unique.
25009 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
25010 explicitly.
25011
25012 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
25013
25014 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
25015 and width commands. This is done elsewhere.
25016 * (gdb_start): Don't call gdb_start_sim here. That's already
25017 done in gdb_load. This fixes lots of failures in default.exp.
25018
25019 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
25020
25021 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
25022 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
25023 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
25024 in the same we we treat other failures (since it may be an expected
25025 condition), rather than as an error.
25026 * gdb.base/signals.exp (test_handle_all_print): Revert back to
25027 old test format.
25028
25029 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
25030
25031 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
25032 (distclean maintainer-clean realclean): No need to remove files
25033 twice. Nuke the duplicates.
25034 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
25035 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
25036 Remove config.h along with other config files.
25037
25038 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
25039
25040 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
25041 "p func1 ()" and note that rests of tests are skipped.
25042 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
25043 setup_xfails for "print func2::coremaker_local".
25044 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
25045 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
25046 affected by the previous run test.
25047 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
25048 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
25049 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
25050 "pass int powerset tuple" and "pass modeless int powerset tuple".
25051 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
25052 "real write 4" and "real write 8".
25053 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
25054 setup_xfails for "print vs1 after tuple assign 2",
25055 "print \$i after tuple assign 2", and
25056 "print vs2 after tuple assign 2".
25057 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
25058 meaningful error message and return -1 so the caller can
25059 suppress further tests and avoid a cascade of errors.
25060
25061 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
25062
25063 * gdb.base/a1-selftest.exp: Tweak tests to account for new
25064 format for printing version.
25065 * gdb.base/default.exp: Ditto.
25066 * gdb.base/interrupt.exp: Fix problem with cascade of
25067 errors if child process dies while calling a function.
25068
25069 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
25070
25071 * Makefile.in (VPATH): Add
25072 * Makefile.in (Makefile, config.status): Fix rules so things get
25073 remade when necessary.
25074
25075 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
25076
25077 * Makefile.in (just-check): Add path to sibling expect dir
25078 to environment variable specified by RPATH_ENVVAR.
25079
25080 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
25081
25082 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
25083 (just-check): Add shared library paths for libstdc++, tk,
25084 tcl, bfd, and opcodes to the environment variable specified
25085 in RPATH_ENVVAR.
25086 * configure.in: Add support to recognize --enable-shared flag
25087 and generate correct value for RPATH_ENVVAR.
25088 * configure: Regenerated with autoconf.
25089
25090 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
25091
25092 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
25093 include all osf versions.
25094 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
25095 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
25096 when target is linux. When failing to build pthreads test
25097 executable, give more meaningful message.
25098 * gdb.threads/pthreads.c: Hpux also uses old definition of second
25099 arg for pthread_create.
25100
25101 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
25102
25103 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
25104 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
25105 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
25106 and -lpthreads (everybody else).
25107 (test_startup): Fail gracefully if threads are not supported.
25108 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
25109 "p/c array_index("abcdef",2)" when not gcc compiled.
25110 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
25111 "print func2::coremaker_local" when not gcc compiled.
25112 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
25113 "ptype on opaque struct tagname (statically)",
25114 "ptype on opaque struct tagname (dynamically) 1", and
25115 "ptype on opaque struct tagname (dynamically) 2"
25116 for not compiled with gcc.
25117 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
25118 backtrace when compiled with gcc.
25119 * lib/gdb.exp (runto_main): Return result of "runto main" rather
25120 than always return success.
25121
25122 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
25123
25124 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
25125
25126 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
25127
25128 * gdb.base/structs.exp: Undo last change.
25129
25130 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
25131
25132 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
25133 encapsulate all the steps/nexts done during self test, starting
25134 at main, and makes them less sensitive to optimization issues.
25135 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
25136 signal handler" test.
25137 * gdb.threads/pthreads.exp: Only run this for native configs.
25138 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
25139 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
25140 tests.
25141 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
25142 for "runto test_calls(void)" test.
25143
25144 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
25145
25146 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
25147 and don't expect address info in breakpoint confirmations.
25148
25149 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
25150
25151 * gdb.base/list.exp (test_forward_search): Increase timeout
25152 temporarily by 60 seconds for searching extremely long line,
25153 and then reset to old value when done. Increase expect input
25154 buffer to 10000.
25155
25156 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
25157
25158 * gdb.base/list.exp (test_forward_search): Fix to handle very
25159 long source line without overflowing expect's input buffer.
25160
25161 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
25162
25163 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
25164 "buffer_full".
25165
25166 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
25167 "buffer_full".
25168
25169 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
25170 "buffer_full".
25171
25172 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
25173 "buffer_full".
25174
25175 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
25176
25177 * configure.in (configdirs): Add gdb.threads.
25178 * configure: Regenerated with autoconf.
25179 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
25180 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
25181 * gdb.threads/configure: New, generated with autoconf.
25182
25183 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
25184
25185 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
25186
25187 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
25188
25189 * gdb.base/signals.exp (test_handle_all_print): Test separately for
25190 each signal's status in the output of "handle all print".
25191 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
25192 the \r\n sequence that immediately precedes the gdb prompt.
25193 * gdb.base/a1-selftest.exp: Save original timeout and restore
25194 after test.
25195
25196 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
25197
25198 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
25199 symbol.
25200
25201 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
25202
25203 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
25204
25205 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
25206
25207 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
25208 timeout by 60 seconds.
25209
25210 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
25211
25212 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
25213 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
25214 error return.
25215
25216 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
25217
25218 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
25219 gdb initialization, also report how long dejagnu waited. Restore
25220 old timeout before doing error return. Temporarily increase timeout
25221 by 3 minutes to allow for slow startups over heavy NFS use.
25222
25223 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
25224
25225 * lib/gdb.exp: Report timeout value for verbosity level 2.
25226 * config/gdbserver.exp: Ditto.
25227 * config/hppro.exp: Ditto.
25228 * config/mips-gdb.exp: Ditto.
25229 * config/monitor.exp: Ditto.
25230 * config/netware.exp: Ditto.
25231 * config/sim-gdb.exp: Ditto.
25232 * config/slite-gdb.exp: Ditto.
25233 * config/udi-gdb.exp: Ditto.
25234 * config/unix-gdb.exp: Ditto.
25235 * config/vx-gdb.exp: Ditto.
25236 * gdb.base/a1-selftest.exp: Ditto.
25237 * gdb.base/a2-run.exp: Ditto.
25238 * gdb.base/break.exp: Ditto.
25239 * gdb.base/corefile.exp: Ditto.
25240 * gdb.base/list.exp: Ditto.
25241 * gdb.base/recurse.exp: Ditto.
25242 * gdb.base/scope.exp: Ditto.
25243 * gdb.base/signals.exp: Ditto.
25244
25245 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25246
25247 * gdb.threads/Makefile.in (docdir): Removed.
25248
25249 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
25250
25251 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
25252 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
25253 @srcdir@.
25254 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
25255 autoconf 2.5 or higher.
25256 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
25257
25258 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
25259
25260 * configure: Regenerated.
25261 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
25262 avoid name clashes with SunOS headers.
25263
25264 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
25265
25266 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
25267
25268 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
25269
25270 * gdb.base/callfuncs.exp: Finish last change -- make sure the
25271 prototype information ends up in the compiler info file.
25272
25273 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
25274
25275 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
25276 attempting to regenerate it. Eliminate use of a temporary file
25277 and just generate the info file directly. Source it immediately,
25278 for consistency of use.
25279 * gdb.base/corefile.exp: Ditto
25280 * gdb.base/exprs.exp: Ditto.
25281 * gdb.base/funcargs.exp: Ditto.
25282 * gdb.base/langs.exp: Ditto.
25283 * gdb.base/list.exp: Ditto.
25284 * gdb.base/mips_pro.exp: Ditto.
25285 * gdb.base/nodebug.exp: Ditto.
25286 * gdb.base/opaque.exp: Ditto.
25287 * gdb.base/ptype.exp: Ditto.
25288 * gdb.base/scope.exp: Ditto.
25289 * gdb.base/setvar.exp: Ditto.
25290 * gdb.base/signals.exp: Ditto.
25291 * gdb.base/whatis.exp: Ditto.
25292 * gdb.c++/templates.exp: Ditto.
25293 * gdb.c++/virtfunc.exp: Ditto.
25294 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
25295 whether or not to add -lstdc++ to the compile command line args.
25296
25297 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25298
25299 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
25300 it got fixed by the recent lookup_minimal_symbol_by_pc change.
25301 Increase timeout, a lot of single stepping might be needed if the
25302 target has no hardware watchpoints.
25303
25304 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
25305
25306 * gdb.base/break.exp: Ignore compiler warnings when compiling
25307 break.c.
25308 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
25309 * gdb.base/default.exp: Add h8300 xfails. Handle messages
25310 from remote-sim.
25311 * gdb.base/exprs.exp: Add h8300 xfails.
25312 * gdb.base/funcargs.exp: Likewise.
25313 * gdb.base/nodebug.exp: Likewise.
25314 * gdb.base/printcmds.exp: Likewise.
25315 * gdb.base/ptype.exp: Likewise.
25316 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
25317 h8300 xfails.
25318 * gdb.base/return.exp: Handle float/double precision problems
25319 on the h8300.
25320 * gdb.base/funcargs.c: Explicitly make last constant argument to
25321 call_after_alloca_subr an unsigned long type.
25322 * gdb.base/return.c: Include stdio.h.
25323
25324 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
25325
25326 * config/abug.exp: New file for the older Motorola Bug monitor
25327 that runs on the mvme13x series VME boards.
25328 * config/monitor.exp: Use the new config array for target settings
25329 if they exist.
25330
25331 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
25332
25333 * sim-gdb.exp: Make the SH simulator allocate less space when
25334 it is targeted.
25335
25336 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
25337
25338 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
25339 test.
25340
25341 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
25342
25343 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
25344 "rs6000-*-*" for "list function in include file" when gcc compiled.
25345 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
25346 for "p ctable1[120]".
25347 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
25348 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
25349 Remove setup_xfail for "rs6000-*-*" for
25350 "print 'scope0.c'::filelocal before run".
25351 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
25352 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
25353 since some compilers don't allow both options to be given
25354 on the same command line. Create object file and move it.
25355
25356 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
25357
25358 * gdb.base/corefile.exp: Always regenerate the core file, since
25359 we always regenerate the coremaker program. Detect special case
25360 where registers cannot be read from core file.
25361
25362 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
25363
25364 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
25365 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
25366 * gdb.c++/templates.exp: Only match on basename of file since
25367 some formats like xcoff don't encode directory information.
25368 * gdb.stabs/weird.exp: Use the right sed script for powerpc
25369 and rs6000 AIX xcoff targets.
25370 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
25371 * configure: Regenerate.
25372 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
25373 here, rather than in distclean.
25374
25375 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
25376
25377 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
25378 defined, and use it to compile the test case with -O2. The
25379 native compilation still uses no optimization.
25380 * gdb.base/mips_pro.c: Remove inline assembly code since
25381 it is compiled PIC by default, which results in assembler
25382 warnings that make the testsuite think the compilation
25383 was unsuccessful.
25384
25385 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
25386
25387 * gdb.c++/misc.exp: Add note to message for
25388 "print s.a for foo struct" that this is a known gcc 2.7.2
25389 and earlier bug.
25390
25391 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
25392
25393 * gdb.base/break.exp: Fix pattern for matching "Delete all
25394 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
25395 setup_xfail for deleting all breakpoints test. Fix various
25396 timeout messages to include "(timeout)".
25397 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
25398 for "p t_float_values2(3.14159,float_val2)".
25399 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
25400 for "continue to call2g" when gcc compiled.
25401 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
25402 "up to foo in langs.exp", "show language at foo in langs.exp",
25403 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
25404 and "show language at fsub in langs.exp".
25405 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
25406 "list line 1 in include file", "list message for lines past EOF",
25407 "list function in include file", "list list0.h:foo", and
25408 "list filename:function; nonexistant function".
25409 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
25410 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
25411 and "ptype t_char_array" to be for native cc only.
25412
25413 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
25414
25415 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
25416 setup_xfail for "print coremaker_bss", "print coremaker_ro",
25417 "print func2::coremaker_local", and "backtrace in corefile.exp".
25418
25419 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
25420
25421 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
25422 "bt in signals.exp". This problem only appears when running
25423 the testsuite, and then only intermittently.
25424
25425 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
25426
25427 * gdb.base/return.exp (return_tests): Differentiate between
25428 two tests of continuing.
25429
25430 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
25431
25432 * */Makefile.in (maintainer-clean): Remove config.log.
25433 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
25434 * gdb.c++/Makefile.in (PROGS): Add inherit.
25435 (clean): Remove *.ci.
25436
25437 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
25438
25439 * gdb.c++/misc.cc: Add test code from Mike Stump.
25440 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
25441
25442 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
25443
25444 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
25445 to "alpha-*-osf2*" and add comment.
25446 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
25447 setup_xfail for "step over execarg initialization" and
25448 "step over corearg initialization".
25449 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
25450 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
25451 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
25452 gcc compiled for "print coremaker_bss", "print coremaker_ro",
25453 "print func2::coremaker_local", and "backtrace in corefile.exp".
25454 * gdb.base/signals.exp: Build and source signals.ci.
25455 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
25456 to be for gcc only.
25457 * lib/gdb.exp: Move verbose statements outside conditionals.
25458
25459 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25460
25461 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
25462 Feb 3 procfs.c change.
25463
25464 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
25465
25466 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
25467
25468 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
25469
25470 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
25471 from dejagnu's apparent default of 10 seconds, which gives random
25472 results when running the tests over NFS on moderately loaded systems.
25473 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
25474
25475 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
25476
25477 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
25478 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
25479 result reports.
25480
25481 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
25482
25483 * configure.in (CY_AC_PATH_TCLH): Remove.
25484 * configure: Regenerate.
25485
25486 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
25487
25488 * gdb.c++/Makefile.in (clean): Add missing '{'.
25489
25490 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
25491
25492 * lib/gdb.exp: Provide a default value for noinferior.
25493
25494 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
25495 Load libgloss.exp.
25496
25497 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
25498
25499 * gdb.disasm/hppa.exp: Compile directly into an executable, use
25500 the executable, not the .o to run the tests from.
25501
25502 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
25503
25504 * gdb.base/break.exp: Don't test for program exit or exit status
25505 if $noresults if nonzero.
25506 * gdb.base/langs.exp: Likewise.
25507 * gdb.base/watchpoint.exp: Likewise.
25508
25509 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
25510 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
25511 trying to compile the testcase.
25512
25513 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
25514
25515 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
25516 * gdb.base/signals.exp (continue to handler): Likewise.
25517
25518 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
25519
25520 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
25521
25522 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
25523
25524 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
25525
25526 * gdb.base/corefile.exp: Recognize "not found" as failure
25527 when trying to determine if a core file was generated.
25528 If no core file was generate the first time, try again without
25529 the ulimit -c to work around braindamaged shells.
25530
25531 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
25532
25533 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
25534 [] tests with "test" and enclose string in quotes.
25535 * gdb.stabs/configure: Rebuild
25536
25537 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
25538
25539 Changes in sync with expect:
25540 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
25541 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
25542 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
25543 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
25544 argument to AC_REQUIRE.
25545 * configure: Regenerated.
25546
25547 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
25548
25549 * gdb.base/corefile.exp: When generating a core, discard any
25550 error messages about ulimit not found and the "core dumped"
25551 message from the shell that runs the coredumper.
25552
25553 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
25554
25555 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
25556
25557 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
25558 which sed script to run. Expect failure for v_comb test
25559 on PA targets too.
25560
25561 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
25562
25563 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
25564 "print func2::coremaker_local" and for "backtrace in corefile.exp"
25565
25566 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
25567
25568 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
25569 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
25570 "sparc-sun-solaris*" xfails for "p v_comb".
25571 * lib/gdb.exp (default_gdb_start): Fix typo.
25572 * gdb.base/corefile.exp: Allow "Core was generated by ..."
25573 messages to not include the full program name that caused
25574 the core dump since some systems (such as solaris) apparently
25575 truncate this path to about 80 characters.
25576 When generating a core file first try increasing the core file
25577 size limit to unlimited since some systems may default it to
25578 zero, and it is harmless to try it. Move the test for failing
25579 to generate a core file to where it will actually get executed.
25580 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
25581 new gdb result from g++ debug info improvements and make old
25582 pattern obsolescent. Also account for size_t differences
25583 (may be int or long).
25584 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
25585 initialization before function call is placed in the delay slot
25586 and thus appears to be skipped over by commands such as "next".
25587
25588 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
25589
25590 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
25591
25592 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
25593
25594 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
25595 input source file; fix code to compile test to deal with this
25596 convention.
25597 * gdb.c++/*.exp: Likewise.
25598
25599 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
25600
25601 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
25602 "bt in signals.exp".
25603
25604 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
25605
25606 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
25607 "step over execarg initialization" and
25608 "step over corearg initialization".
25609
25610 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
25611
25612 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
25613 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
25614
25615 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
25616
25617 From Rob Savoye (rob@poseidon.cygnus.com)
25618 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
25619 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
25620 configure.in}, gdb.disasm/{Makefile.in, configure.in},
25621 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
25622 configure.in}: Major reworking for autoconfig.
25623 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
25624 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
25625 New files.
25626 * config/unix-gdb.exp: Make GDB global.
25627 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
25628 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
25629 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
25630 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
25631 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
25632 term.exp, twice.exp, watchpoint.exp, whatis.exp},
25633 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
25634 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
25635 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
25636 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
25637 pr-8136.exp, result.exp, string.exp, tuples.exp},
25638 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
25639 to returns as necessary, arrange for test to compile own testcase
25640 executable.
25641 * lib/gdb.exp: Changes for testsuite to compile own test cases.
25642
25643 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
25644
25645 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
25646 clear_xfail at end of test which might not call either pass or fail.
25647 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
25648 "backtrace through signal handler".
25649
25650 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25651
25652 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
25653 continuing from a job control stop signal.
25654 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
25655
25656 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
25657
25658 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
25659 * gdb.base/corefile.exp: Likewise.
25660 * gdb.base/funcargs.exp: Likewise.
25661
25662 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
25663
25664 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
25665 * config/monitor.exp: Add support for setting baud rate.
25666
25667 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
25668
25669 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
25670 i*86-*-linux* xfails for "backtrace through signal handler".
25671 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
25672 "print func2::coremaker_local".
25673 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
25674 alpha-dec-osf2* xfail for
25675 "delete all breakpoints when none".
25676
25677 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
25678
25679 * gdb.base/break.exp: Change test that deletes all breakpoints
25680 when no user breakpoints are installed. A post 4.15 change
25681 causes gdb to no longer prompt in this case.
25682
25683 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
25684
25685 * gdb.base/return.exp (return_tests): Change xfail for test
25686 "correct value returned double test" to stop xfailing at
25687 Solaris 2.5. Apparently the bug has been fixed.
25688
25689 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
25690
25691 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
25692 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
25693
25694 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
25695
25696 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
25697 * gdb.disasm/hppa.s: Corresponding changes.
25698
25699 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
25700
25701 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
25702 makefile fragment.
25703 * config/mt-hpux: Deleted.
25704
25705 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
25706
25707 * Many files: When warning about suppressed tests due to a
25708 nonexistant test binary, avoid incrementing the warning count.
25709
25710 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
25711
25712 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
25713
25714 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25715
25716 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
25717 "sparc-*-solaris2*".
25718
25719 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25720
25721 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
25722 Add global and local variables and initialize them.
25723 * gdb.base/corefile.exp: Test correct mapping of corefile sections
25724 by printing variables. Remove rs6000 and powerpc xfails, BFD now
25725 extracts the file name and terminating signal from the core file.
25726 * TODO: Remove note about tests for correct mapping of corefile.
25727 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
25728 from optimizing it away.
25729 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
25730 handles common blocks.
25731
25732 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
25733
25734 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
25735 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
25736
25737 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
25738
25739 * Makefile.in (maintainer-clean): New target, synonym for
25740 realclean.
25741 * gdb.base/Makefile.in (maintainer-clean): Likewise.
25742 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
25743 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
25744 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
25745 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
25746 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
25747
25748 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
25749
25750 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
25751 xfails when not gcc compiled for "print foo::funclocal".
25752 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
25753 "print foo::funclocal at foo",
25754 "print 'scope1.c'::foo::funclocal at foo",
25755 "print foo::funclocal_bss at foo",
25756 "print 'scope1.c'::foo::funclocal_bss at foo",
25757 "print foo::funclocal_ro at foo",
25758 "print 'scope1.c'::foo::funclocal_ro at foo",
25759 "print bar::funclocal at foo" and
25760 "print 'scope1.c'::bar::funclocal at foo".
25761 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
25762 gcc compiled for "print foo::funclocal at bar".
25763 Expand all messages to ensure that they identify that
25764 the test is at bar().
25765 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
25766 gcc compiled for:
25767 "ptype on opaque struct pointer (statically)",
25768 "ptype on opaque struct tagname (statically)",
25769 "ptype on opaque struct pointer (dynamically) 1",
25770 "ptype on opaque struct tagname (dynamically) 1",
25771 "ptype on opaque struct pointer (dynamically) 2" and
25772 "ptype on opaque struct tagname (dynamically) 2
25773 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
25774 gcc compiled for:
25775 "p datalocal"
25776 "whatis datalocal",
25777 "ptype datalocal",
25778 "p bsslocal",
25779 "whatis bsslocal", and
25780 "ptype bsslocal".
25781 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
25782 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
25783 when not gcc compiled.
25784 * gdb.base/funcargs.exp (float_and_integral_args): Add
25785 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
25786 compiled.
25787 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
25788 "backtrace from call6a" when not gcc compiled.
25789 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
25790 "backtrace from call7a" when not gcc compiled.
25791 * gdb.base/callfuncs.exp (do_function_calls):
25792 Add "hppa*-*-hpux*" xfail when not gcc compiled for
25793 "p t_char_array_values(char_array_val2,char_array_val1)",
25794 "p t_char_array_values(char_array_val1,char_array_val2)",
25795 "p t_char_array_values("carray 1","carray 2")",
25796 "p t_char_array_values("carray 1",char_array_val2)",
25797 "p t_char_array_values(char_array_val1,"carray 2")",
25798 "p sum_args(1,{2})",
25799 "p sum_args(2,{2,3})",
25800 "p sum_args(3,{2,3,4})",
25801 "p sum_args(4,{2,3,4,5})"
25802 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
25803 "backtrace in corefile.exp" when not gcc compiled.
25804
25805 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25806
25807 * gdb.base/signals.exp: Rewrite `handle all print' test as
25808 a procedure. Accept blanks or TABs as whitespace, increase
25809 timeout and expect input buffer size for the large output
25810 from the command. Remove "i*86-*-bsdi2.0" xfail.
25811
25812 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25813
25814 * gdb.base/setvar.exp: Add new testcases for truncation when
25815 assigning invalid values to bitfields.
25816
25817 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
25818
25819 * gdb.base/callfuncs.exp (do_function_calls): Remove
25820 mips-sgi-irix* xfail for
25821 "call inferior func with struct - returns char *"
25822 and fix test so that an optional (unsigned char *) cast is
25823 accepted in the result.
25824
25825 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
25826
25827 * gdb.base/funcargs.exp (float_and_integral_args): Remove
25828 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
25829 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
25830 * gdb.base/signals.exp: Remove duplicate "handle all print" test
25831 that accidentally got checked in.
25832
25833 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
25834
25835 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
25836 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
25837 compiled test.
25838 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
25839 Add mips-sgi-irix5* xfail for not gcc compiled.
25840 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
25841 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc compiled for
25842 "p top", "whatis top", "p middle", and "whatis middle".
25843 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
25844 "whatis signed char" for not gcc compiled.
25845 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
25846 "set variable signed char=-1 (-1)" and
25847 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
25848 * gdb.base/funcargs.exp (float_and_integral_args):
25849 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
25850 Add mips-sgi-irix* xfail when not gcc compiled for
25851 "continue to call2b".
25852 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
25853 "continue to call2g".
25854 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc compiled for
25855 "backtrace from call6a"
25856 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc compiled for
25857 "backtrace from call7k".
25858 Add mips-sgi-irix5* xfail when not gcc compiled for
25859 "backtrace from call7a".
25860 (localvars_after_alloca): Fix gdb_test cmds for
25861 "print * after runto ...".
25862 Remove rs6000-*-* xfails for
25863 "print i after runto localvars_after_alloca" and
25864 "print l after runto localvars_after_alloca"
25865 for all compilers.
25866 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
25867 when not compiled with gcc, for:
25868 "print signed char == (minus)",
25869 "print signed char != (minus)",
25870 "print signed char < (minus)",
25871 "print signed char > (minus)".
25872 * gdb.base/callfuncs.exp (do_function_calls):
25873 Add mips-sgi-irix* xfail, when compiled with native compiler, for
25874 "call inferior func with struct - returns char *".
25875 * gdb.base/return.exp (return_tests): Change xfail for
25876 "correct value returned double test" to include Solaris 2.4.
25877 * gdb.base/funcargs.exp (float_and_integral_args):
25878 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
25879
25880 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25881
25882 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
25883 enumeration bitfields if compiling with GNU C.
25884 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
25885 to empty' prompt.
25886
25887 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
25888
25889 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
25890 test for PRO targets.
25891
25892 * gdb.base/funcargs.exp: Avoid ever setting more than 8
25893 breakpoints in the inferior at any given time by making
25894 two groups of breakpoints for call2*, call6* and call7*
25895 tests.
25896
25897 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
25898
25899 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
25900 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
25901 from optimizing it away.
25902 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
25903 "call inferior func with struct".
25904
25905 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
25906
25907 * configure.in: Only configure gdb.chill for particular targets.
25908
25909 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
25910
25911 * gdb.base/Makefile.in: Add action to .c.o transformation
25912 rule that generates a .ci file for each .o file and remove
25913 explicit .c.o rules except for callfuncs.o.
25914 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
25915 generates a .ci file for each .o file and remove explicit
25916 .cc.o rules.
25917 (clean): Remove *.tmp *.ci files.
25918 (EXECUTABLES): Remove templ-info.exp.
25919 * gdb.base/compiler.c: New file.
25920 * gdb.c++/compiler.cc: New file
25921 * gdb.base/scope.exp: Source gdb.base/scope.ci.
25922 Change rs6000-*-* xfail for
25923 "print 'scope0.c'::filelocal_ro" and
25924 "print 'scope1.c'::filelocal" and
25925 "print 'scope1.c'::filelocal_bss" and
25926 "print 'scope1.c'::filelocal_ro" and
25927 "print 'scope1.c'::foo::funclocal" and
25928 "print 'scope1.c'::foo::funclocal_ro" and
25929 "print 'scope1.c'::bar::funclocal" and
25930 "print 'scope0.c'::filelocal_ro" and
25931 "print 'scope1.c'::filelocal at foo" and
25932 "print 'scope1.c'::filelocal_bss at foo" and
25933 "print 'scope1.c'::filelocal_ro at foo" and
25934 "print 'scope1.c'::foo::funclocal at foo" and
25935 "print 'scope1.c'::foo::funclocal_bss at foo" and
25936 "print 'scope1.c'::foo::funclocal_ro at foo" and
25937 "print 'scope1.c'::bar::funclocal at foo" and
25938 "print 'scope0.c'::filelocal_ro" and
25939 "print 'scope1.c'::filelocal" and
25940 "print 'scope1.c'::filelocal_bss" and
25941 "print 'scope1.c'::filelocal_ro" and
25942 "print 'scope1.c'::foo::funclocal" and
25943 "print 'scope1.c'::foo::funclocal_bss" and
25944 "print 'scope1.c'::foo::funclocal_ro" and
25945 "print 'scope1.c'::bar::funclocal" and
25946 "print 'scope1.c'::bar::funclocal_bss"
25947 to only be xfail'd when not compiled with gcc.
25948 Add rs6000-*-* xfail for
25949 "print 'scope0.c'::filelocal_bss before run"
25950 when compiled with gcc.
25951 (test_at_main): Add rs6000-*-* xfail for
25952 "print filelocal_ro in test_at_main"
25953 when compiled with gcc.
25954 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
25955 Add rs6000-*-aix* xfail for
25956 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
25957 "ptype t_char_array", not compiled with gcc.
25958 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
25959 xfail for "list foo (in include file)" when gcc compiled.
25960 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
25961 (integral_args): Add rs6000-*-* xfail for
25962 "run to call0a" if not compiled with gcc.
25963 (unsigned_integral_args): Add rs6000-*-* xfail for
25964 "run to call1a" if not compiled with gcc.
25965 (float_and_integral_args): Add rs6000-*-* xfail for
25966 "run to call2a" if not compiled with gcc and for
25967 "continue to call2b" for any compiler.
25968 Add rs6000-*-* xfail to
25969 "print f1 after run to call2a" for gcc compiled.
25970 (discard_and_shuffle): Add rs6000-*-* xfail for
25971 "run to call6a".
25972 (shuffle_round_robin): Add rs6000-*-* xfail for
25973 "backtrace from call7a" if not compiled with gcc.
25974 Add rs6000-*-* xfail for
25975 "backtrace from call7b" if compiled with gcc.
25976 (call_after_alloca): Add rs6000-*-* xfail for
25977 "print c in call_after_alloca" and
25978 "print s in call_after_alloca" and
25979 "backtrace from call_after_alloca_subr"
25980 if not compiled with gcc.
25981 (localvars_in_indirect_call): Add rs6000-*-* xfail for
25982 "print c in localvars_in_indirect_call" and
25983 "print c in localvars_in_indirect_call" and
25984 "backtrace in indirectly called function" and
25985 "stepping into indirectly called function"
25986 if not compiled with gcc.
25987 (localvars_after_alloca): Add rs6000-*-* xfail for
25988 "print c after runto localvars_after_alloca" and
25989 "print s after runto localvars_after_alloca" and
25990 "print i after runto localvars_after_alloca" and
25991 "print l after runto localvars_after_alloca"
25992 for all compilers.
25993 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
25994 than whatis-info.exp.
25995 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
25996 than opaque-info.exp.
25997 Setup rs6000-*-* xfail for
25998 "ptype on opaque struct pointer (statically)" and
25999 "ptype on opaque struct pointer (dynamically)" when
26000 not compiled with gcc.
26001 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
26002 rather than callf-info.exp.
26003 (do_function_calls): Add clear_xfail for rs6000-*-* for
26004 "p t_float_values2(3.14159,float_val2)". Seems to work
26005 fine there, both with xlc and gcc. Need to find out what
26006 it is doing right and fix other platforms.
26007 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
26008 "call inferior func with struct - returns int",
26009 "call inferior func with struct - returns long",
26010 "call inferior func with struct - returns float",
26011 "call inferior func with struct - returns double",
26012 "call inferior func with struct - returns char *",
26013 but only if not gcc compiled (presumes xlc compiled).
26014 Change rs6000-*-* xfails for
26015 "call inferior func with struct - returns char" and
26016 " call inferior func with struct - returns short" to only
26017 xfail if not using gcc.
26018 (clean mostlyclean): Remove *.ci and *.tmp files.
26019 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
26020 than templ-info.exp.
26021 * gdb.base/langs.exp: Source gdb.base/langs.ci.
26022 Add rs6000-*-* xfail for "up to foo in langs.exp"
26023 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
26024 when not gcc compiled.
26025
26026 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26027
26028 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
26029 * gdb.base/corefile.exp: Likewise.
26030 * gdb.base/list.exp: Likewise.
26031 * gdb.base/scope.exp: Likewise.
26032 * gdb.base/siganls.exp: Likewise.
26033
26034 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
26035 compiler output.
26036 * gdb.base/whatis.exp: Likewise.
26037
26038 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
26039
26040 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
26041 failure (opcode table has been fixed to match reality).
26042
26043 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
26044
26045 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
26046 "call inferior func with struct - returns char",
26047 "call inferior func with struct - returns short"
26048
26049 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
26050 "print 'scope0.c'::filelocal at main",
26051 "print 'scope0.c'::filelocal_bss in test_at_main",
26052 "print 'scope0.c'::filelocal at foo",
26053 "print 'scope0.c'::filelocal_bss in test_at_foo",
26054 "print 'scope0.c'::filelocal at bar",
26055 "print 'scope0.c'::filelocal_bss in test_at_bar"
26056
26057 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
26058 in source file 1". This bug seems to have been fixed with both
26059 gcc and native cc (was native assembler bug?).
26060
26061 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
26062
26063 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
26064 "backtrace through signal handler" to "i*86-*-sysv4*".
26065 * gdb.base/signals.exp: Add xfail for "'next' behaved as
26066 continue" case. Add "known SVR4 bug" to fail message.
26067 Add "i*86-*-bsdi2.0" xfail for "handle all print".
26068 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
26069 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
26070 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
26071 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
26072 "up to foo in langs.exp", "show language at foo in
26073 langs.exp", "up to cppsub_ in langs.exp", "show
26074 language at cppsub_ in langs.exp", "up to fsub in
26075 langs.exp", and "show language at fsub in langs.exp".
26076 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
26077 "bactrace in corefile.exp".
26078 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
26079 "call inferior function with struct - returns float" and
26080 "call inferior function with struct - returns double".
26081
26082 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
26083
26084 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
26085 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
26086 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
26087 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
26088
26089 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
26090
26091 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
26092 (or overriden) "CHILL" macro rather then bare "gcc".
26093 Also look for ../../gcc/xgcc since that is what we will
26094 actually need, not "Makefile". Remove following assignment
26095 of CHILL to CHILL_FOR_TARGET because that results in
26096 recursive definition.
26097
26098 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
26099
26100 * gdb.base/corefile.exp: Change xfail for backtrace in
26101 corefile.exp from linuxaout to all linux.
26102 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
26103 cases where we miss the breakpoint at the signal handler
26104 for some reason. Setup xfail for linuxoldld/linuxaout and
26105 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
26106 hitting SIGURG breakpoint.
26107 * gdb.base/signals.exp: Setup xfail for "next" acting like
26108 continue to add linuxoldld. Setup xfail for all linux for
26109 "next to handler in signals_tests_1", "backtrace in
26110 signals_tests_1", "continue to func1", "pass SIGUSR1",
26111 and continue to handler".
26112
26113 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
26114
26115 * Update all FSF addresses except those in COPYING* files.
26116
26117 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
26118
26119 * gdb.base/a2-run.exp: Change messages to be more explicit about
26120 the status of args, and quote binfile in results.
26121
26122 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
26123
26124 * gdb.base/callfuncs.exp: Add tests for passing structs to
26125 inferior functions and return various types.
26126 * gdb.base/callfuncs.c: Add functions to receive a struct
26127 and return a member of the struct, in various types.
26128
26129 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26130
26131 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
26132
26133 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
26134
26135 * config/vxworks29k.exp: New file, sources vxworks.exp.
26136
26137 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26138
26139 * config/gdbremote.exp: New file. Testing framework using
26140 gdbserver.
26141
26142 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
26143
26144 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
26145 "call function when asleep" and "send end of file".
26146 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
26147 for "backtrace in corefile.exp".
26148 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
26149 for "backtrace through signal handler".
26150 * gdb.base/corefile.exp: Make sure we actually generate a core file
26151 before trying the core tests. Some systems allow the user to suppress
26152 generation of core files and default to that (linux for example).
26153 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
26154 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
26155
26156 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26157
26158 * gdb.threads: New directory with some crude multi-threaded
26159 gdb tests (step.exp and step2.exp).
26160 * config/mt-lynx (STEP_EXECUTABLE): Define.
26161 (THREADFLAGS): Define.
26162
26163 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
26164
26165 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
26166
26167 * gdb.base/signals.exp: Disable whole file for lynx until
26168 further notice.
26169
26170 * gdb.base/signals.exp: xfail test where "next" acts like
26171 "continue" for lynx.
26172
26173 * gdb.base/interrupt.exp: xfail test for calling function while
26174 inferior is asleep for lynx.
26175
26176 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
26177 than one cr-lf after each command.
26178
26179 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26180
26181 * configure.in: Reinstate setting of stabsdirs variable, fix
26182 typo in setting up configdirs for native builds.
26183
26184 * gdb.base/return.exp: Fix typo in return double test.
26185 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
26186 compiler from optimizing them away.
26187
26188 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
26189
26190 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
26191 sequences to be echo'd by gdb when using gdb_test.
26192 * gdb.chill/chexp.exp: Likewise.
26193 * gdb.fortran/exprs.exp: Likewise
26194
26195 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
26196
26197 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
26198 after the inferior gdb has started.
26199
26200 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
26201 after each command.
26202 * gdb.base/funcargs.exp: Likewise.
26203 * gdb.base/gdbvars.exp: Likewise.
26204 * gdb.base/interrupt.exp: Likewise.
26205 * gdb.base/list.exp: Likewise.
26206 * gdb.base/watchpoint.exp: Likewise.
26207 * gdb.c++/demangle.exp: Likewise.
26208 * gdb.c++/inherit.exp: Likewise.
26209 * gdb.chill/chexp.exp: Likewise.
26210 * gdb.fortran/exprs.exp: Likewise.
26211
26212 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
26213 test if we can't handle IO to/from the inferior.
26214
26215 * gdb.c++/misc.exp: Always check for a program already being
26216 started after sending a "run" command to gdb.
26217
26218 * gdb.base/twice.exp: Start with a fresh gdb.
26219
26220 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
26221 only depend on gdb's expression code, not the chill runtime.
26222
26223 * gdb.base/return.c: Put return values into variables so we
26224 can have gdb print them rather than depending on the program
26225 to print them.
26226 * gdb.base/return.exp: Corresponding changes.
26227
26228 * lib/gdb.exp: Provide default value for noinferiorio.
26229 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
26230 the inferior.
26231
26232 * gdb.base/break.exp: Always check for a program already being
26233 started after sending a "run" command to gdb.
26234 (text_next_with_recursion): Don't check the output from the
26235 program's printf statement. Instead just make sure the program
26236 exited.
26237
26238 * gdb.base/commands.exp: Protect tests which need arguments with
26239 $noargs conditionals.
26240
26241 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26242
26243 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
26244 of structure member arrays to match gdb/valops.c:value_addr change.
26245
26246 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
26247
26248 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
26249 cases.
26250
26251 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
26252
26253 * configure.in (configdirs): Remove gdb.chill from default list
26254 of subdirs and then add it back in only if doing a native build.
26255 The current chill compiler does not yet work in any cross build.
26256 * Revert all signal changes from Jul 6.
26257 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
26258 for sh-hms targets, allowing these tests to link, with no other
26259 changes. Testing is suppressed by setting "nosignals" in site.exp.
26260
26261 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
26262
26263 * configure.in (signaldirs): Define and add to configdirs for all
26264 targets except some specific ones that are known to not support signals.
26265 Also clean up formatting.
26266 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
26267 (signals, sigall): Remove rules to build.
26268 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
26269 Moved to new gdb.signals directory.
26270 * gdb.signals: New test directory.
26271 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
26272 signals.c signals.exp}: New or moved files.
26273
26274 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
26275
26276 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
26277
26278 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
26279
26280 * gdb.base/return.exp: Xfail `return double' test failure
26281 on at least Solaris 2.3 and handle future/past versions on
26282 a case by case basis as appropriate. Also update message
26283 to include i*86 failures.
26284
26285 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26286
26287 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
26288
26289 * lib/gdb.exp: Fix comment which erroneously identified
26290 gdb_file_cmd as gdb_load (the 19 May change was in fact to
26291 gdb_file_cmd not gdb_load).
26292 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
26293
26294 * gdb.base/setvar.exp: Make test names consistent between pass and
26295 fail cases. Use gdb_test more.
26296
26297 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26298
26299 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
26300
26301 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26302
26303 * gdb.base/help.exp: Fix expected help string for `show commands'.
26304
26305 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
26306
26307 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
26308
26309 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
26310 of a text section.
26311
26312 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
26313
26314 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
26315 that loop eventually terminates. Fix Connection refused logic so
26316 that testsuite will expire nicely.
26317
26318 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
26319
26320 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
26321 config/rom68k.exp: New tcl glue for the appropriate monitors.
26322 These all just end up calling monitor.exp.
26323 * config/monitor.exp (gdb_target_monitor): Handle `Connection
26324 refused' by retrying. Cleanup some timeout issues.
26325 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
26326 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
26327 callers don't have to set/restore global timeout variable.
26328
26329 * The following set of changes centralizes management of the global
26330 timeout variable. This way, it can be set in one target dependent
26331 place instead of dozens of places scattered throughout the test suite.
26332 If you need to lengthen a timeout, then you should either set timeout
26333 in one of the config/{target}.exp files, or multiply it by a factor.
26334 Setting it to an absolute value is always going to lose for some
26335 targets.
26336 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
26337 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
26338 * gdb.base/funcargs.exp: Don't set timeout.
26339 * gdb.base/list.exp (test_forward_search): Only use local timeout.
26340 * gdb.base/printcmds.exp (test_print_string_constants
26341 test_print_array_constants): Don't set timeout.
26342 * gdb.base/ptype.exp: Don't set timeout.
26343 * gdb.base/recurse.exp: Don't set timeout.
26344 * gdb.base/return.exp: Don't set timeout.
26345 * gdb.base/watchpoint.exp: Don't set timeout.
26346 * gdb.c++/classes.exp (do_tests): Don't set timeout.
26347 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
26348
26349 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
26350
26351 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
26352
26353 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26354
26355 * lib/gdb.exp: Disable chill tests for irix5.
26356
26357 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26358
26359 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
26360 each test pass or fail.
26361
26362 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26363
26364 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
26365 xlc not gcc.
26366
26367 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
26368
26369 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
26370
26371 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
26372
26373 * config/est.exp: Fix copyright and comments. Remove dead code.
26374 Use targetname, serialport and baud variables instead of fixed
26375 constants.
26376 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
26377 * config/cpu32bug.exp: New file to support cpu32bug monitors.
26378
26379 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26380
26381 * gdb.base/watchpoint.exp: Don't run
26382 test_watchpoint_triggered_in_syscall for sunos.
26383
26384 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26385
26386 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
26387 they don't seem to exist. Do include stdio.h.
26388
26389 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26390
26391 * gdb.base/a1-selftest.exp: Add alpha xfail.
26392
26393 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26394
26395 * gdb.base/watchpoint.c (main): Prompt before calling read().
26396 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
26397 Revise accordingly. Remove cruft about sending "123" several
26398 times, until it gets noticed. Clean up the "print buf[0]" stuff
26399 so that it passes or fails, and waits for prompts in the usual way.
26400
26401 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26402
26403 * gdb.base/recurse.exp: Fix comment.
26404
26405 * TODO: Remove item about printing variables in nodebug.exp. Add
26406 item about enabling tests which are only run on some targets.
26407
26408 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
26409 fail, make test names unique, use new gdb_test convention
26410 regarding pattern, use gdb_test more, etc.).
26411
26412 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
26413 fail, make test names unique, etc.).
26414
26415 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26416
26417 * gdb.base/nodebug.c: Change return type of top and middle to
26418 short.
26419 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
26420 are fixed by the recent mdebugread.c changes. Allow `short ()'
26421 as type for top and middle.
26422
26423 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26424
26425 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
26426 nearly as I can tell, the whole thing was an accident in Stu's
26427 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
26428 to replace a send/expect pair with gdb_test, but ended up only
26429 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
26430 of 30 Mar 1995 took care of it, but left this vestigial comment
26431 which I am now nuking.
26432
26433 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26434
26435 * gdb.base/break.exp: Look for different line number for
26436 breakpoint at main depending on usestubs.
26437
26438 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26439
26440 * gdb.base/list.exp: Adjust some alternate expect patterns to
26441 match recent list0.c change. Add alternate expect pattern for
26442 output from `list default lines around main' for optimizing
26443 compilers.
26444
26445 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26446
26447 * lib/gdb.exp: If nosignals is not set, set it to 0.
26448
26449 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
26450
26451 * config/slite-gdb.exp: Responds to load symbol table prompt.
26452 * gdb.base/break.exp: Adjust line number, fix rerun.
26453 * gdb.base/langs0.c: Add #ifdef usestubs.
26454
26455 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
26456
26457 * gdb.base/list.exp: Adjust line contents after adding new lines in
26458 list0.c. Also fix a syntax error.
26459
26460 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
26461 * gdb.base/break.exp: ditto.
26462 * gdb.base/list.exp: ditto.
26463 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
26464 * gdb.base/run.c: ditto.
26465 * gdb.base/list0.c: ditto.
26466 * gdb.base/funcargs.c: ditto.
26467
26468 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
26469
26470 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
26471 $targetname, $serialport and $baud instead of hardwired variables.
26472 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
26473 target doesn't support signals.
26474
26475 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
26476
26477 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
26478
26479 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26480
26481 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
26482 Don't rely on the value of an auto variable before it has been
26483 initialized. Use gdb_test more.
26484
26485 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26486
26487 * lib/gdb.exp (default_gdb_version): A version number must start
26488 with a digit, but other than that contains all characters up to
26489 the first whitespace character.
26490
26491 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26492
26493 * gdb.base/commands.exp (breakpoint_command_test): New tests.
26494
26495 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26496
26497 * gdb.c++/*.exp: Warn if executable does not exist. The original
26498 reason for skipping the warning was that configure.in sometimes
26499 intentionally skipped building the executables but the tcl code
26500 had no way of knowing. That (a) was always bogus with respect to
26501 error handling, (b) is no longer true (right now there is no way
26502 to skip C++ tests).
26503
26504 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
26505
26506 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26507
26508 * gdb.base/list.exp: Add expect patterns for output from
26509 SunPRO compiled executables.
26510 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
26511 types.
26512
26513 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26514
26515 * gdb.base/break.exp (test_next_with_recursion): Accept any line
26516 number (we are already testing that the correct source line text
26517 gets printed).
26518
26519 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
26520 that is what is intended, but something needed to be done to get
26521 sunos4 native working again.
26522
26523 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
26524
26525 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
26526 apparently went with a (very) old xfail.
26527
26528 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
26529
26530 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
26531 runto_main is a proc in gdb.exp that will do 'step' for target use
26532 stubs.
26533 * gdb.base/exprs.exp: ditto.
26534 * gdb.base/interrupt.exp: ditto.
26535 * gdb.base/opaque.exp: ditto.
26536 * gdb.base/printcmds.exp: ditto.
26537 * gdb.base/ptype.exp: ditto.
26538 * gdb.base/scope.exp: ditto.
26539 * gdb.base/setvar.exp: ditto.
26540 * gdb.base/signals.exp: ditto.
26541 * gdb.base/twice.exp: ditto.
26542 * gdb.c++/classes.exp: ditto.
26543 * gdb.c++/inherit.exp: ditto.
26544 * gdb.c++/templates.exp: ditto.
26545 * gdb.base/break.exp: no run and hit main for stubs. Change line
26546 numbers for breakpoints and info breakpoint.
26547 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
26548 breakpoint().
26549 * gdb.base/callfuncs.c: ditto.
26550 * gdb.base/exprs: ditto.
26551 * gdb.base/interrupt.c: ditto.
26552 * gdb.base/opaque0.c: ditto.
26553 * gdb.base/printcmds.c: ditto.
26554 * gdb.base/ptype.c: ditto.
26555 * gdb.base/scope0.c: ditto.
26556 * gdb.base/setvar.c: ditto.
26557 * gdb.base/signals.c: ditto.
26558 * gdb.base/twice.c: ditto.
26559 * gdb.c++/misc.cc: ditto.
26560 * gdb.c++/templates.cc: ditto.
26561
26562 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26563
26564 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
26565
26566 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
26567 somewhere between `read' and `main.c'. I'm pretty sure the
26568 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
26569 and it isn't particularly useful.
26570
26571 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
26572
26573 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26574
26575 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
26576
26577 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
26578
26579 * config/mt-slite: add LIBS and -nostdlib.
26580 * config/slite-gdb.exp: add this new file to support sparclite target.
26581
26582 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
26583
26584 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
26585
26586 * gdb.base/a2-run.exp: Change argument to istarget from
26587 "*-*-vxworks" to "*-*-vxworks*".
26588 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
26589
26590 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
26591
26592 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
26593 will not runto main but do a 'step' to step out of breakpoint().
26594 * config/mt-slite: add -Dusestubs.
26595
26596 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26597
26598 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
26599 instead of just @.
26600
26601 * gdb.base/signals.exp: Add test for "handle all print".
26602 * TODO: Remove "handle all print". Also remove item about
26603 checking copyright date (I don't like the idea of a spurious FAIL
26604 based on when we run the tests).
26605
26606 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
26607 for SunOS4 (reason for failure not investigated). Remove
26608 redundant test for $binfile.
26609
26610 * gdb.base/nodebug.c (array_index): Call malloc.
26611
26612 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
26613
26614 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
26615
26616 * gdb.base/recurse.exp: Update gdb_test invocation to use new
26617 conventions and slightly simplify the matching regexp.
26618
26619 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26620
26621 * gdb.base/break.exp: Update gdb_test invocation to use new
26622 convention.
26623
26624 * lib/gdb.exp: If noargs is not set, set it to 0.
26625
26626 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
26627 tests unique.
26628
26629 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
26630
26631 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26632
26633 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
26634 one argument of type "<non-float parameter>".
26635
26636 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
26637
26638 * config/rom68k.exp: New file to support Motorola IDP board.
26639 * gdb.base/a2-run.exp: Skip this file if noargs is set.
26640 * gdb.base/break.c: Change things around so that this program
26641 doesn't depend upon args. This is necessary to make remote
26642 targets work (in general, they can't take args).
26643 * gdb.base/break.exp: Don't try to send args to program. Don't
26644 expect output. Also, replace lots of code with gdb_test.
26645
26646 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26647
26648 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
26649 printing of '\'' (which is what the comment says we are testing,
26650 even though we were not), not '''.
26651 (test_integer_literals_rejected): Test that printing ''' is an error.
26652
26653 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
26654 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
26655 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
26656 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
26657 Use gdb_test not test_print_accept.
26658 * lib/gdb.exp: Remove test_print_accept.
26659
26660 * gdb.base/signals.exp (signal_tests_1): Make pass message
26661 consistent with fail message.
26662
26663 * gdb.base/whatis.exp: Remove xfails for printing char vs.
26664 unsigned char; the bug (PR 1821) is fixed.
26665
26666 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
26667
26668 * gdb.base/scope.exp (test_at_localscopes): Call pass for
26669 successful tests--makes xfailing them work right.
26670
26671 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26672
26673 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
26674 only \r\n, not .*. The test can pass .* as the last thing in
26675 $pattern if that is what it wants. In addition to providing this
26676 flexibility, this change should speed up pattern matching in cases
26677 where the pattern already ended with .* (there were a number of
26678 them). This change also helps catch bad patterns--in the old
26679 scheme the typo "char \*" instead of "char \\*" would pass. Now
26680 it is caught.
26681 * Many .exp files: Update callers.
26682
26683 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
26684 clearer and does not spuriously match multiple ('s. Likewise for
26685 ) and *.
26686
26687 * gdb.base/nodebug.exp: Test ability to call a function and pass
26688 it a string (even with no debugging info).
26689
26690 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
26691 "p '\'", which is the same as "p ''" once tcl gets done with
26692 quoting, to "p '\\'", which I suspect is what is intended (one
26693 backslash gets sent to GDB).
26694
26695 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
26696
26697 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26698
26699 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
26700 1817) was fixed literally years ago.
26701
26702 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26703
26704 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
26705 test, it causes stepping out of call_after_alloca_subr with
26706 optimizing compilers.
26707 (localvars_in_indirect_call): Consume GDB prompt if `finish'
26708 fails.
26709
26710 * gdb.c++/templates.exp: Source templ-info.exp only if
26711 the templates executable exists.
26712
26713 * gdb.c++/misc.cc (class Contains_static_instance,
26714 class Contains_nested_static_instance),
26715 gdb.c++/classes.exp (test_static_members): Test printing of
26716 a class that contains a static instance of the class.
26717
26718 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26719
26720 * gdb.base/langs2.c (cppsub_): Don't prototype.
26721 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
26722 only, I believe).
26723
26724 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26725
26726 * lib/gdb.exp (skip_chill_tests): New procedure.
26727
26728 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
26729
26730 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
26731
26732 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
26733 each expect pattern. Cuts runtime from 12 to about 4 seconds.
26734
26735 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26736
26737 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
26738
26739 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
26740 disassemble 8, not 16, instructions for part 4.
26741
26742 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
26743 support the latter anymore.
26744
26745 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
26746 -DNO_PROTOTYPES.
26747 * gdb.base/callfuncs.c: Control use of prototypes based on
26748 NO_PROTOTYPES, not __STDC__.
26749 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
26750 t_float_values2 tests if prototypes in use.
26751
26752 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
26753 t_double_values): When checking differences against DELTA, check
26754 that difference is within the range (-DELTA,DELTA), not just
26755 (-infinity,DELTA).
26756
26757 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
26758
26759 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
26760 'file' command firts, then 'target', then 'load', this is due to gdb
26761 target set up.
26762 * config/mips-gdb.exp: Fix a couple regular exp bugs.
26763
26764 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
26765
26766 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
26767 FP load/store variants.
26768 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
26769
26770 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
26771
26772 * gdb.base/term.exp: Do not give a warning if not native, it is
26773 not an abnormal condition.
26774
26775 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
26776
26777 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
26778 t_char_array".
26779
26780 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
26781
26782 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
26783 are getting the version number.
26784
26785 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
26786 if not native, it is not an abnormal condition.
26787
26788 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26789
26790 * lib/gdb.exp: Just use "file exists", rather than undocumented
26791 dejagnu procedure "findfile".
26792
26793 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
26794
26795 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
26796 (LDFLAGS): Set to -Xlinker -Ur.
26797
26798 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
26799 Removed, these values are set by lib/gdb.exp.
26800
26801 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
26802
26803 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
26804
26805 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
26806 of replicating gdb startup code.
26807
26808 * config/mt-vxworks (LDFLAGS): Set to -r.
26809 (CFLAGS_FOR_TARGET): Removed.
26810
26811 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
26812 (gdb) and gdb for vxworks uses (vxgdb).
26813
26814 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
26815 executable is not in the tree and host != target, use sed and
26816 program_transform_name to determine the gdb name used by the
26817 target.
26818
26819 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
26820 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
26821
26822 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26823
26824 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
26825 floats, chars, and shorts where there are ANSI-style function
26826 definitions.
26827
26828 * gdb.base/langs.exp, gdb.base/langs*: New test.
26829 * gdb.base/Makefile.in: Build it.
26830 * TODO: Remove item about checking that C names don't get C++
26831 demangling applied; this test tests it.
26832
26833 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26834
26835 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
26836 went with the const70 xfail. The xfail went away a year ago.
26837
26838 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
26839
26840 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
26841 for hp300.
26842
26843 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
26844
26845 * gdb.base/a1-selftest.exp: Don't run on hp300.
26846
26847 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26848
26849 * Makefile.in (site.exp): Set host_alias and target_alias as well
26850 as host_triplet and target_triplet.
26851
26852 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26853
26854 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
26855
26856 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
26857 places as other ecoff systems).
26858
26859 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
26860 ultrix.
26861
26862 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26863
26864 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
26865 remove them.
26866 * gdb.base/nodebug.exp: Accept "function" in addition to "text
26867 variable and "variable" in addition to "data variable".
26868 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
26869
26870 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
26871 2.
26872 * gdb.base/list1.c (long_line): Add additional statement at start
26873 of function.
26874 * gdb.base/list.exp (test_forward_search): Update line number to
26875 reflect new statement.
26876
26877 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
26878
26879 * gdb.base/signals.exp: Reinitialize searched source directories
26880 after gdb_start call.
26881
26882 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
26883
26884 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
26885 * gdb.stabs/Makefile.in: Likewise.
26886
26887 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
26888 change. Instead split the tests into smaller pieces.
26889 * gdb.disasm/hppa.s: Corresponding changes.
26890
26891 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26892
26893 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
26894 Quote ^C when passing it to stty. For some shells ^ is a pipe.
26895
26896 * gdb.base/funcargs.exp: Modify many tests so that every test
26897 either passes or fails. Make some test names unique.
26898
26899 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26900
26901 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
26902 Call stty to set interrupt character.
26903
26904 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
26905 for HP assembler versus GNU assembler based on actual behavior of
26906 $(CC), rather than assuming that $(AS) is always the GNU assembler.
26907
26908 * TODO: Suggest a few more stepping tests.
26909
26910 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
26911
26912 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
26913 restart GDB for h8300 after a continue.
26914 (return): Add pattern to match a29k-udi behavior.
26915 * gdb.base/nodebug.exp: Remove obsolete comment.
26916 * gdb.base/regs.exp: New file, testing of register displays.
26917 * gdb.base/return.exp: Fix typo in reference to $objdir.
26918 * gdb.base/whatis.exp: Always start with a fresh GDB.
26919
26920 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26921
26922 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
26923 higher, these tests generate a lot of output.
26924
26925 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26926
26927 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
26928 code following the catch silently ignored some errors; without the
26929 catch they should be thrown like any other tcl error. Also, the
26930 catch used "" instead of {} which meant all the callers who wanted
26931 to include one of the characters "[]$ had to quote it an extra time.
26932 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
26933 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
26934 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
26935 Remove extra quoting.
26936
26937 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
26938
26939 * gdb.base/commands.exp: Make test names unique; every test either
26940 passes or fails. Update some comments.
26941
26942 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
26943
26944 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26945
26946 The following fixes a FAIL caused by the fact that the alpha stabs
26947 configuration didn't use the ".if alpha" code in weird.def.
26948 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
26949 bit pointer, so the 32 bit version works even on the alpha.
26950 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
26951 Remove the stuff which allowed us to have separate versions for
26952 alpha and everything else.
26953
26954 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
26955 regexp which "info func operator\[\](" is supposed to match. Fix
26956 string to send to GDB. Note that GDB still doesn't work right. Add a
26957 new test for "info func .perator\[\](" which GDB does handle correctly.
26958
26959 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
26960
26961 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
26962
26963 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
26964 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
26965 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
26966 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
26967 it makes the tests harder to understand and confuses test-o-matic.
26968 The preferred style is that each test provides a PASS or a FAIL,
26969 and has a unique message (e.g. "continue #54" not just "continue")
26970 which is the same for the pass and the fail.
26971 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
26972 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
26973 to lib/gdb.exp.
26974 * gdb.base/printcmds.exp: Use test_print_accept. Remove
26975 prt_accept which was basically the same thing. Likewise for
26976 test_print_reject and prt_reject.
26977 * lib/gdb.exp (test_print_reject): Add some more error message
26978 patterns to match from the former printcmds.exp (prt_reject).
26979 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
26980 One defect of the passcount stuff is that some of it failed to
26981 report XPASS where appropriate.
26982 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
26983 stuff before and after arg in expected pattern.
26984 (test_paddr_operator_functions): Re-do test without print_addr_of;
26985 this is the only test which seems to want extra stuff there.
26986
26987 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26988
26989 * gdb.base/nodebug.exp: Update new tests to reflect improved
26990 wording of gdb output.
26991
26992 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
26993 and "ptype" work on variables in files compiled without -g.
26994 Replaces commented out "maint print msymbol" tests.
26995
26996 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
26997
26998 * gdb.base/setvar.c (dummy): Call malloc.
26999
27000 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
27001 losing with the irix4 sed.
27002
27003 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
27004 ALRM" on irix4.
27005
27006 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27007
27008 * TODO: Remove items about corefile.exp testing new exec-file and
27009 backtrace; both are now done. Add items about printing enums.
27010
27011 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27012
27013 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
27014 "get signal $thissig" test fails.
27015
27016 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
27017
27018 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27019
27020 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
27021 compiler warning with dec alpha compiler.
27022
27023 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
27024 extra \n from gdb_test call (this explains why the prompt test
27025 that I removed yesterday was there).
27026 (user_defined_command_test): Remove extra \n and prompt test.
27027
27028 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
27029 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
27030 doesn't exist.
27031 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
27032 Also remove alpha workaround, which turns out to be because
27033 SIGABRT == SIGLOST.
27034
27035 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
27036
27037 * gdb.base/help.exp: Don't test "help show".
27038
27039 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27040
27041 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
27042 "set print address" is on.
27043 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
27044 pass prompt to gdb_test; gdb_test already looks for the prompt.
27045
27046 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
27047
27048 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
27049 was a vestige of the manual TESTSTRATEGY, and the purpose of it
27050 was to make sure that gdb can read a core file. But (a) the "read
27051 the corefile" part didn't make it to a1-selftest.exp, we just
27052 delete the corefile after creating it, and (b) we test reading
27053 corefiles in corefile.exp anyway. Also, this test left around a
27054 xgdb process on Solaris.
27055
27056 * gdb.base/corefile.exp: Also test backtrace.
27057
27058 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
27059
27060 * gdb.base/commands.exp: Test a simple user defined command with
27061 arguments and if/while statements; verify the full user command is
27062 printed by "show user".
27063
27064 * gdb.base/commands.exp: Test if/while commands as part of a
27065 breakpoint command list; verify they appear in breakpoint
27066 information.
27067
27068 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27069
27070 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
27071 than by dividing by zero.
27072
27073 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
27074
27075 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
27076 performing an inferior call with watchpoints enabled.
27077 * gdb.base/watchpoint.c (main): Delete second unnecessary read
27078 call.
27079
27080 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27081
27082 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
27083 of "file" command.
27084
27085 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
27086 Add additional pattern for when "int operator int(void);" appears
27087 in a different order.
27088
27089 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
27090
27091 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
27092
27093 * gdb.base/help.exp: Replace most of docstrings for "info signals"
27094 and "signal" with ".*".
27095
27096 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
27097
27098 * TODO: Add note about "handle all nostop".
27099
27100 * gdb.base/{sigall.c, sigall.exp}: New test.
27101 * gdb.base/Makefile.in: Add it.
27102
27103 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
27104
27105 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
27106 when invoking GDB, suppresses any windowing interface.
27107
27108 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
27109
27110 * config/sim-gdb: New file, simulator testing support.
27111
27112 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
27113
27114 * gdb.base/interrupt.exp: Test calling func1 twice.
27115
27116 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
27117
27118 * gdb.base/list.exp (test_forward_search): Set timeout higher
27119 when we'll be getting lots of output from gdb.
27120
27121 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
27122 "init_malloc" to after the expect statement. Run it if that
27123 regexp is taken, but also for two others which happen if source
27124 cannot be found.
27125
27126 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27127
27128 * gdb.base/printcmds.exp: New test, for printing register before
27129 program is running.
27130
27131 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27132
27133 * gdb.base/list.exp: Correct some alternate expect patterns
27134 to reflect changes in list1.c.
27135
27136 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27137
27138 * TODO: Add item regarding large frames.
27139
27140 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
27141
27142 * TODO: Remove item about enabling return.exp; it
27143 is enabled. Suggest a few more "return" tests.
27144
27145 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27146
27147 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
27148 anonymous unions.
27149
27150 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27151
27152 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
27153 and pr-5646.o, so "make" is the same as "make all", not "make
27154 pr-4975.o".
27155
27156 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
27157
27158 * gdb.base/list.exp: Adjust expectations to reflect changes in
27159 list1.c.
27160 (test_forward_search): New test proc.
27161 * gdb.base/list1.c (long_line): New function, has long source line.
27162
27163 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
27164
27165 * gdb.base/a1-selftest.exp: Change initial stepping to know about
27166 additional line of code that was added.
27167
27168 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
27169
27170 * gdb.disasm/hppa.s: Break the large branching tests into smaller
27171 tests so as not to overflow expect's input buffers.
27172 * gdb.disasm/hppa.exp: Corresponding changes.
27173
27174 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27175
27176 Beginnings of template debugging tests.
27177 * gdb.c++/templ-info.cc: New file to test for template
27178 debugging capability of the compiler.
27179 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
27180 templ-info.cc.
27181 * gdb.c++/templates.cc: Add explicit template instantiations
27182 to enable compiling with -fno-implicit-templates. Add destructor
27183 and 'value' method to T5 class for template tests.
27184 * gdb.c++/templates.exp: Add testcases for printing of template
27185 types, setting breakpoints on template methods and calling a
27186 template method.
27187
27188 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
27189
27190 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
27191 branch target since some assemblers (gas-2.5) may emit a
27192 relocation for the branch instead of resolving it in the
27193 assembler.
27194
27195 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27196
27197 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
27198 through signal handler.
27199
27200 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27201
27202 * configure.in (*-*-netware): Use config/mt-netware.
27203
27204 * config/mt-netware: New file.
27205 * config/mt-i386-netware: Removed, separate configs for different
27206 netware architectures are no longer needed now that we have
27207 --with-headers.
27208
27209 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27210
27211 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
27212 by the recent changes to use ANSI C arithmetic conversions.
27213
27214 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27215
27216 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
27217 bug involving using inferior_pid to figure out whether to select a
27218 frame.
27219
27220 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
27221
27222 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
27223 match the current disassembler output.
27224
27225 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
27226
27227 * gdb.fortran/exprs.exp: Expect VOID instead of void.
27228 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
27229 types, expect "int" as type of integer values (for now).
27230
27231 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
27232
27233 * gdb.base/commands.exp: New tests for if/while commands.
27234
27235 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
27236
27237 * lib/gdb.exp (runto): Replace sub-pattern for hex value
27238 by .*, since hex values have different syntax in Chill mode.
27239
27240 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27241
27242 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
27243 linefeed from expect pattern for repeated types with indices > 9.
27244
27245 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
27246
27247 First part of Fortran test suite.
27248 * gdb.fortran: New directory.
27249 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
27250
27251 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27252
27253 * gdb.base/default.exp: Update expect pattern for load command
27254 without arguments.
27255
27256 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
27257
27258 * configure.in: Change i386 to i[345]86.
27259 * gdb.base/configure.in: Likewise.
27260 * gdb.c++/configure.in: Likewise.
27261 * gdb.chill/configure.in: Likewise.
27262
27263 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
27264
27265 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
27266 patterns, since that is not a valid context for comments.
27267
27268 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
27269
27270 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
27271 repeated types and repeated types with indices > 9.
27272
27273 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
27274
27275 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
27276 2417; old bug has been fixed.
27277
27278 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
27279
27280 * gdb.base/interrupt.exp: When trying to wake up the inferior,
27281 send the newline ourselves instead of assuming gdb_test will do
27282 so when passed an empty input string.
27283
27284 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
27285 stabs testcode.
27286
27287 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27288
27289 * lib/gdb.exp (gdb_test): Don't send anything if the first
27290 argument is an empty string. This makes cases where we want to
27291 match output that is already in expect's buffers (for example,
27292 matching a breakpoint after gdb_run_cmd has been called) work
27293 reliably.
27294
27295 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27296
27297 * config/netware.exp: New file.
27298
27299 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27300
27301 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
27302 the -B and -L prefixes so we can find the debugging stub.
27303
27304 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
27305 there and we are using the gcc from the tree.
27306
27307 * gdb.base/types.c: Removed.
27308
27309 * gdb.base/configure.in: Look for makefile fragments in ../config.
27310 Recognize i386-*-netware.
27311 * gdb.c++/configure.in: Likewise.
27312
27313 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27314
27315 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
27316 the correct TCL syntax.
27317
27318 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27319
27320 * gdb.base/opaque.exp: use runto instead of messing around with
27321 breakpoints. Simplify by using gdb_test.
27322
27323 * gdb.base/bitfields.exp: restart between tests on netware targets
27324 because breakpoints aren't relocated after target death. Run
27325 processes to completion.
27326
27327 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
27328
27329 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
27330
27331 * Makefile.in: Remove extra tabs that confuse some versions
27332 of "make". Use the newly built gdb to test with by default,
27333 rather than the first one in the tester's search path.
27334
27335 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
27336
27337 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
27338
27339 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
27340 condition help.
27341
27342 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27343
27344 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
27345
27346 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
27347 running.
27348 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
27349 * gdb.base/funcargs.exp: Likewise.
27350
27351 * gdb.base/bitfields.exp: Simplify by using gdb_test.
27352 * gdb.base/funcargs.exp: Likewise.
27353
27354 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
27355 message is "".
27356
27357 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27358
27359 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
27360 return,signals,twice}.exp: Handle non-existant binaries
27361 consistantly.
27362
27363 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
27364 * gdb.base/Makefile.in: Don't try to generate a core dump, we
27365 might testing a cross development system.
27366
27367 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27368
27369 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
27370 runtest script is relative to ${srcdir}, not ${rootdir}.
27371
27372 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
27373
27374 * gdb.base/signals.exp: Allow for optionality of breakpoint
27375 address.
27376
27377 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27378
27379 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
27380
27381 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
27382
27383 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
27384 for size_t definition.
27385 * gdb.c++/templates.cc: Likewise
27386
27387 * config/mt-i386-netware: New file.
27388
27389 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
27390 defined.
27391
27392 * gdb.base/Makefile.in: Added support for systems that name core
27393 files by appending "core" to the program name.
27394 * gdb.base/a1-selftest.exp: Likewise.
27395
27396 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27397
27398 * gdb.base/return.exp: Add comment and message for `return double'
27399 test failure on Sparc Solaris.
27400
27401 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
27402
27403 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
27404
27405 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27406
27407 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
27408 from optimizing them away.
27409 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
27410 patterns to include default constructors and assignment operators,
27411 to match gcc versions beyond 2.5.8. Accept any cplus demangling
27412 character in the output of the virtual base pointer.
27413
27414 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27415
27416 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
27417 expression match in print_addr_of to avoid unintented matches.
27418 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
27419 versions up to 2.5.8.
27420
27421 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27422
27423 * gdb.base/list.exp: Tweak alternate pattern for listing of an
27424 included file to run under newer versions of expect.
27425 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
27426 consecutive >'s in templates to accomodate recent cplus-dem.c change.
27427 Remove xfail for the virtual table of BDDHookV.
27428
27429 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
27430
27431 * lib/gdb.exp (string_to_regexp): Set a default result.
27432 (default_gdb_start): Fix misleading message.
27433
27434 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
27435
27436 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
27437 Remove all CC, etc definitions.
27438 * config/mt-hpux: New file.
27439 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
27440 (CFLAGS, LDFLAGS): Define.
27441 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
27442
27443 * Makefile.in (site.exp): Don't insert host_os, etc.
27444 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
27445 (distclean): Check existence of subdir.
27446 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
27447 * gdb.base/Makefile.in: General cleanup and simplification.
27448 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27449 to build executables. Use default rule to build .o files.
27450 (EXPECT, RUNTEST, CC): Fix relative pathname.
27451 (site.exp): Don't insert host_os, etc.
27452 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
27453 and/or SIGUSR1 defined.
27454 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
27455 * gdb.c++/Makefile.in: General cleanup and simplification.
27456 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
27457 (CFLAGS): Remove.
27458 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
27459
27460 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
27461
27462 * gdb.base/recurse.exp: Misc changes to get tests running again
27463 after Kung's changes to the watchpoint code.
27464 * gdb.base/watchpoint.exp: Likewise.
27465
27466 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
27467
27468 * lib/gdb.exp (string_to_regexp): Convert {\} also.
27469
27470 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
27471
27472 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
27473 * lib/gdb.exp (default_gdb_start): Define.
27474 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
27475 gdb.base/funcargs.exp, gdb.base/opaque.exp,
27476 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
27477 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
27478 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
27479 Don't call gdb_target_udi in between tests.
27480
27481 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27482
27483 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
27484 (which was basically just a local version of the same thing). In
27485 addition to avoiding duplication, gdb_test_exact is faster.
27486 * lib/gdb.exp (gdb_test_exact): Fix typo.
27487
27488 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
27489 don't give an error.
27490
27491 * gdb.base/term.exp: Call delete_breakpoints before starting.
27492
27493 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
27494 (t10): Add comment.
27495
27496 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27497
27498 Reorganization of the GDB Test Suite.
27499
27500 * gdb.base: New directory, contains all the basic tests.
27501 * gdb.c++: New directory, tests specific to C++.
27502 * gdb.chill: New directory, tests specific to Chill.
27503 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
27504 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
27505 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
27506 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
27507 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
27508 t30-31 to chill).
27509 * */gdbme.*: Rename to match appropriate expect scripts.
27510 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
27511 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
27512 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
27513 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
27514 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
27515 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
27516 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
27517 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
27518 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
27519 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
27520 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
27521 gdb.c++/virtfunc.cc: New names of C++ files.
27522 * gdb.chill/chillvars.ch: New name of Chill file.
27523 * gdb.base/configure.in, gdb.c++/configure.in,
27524 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
27525 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27526 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
27527 * configure.in (configdirs): Update to reflect directory changes.
27528 (target_abbrev): No longer define for any configuration.
27529 * Makefile.in: Cosmetic improvements to header comments.
27530
27531 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
27532
27533 Various changes to gdb.t31:
27534
27535 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
27536 * gdbme.ch: Make all key-words and predefineds be upper-case.
27537 * chillvars.exp: Expect key-words and predefinds in upper-case.
27538
27539 * chillvars.exp: Use gdb_test_exact many places.
27540 Change expected output for arrays (which now includes index labels).
27541
27542 * pr-5020.exp, gdme.ch (module PR_5020):
27543 New test, for PR-5020.
27544
27545 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
27546
27547 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
27548 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
27549
27550 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
27551
27552 * Makefile.in: Fix bit-rot in definitions of CHILL,
27553 CHILL_FOR_TARGET and Chill_LIB.
27554 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
27555 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
27556 CHILL, and CHILL_LIB.
27557
27558 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
27559
27560 * Revert the previous changes. Please see Rob's directory
27561 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
27562
27563 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
27564
27565 * Makefile.in, configure.in, config/mips-gdb.exp,
27566 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
27567 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
27568 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
27569 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
27570 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
27571 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
27572 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
27573 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
27574 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
27575 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
27576 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
27577 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
27578 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
27579 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
27580 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
27581 changes from 94Q1.
27582
27583 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
27584
27585 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
27586 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
27587 Rob's new testing fragments.
27588
27589 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
27590
27591 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
27592 lib/gdb.exp: Replace error proc calls with perror.
27593
27594 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
27595
27596 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
27597 version also, match on casted version strings, and match on
27598 gdb startup case where the line numbers might be messed up.
27599
27600 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
27601
27602 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
27603 (CFLAGS): Delete it from here.
27604
27605 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
27606
27607 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
27608
27609 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
27610
27611 * Makefile.in (RUNTEST): Default to just "runtest".
27612
27613 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27614
27615 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
27616 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
27617 the code has been restructured.
27618
27619 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27620
27621 * gdb.t00/default.exp (set write): Allow any number of \r and/or
27622 \n, not just one of each.
27623
27624 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
27625 /bin/cc gives a warning if you do.
27626
27627 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
27628
27629 * gdb.t24/demangle.exp: change expect pattern of
27630 __t10ListS_link1ZUiRCUiPT0
27631
27632 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27633
27634 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
27635 on local variables in recursive functions.
27636
27637 * gdb.t07/Makefile.in: Build the new test.
27638
27639 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27640
27641 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
27642 directly. Instead compare the return values from actual calls.
27643
27644 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
27645
27646 * Makefile.in (check): Set TCL_LIBRARY for runtest.
27647
27648 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27649
27650 * From Peter Schauer with minor modifications.
27651 * gdb.t15/return.exp (return_tests): Handle targets where "return"
27652 stops in mid-line in the caller. Add xfail for returning a float
27653 value on X86 targets.
27654
27655 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27656
27657 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
27658 to avoid expect lossage.
27659 (fmem_LRbug_tests): Likewise.
27660 * gdb.disasm/hppa.s: Corresponding changes.
27661
27662 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
27663 conditions to work with latest dejagnu/expect.
27664
27665 * gdb.t15/funcargs.exp (finish from indirect call): No longer
27666 expected to fail on the PA.
27667 (backtrace in call with trampolines): Explicitly require main
27668 to be frame #1 (no trampolines should show up in backtrace).
27669
27670 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
27671 "continue -expect".
27672 * gdb.t06/break.exp: Likewise.
27673 * gdb.t07/watchpoint.exp: Likewise.
27674 * gdb.t13/bitfields.exp: Likewise.
27675 * gdb.t15/{funcargs,return}.exp: Likewise.
27676 * gdb.stabs/weird.exp: Likewise.
27677 * config/{mips,udi}-gdb.exp: Likewise.
27678
27679 * hppa.sed: Enclose comments within a sed command to avoid
27680 losing with the old OSF1 sed.
27681
27682 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27683
27684 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
27685 sequent dynix.
27686 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
27687 * gdb.t15/funcargs.exp: Conditionally step again to really
27688 finish from marker_call_with_trampolines. Handle the case where
27689 the first step from within call_with_trampolines already steps
27690 us back to main.
27691 * gdb.t15/gdbme.c: Add comment to closing brace of
27692 call_with_trampolines for funcargs.exp.
27693
27694 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27695
27696 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
27697 Fix typo(s).
27698
27699 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27700
27701 * gdb.t07/gdbme.c: More code for watchpoint testing.
27702
27703 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
27704 "Hardware watchpoint" throughout file.
27705 (test_watchpoint_triggered_in_syscall): New test.
27706 (test_complex_watchpoint): New test.
27707
27708 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27709
27710 * gdbme.c (call_with_trampolines): New function to try and step
27711 into. Tests trampoline problems on the PA.
27712
27713 * funcargs.exp (localvars_in_indirect_call): No longer expect
27714 stepping into indirect call to fail on PAs.
27715 (test_stepping_over_trampolines): New test.
27716
27717 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27718
27719 * TODO: Add suggestions for static member function tests, and
27720 completion tests.
27721
27722 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27723
27724 * TODO: Add suggestions for "p/a" tests.
27725
27726 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
27727 (default_gdb_exit): Replace all the hair with sending "quit" to
27728 the process with a simple close.
27729
27730 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27731
27732 * TODO: Add suggestions for shared library tests.
27733
27734 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27735
27736 * TODO: Add suggestions for x/s tests.
27737
27738 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27739
27740 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
27741 "enable once", and "enable breakpoints once" with ".*".
27742
27743 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27744
27745 * TODO: Add suggestions about structure passing tests.
27746
27747 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27748
27749 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
27750 the primary1 test, use work around if __GNUC__ < 2.
27751 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
27752 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
27753 Test for bad output rather than waiting for timeout. Issue
27754 second continue only if first continue failed.
27755
27756 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27757
27758 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
27759 operator[] test with gdb_test because the old code didn't seem to
27760 be getting the quoting right with the new dejagnu.
27761
27762 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
27763
27764 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
27765 one from the path.
27766 * Makefile.in: Use a fresh expect if there is one, use runtest
27767 from the src tree if there is one.
27768
27769 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27770
27771 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
27772 next over recursive call. Revise the tests from that point on
27773 (which had been skipped) to match GDB's actual (correct) output.
27774
27775 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
27776 with next over a breakpoint whose condition is false.
27777
27778 * gdb.t00/help.exp: Comment out "help set print" tests just like
27779 (and for same reason as) "help set" test.
27780
27781 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27782
27783 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
27784 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
27785
27786 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27787
27788 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
27789 necessary gdb_target_udi.
27790
27791 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
27792
27793 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
27794 1838 and 2417; they are fixed.
27795
27796 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
27797 gdb.t03/ptype.exp (ptype structure, ptype union):
27798 Remove xfails; the test is looser than when the xfails were added.
27799
27800 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
27801 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
27802
27803 * gdb.t01/run.exp: Only run shell test if isnative.
27804
27805 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
27806 since "run" automatically loads if necessary. Call gdb_target_udi
27807 after the "file" since "file" kills any execution target.
27808
27809 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
27810 GDB. GDB doesn't work that way (not anymore at least) on UDI.
27811 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
27812 argument for UDI.
27813
27814 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
27815
27816 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
27817
27818 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
27819
27820 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27821
27822 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
27823 properly quoting regexps. This makes the second argument to
27824 demangle a fixed string, which matches the callers, instead of a
27825 shell-style pattern which is what the previous implementation
27826 used. Update some of the callers.
27827
27828 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27829
27830 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
27831 (comib_nullified_tests): Fix typo.
27832 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
27833 strings. No longer expected to fail.
27834
27835 * gdb.disasm/hppa.s (addib_tests): Fix typo.
27836 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
27837 strings. No longer expected to fail.
27838
27839 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
27840 string. No longer expected to fail.
27841
27842 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27843
27844 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
27845 No longer expected to fail.
27846
27847 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
27848 string. No longer expected to fail.
27849
27850 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27851
27852 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
27853 only in the names (I probably got most of them). I was even
27854 generous with some which differed in underscores in names, and
27855 probably missed a few, and I *still* was able to remove almost a
27856 third of the file with almost no impact on testsuite coverage.
27857
27858 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27859
27860 * gdb.t00/default.exp: Match udi_attach error message as well as
27861 the one from child_attach.
27862
27863 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
27864
27865 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
27866
27867 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
27868 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
27869
27870 * Move test with enums and partial symbols back to
27871 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
27872 Reverts the change of 26 May 93. Per today's change to
27873 stabs.texinfo, the behavior that weird.exp was expecting was
27874 unreasonable; what is important is that the compiler+gdb get
27875 things right, which happens with a recent gcc. Also fix the test
27876 to deal with native compilers which put out the stab gdb can't
27877 deal with.
27878
27879 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27880
27881 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
27882 in the names. The main thing these accomplish is to slow things down.
27883 Many more such duplicates surely remain.
27884
27885 * gdb.t00/help.exp: Comment out "help support" test just like
27886 (and for same reason as) "help set" test.
27887
27888 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
27889
27890 * gdb.t06/break.exp: Remove setup_xfails for
27891 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
27892 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
27893 about known bug in gcc to include up through 2.5.8.
27894 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
27895 well as "_vb$".
27896 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
27897 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
27898 with latest gcc and gdb.
27899 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
27900 well as "_vb$".
27901
27902 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27903
27904 * configure.in (hppa*-*-*): Also configure and build stabs-only
27905 tests.
27906
27907 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27908
27909 * gdb.t10/hppa.mt: A makefile fragment for the PA.
27910 * gdb.t10/configure.in (hppa*-*-*): Use it.
27911
27912 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27913
27914 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
27915
27916 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27917
27918 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
27919 versions prior to 1.13.5.
27920
27921 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27922
27923 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
27924 the prompt is at the start of a line.
27925
27926 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
27927
27928 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
27929 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
27930 in the copr tests now.
27931 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
27932 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
27933 expected to fail.
27934
27935 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
27936
27937 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
27938 gdb.t31/chillvars.exp, lib/gdb.exp:
27939 Tweak to run under either version of expect.
27940 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
27941 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
27942 * gdb.t11/list.exp: Remove extraneous whitespace.
27943
27944 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27945
27946 * gdb.t16/printcmds.exp (test_print_strings): Accept
27947 "(unsigned char *) " before the string.
27948
27949 * TODO: Add notes about printing of fancy types and GDB expressions.
27950
27951 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
27952
27953 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
27954 * gdb.t06/configure.in: Don't try to compile signals test program
27955 if doing mips-idt-ecoff.
27956
27957 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
27958
27959 * Most .exp files: Tweak to run under either version of expect.
27960
27961 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27962
27963 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
27964 xfails; I'm not sure why they are failing, but not because of PR 1806.
27965
27966 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
27967
27968 * config/unix-gdb.exp: Remove gdb_unload cause it's already
27969 defined in lib/gdb.exp.
27970
27971 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27972
27973 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
27974 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
27975 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
27976 have to be typeless.
27977
27978 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
27979
27980 * TODO: Add suggestion for copyright year test.
27981
27982 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
27983
27984 * configure.in (*-*-lynxos*): Add stabs tests.
27985
27986 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
27987
27988 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
27989 so insert a tab before any assembler directive in column zero.
27990
27991 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
27992 stores.
27993 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
27994 stores.
27995 (fpu_short_memory_tests): Likewise.
27996
27997 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27998
27999 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
28000 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
28001 .stabs directives in comments.
28002
28003 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28004
28005 * TODO: New file, describing tests we could write.
28006 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
28007
28008 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28009
28010 * gdb.t06/signals.exp: Add kludge to force re-sync.
28011
28012 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
28013 to xgdb instead of gdb, get out of gdb.
28014
28015 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
28016
28017 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
28018 for info.
28019
28020 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
28021
28022 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
28023 * gdb.stabs/configure.in (hppa*-*-*): Use it.
28024 * gdb.stabs/hppa.sed: New sed script for the PA.
28025
28026 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28027
28028 * gdb.stabs: Re-write weird.def and configuration to use sed
28029 instead of cpp. sed is portable and POSIX; cpp is neither.
28030
28031 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28032
28033 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
28034
28035 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28036
28037 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
28038
28039 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28040
28041 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
28042 "_vb$".
28043 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
28044 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
28045
28046 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28047
28048 * lib/gdb.exp: Comment out code which depends on non-existent
28049 `transform' procedure.
28050
28051 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
28052
28053 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
28054 * lib/gdb.exp: Transform tool name.
28055 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
28056 1.1's new error handling system.
28057
28058 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28059
28060 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
28061
28062 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28063
28064 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
28065 They made pattern matching so slow that timeouts happened on
28066 heavily loaded systems. Now any output from "show print" which
28067 gets us back to the GDB prompt is a PASS.
28068
28069 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
28070
28071 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
28072
28073 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28074
28075 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
28076
28077 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
28078 It is not from PR 3220.
28079
28080 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28081
28082 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
28083 just started failing because they depended on the order the
28084 subcommands are presented, or exact docstring text. This kind of
28085 test is a pain and has minimal benefit.
28086
28087 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28088
28089 * gdb.t09/corefile.exp: At end of test, use "core" command with
28090 no arguments.
28091
28092 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
28093
28094 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
28095 17}/Makefile.in: Make it possible to run the testsuite with Sun
28096 make and CC = cross gcc by adding explicit build rules for .o
28097 files.
28098
28099 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28100
28101 * gdb.t15/funcargs.exp: Don't put comments on same line as
28102 setup_xfail (@#$*%& tcl braindamage!).
28103
28104 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28105
28106 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
28107
28108 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
28109
28110 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
28111 * gdb.t20/inherit.exp: remove three dumplicate entries.
28112
28113 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28114
28115 * gdb.t06/break.exp: For "next over recursive call", fail on any
28116 incorrect output, not just on "factorial (value=2)".
28117
28118 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28119
28120 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
28121 working now. Add an xfail if accesing a bss variable causes
28122 a memory error if the target is not yet run.
28123
28124 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28125
28126 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
28127 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
28128 name of __st* demangling (2 strings). Did Kung really get the
28129 more than 95 others right without testing them?
28130
28131 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
28132
28133 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
28134
28135 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
28136
28137 * configure.in (configdirs): Add gdb.disasm
28138 * gdb.disasm: New directory for GDB disassembler tests.
28139 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
28140
28141 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28142
28143 * gdb.t00/help.exp: Don't test "help set".
28144
28145 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
28146 from within expect statements. None of these happen anymore and
28147 they cause regressions to be silently unnoticed.
28148
28149 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
28150 messages) about known failures with gcc cygnus-2.4.5-930417.
28151
28152 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
28153 comp-info.exp so it gets built if it doesn't exist.
28154
28155 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
28156 it is no longer used.
28157 * gdb.t13/comp-info.c: Removed.
28158
28159 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28160
28161 * gdb.t06/signals.exp: Add xfail for sun3.
28162
28163 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28164
28165 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
28166 relevant because ^C doesn't get sent but failure can be reproduced
28167 interactively).
28168
28169 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28170
28171 * gdb.stabs/alpha.mt: New configuration file for alpha.
28172 * gdb.stabs/configure.in: Use it.
28173 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
28174 sharing with alpha.mt, redefine long to word via preprocessor.
28175 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
28176 for alpha.
28177 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
28178 native cc.
28179 * gdb.t00/teststrategy.exp: Change expect string so that we
28180 consume the `(xgdb)' from the command echo and from the gdb prompt.
28181 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
28182 gdb currently compares all values as long, so this failure probably
28183 applies to any configuration where LONGEST is bigger than a target int.
28184 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
28185 with gcc.
28186 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
28187 to handle opaque pointers, gcc is.
28188 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
28189 as first argument. Include <sys/types.h> and change all operator
28190 new definitions to use size_t.
28191 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
28192 now that we use size_t.
28193
28194 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28195
28196 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
28197 a long or float array cast all array members to the same type.
28198 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
28199 with 64 bit longs.
28200 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
28201 on alpha.
28202 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
28203
28204 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28205
28206 * gdb.t24 (demangle.exp): Constructors of templates have names like
28207 vector<int>::vector(int) not vector<int>::vector<int>(int). See
28208 section 14.6 of the ARM.
28209
28210 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
28211 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
28212 accomplish little and slow down the testsuite.
28213
28214 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
28215 Accept spaces various places.
28216
28217 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28218
28219 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
28220 with watchpoint enabled.
28221
28222 * Makefile.in: Remove definition of CC and remove the second
28223 definition of CXX (the "CXX = gcc" one remains). These definitions
28224 were causing backquotes to be expanded within backquotes, which
28225 doesn't work.
28226
28227 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
28228
28229 * gdb.t17/callfuncs.exp: Add "return 0" to end.
28230
28231 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28232
28233 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
28234 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
28235 by mips cc and contains no stabs entries.
28236
28237 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
28238
28239 * config/vx-gdb.exp: Use fake device to load files rather than
28240 NFS.
28241 * lib/gdb.exp: New proc to do "file" command.
28242 * config/unix-gdb.exp: Use new "file" proc.
28243
28244 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
28245
28246 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
28247 Rework board rebooting slightly.
28248 (gdb_exit): Don't exit from the remote shell; there isn't one.
28249 * gdb.stabs/weird.exp: If a program is being debugged already,
28250 kill it.
28251 * gdb.t04/setvar.exp: Stop and restart gdb.
28252 * gdb.t05/expr.exp: Likewise.
28253 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
28254 restart gdb and reload the program.
28255 * gdb.t08/opaque.exp: Likewise.
28256 * gdb.t12/scope.exp: Likewise.
28257 * gdb.t13/bitfields.exp: Likewise.
28258 * gdb.t15/funcargs.exp: Likewise.
28259 * gdb.t20/classes.exp: Likewise.
28260 * gdb.t03/ptype.exp: Increase timeout.
28261 * gdb.t16/printcmds.exp (test_print_string_constants,
28262 test_print_array_constants): Likewise.
28263 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
28264 * gdb.t20/classes.exp (do_tests): Likewise.
28265 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
28266
28267 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
28268
28269 * gdb.stabs: Renamed *wierd* to *weird*.
28270
28271 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28272
28273 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
28274 for timeout. Add "known gcc 2.4.5 bug" to failure message.
28275
28276 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
28277
28278 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
28279 (do_tests): Remove xfail for whatis on one_var and two_var.
28280
28281 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
28282
28283 * Makefile.in: Made cross building work better by adding
28284 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
28285
28286 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28287
28288 * gdb.t15/{return.c,return.exp,Makefile.in}:
28289 New test, currently commented out.
28290
28291 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
28292
28293 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
28294 still running and removes the leftover named socket so GDb can do
28295 clean restarts.
28296
28297 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
28298
28299 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
28300 console, not GDB.
28301 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
28302 cross testing works better with "make check"
28303 * config/unix-gdb: Use default procedures for exit and version.
28304 * config/vx-gdb.exp: Cleaned up and massaged back to working order
28305 with the newest VxWorks.
28306
28307 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28308
28309 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
28310 old form.
28311
28312 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
28313 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
28314
28315 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
28316
28317 * config/unix-gdb.exp: Remove this version of gdb_exit
28318 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
28319 Rob says he'll look at it when he gets back to testing boards.
28320
28321 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
28322
28323 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
28324 an expected fail for certain ptype commands.
28325
28326 * gdb.t20/classes.exp: Update expected results of "ptype class
28327 Base1" to account for the constructor that now appears in the type.
28328
28329 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
28330
28331 * configure.in (configdirs): Restore gdb.t04, which mysteriously
28332 disappeared from list.
28333 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
28334 "alldone" proc with call to cleanup and exit.
28335 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
28336 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
28337 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
28338 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
28339 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
28340 "alldone" proc with simple returns that suppress remaining
28341 tests. The alldone proc went away many months ago.
28342
28343 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28344
28345 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
28346
28347 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
28348
28349 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28350
28351 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
28352 as vax gdb will display them.
28353
28354 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28355
28356 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
28357 optimizers.
28358
28359 * scope.exp: Change "bad value for localval" messages so each one
28360 is unique.
28361
28362 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
28363 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
28364
28365 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
28366
28367 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28368
28369 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
28370 doesn't exist (due to optimization).
28371
28372 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28373
28374 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
28375 contains \r because the filename is long.
28376
28377 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
28378 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
28379
28380 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28381
28382 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
28383 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
28384 Ultrix.
28385 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
28386 int tests.
28387 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
28388
28389 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
28390
28391 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
28392
28393 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
28394 to match does not match the passing case but still matches the
28395 failing case.
28396
28397 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28398
28399 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
28400
28401 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
28402
28403 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
28404 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
28405 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
28406 Remove various versions of gdb_exit.
28407 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
28408 gdb_exit.
28409 * config/unix-gdb.exp: gdb_exit remains here, and should override
28410 the generic version, since it's doing a lot of wierd stuff that
28411 the other versions aren't. FIXME, fold it in, or abandon this
28412 version.
28413
28414 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28415
28416 * gdb.t24/demangle.exp: Add tests for PR 3220.
28417
28418 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28419
28420 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
28421
28422 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
28423
28424 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
28425 "i386-*-*". Works for i486 as well.
28426
28427 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
28428 bug, and expand domain of xfail to all SVR4 systems, since the
28429 actual problem is likely to be in generic SVR4 /proc support.
28430
28431 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28432
28433 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
28434
28435 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
28436
28437 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
28438 xfails for other systems. Match a missing 'Continuing.' as an
28439 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
28440
28441 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
28442 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
28443 Only issue warning for missing executables if -all option is used.
28444
28445 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
28446 file if -all option is used. It's like an unpredictable XFAIL.
28447
28448 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28449
28450 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
28451 for dynamically linked binaries.
28452
28453 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
28454
28455 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28456
28457 * gdb.t20/inherit.exp: Change message for "print tagless struct"
28458 to state that this is a known bug in old versions of g++.
28459
28460 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28461
28462 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
28463 while waiting for `Continuing'.
28464
28465 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
28466
28467 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
28468 in text, data, and bss.
28469 * gdb.t10/nodebug.c: Add local and global test variables for
28470 initialized and uninitialized data.
28471
28472 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28473
28474 * config/unix-gdb.exp (gdb_exit): Add "wait".
28475
28476 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28477
28478 * gdb.t06/signals.exp: xfail the continue from the handler for all
28479 targets.
28480
28481 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
28482 function with watchpoints enabled, the i386 call dummy starts with
28483 a call.
28484
28485 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
28486 386 bsd names its corefiles.
28487
28488 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
28489
28490 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
28491 compilers don't grok it.
28492 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
28493 with small octal ints rather than character constants, which
28494 are signed and might not fit if first promoted to int.
28495
28496 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
28497
28498 * gdb.t09/Makefile.in (clean): Remove corefile.
28499
28500 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28501
28502 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
28503
28504 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28505 and Jim Kingdon (kingdon@cygnus.com)
28506
28507 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
28508 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
28509 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
28510
28511 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28512
28513 * gdb.t17/interrupt.exp: Add xfail for hppa.
28514
28515 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28516
28517 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
28518 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
28519 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
28520 to determine signed-ness of bitfields and use the result to setup
28521 the xfail.
28522 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
28523 * gdb.t15/funcargs.exp: Use them to step until the second indirect
28524 call line is reached if necessary.
28525
28526 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28527
28528 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
28529
28530 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28531
28532 * gdb.t06/break.exp: Also test `clear' command.
28533
28534 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28535
28536 * gdb.t00/teststrategy.exp: Remove extra quote.
28537
28538 * gdb.t07/watchpoint.exp: Change xfail for calling function with
28539 watchpoint enabled to be for all non-68k machines.
28540
28541 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
28542
28543 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28544
28545 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
28546 targets use aout.mt instead of ecoff.mt as gas understands
28547 standard aout format.
28548
28549 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
28550
28551 * lib/gdb.exp (runto): Don't insist that function we are running to
28552 was compiled with -g.
28553
28554 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
28555
28556 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
28557 to get back into the read system call.
28558 Accept leading newline in case where we woke it up.
28559
28560 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28561
28562 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
28563 to make the stabs test work on ecoff systems using gcc and -with-stabs.
28564 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
28565 enable ecoff configuration.
28566
28567 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28568
28569 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
28570
28571 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28572
28573 * gdb.t16/printcmds.exp: Add another printf test.
28574
28575 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
28576
28577 * configure.in: If configured -with-stabs on any target, add
28578 stabsdirs to configdirs.
28579
28580 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28581
28582 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
28583 fun" so pattern does not match the command itself.
28584
28585 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28586
28587 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
28588
28589 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28590
28591 * gdb.t17/interrupt.exp: Test for more things.
28592
28593 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28594
28595 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
28596 compiler arranges the code and line numbers.
28597
28598 * gdb.t17/interrupt.exp: Don't send \n after ^C.
28599
28600 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28601
28602 * gdb.t00/help.exp: Increase expect input buffer size.
28603
28604 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28605
28606 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
28607
28608 * gdb.t07/watchpoint.exp: Add xfail for hppa.
28609
28610 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
28611
28612 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
28613 [0-9]*, not just [0-9].
28614
28615 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28616
28617 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
28618
28619 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
28620
28621 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28622
28623 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
28624
28625 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28626
28627 * gdb.t06/signals.c: Add xfails for sun3.
28628
28629 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
28630
28631 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
28632 test_stepping tests.
28633
28634 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28635
28636 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
28637
28638 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
28639
28640 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
28641 rather than actually putting it through cpp twice.
28642
28643 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
28644
28645 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
28646
28647 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
28648 no longer needed.
28649
28650 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28651
28652 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
28653
28654 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
28655 C++ features prints as "struct", make it a pass, not an xfail.
28656
28657 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28658
28659 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
28660 Don't require VA to print as "class" rather than "struct".
28661
28662 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
28663
28664 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
28665
28666 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28667
28668 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
28669
28670 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28671
28672 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
28673 order.
28674
28675 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28676
28677 * gdb.t16/printcmds.exp: Add printf tests.
28678
28679 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
28680
28681 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
28682
28683 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
28684
28685 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
28686 pass counts, to counteract any existing or future setup_xfails.
28687
28688 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28689
28690 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
28691 {BEGIN,END}_COMMON for common block instead of STAB.
28692 * gdb.stabs/wierd.exp: Add xfail for rs6000.
28693
28694 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
28695 intp_var should be N_GSYM not N_LSYM.
28696 wierd-aout.S: Use a label for the value of the N_SO.
28697 wierd.def: Remove all backslashes.
28698 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
28699
28700 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28701
28702 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
28703 get the expected next to inheritance3.
28704
28705 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28706
28707 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
28708 now that gcc-2.4 gets it right.
28709
28710 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28711
28712 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
28713
28714 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
28715 generating comp-info.exp which works for cross-compilation.
28716
28717 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
28718
28719 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
28720 "*-*-sysv4.*".
28721
28722 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
28723
28724 * gdb.t01/run.exp: Start with a fresh gdb.
28725 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
28726 SVR4.x.
28727
28728 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
28729
28730 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
28731 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
28732 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
28733 Makefile.in (distclean, realclean): Remove gdbme.c from list of
28734 things to remove.
28735
28736 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
28737
28738 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
28739 test cases from bug reports.
28740
28741 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
28742
28743 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
28744 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
28745 avoid spurious xfails.
28746 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
28747 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
28748 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
28749
28750 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
28751
28752 * gdb.t00/teststrategy.exp: Rework to provide more useful
28753 description of each test, fix problem with systems that define
28754 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
28755 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
28756 results for "next over recursive call" so timeouts aren't taken
28757 by error.
28758
28759 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
28760
28761 * gdb.t12/scope.exp: Test printing of variables before run.
28762
28763 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
28764 printed in wrong order due to sorting.
28765
28766 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
28767
28768 * gdb.t00/teststrategy.exp: Fix expected results for printing
28769 user entered string constant. Is array of char, prints with no
28770 address.
28771
28772 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
28773 commands.
28774 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
28775 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
28776 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
28777 of struct of char arrays.
28778 * gdb.t00/radix.exp: New tests for radix commands.
28779
28780 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
28781
28782 * gdb.t16/printcmd.exp: Print a variable before running program
28783 (with xfail for AIX).
28784
28785 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
28786
28787 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
28788
28789 * gdb.t16/printcmd.exp: Don't print variables before running program.
28790
28791 * gdb.t06/break.exp: Don't require envp argument to main.
28792
28793 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
28794
28795 * gdb.t02/whatis.exp, gdb.t11/list.exp:
28796 Add xfails for rs6000.
28797
28798 * gdb.t02/whatis.exp: Change other tests not to re-test something
28799 we already tested.
28800
28801 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
28802 each type used has a variable of that type.
28803
28804 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
28805
28806 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
28807
28808 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
28809
28810 * configure.in: change srctrigger to be a file, not a directory
28811
28812 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
28813
28814 * configure.in (mips-idt-ecoff*): Added trailing '*'.
28815
28816 * gdb.t11/list.exp: Fixed a couple of typos.
28817
28818 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
28819
28820 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
28821 is fixed and PR is closed.
28822 * gdb.t16 (gdbme.c): Add simple test string variable.
28823 * gdb.t16 (printcmds.exp): Add tests with simple test string
28824 variable, primarily for boundaries on "set print elements".
28825
28826 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
28827
28828 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
28829 Make leading 0's optional and don't expect a tab in the middle
28830 of the number.
28831
28832 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
28833
28834 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
28835 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
28836 don't end command passed to gdb_test with newline.
28837
28838 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
28839 signed keyword away, don't expect signed bitfields to be signed.
28840
28841 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
28842 printing with only as many 1's as are in the field as well as printing
28843 with 32 1's (see comment).
28844
28845 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
28846
28847 * gdb.t00/default.exp: Start with a fresh gdb.
28848 * configure.in (configdirs): Remove gdb.t31 until the chill
28849 compiler works again. It no longer is able to find chillrt0
28850 since it isn't in libchill.a anymore.
28851 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
28852 wierd.o, make more modular.
28853 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
28854 spurious newlines that caused problems.
28855
28856 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28857
28858 * Move test with enums and partial symbols from gdb.t03/ptype.exp
28859 to gdb.stabs/wierd.exp since GCC has worked around the bug.
28860 gdb.stabs/wierd.{exp,def}: Many new tests.
28861
28862 * gdb.t00/default.exp: update info line for new message.
28863
28864 * gdb.t02/{whatis.exp,gdbme.c}:
28865 Test that "char *" doesn't print as "caddr_t".
28866
28867 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28868
28869 * gdb.t00/help.exp: Use .* in place of some help messages which
28870 just changed.
28871 gdb.t00/default.exp: Update "info frame" test for new message.
28872 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
28873 Remove some xfails
28874
28875 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28876
28877 * gdb.t03/{gdbme.c,ptype.exp}:
28878 Add tests for typedef'd struct and union without tags.
28879 Also check "whatis" on a variable of a typedef'd enum without a tag.
28880
28881 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
28882 PRMS 1823; the bug still exists but isn't reproduced by this test
28883 anymore), and remove rs6000 XFAIL (the bug is fixed).
28884
28885 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
28886 duplicated from whatis.exp. For those that are left, accept
28887 "long", "long int", or "int" for long variables (whatis.exp already
28888 has an XFAIL for "int", so no need to fail it here).
28889
28890 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
28891 Deal with GCC's names for types now that GDB uses the compiler's names.
28892
28893 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
28894 setup_xfail's for sunos4. If we #defined the signed keyword away,
28895 don't expect GDB to know that char it is signed.
28896
28897 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
28898
28899 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
28900
28901 * configure.in (configdirs): Add gdb.t24 for C++ tests that
28902 should work on any system, regardless of debugging format.
28903 * gdb.t21/demangle.exp: Move to gdb.t24.
28904 * gdb.t24/demangle.exp: Move from gdb.t21.
28905 * gdb.t24/{Makefile.in, configure.in}: New files.
28906
28907 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28908
28909 * configure.in: Do gdb.stabs and C++ tests only for stabs.
28910 * gdb.stabs: New directory.
28911
28912 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
28913
28914 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
28915 not just "Quit anyway?".
28916
28917 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
28918
28919 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
28920 that all setup_xfails are immediately followed by clear_xfails.
28921
28922 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
28923
28924 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
28925 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
28926 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
28927 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
28928 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
28929 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
28930 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
28931 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
28932 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
28933 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
28934 gdb.t31/chillvars.exp, lib/gdb.exp:
28935 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
28936 bug-gdb@prep.ai.mit.edu.
28937
28938 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
28939
28940 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
28941 with 0.0, not integer 0.
28942
28943 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
28944
28945 * gdb.t06/break.exp: Update for "Kill the program" message change.
28946
28947 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
28948
28949 * Makefile.in (GDBFLAGS): Set to -nx.
28950 * Makefile.in (site.exp): Use GDBFLAGS.
28951
28952 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
28953
28954 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
28955 Makefiles.
28956 (check): depend on just-check.
28957 (just-check): added so that tests can be run without a noop
28958 build pass.
28959
28960 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
28961
28962 Switch to using configure's configdirs.
28963 * Makefile.in (Makefile): add configure.in dependency.
28964 (SUBDIRS): removed redundant assignment.
28965 * configure.in: switch subdirs assignment to configdirs.
28966 * gdb.t*/configure.in: new files.
28967
28968 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
28969
28970 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
28971 works.
28972
28973 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
28974
28975 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
28976 in explicit rules. Apparently this is not supported by some makes.
28977
28978 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
28979
28980 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
28981
28982 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28983
28984 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
28985 disappeared.
28986
28987 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
28988
28989 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
28990
28991 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
28992
28993 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
28994 watchpoint problem that is now fixed.
28995 * gdb.t30/chexp.exp: Remove setup_xfail for printing
28996 uninitialized convenience variables.
28997 * gdb.t31/chillvars.exp: Fix expected patterns for printing
28998 structures.
28999
29000 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29001
29002 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
29003 which causes expect to get out of sync with gdb on long output
29004 from help set.
29005 * gdb.t09/corefile.exp: Make expected pattern for core file
29006 failing signal and frame output format less sun specific.
29007
29008 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
29009
29010 * gdb.t31/chillvars.exp: Add and remove initial dummy
29011 breakpoint, so that symbol table is forced in.
29012 (Needed at least on Sunos4, though it seems not SVR4.)
29013 * gdb.t31/chillvars.exp: Update for changed output format.
29014
29015 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
29016
29017 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
29018
29019 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
29020
29021 * Makefile.in: Added --srcdir when invoking runtest, removed the
29022 need for a local config file. (optional now)
29023
29024 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
29025
29026 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
29027 failure count used to force early termination. Add some more
29028 expected failures for gnu style demangling.
29029
29030 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29031
29032 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
29033 pmi variable from gdb.t20/gdbme to get optimized away.
29034 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
29035 Check for written corefile upon timeout _and_ eof.
29036
29037 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29038
29039 * config/unix-gdb.exp: Add missing return 0.
29040
29041 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29042
29043 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
29044 test termination.
29045
29046 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
29047
29048 * configure.in (subdirs): Put back gdb.t17 which mysteriously
29049 disappeared.
29050
29051 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
29052
29053 * gdb.t10/crossload.exp: Disable the i860-elf test until such
29054 time as i860 support works.
29055
29056 * gdb.t15/funcargs.exp: Fix expected outputs to include
29057 "backtrace 100\r" rather than just "backtrace\r", to match last
29058 change.
29059
29060 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
29061
29062 * config/udi-gdb.exp (gdb_exit): Remove close command.
29063 (gdb_target_udi): New procedure to set the UDI target.
29064 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
29065 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
29066 Added waits for prompts after several question responses. Added
29067 some more responses used by a29k-amd-udi-gdb.
29068 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
29069 pass different arguments, restart UDI connection after program
29070 completion.
29071 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
29072 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
29073 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
29074 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
29075 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
29076 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
29077 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
29078 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
29079 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
29080 after program completion.
29081 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
29082 compiled with a SELECT_VECS setting.
29083 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
29084 infinite recursion.
29085
29086 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
29087 Added checks for COFF results, and made them expected failures for
29088 all targets. It would be better to make them expected failures
29089 for COFF targets only.
29090
29091 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
29092
29093 * Makefile.in: add null dvi target, don't bother to recurse
29094 through test directories for info and install-info; rename
29095 $(datadir) to be dejagnu instead of deja-gnu
29096
29097 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
29098
29099 * gdb.t31/gdbme.ch: Re-enable code that previously caused
29100 compiler to coredump.
29101 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
29102 code.
29103
29104 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
29105
29106 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
29107 coredump.
29108 * gdb.t31/chillvars.exp: Comment out tests that depend on that
29109 code.
29110
29111 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
29112
29113 * gdb.t03/ptype.exp: tests for return code from gdb_test.
29114 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
29115 which in a shell. Deletes xgdb when done.
29116 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
29117 Tests the return from the "set height" or "set width" commands.
29118 Added a few return codes where needed.
29119
29120 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
29121
29122 * Makefile.in (SUBDIRS): Add gdb.t17.
29123 * configure.in (subdirs): Add gdb.t17.
29124 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
29125 files to test gdb's calling of functions in the inferior with
29126 the correct arguments and gdb's ability to retrieve any
29127 result returned.
29128
29129 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
29130
29131 * config/unix-gdb.exp (gdb_exit): Remove close commands that
29132 may be called after gdb goes away. Previous versions of expect
29133 needed these to avoid file descriptor leaks, but they cause
29134 errors with the current revision of expect.
29135 * gdb.t00/gdbvars.exp: Use -re on expected output after
29136 setting sevenbit-strings.
29137 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
29138 to set sevenbit-strings consistent across tests.
29139 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
29140 set sevenbit-strings consistent across tests.
29141
29142 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
29143
29144 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
29145 expected output to match current "expect" expectations.
29146
29147 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
29148
29149 * gdb.t00/default.exp: Change expected output for default "source"
29150 command, to match new gdb behavior which requires a filename to
29151 source.
29152
29153 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
29154
29155 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
29156 expected fail for i486-*-* that misses the marker2 function.
29157 * gdb.t10/crossload.exp (bfddefault): Allow successful
29158 recognition of a format to pass even if no symbols are found.
29159 Explicitly catch failures where the format is not recognized
29160 or is ambiguous, and add the reason to the fail message.
29161 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
29162 the cause is and invalid target and add reason to failure message.
29163 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
29164 elf32-i386, elf32-sparc, and elf32-i860.
29165 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
29166 Set up expected failure for 'filename'::variable scope resolution,
29167 which is now apparently broken on all targets.
29168 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
29169 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
29170 gdb.t23/templates.exp: Change failure for missing binfile into
29171 just a warning.
29172 gdb.t21/demangle.exp: Change all cfront references to 'arm'
29173 references.
29174
29175 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
29176
29177 * gdb.t00/default.exp: Add expected output for default "source"
29178 command, to match new gdb behavior.
29179 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
29180
29181 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
29182
29183 * config/*-gdb.exp: returns an error, rather than exiting on
29184 internal errors.
29185
29186 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
29187
29188 * gdb.t03/gdbme.c: Add pointer to struct variable.
29189 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
29190 referencing struct members.
29191
29192 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
29193
29194 * configure.in (mips-idt-ecoff): New target.
29195 * config/mips-gdb.exp: New file for remote board using MIPS remote
29196 debugging protocol.
29197
29198 * Redid configuration scheme. Removed gdb.t*/configure.in.
29199 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
29200 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
29201 distclean targets. Built executables via .o files. Adjusted
29202 tests to account for source files in $(srcdir) rather than
29203 $(objdir).
29204 * lib/gdb.exp (runto): Don't expect () after the function name,
29205 because it may have arguments.
29206
29207 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
29208
29209 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
29210 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
29211 expected failures for mips-idt-* and mips-sgi-*.
29212 * gdb.t00/default.exp (attach): Kill process if requested.
29213 * gdb.t00/help.exp (help target core, help target): Accept a gdb
29214 that does not read core files.
29215 * gdb.t01/run.exp: Removed checks for exit status code.
29216 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
29217 it is linked in.
29218 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
29219 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
29220 appropriate, rather than doing it by hand.
29221 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
29222 execution.
29223 * gdb.t10/crossload.exp: Kill existing program if needed.
29224 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
29225 appropriate, rather than doing it by hand. Always increase
29226 timeout for this test, not just for VxWorks.
29227
29228 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
29229
29230 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
29231 of Chill STRUCT types and STRUCT values.
29232 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
29233 than "char".
29234 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
29235 struct2): New struct definitions and initializations to test
29236 simple Chill STRUCT types.
29237
29238 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
29239
29240 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
29241 the null byte at the end of strings.
29242 * gdb.t00/default.exp: Make show version insensitive to copyright
29243 date.
29244 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
29245 to avoid dependencies on target char signedness.
29246 * gdb.t16/printcmds.exp: Update expected results for explicitly
29247 unsigned char.
29248 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
29249 now work.
29250 * gdb.t21/demangle.exp: Add many more patterns for template
29251 demangling, most of them being expected failures.
29252 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
29253 string we are matching for, to match on the whole string.
29254 * gdb.t21/demangle.exp: Add many new test strings to demangle,
29255 and fix a whole bunch that had incorrect expected output but were
29256 passing anyway because of the bug in "proc demangle".
29257 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
29258 type.
29259 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
29260
29261 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
29262
29263 * gdb/testsuite: made modifications to testcases, etc., to allow
29264 them to work properly given the reorganization of deja-gnu and the
29265 relocation of the testcases from deja-gnu to a "tool" subdirectory.
29266
29267 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
29268
29269 * gdb/testsuite: Initial creation of gdb/testsuite.
29270 Migrated dejagnu testcases and support files for testing nm to
29271 gdb/testsuite from deja-gnu. These files were moved "as is"
29272 with no modifications. This migration is part of a major overhaul
29273 of dejagnu. The modifications to these testcases, etc., which
29274 will allow them to work with the new version of dejagnu will be
29275 made in a future update.
29276
29277 For additional changes see gdb.mi/ChangeLog-1999-2003.
29278 \f
29279 ;; Local Variables:
29280 ;; mode: change-log
29281 ;; left-margin: 8
29282 ;; fill-column: 74
29283 ;; version-control: never
29284 ;; End:
29285
29286 Copyright 1993-2005, 2012 Free Software Foundation, Inc.
29287 Copying and distribution of this file, with or without modification,
29288 are permitted provided the copyright notice and this notice are preserved.